]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/relocs-neg-from-local/Makefile
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / relocs-neg-from-local / Makefile
index 36fb47b98dbc89b82e68c2128950fbd147b035d6..d4844584ee8023648fc662a526540bebdd07a82a 100644 (file)
@@ -1,5 +1,5 @@
 ##
 ##
-# Copyright (c) 2009 Apple Inc. All rights reserved.
+# Copyright (c) 2009-2010 Apple Inc. All rights reserved.
 #
 # @APPLE_LICENSE_HEADER_START@
 # 
 #
 # @APPLE_LICENSE_HEADER_START@
 # 
@@ -41,10 +41,10 @@ run-other:
 
 run-i386:
        ${CC} ${ASMFLAGS} test.s -c -o test.o
 
 run-i386:
        ${CC} ${ASMFLAGS} test.s -c -o test.o
-       ${OBJECTDUMP} test.o | grep "__data@0 plus 0xFFFFFFE2" | ${FAIL_IF_EMPTY}
+       ${OBJECTDUMP} test.o | grep "direct(anon@__data+0x00000000) + 0xFFFFFFFFFFFFFFE2" | ${FAIL_IF_EMPTY}
 
        ${LD} -arch ${ARCH} -r -keep_private_externs test.o -o test-r.o
 
        ${LD} -arch ${ARCH} -r -keep_private_externs test.o -o test-r.o
-       ${OBJECTDUMP} test-r.o | grep "__data@0 plus 0xFFFFFFE2" | ${PASS_IFF_STDIN}
+       ${OBJECTDUMP} test-r.o | grep "direct(anon@__data+0x00000000) + 0xFFFFFFFFFFFFFFE2" | ${PASS_IFF_STDIN}
 
        
 clean:
 
        
 clean: