------- Additional Comments From vincent dot riviere at freesbee dot fr 2010-06-17 18:01 ------- I can reproduce the bug again very easily. My host is Cygwin, I get explicitly a Segmentation fault when linking. Here is a very simple testcase:
$ cat a.s nop $ gas/as-new a.s -o a.o $ ld/ld-new a.o -o a --oformat srec Segmentation fault (core dumped) With gdb: Program received signal SIGSEGV, Segmentation fault. bfd_elf_m68k_set_target_options (info=0x4cb048, got_handling=0) at ../../binutils-CVS-20100617/bfd/elf32-m68k.c:4757 4757 htab->local_gp_p = FALSE; I have put a trace, and I see that htab is NULL. It comes from elf_m68k_hash_table(). -- What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW http://sourceware.org/bugzilla/show_bug.cgi?id=11675 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils