diff options
author | Alan Modra <amodra@gmail.com> | 2005-04-19 05:59:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-04-19 05:59:02 +0000 |
commit | 131a105386d16b1099ffeeae33a905e2d5105fc9 (patch) | |
tree | f37945320d980c5883f46582a49c5d7489299783 /ld | |
parent | 86db0f13487897d699e1fdf654f88a1bdaa5a5f2 (diff) | |
download | gdb-131a105386d16b1099ffeeae33a905e2d5105fc9.zip gdb-131a105386d16b1099ffeeae33a905e2d5105fc9.tar.gz gdb-131a105386d16b1099ffeeae33a905e2d5105fc9.tar.bz2 |
bfd/
* elf32-ppc.c (ppc_elf_check_relocs): Don't bother with
dynamic relocs in non-SEC_ALLOC sections.
(ppc_elf_gc_sweep_hook): Likewise.
(ppc_elf_relax_section): Likewise.
(ppc_elf_relocate_section): Likewise.
ld/testsuite/
* ld-powerpc/reloc.d: Update to suit removal of non-alloc relocs.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/reloc.d | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 5aa3a95..9528435 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-04-19 Alan Modra <amodra@bigpond.net.au> + + * ld-powerpc/reloc.d: Update to suit removal of non-alloc relocs. + 2005-03-24 Mark Mitchell <mark@codesourcery.com> * config/default.exp: Do not load libpath.exp if it does not diff --git a/ld/testsuite/ld-powerpc/reloc.d b/ld/testsuite/ld-powerpc/reloc.d index 08a209d..1c7eb8a 100644 --- a/ld/testsuite/ld-powerpc/reloc.d +++ b/ld/testsuite/ld-powerpc/reloc.d @@ -1,6 +1,5 @@ # Test that orphan reloc sections are placed before .rela.plt even when -# .rela.plt is the only reloc section. Also tests that orphan non-alloc -# reloc sections go after alloc sections. +# .rela.plt is the only reloc section. #source: reloc.s #ld: -shared -z nocombreloc @@ -11,6 +10,4 @@ .*\.relaplatypus.* #... .*\.rela\.plt.* -#... -.*\.relaechidna.* #pass |