Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-misc / start.s
index 846236eef4d9b9e9536d1ea4dc737c1d0ba4d7a5..b01c559177473f65281fd7a5734413581a67ca6c 100644 (file)
@@ -7,4 +7,4 @@ _start:
 __start:
        .global main    /* Used by HPPA targets.  */
 main:
-       .long foo
+       .dc.a foo
This page took 0.024081 seconds and 4 git commands to generate.