Add support for h8300hn and h8300sn
[deliverable/binutils-gdb.git] / bfd / coff-h8300.c
index dab7e0170416ae57fef616ee9ef1dab435756bad..ac0915335537bf88adf7c4e4b1474e3ada090a1c 100644 (file)
@@ -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.  */
This page took 0.025574 seconds and 4 git commands to generate.