diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-16 14:42:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-16 14:42:15 +0000 |
commit | 504b7d2026f1fbbe912b6f513c069c0d47ba2505 (patch) | |
tree | aa3186b5ab4a002cd64900af269e99d41031d584 /binutils/testsuite/binutils-all/readelf.ss-tmips | |
parent | 62c018fe4a6de89d710e84b7efffe2462fa435cd (diff) | |
download | binutils-gdb-504b7d2026f1fbbe912b6f513c069c0d47ba2505.tar.gz |
Support the use of the STT_COMMON type. (In source and object files only at the moment)
Diffstat (limited to 'binutils/testsuite/binutils-all/readelf.ss-tmips')
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.ss-tmips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.ss-tmips b/binutils/testsuite/binutils-all/readelf.ss-tmips index 4f2fba22284..a76859b4bb1 100644 --- a/binutils/testsuite/binutils-all/readelf.ss-tmips +++ b/binutils/testsuite/binutils-all/readelf.ss-tmips @@ -12,4 +12,4 @@ Symbol table '.symtab' contains 12 entries: 8: 00000000 0 OBJECT GLOBAL DEFAULT 1 text_symbol 9: 00000000 0 NOTYPE GLOBAL DEFAULT UND external_symbol 10: 00000000 0 OBJECT GLOBAL DEFAULT 3 data_symbol - 11: 00000004 4 OBJECT GLOBAL DEFAULT (PRC|COM) common_symbol + 11: 00000004 4 (COMMON|OBJECT) GLOBAL DEFAULT (PRC|COM) common_symbol |