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

[...@gnu-6 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
[...@gnu-6 9727]$ gcc -c x.s
[...@gnu-6 9727]$ ld -r --gc-sections --entry foo x.o
Segmentation fault
[...@gnu-6 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to