add __ramfunc (.ramfunc) to data section

git-svn-id: https://svn.openpcd.org:2342/trunk@231 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
This commit is contained in:
laforge 2006-09-27 17:19:39 +00:00
parent 23d2398121
commit caa13ece6e
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ SECTIONS
/* 0x00200000 ... */
.data 0x00200028: AT ( ADDR(.text) + SIZEOF(.text) - ADDR(.text) ) {
_data = . ;
* (.fastrun)
* (.data)
. = ALIGN(4);
} >DATA

View File

@ -27,6 +27,7 @@ SECTIONS
/* 0x00200000 ... */
.data 0x00200028: AT ( ADDR(.text) + SIZEOF(.text) - ADDR(.text) ) {
_data = . ;
* (.fastrun)
* (.data)
. = ALIGN(4);
} >DATA