This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 2/2] ld: Don't evaluate unneeded PROVIDE expressions.
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>
- Cc: binutils at sourceware dot org
- Date: Wed, 7 Jan 2015 20:25:49 -0500 (EST)
- Subject: Re: [PATCH 2/2] ld: Don't evaluate unneeded PROVIDE expressions.
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1420631791 dot git dot andrew dot burgess at embecosm dot com> <3d30f0e7bfaf420b6a4d64a818db85700c4fc083 dot 1420631791 dot git dot andrew dot burgess at embecosm dot com>
Having not looked at the rest, I just spotted:
On Wed, 7 Jan 2015, Andrew Burgess wrote:
> +++ b/ld/testsuite/ld-scripts/provide-4-map.d
> @@ -0,0 +1,26 @@
> +#...
> +Linker script and memory map
> +
> + 0x0000000000000001 PROVIDE \(foo, 0x1\)
For all these addresses, please cut them down to also match
builds with "32-bit bfd's":
+ 0x0+1 PROVIDE \(foo, 0x1\)
> +#...
> \ No newline at end of file
Also, please do add one. ;)
brgds, H-P