From b783edaee8252bfdba3f7b3fd29519a81ce71e42 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 25 Jun 2003 22:26:29 +0000 Subject: * 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 --- board/ivm/u-boot.lds | 1 + 1 file changed, 1 insertion(+) (limited to 'board/ivm') diff --git a/board/ivm/u-boot.lds b/board/ivm/u-boot.lds index 140cc3d6bb..d1e121e7c9 100644 --- a/board/ivm/u-boot.lds +++ b/board/ivm/u-boot.lds @@ -65,6 +65,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } -- cgit v1.2.1