OSDN Git Service

include/elf/
[pf3gnuchains/sourceware.git] / gas / testsuite / gas / elf / type.s
index 11f75bf..5a6476c 100644 (file)
@@ -3,6 +3,10 @@
         .type   function,%function
 function:
        .byte   0x0
+        .size   indirect_function,1
+        .type   indirect_function,%indirect_function
+indirect_function:
+       .byte   0x0
         .data
         .type   object,%object
         .size   object,1