]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/header.t
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / header.t
CommitLineData
59e0647f
NS
1ENTRY(main)
2
3SECTIONS
4{
723cda25 5 . = 0x100 + SIZEOF_HEADERS;
59e0647f
NS
6 .text : { *(.text) }
7 .data : { *(.data) }
8}