summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-07-25 16:16:46 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-09-05 13:41:42 +0200
commitfba1ed422eda3b75534174d4266efc59f632a8af (patch)
tree83327f2f702e28913dadf11981be2a15365b0d8e /arch
parentf0f102fde85aca438f4322893729f28135bf3c61 (diff)
downloadtalos-obmc-uboot-fba1ed422eda3b75534174d4266efc59f632a8af.tar.gz
talos-obmc-uboot-fba1ed422eda3b75534174d4266efc59f632a8af.zip
arm: lds: Remove libgcc eabi exception handling tables
Remove ARM eabi exception handling tables (for frame unwinding). AFAICT, u-boot stubs away the frame unwiding routines, so the tables will more or less just consume space. It should be OK to remove them. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/u-boot.lds b/arch/arm/cpu/u-boot.lds
index 490aed2e0d..23bf030655 100644
--- a/arch/arm/cpu/u-boot.lds
+++ b/arch/arm/cpu/u-boot.lds
@@ -97,4 +97,6 @@ SECTIONS
/DISCARD/ : { *(.plt*) }
/DISCARD/ : { *(.interp*) }
/DISCARD/ : { *(.gnu*) }
+ /DISCARD/ : { *(.ARM.exidx*) }
+ /DISCARD/ : { *(.gnu.linkonce.armexidx.*) }
}
OpenPOWER on IntegriCloud