mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
d87343802b
On IRIX 5, every global symbol that is not explicitly labelled as being a function is assumed to be an object. There is no reason why IRIX behaviour should extend to all MIPS targets, so limit this to only IRIX targets. gas/ PR 14798 * config/tc-mips.c (s_mips_globl): Only treat symbols that are not explicitly labelled as BSF_OBJECTs for IRIX targets. * testsuite/gas/mips/pr14798.s: New test source. * testsuite/gas/mips/pr14798-irix.d: New test. * testsuite/gas/mips/pr14798.d: Likewise. * testsuite/gas/mips/mips.exp: Run the new tests. binutils/ PR 14798 * testsuite/binutils-all/readelf.ss-mips: Update reference output. * testsuite/binutils-all/readelf.ss-tmips: Likewise. ld/ PR 14798 * testsuite/ld-mips-elf/reloc-6a.s: Specify .text section for global code symbols. * testsuite/ld-mips-elf/reloc-6b.s: Likewise.
20 lines
963 B
Plaintext
20 lines
963 B
Plaintext
|
|
Symbol table '.symtab' contains 16 entries:
|
|
+Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
|
+0: 00000000 +0 +NOTYPE +LOCAL +DEFAULT +UND
|
|
+1: 00000000 +0 +SECTION +LOCAL +DEFAULT +1
|
|
+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
|
|
+6: 00000000 +0 +SECTION +LOCAL +DEFAULT +5
|
|
+7: 00000000 +0 +SECTION +LOCAL +DEFAULT +6
|
|
+8: 00000000 +0 +SECTION +LOCAL +DEFAULT +7
|
|
+9: 00000000 +0 +SECTION +LOCAL +DEFAULT +8
|
|
+10: 00000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 text_symbol
|
|
+11: 00000000 +0 +NOTYPE +GLOBAL +DEFAULT +UND external_symbol
|
|
+12: 00000000 +0 +NOTYPE +GLOBAL +DEFAULT +3 data_symbol
|
|
+13: 00000004 +4 +(COMMON|OBJECT) +GLOBAL +DEFAULT +(PRC|COM) common_symbol
|
|
+14: 00000008 +0 +NOTYPE +GLOBAL +DEFAULT +. text_symbol2
|
|
+15: 0000000c +0 +NOTYPE +GLOBAL +DEFAULT +. text_symbol3
|