bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/11542] ld -r generates R_X86_64_NONE


From: chrbr at gcc dot gnu.org
Subject: [Bug ld/11542] ld -r generates R_X86_64_NONE
Date: Wed, 11 May 2011 10:53:32 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=11542

--- Comment #5 from Christian Bruel <chrbr at gcc dot gnu.org> 2011-05-11 
10:52:35 UTC ---
Created attachment 5716
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5716
part-2

Reproduce with:

g++ -fasynchronous-unwind-tables -fno-rtti -fno-exceptions -c -o foo.o foo.i
g++ -fasynchronous-unwind-tables -fno-rtti -fno-exceptions -c -o bar.o bar.i

ld   -r -o foor.o foo.o bar.o

objdump -r foor.o | grep NONE
0000000000000098 R_X86_64_NONE     *ABS*

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]