OSDN Git Service

2001-06-02 H.J. Lu <hjl@gnu.org>
authorhjl <hjl>
Sat, 2 Jun 2001 19:42:40 +0000 (19:42 +0000)
committerhjl <hjl>
Sat, 2 Jun 2001 19:42:40 +0000 (19:42 +0000)
* aout-cris.c (MACHTYPE_OK): New. Defined.

bfd/ChangeLog
bfd/aout-cris.c

index bbaa444..e9a53c9 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-02  H.J. Lu  <hjl@gnu.org>
+
+       * aout-cris.c (MACHTYPE_OK): New. Defined.
+
 2001-06-02  Hans-Peter Nilsson  <hp@axis.com>
 
        * section.c (_bfd_strip_section_from_output): Handle NULL
index ac45232..32357f4 100644 (file)
@@ -112,6 +112,8 @@ static boolean MY(set_sizes) PARAMS ((bfd *));
 #define MY_get_section_contents aout_32_get_section_contents
 #endif
 
+#define MACHTYPE_OK(mtype) ((mtype) == M_CRIS)
+
 /* Include generic functions (some are overridden above).  */
 #include "aout32.c"
 #include "aout-target.h"