[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2021-01-19 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=3351 H.J. Lu changed: What|Removed |Added Blocks||27206 Referenced Bugs: https://sourceware.

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2012-07-03 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=3351 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2012-07-03 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=3351 --- Comment #17 from cvs-commit at gcc dot gnu.org 2012-07-03 14:44:42 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2012-07-03 14:44:35 Modified files: bfd: ChangeLog elflink.c ld/t

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2007-03-25 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2007-03-25 21:13 --- (In reply to comment #15) > > What's the status of this patch? > > It is fixed in the Linux binutils 2.17.50.0.6 or newer. I was wondering about FSF binutils. -- http://sourceware.org/bugzilla/show_bug.cgi?id=33

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2007-03-25 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-03-25 20:21 --- (In reply to comment #14) > (In reply to comment #13) > > Your libgcc from GHDL is wrong. It should be built in the same way as the > > one in > > gcc. > > > > Here is a linker patch to avoid crash: > > > > http://s

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2007-03-25 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2007-03-25 19:22 --- (In reply to comment #13) > Your libgcc from GHDL is wrong. It should be built in the same way as the one > in > gcc. > > Here is a linker patch to avoid crash: > > http://sourceware.org/ml/binutils/2006-10/msg0016

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-23 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-10-24 05:52 --- Your libgcc from GHDL is wrong. It should be built in the same way as the one in gcc. Here is a linker patch to avoid crash: http://sourceware.org/ml/binutils/2006-10/msg00161.html -- http://sourceware.org/bugzil

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-10-17 19:24 --- Here is a simple testcase: [EMAIL PROTECTED] version-31]$ cat x.c extern void bar (void); int _start (void) { bar (); return 0; } int __start (void) { return _start (); } [EMAIL PROTECTED] version-31]$ cat bar

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-10-17 19:23 --- You changed EH functions in libgcc in such a way which isn't intended for. Linker should issue an error instead of abort in this case. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3351 --- You are receivi

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2006-10-17 19:10 --- I don't see why these differences would necessary be a "problem". Can you please elaborate? -- http://sourceware.org/bugzilla/show_bug.cgi?id=3351 --- You are receiving this mail because: --- You are on

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-10-17 18:58 --- There are several problem with your libgcc.a: 1. Your libgcc.a has unwind-sjlj.o unwind-c.o unwind-compat.o which mine doesn't. 2. I have [EMAIL PROTECTED] stage1]$ ar -t libgcc_eh.a unwind-sjlj.o unwind-c.o [EMAI

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2006-10-17 15:26 --- It's Debin's standard 4.1 compiler. There are some patches but I don't think anything related to IA64. I can try with an unchanged FSF GCC if you really want. The libgcc I sent comes from GHDL itself, which is some

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-10-17 15:08 --- Do you have any local gcc patches? -- http://sourceware.org/bugzilla/show_bug.cgi?id=3351 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is.

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-10-17 15:06 --- How did you configure your gcc? -- http://sourceware.org/bugzilla/show_bug.cgi?id=3351 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2006-10-17 14:39 --- The tar file is just too big to be attached. You can grab it from http://cyrius.com/tmp/ld-bug.tar.bz2 -- What|Removed |Added

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2006-10-17 14:36 --- I can still reproduce this. The files are from a standard Debian install and libgcc.a has been built during the GHDL build process. I'll attach them in a .tar.bz2. [EMAIL PROTECTED]:~/src/ghdl-0.25+gcc4.1.1/gcc-4.

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-10-17 13:40 --- It works for me: [EMAIL PROTECTED] 3351]$ ./ld -dynamic-linker /lib/ld-linux-ia64.so.2 -o ortho_gcc ortho_gcc.o -L/usr/gcc-4.1-redhat/lib/gcc/ia64-redhat-linux/4.1.2 -L/usr/gcc-4.1-redhat/lib/gcc/ia64-redhat-linux/4.

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-12 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2006-10-12 09:37 --- Created an attachment (id=1369) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1369&action=view) assembler -- http://sourceware.org/bugzilla/show_bug.cgi?id=3351 --- You are receiving this mail becau

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-12 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2006-10-12 09:37 --- Created an attachment (id=1368) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1368&action=view) object file -- http://sourceware.org/bugzilla/show_bug.cgi?id=3351 --- You are receiving this mail bec

[Bug ld/3351] aborting at elflink.c line 6778 in elf_link_check_versioned_symbol

2006-10-12 Thread tbm at cyrius dot com
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=3351 --- You are receiving this mail