commit | fba1ed422eda3b75534174d4266efc59f632a8af | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Jul 25 16:16:46 2013 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Sep 05 13:41:42 2013 +0200 |
tree | 83327f2f702e28913dadf11981be2a15365b0d8e | |
parent | f0f102fde85aca438f4322893729f28135bf3c61 [diff] |
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>