fix tipo in ifdef

This commit is contained in:
Ian Lance Taylor 1998-03-26 16:00:26 +00:00
parent 1b756ba6d5
commit aed5701ba3

View File

@ -1327,7 +1327,7 @@ coff_mkobject_hook (abfd, filehdr, aouthdr)
}
#endif
#if defined ARM
#ifdef ARM
/* Set the flags field from the COFF header read in */
if (! coff_arm_bfd_set_private_flags (abfd, internal_f->f_flags))
coff->flags = 0;