[Bug ld/3531] ld segfaults linking thumb code.

2006-12-06 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-12-06 21:01 --- verified with uclibc builds. -- What|Removed |Added Status|RESOLVED

[Bug ld/3531] ld segfaults linking thumb code.

2006-12-06 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-12-06 21:01 --- It seems to have been fixed now. I am not sure but may be fix for bug #3532 fixed this one too. -- What|Removed |Added ---

[Bug ld/3666] Comdat/linkonce doesn't merge symbol visibility

2006-12-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-12-06 15:15 --- A patch is posted at http://sourceware.org/ml/binutils/2006-12/msg00059.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=3666 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/3666] Comdat/linkonce doesn't merge symbol visibility

2006-12-06 Thread misiek at dione dot ids dot pl
-- What|Removed |Added CC||misiek at dione dot ids dot ||pl http://sourceware.org/bugzilla

[Bug ld/3666] Comdat/linkonce doesn't merge symbol visibility

2006-12-06 Thread pluto at agmk dot net
-- What|Removed |Added CC||pluto at agmk dot net http://sourceware.org/bugzilla/show_bug.cgi?id=3666 --- You are receiving this mail

[Bug ld/3666] New: Comdat/linkonce doesn't merge symbol visibility

2006-12-06 Thread hjl at lucon dot org
When a symbol in a comdat/linkonce section has different visibility in different files, linker doesn't merge symbol visibility: bash-3.1$ cat foo.c int foo __attribute__ ((section (".gnu.linkonce.d.1"))) = 1; int __attribute__ ((section (".gnu.linkonce.t.1"))) bar () { return 1; } bash-3.1$ cat