bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/9727] ld crashes in bfd/elf.c bfd_elf_set_group_contents()


From: hjl dot tools at gmail dot com
Subject: [Bug ld/9727] ld crashes in bfd/elf.c bfd_elf_set_group_contents()
Date: 13 Jan 2009 22:06:29 -0000

------- Additional Comments From hjl dot tools at gmail dot com  2009-01-13 
22:06 -------
I saw it on Linux/x86:

address@hidden 9727]$ cat x.s
        .section        .text.foo,"axG",@progbits,foo,comdat
        .globl foo
        .type   foo,@function
foo:
        .byte 0
        .section        .text.bar,"axG",@progbits,bar,comdat
        .globl bar
        .type   bar,@function
bar:
        .byte 0
address@hidden 9727]$ gcc -c x.s
address@hidden 9727]$ ld -r --gc-sections --entry foo x.o
Segmentation fault
address@hidden 9727]$ 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com
   GCC host triplet|mingw32                     |
 GCC target triplet|arm-elf                     |
            Version|2.19                        |2.20 (HEAD)


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

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