diff options
author | Lukas Larsson <[email protected]> | 2013-10-23 10:26:15 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-24 15:15:59 +0100 |
commit | 5009faf90001b6fdba3226c227db758b75627a20 (patch) | |
tree | cd0e4d7573520916624b03f8e94dcaea564acd84 /erts/emulator/sys/ose | |
parent | 51a07bb5770ddbbf10c5be969985c5f6b36e4a4c (diff) | |
download | otp-5009faf90001b6fdba3226c227db758b75627a20.tar.gz otp-5009faf90001b6fdba3226c227db758b75627a20.tar.bz2 otp-5009faf90001b6fdba3226c227db758b75627a20.zip |
ose: Add eh_frame_hdr section to linker file
Diffstat (limited to 'erts/emulator/sys/ose')
-rw-r--r-- | erts/emulator/sys/ose/gcc_4.4.3_lm_ppc.lcf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/emulator/sys/ose/gcc_4.4.3_lm_ppc.lcf b/erts/emulator/sys/ose/gcc_4.4.3_lm_ppc.lcf index 65a3f1757d..5ebc328616 100644 --- a/erts/emulator/sys/ose/gcc_4.4.3_lm_ppc.lcf +++ b/erts/emulator/sys/ose/gcc_4.4.3_lm_ppc.lcf @@ -56,6 +56,10 @@ SECTIONS *(.rodata.*) *(.gnu.linkonce.r.*) } > rom :ph_rom + .eh_frame_hdr : + { + *(.eh_frame_hdr) + } > rom :ph_rom .eh_frame : { __EH_FRAME_BEGIN__ = .; |