mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 23:10:26 +00:00
Define __data and __rdata
This commit is contained in:
parent
4081944fd1
commit
517ed4859c
@ -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.
|
||||
|
@ -117,6 +117,8 @@ SECTIONS
|
||||
{
|
||||
.data ${RELOCATING-0} :
|
||||
{
|
||||
${RELOCATING+__rdata = .;}
|
||||
${RELOCATING+__data = .;}
|
||||
${RELOCATING+${DATA_START_SYMBOLS}}
|
||||
*(.data)
|
||||
${RELOCATING+*(.data.*)}
|
||||
|
Loading…
Reference in New Issue
Block a user