/usr/src/gcc-4.8/debian/gij-hppa is in gcc-4.8-source 4.8.2-19ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #! /bin/sh
prctl=
case "$(prctl --unaligned=)" in *signal)
echo >&2 "$(basename $0): ignore unaligned memory accesses"
prctl="prctl --unaligned=default"
esac
exec $prctl /usr/bin/gij-4.8.bin "$@"
|