commit | ff36fc7d67d2d18de01805931414b779ca6bf267 | [log] [tgz] |
---|---|---|
author | Jan Van Winkel <jan.van_winkel@dxplore.eu> | Sat Sep 07 15:10:45 2019 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Sep 19 09:26:42 2019 -0500 |
tree | 3909945a5580062e2f1adacb2f3196283e7f3bc8 | |
parent | 70fb574a6e8c03b2102e7a6cfe1aeabc3092468c [diff] |
linker: cxx: Include .gcc_except_table sections Include .gcc_except_table (sub-)sections in linker files to support C++ with exceptions enabled. If these sections are not mapped warnings will be generated for orphaned sections at link time. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>