This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / ld / testsuite / ld-arm / cortex-a8-fix-hdr.t
1
2
3 SECTIONS {
4         . = SIZEOF_HEADERS;
5         . += 0xf80;
6         .text : {
7            *(.text)      
8         } = 0
9         /DISCARD/ : { *(*) }
10 }