https://sourceware.org/bugzilla/show_bug.cgi?id=19539

            Bug ID: 19539
           Summary: ld: Segmentation fault (core dumped)
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

[hjl@gnu-tools-1 pr19538]$ cat x.s
        .section .prefix,"a",@progbits
        .dc.a foo
        .text
        .global _start
_start:
        ret
[hjl@gnu-tools-1 pr19538]$ cat ld.t 
HIDDEN (foo = .);
[hjl@gnu-tools-1 pr19538]$ make
as --32  -o x.o x.s
./ld -pie -T ld.t -m elf_i386 -o x x.o
Makefile:13: recipe for target 'x' failed
make: *** [x] Segmentation fault (core dumped)
make: *** Deleting file 'x'
[hjl@gnu-tools-1 pr19538]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to