From: Daniel Jacobowitz Date: Wed, 25 Sep 2002 17:08:29 +0000 (+0000) Subject: From "Anita Kulkarni" X-Git-Tag: binutils-2_13_1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1344b677b66e898b343ca9684a648d6519aaa721;p=thirdparty%2Fbinutils-gdb.git From "Anita Kulkarni" * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc* sections. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 1a03d742225..83dbc7c56ee 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2002-09-25 Daniel Jacobowitz + + From "Anita Kulkarni" + * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc* + sections. + 2002-09-25 Alan Modra * ldexp.c (fold_unary): New. Split out from exp_fold_tree. diff --git a/ld/scripttempl/sh.sc b/ld/scripttempl/sh.sc index 036dd216db2..e7f049fb0ec 100644 --- a/ld/scripttempl/sh.sc +++ b/ld/scripttempl/sh.sc @@ -29,6 +29,11 @@ SECTIONS .data : { *(.data) + ${RELOCATING+*(.gcc_exc*)} + ${RELOCATING+___EH_FRAME_BEGIN__ = . ;} + ${RELOCATING+*(.eh_fram*)} + ${RELOCATING+___EH_FRAME_END__ = . ;} + ${RELOCATING+LONG(0);} ${RELOCATING+ _edata = . ; } } ${RELOCATING+ > ram} .bss :