This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix the binutils readelf.ss test for the AArch64 target.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4295609462ce6c0983064c10d95ff6bacce0cdfd

commit 4295609462ce6c0983064c10d95ff6bacce0cdfd
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Apr 2 15:28:02 2015 +0100

    Fix the binutils readelf.ss test for the AArch64 target.
    
    	* binutils-all/readelf.ss-64: Move possible location of the $d
    	mapping symbol.

Diff:
---
 binutils/testsuite/ChangeLog                  | 5 +++++
 binutils/testsuite/binutils-all/readelf.ss-64 | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 2b86817..5c85ba8 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-02  Nick Clifton  <nickc@redhat.com>
+
+	* binutils-all/readelf.ss-64: Move possible location of the $d
+	mapping symbol.
+
 2015-03-26  Renlin Li  <renlin.li@arm.com>
 
 	* binutils-all/readelf.s-64: Support aarch64 case.
diff --git a/binutils/testsuite/binutils-all/readelf.ss-64 b/binutils/testsuite/binutils-all/readelf.ss-64
index 4372591..b67bfda 100644
--- a/binutils/testsuite/binutils-all/readelf.ss-64
+++ b/binutils/testsuite/binutils-all/readelf.ss-64
@@ -9,6 +9,8 @@ Symbol table '.symtab' contains .* entries:
 # aarch64-elf targets add the $d mapping symbol here...
 #...
  +.: 0000000000000000 +0 +NOTYPE +LOCAL +DEFAULT +3 static_data_symbol
+# ... or here ...
+#...
 .* +.: 0000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 text_symbol
  +.: 0000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +UND external_symbol
  +.: 0000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +3 data_symbol


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]