Fix the binutils readelf.ss test for the AArch64 target.
authorNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2015 14:28:02 +0000 (15:28 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2015 14:28:02 +0000 (15:28 +0100)
* binutils-all/readelf.ss-64: Move possible location of the $d
mapping symbol.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/readelf.ss-64

index 2b8681787ac8b4e709f777cc5278b8c14511927e..5c85ba8a32b31b29d4ffba389ab459bcb9d5ef10 100644 (file)
@@ -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.
index 437259106eeb605600f1a8490f8c41869394b5db..b67bfdaf0e376d5c43da35b7596e2e50b5504822 100644 (file)
@@ -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
This page took 0.030817 seconds and 4 git commands to generate.