diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-03 01:59:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-03 01:59:12 +0000 |
commit | ade0b24fe1ed4c384adb12fff3b1bcf2d7a29454 (patch) | |
tree | a08a91383c133e2fb1318b47cdfb373bac73112d /binutils/testsuite/binutils-all/readelf.ss | |
parent | 420496c13ada7ee373137b5dad8cfab0e2a18b1a (diff) | |
download | binutils-gdb-ade0b24fe1ed4c384adb12fff3b1bcf2d7a29454.tar.gz |
Fix readelf -S and readelf -s tests for MIPS and v850
Diffstat (limited to 'binutils/testsuite/binutils-all/readelf.ss')
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.ss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.ss b/binutils/testsuite/binutils-all/readelf.ss index 926612d4bec..4c8bf8c874d 100644 --- a/binutils/testsuite/binutils-all/readelf.ss +++ b/binutils/testsuite/binutils-all/readelf.ss @@ -7,7 +7,10 @@ Symbol table '.symtab' contains .* entries: 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 +# v850 targets include extra SECTION symbols here for the .call_table_data +# and .call_table_text sections. +#... .* .: 00000000 0 NOTYPE GLOBAL DEFAULT 1 text_symbol .: 00000000 0 NOTYPE GLOBAL DEFAULT UND external_symbol - .: 00000000 0 NOTYPE GLOBAL DEFAULT 3 data_symbol - .: 00000004 4 OBJECT GLOBAL DEFAULT COM common_symbol + ..: 00000000 0 NOTYPE GLOBAL DEFAULT 3 data_symbol + ..: 00000004 4 OBJECT GLOBAL DEFAULT COM common_symbol |