commit | 1d04c63b7da73f20d59c3af424fdbd4465e63ec3 | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Thu May 10 11:01:16 2018 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Wed Jul 11 09:21:04 2018 +0100 |
tree | c1c19c6c6442529294674f67921135fa9b43a9cb | |
parent | d93fde34d18ac280dcdd989cb6aa5d0b1e8df13c [diff] |
Add .extab and .exidx sections These sections are required by clang when the code is compiled for aarch32. These sections are related to the unwind of the stack in exceptions, but in the way that clang defines and uses them, the garbage collector cannot get rid of them. Change-Id: I085efc0cf77eae961d522472f72c4b5bad2237ab Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>