[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/24479] New: aarch64 gold make check failure
From: |
jeremy.linton at arm dot com |
Subject: |
[Bug gold/24479] New: aarch64 gold make check failure |
Date: |
Tue, 23 Apr 2019 19:33:37 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=24479
Bug ID: 24479
Summary: aarch64 gold make check failure
Product: binutils
Version: 2.33 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gold
Assignee: ccoutant at gmail dot com
Reporter: jeremy.linton at arm dot com
CC: ian at airs dot com
Target Milestone: ---
Running `make check` fails when nativly built with gcc (GCC) 8.3.1 20190223
(Red Hat 8.3.1-2). (this is fedora29)
Configured like:
./configure --enable-gold=yes
It fails like:
`echo g++ -W -Wall -Wstack-usage=262144 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin
-static-libstdc++ -static-libgcc -o tls_test_shared_nonpic.so | sed -e 's/\([^
]*\)\(.*\)/\1 -Bgcctestdir\/\2/' -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'`
-shared tls_test.o tls_test_file2.o tls_test_c.o -Wl,-z,notext
gcctestdir/collect-ld: error: tls_test.o: unsupported TLSLE reloc 549 in shared
code.
(trimming...)
tls_test.cc:87: error: unexpected opcode while processing relocation
R_AARCH64_TLSLE_ADD_TPREL_HI12
gcctestdir/collect-ld: error: tls_test.o: unsupported reloc 551 in non-static
TLSLE mode.
tls_test.cc:87: error: unexpected opcode while processing relocation
R_AARCH64_TLSLE_ADD_TPREL_LO12_NC
gcctestdir/collect-ld: error: tls_test.o: unsupported reloc 549 in non-static
TLSLE mode.
(more trimming...)
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:8264: tls_test_shared_nonpic.so] Error 1
make[3]: Leaving directory 'binutils-gdb/gold/testsuite'
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gold/24479] New: aarch64 gold make check failure,
jeremy.linton at arm dot com <=