commit | 7eafea0c00f4a2c19faac8ea67261edbaafee42c | [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 | 2570d018e3ec79e4ab61d81a428e591dc8fdc5bc [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>