http://sourceware.org/bugzilla/show_bug.cgi?id=13602
--- Comment #1 from Ian Lance Taylor 2012-01-19 05:50:28
UTC ---
In gold, -Ttext is not an alias for --section-start=.text. The -Ttext option
sets the start of the text segment. The --section-start=.text option sets the
start of the .text se
http://sourceware.org/bugzilla/show_bug.cgi?id=13600
--- Comment #4 from H.J. Lu 2012-01-18 16:52:10
UTC ---
Both ld and ld.so go extra efforts to make sure that
the same function pointer value is used for protected
function in the entire process. If we drop this requirement,
we can simplify ld
http://sourceware.org/bugzilla/show_bug.cgi?id=13602
Bug #: 13602
Summary: gold -Ttext and --section-start=.text mismatch
Product: binutils
Version: 2.22
Status: NEW
Severity: normal
Priority: P2
Component: gold
http://sourceware.org/bugzilla/show_bug.cgi?id=13600
--- Comment #3 from Richard Guenther 2012-01-18
09:13:09 UTC ---
(In reply to comment #1)
> I think it is a gcc bug:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19520
That one mixes in the issue of comparing function addresses of protect
http://sourceware.org/bugzilla/show_bug.cgi?id=13597
--- Comment #5 from Kito Cheng 2012-01-18 08:41:02 UTC
---
Created attachment 6162
--> http://sourceware.org/bugzilla/attachment.cgi?id=6162
Reorder the output order between .gnu.hash and .hash v2
Add comment above creating hash table
Crea