PR gas/15178
authorNick Clifton <nickc@redhat.com>
Tue, 26 Mar 2013 13:49:12 +0000 (13:49 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 26 Mar 2013 13:49:12 +0000 (13:49 +0000)
* config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
FreeBSD targets.

gas/ChangeLog
gas/config/tc-sparc.h

index a9b9104661c43ad399da5ff6c67db62b92ca6b9f..583655cacd15df117af6da4955d8b19731d8b0bf 100644 (file)
@@ -1,3 +1,9 @@
+2013-03-26  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/15178
+       * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
+       FreeBSD targets.
+
 2013-03-26  Douglas B Rupp  <rupp@gnat.com>
 
        * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
index 3d4636d5ee1d3b031338505d4472375700ecfd37..5671c1402ca628e7711ccdadff209b537bc3e0a8 100644 (file)
@@ -33,7 +33,7 @@ struct frag;
 #define TARGET_ARCH bfd_arch_sparc
 
 #ifdef TE_FreeBSD
-#define ELF_TARGET_FORMAT      "elf32-sparc-freebsd"
+#define ELF_TARGET_FORMAT      "elf32-sparc"
 #define ELF64_TARGET_FORMAT    "elf64-sparc-freebsd"
 #endif