[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/19539] New: ld: Segmentation fault (core dumped)
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug ld/19539] New: ld: Segmentation fault (core dumped) |
Date: |
Sat, 30 Jan 2016 23:46:09 +0000 |
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: ---
address@hidden pr19538]$ cat x.s
.section .prefix,"a",@progbits
.dc.a foo
.text
.global _start
_start:
ret
address@hidden pr19538]$ cat ld.t
HIDDEN (foo = .);
address@hidden 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'
address@hidden pr19538]$
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug ld/19539] New: ld: Segmentation fault (core dumped),
hjl.tools at gmail dot com <=