[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/21090] gcc compiled with --enable-default-pie show errors in b
From: |
oneup40.bugzilla at bulletmail dot org |
Subject: |
[Bug gold/21090] gcc compiled with --enable-default-pie show errors in binutils testsuite |
Date: |
Tue, 23 May 2017 02:23:05 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=21090
--- Comment #24 from oneup40.bugzilla at bulletmail dot org ---
Created attachment 10062
--> https://sourceware.org/bugzilla/attachment.cgi?id=10062&action=edit
reduced testcase for gold incremental link internal error
$ make 1.o 2.o main.o
g++ -c -o 1.o 1.cc
g++ -c -o 2.o 2.cc
g++ -c -o main.o main.cc
$ g++ -Bbinutils-build/gold/testsuite/gcctestdir -fno-use-linker-plugin
-Wl,--incremental-full,--incremental-patch=100 -Wl,-z,norelro 2.o main.o 1.o
$ g++ -Bbinutils-build/gold/testsuite/gcctestdir -fno-use-linker-plugin
-Wl,--incremental-update -Wl,-z,norelro 2.o main.o -Wl,--incremental-changed
1.o -Wl,--incremental-unknown
binutils-build/gold/testsuite/gcctestdir/ld: internal error in relocate, at
../../gold/x86_64.cc:4300
collect2: error: ld returned 1 exit status
--
You are receiving this mail because:
You are on the CC list for the bug.