http://sourceware.org/bugzilla/show_bug.cgi?id=14533
Bug #: 14533
Summary: large (88M) ICC compiled .obj files inside .a archive
confuse / error the gold linker
Product: binutils
Version: 2.23 (HEAD)
Status: NEW
http://sourceware.org/bugzilla/show_bug.cgi?id=14533
Benjamin Sergeant changed:
What|Removed |Added
Target||x86_64-pc-linux-gnu
--
Configure
http://sourceware.org/bugzilla/show_bug.cgi?id=10955
Benjamin Sergeant changed:
What|Removed |Added
CC||bsergean at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14533
Benjamin Sergeant changed:
What|Removed |Added
CC||bsergean at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14533
--- Comment #2 from Benjamin Sergeant 2012-08-31
17:14:34 UTC ---
1) If I strip the .obj file the error seems to go away.
2) Here's the error.
/tmp/gold-dev/bin/ld: libsomething.a(AnObjectFile.o): invalid string offset
25281974 >= 48 for sec
http://sourceware.org/bugzilla/show_bug.cgi?id=14533
--- Comment #4 from Benjamin Sergeant 2012-08-31
17:42:16 UTC ---
Found that when I googled for "large section ICC bug"
http://sourceware.org/bugzilla/show_bug.cgi?id=5900
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?t
http://sourceware.org/bugzilla/show_bug.cgi?id=14533
--- Comment #8 from Benjamin Sergeant 2012-08-31
18:26:36 UTC ---
OK. So basically we're out of luck and we need to fix the program that
generated that .obj file, right ?
I'm gonna dig in our code base and see how that .obj file is generated.
: gold
Assignee: ian at airs dot com
Reporter: bsergean at gmail dot com
CC: ccoutant at google dot com
Hi there,
Are there any plans on supporting the BFD --default-symver option in gold ?
I cannot build our code base with gold right now because that feature is