--- Additional Comments From nickc at redhat dot com 2006-06-12 11:18
---
Patch applied.
--
What|Removed |Added
Status|WAITING |RESOLVED
Hi,
while building glibc, the GNU assembler complains about
m68k-unknown-linux-gnu-gcc localealias.c -c -std=gnu99 -O -Wall -Winline
-Wwrite-strings -fmerge-all-constants -pipe -Wstrict-prototypes
-I../include -I/home/lior/builds/m68k/src/build/intl
-I/home/lior/builds/m68k/src/build -I../po
linker script keyword AT seems to be ignored resulting in a incorrect binary
output
SECTIONS {
.stub 0x8000 : {
*i386boot* (.text .data .bss)
}
__loader_image = ABSOLUTE (.) ;
. = ABSOLUTE (0x10) ;
.main . : AT (__loader_image) {
LO
--- Additional Comments From cman dot cpp at gmail dot com 2006-06-12
13:28 ---
Created an attachment (id=1081)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1081&action=view)
test case for the bug
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2757
--- You are rece