* scripttempl/elfm68hc12.sc: Add gcc_except_table.

* scripttempl/elfm68hc11.sc: Likewise.
This commit is contained in:
Stephane Carrez
2003-07-29 20:17:17 +00:00
parent 2445335eea
commit 83a27a96d4
3 changed files with 15 additions and 0 deletions

View File

@ -326,6 +326,11 @@ SECTIONS
KEEP (*(.eh_frame))
} ${RELOCATING+ > ${TEXT_MEMORY}}
.gcc_except_table ${RELOCATING-0} :
{
*(.gcc_except_table)
} ${RELOCATING+ > ${TEXT_MEMORY}}
.rodata ${RELOCATING-0} :
{
*(.rodata)