Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-2.s
index 79f58eacc343332b093854c09bf9ae2ce16fdad7..14d35d81c66db868d151c82a14c5970a79b7c755 100644 (file)
@@ -1,5 +1,5 @@
        .text
        .global _start
 _start:
-       .long __data_end
+       .dc.a __data_end
        .p2align 4
This page took 0.023476 seconds and 4 git commands to generate.