/usr/bin/m68hc12-ld is in binutils-m68hc1x 1:2.18-9.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/sh
if [ -n "$LD_EMULATION" ] ; then
/usr/bin/m68hc11-ld "$@"
else
/usr/bin/m68hc11-ld -mm68hc12elf "$@"
fi
|