From 9a009c87c17a8e9db80cb0ef4aec6289dc20df8a Mon Sep 17 00:00:00 2001 From: nickc Date: Sat, 15 May 2004 14:09:08 +0000 Subject: [PATCH] Cope with ARM mapping symbols --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/readelf.ss | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 63471da987..9339ec00f6 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-05-15 Nick Clifton + + * binutils-all/readelf.ss: Allow for ARM mapping symbols. + 2004-05-12 Ben Elliston * binutils-all/ar.exp: Remove stray semicolons. diff --git a/binutils/testsuite/binutils-all/readelf.ss b/binutils/testsuite/binutils-all/readelf.ss index 325403dd68..5a05910f47 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. #... -- 2.11.0