* thread-db.c (enable_thread_event_reporting): Correct warning
[deliverable/binutils-gdb.git] / bfd / aout-sparcle.c
index 42a1e75c91e4c816b025f7a6475ac620e087de6a..d8ad8a57f0e9afd856819caf18dadef03ee26c18 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD backend for sparc little-endian aout binaries.
-   Copyright (C) 1996 Free Software Foundation, Inc.
+   Copyright 1996 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "bfdlink.h"
 #include "libaout.h"
 
-#define MACHTYPE_OK(mtype) ((mtype) == M_SPARCLET_LE)
+#define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET)
 
 /* Include the usual a.out support.  */
 #define TARGET_IS_LITTLE_ENDIAN_P
This page took 0.024205 seconds and 4 git commands to generate.