[Bug ld/12641] Section symbols get discarded when assigned to the "dot"
http://sourceware.org/bugzilla/show_bug.cgi?id=12641 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED CC||amodra at gmail dot com Resolution||INVALID --- Comment #1 from Alan Modra 2011-04-07 11:11:39 UTC --- Expected behaviour. -- 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 http://lists.gnu.org/mailman/listinfo/bug-binutils
Re: [BUG] build error with ld
On Mon, Apr 4, 2011 at 11:40, Hui Zhu wrote: > make[4]: Entering directory `/home/teawater/gdb/bgdbno/ld' > make[4]: *** No rule to make target > `../../src/ld/emulparams/avrtiny10.sh', needed by `eavrtiny10.c'. > Stop. > make[4]: Leaving directory `/home/teawater/gdb/bgdbno/ld' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/teawater/gdb/bgdbno/ld' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/teawater/gdb/bgdbno/ld' > make[1]: *** [all-ld] Error 2 > make[1]: Leaving directory `/home/teawater/gdb/bgdbno' > make: *** [all] Error 2 > ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10549] gas doesn't provide correct ELF ABI for object with unique symbols
http://sourceware.org/bugzilla/show_bug.cgi?id=10549 Mark Wielaard changed: What|Removed |Added Status|WAITING |NEW CC||mjw at redhat dot com --- Comment #3 from Mark Wielaard 2011-04-07 20:03:00 UTC --- Posted a patch for the ld part: http://sourceware.org/ml/binutils/2011-04/msg00107.html -- 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 http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/12652] New: gold doesn't recognise modifiers on memory LENGTHs
http://sourceware.org/bugzilla/show_bug.cgi?id=12652 Summary: gold doesn't recognise modifiers on memory LENGTHs Product: binutils Version: 2.21 Status: NEW Severity: normal Priority: P2 Component: gold AssignedTo: i...@airs.com ReportedBy: patr...@motec.com.au gold doesn't recognise modifiers on memory LENGTH attributes e.g. MEMORY { flash (rx) :ORIGIN = 0x, LENGTH = 2M ram (wiax) :ORIGIN = 0x2000, LENGTH = 512k } error: syntax error, unexpected STRING, expecting ':' I'm pretty sure bfd ld also supports mathematical expressions here such as 2 * 1024 * 1024. Patrick -- 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 http://lists.gnu.org/mailman/listinfo/bug-binutils