[gdb/symtab] Fix gdb.base/fission-macro.exp with unix/-m32
[binutils-gdb.git] / ld / testsuite / ld-scripts / asciz.t
blob3aeb7d0c767a868fc84b88e0ac31b0f556d12864
2 _start = 0x000000;
3 SECTIONS
5   . = 0x1000 + SIZEOF_HEADERS;
6   
7   .data : AT (0x10000)
8   {
9       ASCIZ "This is a string"
10       ASCIZ "This is another\n\123tring"
11       ASCIZ ""
12       ASCIZ noquotes
13   }
14   
15   /DISCARD/ : { *(*) }