From: Nick Clifton Date: Thu, 23 Jul 2009 15:03:39 +0000 (+0000) Subject: Reorder variable declarations to avoid problems with MIPS targets. X-Git-Tag: msnyder-checkpoint-072509-branchpoint~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f658ca2c9fdaa19b2f68b6a9c8138ca0536d03c7;p=thirdparty%2Fbinutils-gdb.git Reorder variable declarations to avoid problems with MIPS targets. --- diff --git a/gas/testsuite/gas/elf/type.s b/gas/testsuite/gas/elf/type.s index 159bf6d0387..d0a1afd2fa0 100644 --- a/gas/testsuite/gas/elf/type.s +++ b/gas/testsuite/gas/elf/type.s @@ -26,10 +26,12 @@ tls_object: .size notype,1 notype: .byte 0x0 - .comm common, 1 - .type common,STT_COMMON .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