[Bug binutils/18908] how to avoid x86_64-unknown-linux-gnu

2015-09-05 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18908 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: Off-by-one error in ld documentation

2015-09-05 Thread Hans-Peter Nilsson
On Thu, 3 Sep 2015, Nick Clifton wrote: > Hi Mark, > > > In ld/ld.texinfo, the following example code is offered: > > > > > start_of_ROM = .ROM; > > > end_of_ROM = .ROM + sizeof (.ROM) - 1; > > > start_of_FLASH = .FLASH; > > > > > > Then the C source code to perform the copy would be: >