* scripttempl/elfd30v.sc: Place .gcc_except_table.
This commit is contained in:
parent
b51a133817
commit
c9637625e4
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-04-21 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* scripttempl/elfd30v.sc: Place .gcc_except_table.
|
||||
|
||||
2000-04-19 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* dep-in.sed: Match space at start of file name, not at end.
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue