| # 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}") |
| OUTPUT_ARCH("${OUTPUT_ARCH}") |
| rom : ORIGIN = 0x00000300, LENGTH = 16k |
| ram : ORIGIN = 0x00000300 + 16k, LENGTH = 16k |
| ramblk0 : ORIGIN = 0x02026000, LENGTH = 0x1000 |
| ramblk1 : ORIGIN = 0x02027000, LENGTH = 0x1000 |
| .mdata : AT( ADDR(.const) + SIZEOF(.const) ) |