From "Anita Kulkarni" <AnitaK@kpit.com>

* scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
        sections.
This commit is contained in:
Daniel Jacobowitz 2002-09-25 17:06:09 +00:00
parent 14a2a2f196
commit ff3268267c
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2002-09-25 Daniel Jacobowitz <drow@mvista.com>
From "Anita Kulkarni" <AnitaK@kpit.com>
* scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
sections.
2002-09-25 Alan Modra <amodra@bigpond.net.au>
* genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before

View file

@ -29,6 +29,11 @@ SECTIONS
.data :
{
*(.data)
${RELOCATING+*(.gcc_exc*)}
${RELOCATING+___EH_FRAME_BEGIN__ = . ;}
${RELOCATING+*(.eh_fram*)}
${RELOCATING+___EH_FRAME_END__ = . ;}
${RELOCATING+LONG(0);}
${RELOCATING+ _edata = . ; }
} ${RELOCATING+ > ram}
.bss :