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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to