Define __data and __rdata

This commit is contained in:
Nick Clifton 2003-04-18 08:26:17 +00:00
parent 4081944fd1
commit 517ed4859c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-04-18 Andrew Haley <aph@cambridge.redhat.com>
* scripttempl/xstormy16.sc (__data, __rdata): New.
2003-04-16 Nick Clifton <nickc@redhat.com>
* scripttempl/xstormy16.sc: Add .jcr section mapping.

View File

@ -117,6 +117,8 @@ SECTIONS
{
.data ${RELOCATING-0} :
{
${RELOCATING+__rdata = .;}
${RELOCATING+__data = .;}
${RELOCATING+${DATA_START_SYMBOLS}}
*(.data)
${RELOCATING+*(.data.*)}