* config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
authorNick Clifton <nickc@redhat.com>
Mon, 10 Jan 2011 09:50:02 +0000 (09:50 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 10 Jan 2011 09:50:02 +0000 (09:50 +0000)
part of the file.

gas/ChangeLog
gas/config/tc-arm.c

index 63d2301..5745a91 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-10  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
+       part of the file.
+
 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
            Glauber de Oliveira Costa  <glommer@gmail.com>
 
index ae389f5..78a98be 100644 (file)
@@ -4275,7 +4275,6 @@ s_arm_eabi_attribute (int ignored ATTRIBUTE_UNUSED)
   if (tag < NUM_KNOWN_OBJ_ATTRIBUTES)
     attributes_set_explicitly[tag] = 1;
 }
-#endif /* OBJ_ELF */
 
 /* Emit a tls fix for the symbol.  */
 
@@ -4300,6 +4299,7 @@ s_arm_tls_descseq (int ignored ATTRIBUTE_UNUSED)
               thumb_mode ? BFD_RELOC_ARM_THM_TLS_DESCSEQ
               : BFD_RELOC_ARM_TLS_DESCSEQ);
 }
+#endif /* OBJ_ELF */
 
 static void s_arm_arch (int);
 static void s_arm_object_arch (int);