diff options
author | Alan Modra <amodra@gmail.com> | 2004-12-11 04:32:37 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-12-11 04:32:37 +0000 |
commit | 5c799c07901549f0d27349514f0ded5e8d7f16cc (patch) | |
tree | 64e15a94e1321df67e7f958a4d7f26b3cd3970a9 /ld/testsuite/ld-mmix/loc6.d | |
parent | 645ea6a951e7e1d48eff89c71a812ed5bc308b57 (diff) | |
download | gdb-5c799c07901549f0d27349514f0ded5e8d7f16cc.zip gdb-5c799c07901549f0d27349514f0ded5e8d7f16cc.tar.gz gdb-5c799c07901549f0d27349514f0ded5e8d7f16cc.tar.bz2 |
bfd/
* elfcode.h (elf_slurp_symbol_table): Use bfd_elf_sym_name so that
canonical sections syms have a name.
gas/testsuite/
Update for changed section syms.
ld/testsuite/
Update for changed section syms.
Diffstat (limited to 'ld/testsuite/ld-mmix/loc6.d')
-rw-r--r-- | ld/testsuite/ld-mmix/loc6.d | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ld/testsuite/ld-mmix/loc6.d b/ld/testsuite/ld-mmix/loc6.d index eacc468..7c0f76b 100644 --- a/ld/testsuite/ld-mmix/loc6.d +++ b/ld/testsuite/ld-mmix/loc6.d @@ -8,13 +8,13 @@ .*: file format elf64-mmix SYMBOL TABLE: -0+ l d \.text 0+ -2000000000000200 l d \.data 0+ -200000000000020c l d \.sbss 0+ -200000000000020c l d \.bss 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ -0+ l d \*ABS\* 0+ +0+ l d \.text 0+ (|\.text) +2000000000000200 l d \.data 0+ (|\.data) +200000000000020c l d \.sbss 0+ (|\.sbss) +200000000000020c l d \.bss 0+ (|\.bss) +0+ l d \*ABS\* 0+ (|\.shstrtab) +0+ l d \*ABS\* 0+ (|\.symtab) +0+ l d \*ABS\* 0+ (|\.strtab) 2000000000000200 g \.data 0+ dloc1 2000000000000200 g \*ABS\* 0+ __\.MMIX\.start\.\.data 0+ g \.text 0+ _start |