[Bug ld/12965] unresolvable R_ARM_THM_JUMP24 relocation against symbol `memcpy@@GLIBC_2.4' while linking Chromium browser

2013-03-06 Thread will.newton at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12965 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug binutils/13135] printf format width mismatch segfault in ARM disassembly

2013-03-06 Thread will.newton at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-06 Thread petechou at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #7 from pete 2013-03-07 06:43:08 UTC --- I can think visibility does matter, but only for exporting the symbol or not. In the previous case, gold does define the __bss symbols but not use the definition in DSO, so I think we should

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-06 Thread dougkwan at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #6 from Doug Kwan 2013-03-07 05:42:20 UTC --- The symbols do not have same visibility. gold in general is compatible with GNU ld. If you look at src/ld/emulparams/, you will set that the __bss symbols are exported but the __exidx

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-06 Thread petechou at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #5 from pete 2013-03-07 05:31:25 UTC --- (In reply to comment #4) > The symbols __exidx_end & __exidx_start were exported incorrectly in > the past. This is fixed in both ld & gold in the sense that these > symbols are defined by n

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-06 Thread dougkwan at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #4 from Doug Kwan 2013-03-07 04:04:35 UTC --- The symbols __exidx_end & __exidx_start were exported incorrectly in the past. This is fixed in both ld & gold in the sense that these symbols are defined by not exported. I think def

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-06 Thread petechou at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #3 from pete 2013-03-07 02:39:59 UTC --- Hello, Let me describe this issue again. The runtime undefined reference is because: 1. Using ld.gold to link against libraries (say libc.so) in android ndk-r8, and those libraries are prob