[Bug gold/13602] gold -Ttext and --section-start=.text mismatch

2012-01-18 Thread ian at airs dot com
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

[Bug ld/13600] protected visibility creates bogus relocation

2012-01-18 Thread hjl.tools at gmail dot com
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

[Bug gold/13602] New: gold -Ttext and --section-start=.text mismatch

2012-01-18 Thread christophe.lyon at st dot com
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

[Bug ld/13600] protected visibility creates bogus relocation

2012-01-18 Thread rguenth at gcc dot gnu.org
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

[Bug gold/13597] Broken sysv-style hash table when --hash-style=both

2012-01-18 Thread kito at 0xlab dot org
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