x86-64: Add R_X86_64_converted_reloc_bit
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / property-x86-4b.s
index 3da10552e2baefcec7be1c25475488ab945746c0..7a2c7073ae47902f24a176aae0e0a8b8f8697f42 100644 (file)
@@ -5,16 +5,29 @@ t.c.4903c230:
        .byte 0x28
 
        .section ".note.gnu.property", "a"
+.ifdef __64_bit__
        .p2align 3
+.else
+       .p2align 2
+.endif
        .long 1f - 0f           /* name length.  */
        .long 3f - 2f           /* data length.  */
        /* NT_GNU_PROPERTY_TYPE_0 */
        .long 5                 /* note type.  */
 0:     .asciz "GNU"            /* vendor name.  */
-1:     .p2align 3
+1:
+.ifdef __64_bit__
+       .p2align 3
+.else
+       .p2align 2
+.endif
 2:
        /* GNU_PROPERTY_NO_COPY_ON_PROTECTED */
        .long 2                 /* pr_type.  */
        .long 0                 /* pr_datasz.  */
+.ifdef __64_bit__
        .p2align 3
+.else
+       .p2align 2
+.endif
 3:
This page took 0.024662 seconds and 4 git commands to generate.