From 7481266e4e4a1488ab197cc7beecd6eda0c34ffb Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 12 Dec 2005 16:06:05 +0100 Subject: --- board/etx094/u-boot.lds | 1 + board/etx094/u-boot.lds.debug | 2 ++ 2 files changed, 3 insertions(+) (limited to 'board/etx094') diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds index 1242aaaf6..c50db8f8c 100644 --- a/board/etx094/u-boot.lds +++ b/board/etx094/u-boot.lds @@ -79,6 +79,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/etx094/u-boot.lds.debug b/board/etx094/u-boot.lds.debug index 7cd68090b..e4d8b1091 100644 --- a/board/etx094/u-boot.lds.debug +++ b/board/etx094/u-boot.lds.debug @@ -81,6 +81,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } -- cgit v1.2.3