bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/13023] gold misinterprets dot assignments in sections


From: luto at mit dot edu
Subject: [Bug gold/13023] gold misinterprets dot assignments in sections
Date: Sat, 23 Jul 2011 19:04:31 +0000

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

--- Comment #3 from Andy Lutomirski <luto at mit dot edu> 2011-07-23 19:04:28 
UTC ---
This is a little bit gross but appears to produce the expected result on ld.bfd
and gold:

SECTIONS {
 .test 0x1000 : {
   __workaround = .;
   *(.a)

   . = __workaround + 0x10;
   *(.b);
 }
}

-- 
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]