projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f48471
)
2001-06-02 H.J. Lu <hjl@gnu.org>
author
H.J. Lu
<hjl.tools@gmail.com>
Sat, 2 Jun 2001 19:42:40 +0000
(19:42 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sat, 2 Jun 2001 19:42:40 +0000
(19:42 +0000)
* aout-cris.c (MACHTYPE_OK): New. Defined.
bfd/ChangeLog
patch
|
blob
|
history
bfd/aout-cris.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index bbaa444f0727101a343ce14f7d4ca7eb23512ff8..e9a53c95f354d57caa73e803e555a9443e307433 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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
diff --git
a/bfd/aout-cris.c
b/bfd/aout-cris.c
index ac45232bf0e79eaa531c07fd7cb1a05fbcef5809..32357f4b6bf2bf4067e1e2f9acab880ceae035f9 100644
(file)
--- 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"