bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86


From: hjl.tools at gmail dot com
Subject: [Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86
Date: Wed, 02 Aug 2017 10:33:24 +0000

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
address@hidden pr21884]$ cat x.t
OUTPUT_FORMAT("binary")

ENTRY(_main);
SECTIONS {
        . = 0;
        .setup : { *(.setup) }
}
address@hidden pr21884]$ cat x.s
        .text
        .globl  _main
        .type _main,%function
_main:
        .dc.a bar
address@hidden pr21884]$ cat y.s
        .text
        .globl  bar
        .type bar,%function
bar:
        .byte 0
address@hidden pr21884]$ make
as   -o x.o x.s
as   -o y.o y.s
./ld  -T x.t -o x x.o y.o
make: *** [Makefile:13: x] Segmentation fault (core dumped)
make: *** Deleting file 'x'
address@hidden pr21884]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]