https://sourceware.org/bugzilla/show_bug.cgi?id=21090

oneup40.bugzilla at bulletmail dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10062|0                           |1
        is obsolete|                            |

--- Comment #25 from oneup40.bugzilla at bulletmail dot org ---
Created attachment 10066
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10066&action=edit
further 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
$ ./gold/ld-new -pie --incremental-full --incremental-patch=100 -z norelro
crtbeginS.o 1.o 2.o main.o -lc crtendS.o
$ ./gold/ld-new -pie --incremental-update -z norelro crtbeginS.o
--incremental-changed 1.o --incremental-unknown 2.o main.o -lc crtendS.o
./gold/ld-new: internal error in relocate, at ../../gold/x86_64.cc:4300

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to