From 517ed4859c817850493617d689868c3ebb0a7a3b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 18 Apr 2003 08:26:17 +0000 Subject: [PATCH] Define __data and __rdata --- ld/ChangeLog | 4 ++++ ld/scripttempl/xstormy16.sc | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 76323c210f..c097057cbd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-04-18 Andrew Haley + + * scripttempl/xstormy16.sc (__data, __rdata): New. + 2003-04-16 Nick Clifton * scripttempl/xstormy16.sc: Add .jcr section mapping. diff --git a/ld/scripttempl/xstormy16.sc b/ld/scripttempl/xstormy16.sc index 6d4210e8a2..a74df07575 100644 --- a/ld/scripttempl/xstormy16.sc +++ b/ld/scripttempl/xstormy16.sc @@ -117,6 +117,8 @@ SECTIONS { .data ${RELOCATING-0} : { + ${RELOCATING+__rdata = .;} + ${RELOCATING+__data = .;} ${RELOCATING+${DATA_START_SYMBOLS}} *(.data) ${RELOCATING+*(.data.*)}