X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/2f2f92e40575142405a1caa9bcf847f7ad011c92..0a8dc3df050bd5c0a70486b9ebdb9dccce439f3e:/unit-tests/test-cases/eh-coalescing/Makefile diff --git a/unit-tests/test-cases/eh-coalescing/Makefile b/unit-tests/test-cases/eh-coalescing/Makefile old mode 100755 new mode 100644 index 0c7fb32..7f61116 --- a/unit-tests/test-cases/eh-coalescing/Makefile +++ b/unit-tests/test-cases/eh-coalescing/Makefile @@ -44,7 +44,7 @@ all: # verify .eh symbol is missing or is from bar.o (file 3) grep '\[ 2\] __Z4funcv.eh' libfoobar.map | ${FAIL_IF_STDIN} # verify no LSDA - size -l libfoobar.dylib | grep __gcc_except_tab | ${PASS_IFF_EMPTY} + size -m -l libfoobar.dylib | grep __gcc_except_tab | ${PASS_IFF_EMPTY} clean: rm foo.o foo2.o bar.o libfoobar.map libfoobar.dylib