From: Richard Henderson Date: Fri, 21 Apr 2000 17:29:15 +0000 (+0000) Subject: * scripttempl/elfd30v.sc: Place .gcc_except_table. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9637625e4ff16d9a9f3a203c5609cd5ada1eafa;p=binutils-gdb.git * scripttempl/elfd30v.sc: Place .gcc_except_table. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 5d89c59b01f..e46704a5cac 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-04-21 Richard Henderson + + * scripttempl/elfd30v.sc: Place .gcc_except_table. + 2000-04-19 Alan Modra * dep-in.sed: Match space at start of file name, not at end. diff --git a/ld/scripttempl/elfd30v.sc b/ld/scripttempl/elfd30v.sc index 0ff928345be..aecc3e5c374 100644 --- a/ld/scripttempl/elfd30v.sc +++ b/ld/scripttempl/elfd30v.sc @@ -122,6 +122,7 @@ SECTIONS /* C++ exception support. */ .eh_frame ${RELOCATING-0} : { *(.eh_frame) } ${RELOCATING+ > ${DATA_MEMORY}} + .gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) } ${RELOCATING+ > ${DATA_MEMORY}} ${RELOCATING+${CTOR}} ${RELOCATING+${DTOR}}