bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/13839] Linker fails to build x86-64 Linux 3.3-rc2 kernel


From: hjl.tools at gmail dot com
Subject: [Bug ld/13839] Linker fails to build x86-64 Linux 3.3-rc2 kernel
Date: Tue, 13 Mar 2012 18:32:16 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13839

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-03-13 18:32:16 
UTC ---
A testcase:

address@hidden pr13839]$ cat defined5.s
    .text
    .byte 0
address@hidden pr13839]$ cat defined5.t
SECTIONS {
    .text : {
      *(.text)
    _text = .;
    }
    _end = .;
}
. = ASSERT((_end - _text <= (512 * 1024 * 1024)), "foo");
address@hidden pr13839]$ make
as   -o defined5.o defined5.s
./ld -T defined5.t  -o defined5 defined5.o
defined5.t:8: undefined symbol `_text' referenced in expression
make: *** [defined5] Error 1
address@hidden pr13839]$

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]