summaryrefslogtreecommitdiff
path: root/bfd/aout-cris.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2001-06-02 19:42:40 +0000
committerH.J. Lu <hjl@lucon.org>2001-06-02 19:42:40 +0000
commit594d7ececbaa06f487823961ca1fe44434b119a3 (patch)
tree0dcc09bb14a0e7abb0e27dee92bb7cc3a78722fe /bfd/aout-cris.c
parent09557a6b078b11484c245a2a7333feb8963cada5 (diff)
downloadbinutils-redhat-594d7ececbaa06f487823961ca1fe44434b119a3.tar.gz
2001-06-02 H.J. Lu <hjl@gnu.org>
* aout-cris.c (MACHTYPE_OK): New. Defined.
Diffstat (limited to 'bfd/aout-cris.c')
-rw-r--r--bfd/aout-cris.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/aout-cris.c b/bfd/aout-cris.c
index ac45232bf0..32357f4b6b 100644
--- a/bfd/aout-cris.c
+++ b/bfd/aout-cris.c
@@ -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"