[MIPS] Map 'move' to 'or'.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / size-1.t
1 SECTIONS
2 {
3 . = 0x1000 + SIZEOF_HEADERS;
4 .text ALIGN (0x20) : { *(.text) }
5 .data 0x2000 : {
6 *(.data)
7 LONG (SIZEOF (.text))
8 LONG (SIZEOF (.data))
9 }
10 }
This page took 0.031092 seconds and 4 git commands to generate.