bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/11675] -- oformat binary or srec broken


From: vincent dot riviere at freesbee dot fr
Subject: [Bug ld/11675] -- oformat binary or srec broken
Date: 17 Jun 2010 18:01:23 -0000

------- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]