From 83a27a96d4040509dd939341f6961646d4e337b2 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Tue, 29 Jul 2003 20:17:17 +0000 Subject: [PATCH] * scripttempl/elfm68hc12.sc: Add gcc_except_table. * scripttempl/elfm68hc11.sc: Likewise. --- ld/ChangeLog | 5 +++++ ld/scripttempl/elfm68hc11.sc | 5 +++++ ld/scripttempl/elfm68hc12.sc | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index c77b087..33bdae1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-07-29 Stephane Carrez + + * scripttempl/elfm68hc12.sc: Add gcc_except_table. + * scripttempl/elfm68hc11.sc: Likewise. + 2003-07-28 Alan Modra * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching. diff --git a/ld/scripttempl/elfm68hc11.sc b/ld/scripttempl/elfm68hc11.sc index 5188982..f4977f6 100644 --- a/ld/scripttempl/elfm68hc11.sc +++ b/ld/scripttempl/elfm68hc11.sc @@ -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) diff --git a/ld/scripttempl/elfm68hc12.sc b/ld/scripttempl/elfm68hc12.sc index 94f10c9..876aff0 100644 --- a/ld/scripttempl/elfm68hc12.sc +++ b/ld/scripttempl/elfm68hc12.sc @@ -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) -- 2.7.4