diff options
author | Alan Modra <amodra@gmail.com> | 2010-07-06 09:29:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-07-06 09:29:47 +0000 |
commit | 50248c890f1bc82c6e1751bd549da7580c60f098 (patch) | |
tree | 12000cf2317e8f8b826e64787d87d057b988d1b0 /ld/testsuite | |
parent | d3dbc53042f0e29120fe037b1ebaca342fe71ad2 (diff) | |
download | gdb-50248c890f1bc82c6e1751bd549da7580c60f098.zip gdb-50248c890f1bc82c6e1751bd549da7580c60f098.tar.gz gdb-50248c890f1bc82c6e1751bd549da7580c60f098.tar.bz2 |
bfd/
* elf32-ppc.c (ppc_elf_relax_section): Insert branch around
trampolines only for .init and .fini sections.
ld/testsuite/
* ld-powerpc/relax.s: Add branch back to _start.
* ld-powerpc/relax.d: Update.
* ld-powerpc/relaxr.d: Update.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/relax.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/relax.s | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/relaxr.d | 3 |
4 files changed, 10 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index fdd6a50..463a14c 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-07-06 Alan Modra <amodra@gmail.com> + + * ld-powerpc/relax.s: Add branch back to _start. + * ld-powerpc/relax.d: Update. + * ld-powerpc/relaxr.d: Update. + 2010-07-01 Alan Modra <amodra@gmail.com> * lib/ld-lib.exp (default_ld_simple_link): Add $gcc_ld_flag before diff --git a/ld/testsuite/ld-powerpc/relax.d b/ld/testsuite/ld-powerpc/relax.d index 51d253b..5a6b3dd 100644 --- a/ld/testsuite/ld-powerpc/relax.d +++ b/ld/testsuite/ld-powerpc/relax.d @@ -8,7 +8,7 @@ Disassembly of section .text: 4: 48 00 00 11 bl 14 <_start\+0x14> 8: 48 00 43 19 bl 4320 <near> c: 48 00 00 09 bl 14 <_start\+0x14> - 10: 48 00 00 14 b 24 <.*> + 10: 4b ff ff f0 b 0 <.*> 14: 3d 80 80 00 lis r12,-32768 18: 39 8c 12 34 addi r12,r12,4660 1c: 7d 89 03 a6 mtctr r12 diff --git a/ld/testsuite/ld-powerpc/relax.s b/ld/testsuite/ld-powerpc/relax.s index 2e05569..11afc53 100644 --- a/ld/testsuite/ld-powerpc/relax.s +++ b/ld/testsuite/ld-powerpc/relax.s @@ -4,3 +4,4 @@ _start: bl far bl near bl far + b _start diff --git a/ld/testsuite/ld-powerpc/relaxr.d b/ld/testsuite/ld-powerpc/relaxr.d index ce8cb9c..6e55984 100644 --- a/ld/testsuite/ld-powerpc/relaxr.d +++ b/ld/testsuite/ld-powerpc/relaxr.d @@ -10,7 +10,8 @@ Disassembly of section .text: 8: R_PPC_NONE \*ABS\* c: 48 00 00 19 bl 24 <_start\+0x24> c: R_PPC_NONE \*ABS\* - 10: 48 00 00 24 b 34 <_start\+0x34> + 10: 48 00 00 00 b 10 <_start\+0x10> + 10: R_PPC_REL24 _start 14: 3d 80 00 00 lis r12,0 16: R_PPC_ADDR16_HA near 18: 39 8c 00 00 addi r12,r12,0 |