- ${LD} -arch ${ARCH} -r test.o -o test-r.o
- ObjectDump -no_content test-r.o | grep -v zero-fill-at > test-r.dump
+ ${LD} -arch ${ARCH} -r test.o -keep_private_externs -o test-r.o
+ ${OBJECTDUMP} -no_content test-r.o | grep -v zero-fill-at > test-r.dump