]> git.wh0rd.org - ICEs.git/blob - 154077/doit
initial import
[ICEs.git] / 154077 / doit
1 #!/bin/bash -ex
2
3 sym=$1
4 file=$2
5 [[ -n $file ]] || exit 1
6
7 objcopy -w -G $sym $file $file.1
8 objcopy -x $file.1 $file.2