Add --input-type and --output-type to elfedit
[binutils.git] / binutils / testsuite / binutils-all / elfedit-2.d
blobaf07c1db2977bfd21b750ded723c688092c72509
1 #PROG: elfedit
2 #elfedit: --output-type exec
3 #source: empty.s
4 #readelf: -h
5 #name: Update ELF header 2
6 #target: *-*-linux*
8 #...
9 ELF Header:
10 Magic: 7f 45 4c 46 .*
11 #...
12 Version:[ \t]+1 \(current\)
13 #...
14 Type:[ \t]+EXEC \(Executable file\)
15 #...