From 79d86f851f14d04e1bef2ceaa0ab33f256617a01 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 2 Jun 2001 19:42:40 +0000 Subject: 2001-06-02 H.J. Lu * aout-cris.c (MACHTYPE_OK): New. Defined. --- bfd/aout-cris.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/aout-cris.c') diff --git a/bfd/aout-cris.c b/bfd/aout-cris.c index ac45232bf0e..32357f4b6bf 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" -- cgit v1.2.1