summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/type.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/elf/type.s')
-rw-r--r--gas/testsuite/gas/elf/type.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/gas/elf/type.s b/gas/testsuite/gas/elf/type.s
index 11f75bf53c..5a6476cd20 100644
--- a/gas/testsuite/gas/elf/type.s
+++ b/gas/testsuite/gas/elf/type.s
@@ -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