• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SECTIONS
2{
3  /* This is beyond the normal range of a PCREL24 (bsr) relocation.  */
4  . = 0x100000;
5  .text1 : { *(.text1) }
6  . = 0x900000;
7  .text2 : { *(.text2) }
8}
9