Index: scripttempl/elfm68hc11.sc =================================================================== RCS file: /cvs/src/src/ld/scripttempl/elfm68hc11.sc,v retrieving revision 1.11 diff -u -p -r1.11 elfm68hc11.sc --- scripttempl/elfm68hc11.sc 23 Jul 2003 19:33:20 -0000 1.11 +++ scripttempl/elfm68hc11.sc 29 Jul 2003 20:15:07 -0000 @@ -328,6 +328,11 @@ SECTIONS KEEP (*(.eh_frame)) } ${RELOCATING+ > ${TEXT_MEMORY}} + .gcc_except_table ${RELOCATING-0} : + { + *(.gcc_except_table) + } ${RELOCATING+ > ${TEXT_MEMORY}} + .rodata ${RELOCATING-0} : { *(.rodata) Index: scripttempl/elfm68hc12.sc =================================================================== RCS file: /cvs/src/src/ld/scripttempl/elfm68hc12.sc,v retrieving revision 1.11 diff -u -p -r1.11 elfm68hc12.sc --- scripttempl/elfm68hc12.sc 23 Jul 2003 19:33:20 -0000 1.11 +++ scripttempl/elfm68hc12.sc 29 Jul 2003 20:15:07 -0000 @@ -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)