Fix for PR 19070 - add ability to detect and generate errors when sections
[external/binutils.git] / ld / testsuite / ld-checks / script
1 SECTIONS {
2         .foo 0x100 : { *(.foo) }
3         .bar 0x100 : AT (0x100) { *(.bar) }
4
5         .overlay1 0x100 : AT (0x4000) { *(.overlay1) }
6         .overlay2 0x100 : AT (0x4004) { *(.overlay2) }
7 }
8