diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-02 19:42:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-02 19:42:40 +0000 |
commit | 15103188924360c9c8c715c7db6a5725b82a4a01 (patch) | |
tree | bb412eeca43ba181d05fbe1d3ab0c6f328a26607 /bfd/aout-cris.c | |
parent | 2f484710e69f6a8f20f9cc156ce419a716cfe4f3 (diff) | |
download | binutils-gdb-15103188924360c9c8c715c7db6a5725b82a4a01.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.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |