commit | b783edaee8252bfdba3f7b3fd29519a81ce71e42 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Jun 25 22:26:29 2003 +0000 |
committer | wdenk <wdenk> | Wed Jun 25 22:26:29 2003 +0000 |
tree | 6993a909d2c21a3f07c51020edcc202a5697da91 | |
parent | a300d83cb8ad20b844e957587705675e9ac14147 [diff] [blame] |
* Header file cleanup for ARM * Patch by Murray Jensen, 24 Jun 2003: - make sure to use only U-boot provided header files - fix problems with ".rodata.str1.4" section as used by GCC-3.x
diff --git a/board/w7o/u-boot.lds b/board/w7o/u-boot.lds index 2ddba5d..4c753fc 100644 --- a/board/w7o/u-boot.lds +++ b/board/w7o/u-boot.lds
@@ -70,6 +70,7 @@ { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) }