bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/5692] ld segfault linked to bfd elf error


From: amodra at bigpond dot net dot au
Subject: [Bug ld/5692] ld segfault linked to bfd elf error
Date: 1 Feb 2008 12:52:16 -0000

------- Additional Comments From amodra at bigpond dot net dot au  2008-02-01 
12:52 -------
Nick, I think your patch is just papering over the real problem, which is that
elf32_arm_size_dynamic_sections calls bfd_elf32_arm_init_maps for all input bfds
regardless of target.  bfd_elf32_arm_init_maps then calls bfd_elf_get_elf_syms
on a non-ELF input bfd.  (I think a better patch to bfd_elf_get_elf_syms would
be to abort on non-ELF input.)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://sourceware.org/bugzilla/show_bug.cgi?id=5692

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