]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/elf/type-noifunc.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / elf / type-noifunc.s
diff --git a/gas/testsuite/gas/elf/type-noifunc.s b/gas/testsuite/gas/elf/type-noifunc.s
new file mode 100644 (file)
index 0000000..11f75bf
--- /dev/null
@@ -0,0 +1,20 @@
+       .text
+        .size   function,1
+        .type   function,%function
+function:
+       .byte   0x0
+        .data
+        .type   object,%object
+        .size   object,1
+object:
+       .byte   0x0
+        .type   tls_object,%tls_object
+        .size   tls_object,1
+tls_object:
+       .byte   0x0
+        .type   notype,%notype
+        .size   notype,1
+notype:
+       .byte   0x0
+       .comm   common, 1
+       .type   common,STT_COMMON