diff options
author | Alan Modra <amodra@gmail.com> | 2022-07-26 22:01:39 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-07-26 22:14:20 +0930 |
commit | c138af95731c630a78329fd86076992f82099957 (patch) | |
tree | 51eeb867488e35951f0ded7d0e4a30921c893373 /gdb/python/py-breakpoint.c | |
parent | e01493b7cb86ef874afb42efb1720ab1fbedfb6f (diff) | |
download | binutils-c138af95731c630a78329fd86076992f82099957.zip binutils-c138af95731c630a78329fd86076992f82099957.tar.gz binutils-c138af95731c630a78329fd86076992f82099957.tar.bz2 |
PowerPC32 ld test fails with --enable-targets=all
Three pppc32 ld tests fail when spe support is included in the linker
due to this snippet in ld/emulparams/elf32ppc.sh.
if grep -q 'ld_elf32_spu_emulation' ldemul-list.h; then
DATA_START_SYMBOLS="${RELOCATING+*crt1.o(.data .data.* .gnu.linkonce.d.*)
PROVIDE (__spe_handle = .);
*(.data.spehandle)
. += 4 * (DEFINED (__spe_handle) || . != 0);}"
fi
* testsuite/ld-powerpc/tlsexe32.r: Pass with .data section present.
* testsuite/ld-powerpc/tlsexe32no.r: Likewise.
* testsuite/ld-powerpc/tlsso32.r: Likewise.
Diffstat (limited to 'gdb/python/py-breakpoint.c')
0 files changed, 0 insertions, 0 deletions