diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2008-08-07 19:50:05 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2008-08-07 19:50:05 +0000 |
commit | 63897e2cf09f3f6a7df0a3c95820f73f6d4d4535 (patch) | |
tree | e356e789aaaa1c16b8ad15c03bf8c2382df9f903 /ld/testsuite/ld-mips-elf/reloc-estimate-1b.s | |
parent | f827c9a9d75000e77169da9b9bc531b0ce12a629 (diff) | |
download | gdb-63897e2cf09f3f6a7df0a3c95820f73f6d4d4535.zip gdb-63897e2cf09f3f6a7df0a3c95820f73f6d4d4535.tar.gz gdb-63897e2cf09f3f6a7df0a3c95820f73f6d4d4535.tar.bz2 |
bfd/
* elfxx-mips.c (allocate_dynrelocs): Ignore indirect and warning
symbols.
ld/testsuite/
* ld-mips-elf/reloc-estimate-1.d, ld-mips-elf/reloc-estimate-1.ld,
ld-mips-elf/reloc-estimate-1a.s, ld-mips-elf/reloc-estimate-1b.s:
New test.
* ld-mips-elf/mips-elf.exp: Run it.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/reloc-estimate-1b.s')
-rw-r--r-- | ld/testsuite/ld-mips-elf/reloc-estimate-1b.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/reloc-estimate-1b.s b/ld/testsuite/ld-mips-elf/reloc-estimate-1b.s new file mode 100644 index 0000000..dd308b4 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/reloc-estimate-1b.s @@ -0,0 +1,7 @@ + .abicalls + .symver foo2,foo@@V2 + .global foo2 + .data + .type foo2,%object + .size foo2,4 +foo2: .word 0 |