]> git.saurik.com Git - apple/ld64.git/blobdiff - ld64-134.9/unit-tests/test-cases/custom-segment-layout/zero.s
ld64-136.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / custom-segment-layout / zero.s
diff --git a/ld64-134.9/unit-tests/test-cases/custom-segment-layout/zero.s b/ld64-134.9/unit-tests/test-cases/custom-segment-layout/zero.s
deleted file mode 100644 (file)
index 94e1a50..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-       .section __MYZEROPAGE,_data
-_min:  .long 0
-       
-#if __arm__
-       .zerofill __MYZEROPAGE,__zerofill,_padding,536870910
-#else  
-       .zerofill __MYZEROPAGE,__zerofill,_padding,2147483644
-#endif 
-       
-
-
-