* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / map-address.t
1 SECTIONS
2 {
3 . = 0x10001;
4 foo = .;
5 . += 0x200;
6 bar = .;
7 . = ALIGN (4);
8 frob = .;
9 }
This page took 0.029612 seconds and 4 git commands to generate.