Browse Source

* scripttempl/elfm68hc12.sc: Add gcc_except_table.

* scripttempl/elfm68hc11.sc: Likewise.
ezannoni_pie-20030916-branch
Stephane Carrez 23 years ago
parent
commit
83a27a96d4
  1. 5
      ld/ChangeLog
  2. 5
      ld/scripttempl/elfm68hc11.sc
  3. 5
      ld/scripttempl/elfm68hc12.sc

5
ld/ChangeLog

@ -1,3 +1,8 @@
2003-07-29 Stephane Carrez <stcarrez@nerim.fr>
* scripttempl/elfm68hc12.sc: Add gcc_except_table.
* scripttempl/elfm68hc11.sc: Likewise.
2003-07-28 Alan Modra <amodra@bigpond.net.au>
* emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.

5
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)

5
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)

Loading…
Cancel
Save