| # Copyright (C) 2014-2021 Free Software Foundation, Inc. |
| # Copying and distribution of this file, with or without modification, |
| # are permitted in any medium without royalty provided the copyright |
| # notice and this notice are preserved. |
| /* Copyright (C) 2014-2021 Free Software Foundation, Inc. |
| Copying and distribution of this script, with or without modification, |
| are permitted in any medium without royalty provided the copyright |
| notice and this notice are preserved. */ |
| OUTPUT_FORMAT("${OUTPUT_FORMAT}") |
| ram : o = 0x1000, l = 512M |
| ${RELOCATING+ _etext = . ; } |
| ${RELOCATING+ _edata = . ; } |
| ${RELOCATING+ _bss_start = . ; } |
| ${RELOCATING+ _end = . ; } |
| .stack ${RELOCATING+ 0x30000 } : |
| ${RELOCATING+ _stack = . ; } |
| .stab 0 ${RELOCATING+(NOLOAD)} : |
| .stabstr 0 ${RELOCATING+(NOLOAD)} : |