1SECTIONS
2{
3  x1 = 0x10000001;	/* lower and far  */
4  x2 = 0x3ffff000;	/* lower and near  */
5  . = 0x40000000;
6  .text : { *(.text) }
7  x3 = 0x4000f000;	/* high and near  */
8  x4 = 0x80000001;	/* high and far  */
9}
10