commit | 5dd2c652316944e25ff1314534bc32abbe2d7f16 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Wed Aug 31 12:28:00 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Wed Aug 31 12:28:00 2005 +0200 |
tree | bbd6ce9eb6005664667482dc9fdd6202cfd6e34d | |
parent | f4a70e4688a359c1945a5b8bb0a101684d60100c [diff] [blame] |
Fix problems with ld version 2.16 (dot outside sections problem) Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
diff --git a/board/adsvix/u-boot.lds b/board/adsvix/u-boot.lds index 58c371d..f010239 100644 --- a/board/adsvix/u-boot.lds +++ b/board/adsvix/u-boot.lds
@@ -44,6 +44,7 @@ . = ALIGN(4); .got : { *(.got) } + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .;