Add a M_VAX (old 1K MID) for gas.

This commit is contained in:
matt 1998-10-17 18:49:50 +00:00
parent d3b202ace6
commit 6178b5ccd0

View File

@ -61,7 +61,7 @@ enum reloc_type
NO_RELOC
};
#endif /* TC_SPARC or TC_A29K */
#endif /* TC_SPARC or TC_A29K or TC_VAX */
#define __GNU_EXEC_MACROS__
@ -119,6 +119,7 @@ enum machine_type
M_386 = 100,
M_29K = 101,
M_RS6000 = 102, /* IBM RS/6000 */
M_VAX = 140,
/* HP/BSD formats */
M_HP200 = 200, /* hp200 (68010) BSD binary */
M_HP300 = 300, /* hp300 (68020+68881) BSD binary */