aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-05-15 14:09:08 +0000
committerNick Clifton <nickc@redhat.com>2004-05-15 14:09:08 +0000
commitd2093c13512c4393219af73a3b81110cf1a46717 (patch)
tree37f937ef97270a88ea6abd7b31b9118b6f9a64b9 /binutils/testsuite
parentdc4c54bbd941f793740f49afdec3c70bb0a84ece (diff)
downloadgdb-d2093c13512c4393219af73a3b81110cf1a46717.zip
gdb-d2093c13512c4393219af73a3b81110cf1a46717.tar.gz
gdb-d2093c13512c4393219af73a3b81110cf1a46717.tar.bz2
Cope with ARM mapping symbols
Diffstat (limited to 'binutils/testsuite')
-rw-r--r--binutils/testsuite/ChangeLog4
-rw-r--r--binutils/testsuite/binutils-all/readelf.ss4
2 files changed, 7 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 63471da..9339ec0 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-15 Nick Clifton <nickc@redhat.com>
+
+ * binutils-all/readelf.ss: Allow for ARM mapping symbols.
+
2004-05-12 Ben Elliston <bje@au.ibm.com>
* binutils-all/ar.exp: Remove stray semicolons.
diff --git a/binutils/testsuite/binutils-all/readelf.ss b/binutils/testsuite/binutils-all/readelf.ss
index 325403d..5a05910 100644
--- a/binutils/testsuite/binutils-all/readelf.ss
+++ b/binutils/testsuite/binutils-all/readelf.ss
@@ -6,7 +6,9 @@ Symbol table '.symtab' contains .* entries:
2: 00000000 0 SECTION LOCAL DEFAULT 3
3: 00000000 0 SECTION LOCAL DEFAULT 4
4: 00000000 0 NOTYPE LOCAL DEFAULT 1 static_text_symbol
- 5: 00000000 0 NOTYPE LOCAL DEFAULT 3 static_data_symbol
+# arm-elf targets add the $d mapping symbol here...
+#...
+ .: 00000000 0 NOTYPE LOCAL DEFAULT 3 static_data_symbol
# v850 targets include extra SECTION symbols here for the .call_table_data
# and .call_table_text sections.
#...