diff options
author | Alan Modra <amodra@gmail.com> | 2017-08-05 23:28:21 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-08-05 23:28:21 +0930 |
commit | 55ef6584ca8466e293e9f1b310c0bf44500c11b6 (patch) | |
tree | 37d7eb5cfee1e66726d710f9f10130b9b8ada260 /ld/testsuite/ld-unique | |
parent | a66930b357fee4ae716bfc8816e78c0f9c024005 (diff) | |
download | binutils-55ef6584ca8466e293e9f1b310c0bf44500c11b6.zip binutils-55ef6584ca8466e293e9f1b310c0bf44500c11b6.tar.gz binutils-55ef6584ca8466e293e9f1b310c0bf44500c11b6.tar.bz2 |
Don't fail in elf32_hppa_set_gp
The base bfd_link_hash_table works fine here, the only thing to watch
out for is to only set elf_gp if the output is ELF.
bfd/
* elf32-hppa.c (elf32_hppa_set_gp): Don't require an
hppa_link_hash_table.
ld/
* testsuite/ld-unique/pr21529.d: Don't xfail hppa.
Diffstat (limited to 'ld/testsuite/ld-unique')
-rw-r--r-- | ld/testsuite/ld-unique/pr21529.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-unique/pr21529.d b/ld/testsuite/ld-unique/pr21529.d index 5d3436b..ffc1a72 100644 --- a/ld/testsuite/ld-unique/pr21529.d +++ b/ld/testsuite/ld-unique/pr21529.d @@ -1,6 +1,6 @@ #ld: --oformat binary -T pr21529.ld -e main #objdump: -s -b binary -#notarget: aarch64*-*-* arm*-*-* avr-*-* hppa-*-* ia64-*-* m68hc1*-*-* nds32*-*-* score-*-* +#notarget: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-* score-*-* # Skip targets which can't change output format to binary. #pass |