Make the assembler generate an error if there is an attempt to define a section with...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / rgn-at6.t
CommitLineData
13762d2e
AM
1MEMORY
2{
3 ram : ORIGIN = 0x10000, LENGTH = 0x10000
4}
5
6SECTIONS
7{
8 .text : {*(.text)} > ram AT> ram
9 .data : ALIGN (16) {*(.data)} > ram AT> ram
10 /DISCARD/ : {*(*)}
11}
This page took 0.319618 seconds and 4 git commands to generate.