Put the "hacked-for-vax" version of MACHTYPE_OK here, where it belongs.

This commit is contained in:
gwr 1999-04-03 05:23:01 +00:00
parent 4761a8c13b
commit 8de8abf2dc

View File

@ -26,6 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define DEFAULT_ARCH bfd_arch_vax
#define DEFAULT_MID M_VAX_NETBSD
#define ADDITIONAL_MID M_VAX1K_NETBSD
#define MACHTYPE_OK(m) ((m) == DEFAULT_MID || (m) == ADDITIONAL_MID || \
(m) == M_UNKNOWN)
/* XXX Recognize kernels, which have little-endian ULTRIX magic */
#define SWAP_MAGIC(ext) (bfd_getb32(ext) == 0x0b010000 ? 0x008c010b : bfd_getb32(ext))