]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-elf/comm-data2.s
* ld-elf/comm-data.exp: Use check_shared_lib_support rather than
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data2.s
index 87f981e53a228dea4c0a73a969071b6e79cc3b95..168671f9d1648a18036ce6ca1d18321a16c28b17 100644 (file)
@@ -3,7 +3,11 @@
        .globl  __start
 _start:
 __start:
+       .ifdef  HPUX
+foo    .comm   4
+       .else
        .comm   foo, 4, 4
+       .endif
        .section .debug_foo,"",%progbits
        .balign 16
        .ifdef  ELF64