]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/label-on-end-of-section/Makefile
ld64-305.tar.gz
[apple/ld64.git] / unit-tests / test-cases / label-on-end-of-section / Makefile
index a6f1537a0b827d57b3d873d181a3fb1d4c769a2d..bd9a8ff1b70ee61902be447752db9cd3c5e64231 100755 (executable)
@@ -31,7 +31,7 @@ run: all
 
 all:
        ${CC} ${CCFLAGS} foo.s -c -o foo.o
-       ${OBJECTDUMP} foo.o | grep "pointer to _end" | ${PASS_IFF_STDIN}
+       ${OBJECTDUMP} foo.o | grep "address of direct(_end)" | ${PASS_IFF_STDIN}
 
 clean:
        rm  foo.o