]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/switch-jump-table/switch.s
ld64-127.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / switch-jump-table / switch.s
old mode 100755 (executable)
new mode 100644 (file)
index 12b559f..b2b0249
@@ -9,6 +9,7 @@
 */
        .globl _foo
        .weak_definition _foo
+       .align 4
 _foo:
        nop
        nop
@@ -29,6 +30,7 @@ L3: nop
        to a jump table
 */
        .text
+       .align 4
        .globl _bar
 _bar: nop
        nop