summaryrefslogtreecommitdiff
path: root/bfd/coff-h8300.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-24 12:36:07 +0000
committerNick Clifton <nickc@redhat.com>2003-04-24 12:36:07 +0000
commit0f660ad3cd412e39637a36cc3a73011329f0a5a9 (patch)
treecd1165f655dfbf4288baa20f4e90a962d1c0ce68 /bfd/coff-h8300.c
parentfbce82f56eee15bed511952656e7b28e58b9444d (diff)
downloadgdb-0f660ad3cd412e39637a36cc3a73011329f0a5a9.tar.gz
Add support for h8300hn and h8300sn
Diffstat (limited to 'bfd/coff-h8300.c')
-rw-r--r--bfd/coff-h8300.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/coff-h8300.c b/bfd/coff-h8300.c
index dab7e017041..ac091533553 100644
--- a/bfd/coff-h8300.c
+++ b/bfd/coff-h8300.c
@@ -281,8 +281,9 @@ static reloc_howto_type howto_table[] = {
#define SELECT_RELOC(x,howto) \
{ x.r_type = select_reloc (howto); }
-#define BADMAG(x) (H8300BADMAG (x) && H8300HBADMAG (x) && H8300SBADMAG (x))
-#define H8300 1 /* Customize coffcode.h */
+#define BADMAG(x) (H8300BADMAG (x) && H8300HBADMAG (x) && H8300SBADMAG (x) \
+ && H8300HNBADMAG(x) && H8300SNBADMAG(x))
+#define H8300 1 /* Customize coffcode.h */
#define __A_MAGIC_SET__
/* Code to swap in the reloc. */