X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Felf%2Ftype.s;h=d0a1afd2fa05defbf239df98acab2058ef192c5d;hp=fdb76467e2af43e0f8b70ac6cbbc5022757e630d;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/gas/testsuite/gas/elf/type.s b/gas/testsuite/gas/elf/type.s index fdb7646..d0a1afd 100644 --- a/gas/testsuite/gas/elf/type.s +++ b/gas/testsuite/gas/elf/type.s @@ -1,18 +1,37 @@ .text + .size function,1 .type function,%function function: .byte 0x0 + + .size indirect_function,1 + .type indirect_function,%gnu_indirect_function +indirect_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 + + .type unique_global,%gnu_unique_object +unique_global: + .byte 0x0 + .size unique_global,1 + + .comm common, 1 + .type common,STT_COMMON + \ No newline at end of file