diff options
author | John Gilmore <gnu@cygnus> | 1991-08-22 03:00:18 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-08-22 03:00:18 +0000 |
commit | 5dd477d4472bb08aa6925ea124c3937584e13d18 (patch) | |
tree | 1ac6c1d559d74467e23ac35863e518abfa153dd5 /gas/a.out.gnu.h | |
parent | 4efad21082466e37a02b3a7491d97a53cf2d6924 (diff) | |
download | gdb-5dd477d4472bb08aa6925ea124c3937584e13d18.zip gdb-5dd477d4472bb08aa6925ea124c3937584e13d18.tar.gz gdb-5dd477d4472bb08aa6925ea124c3937584e13d18.tar.bz2 |
Support HP-300's under BSD.
Diffstat (limited to 'gas/a.out.gnu.h')
-rwxr-xr-x | gas/a.out.gnu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/a.out.gnu.h b/gas/a.out.gnu.h index 0d31545..21cd754 100755 --- a/gas/a.out.gnu.h +++ b/gas/a.out.gnu.h @@ -55,6 +55,10 @@ enum machine_type { /* skip a bunch so we don't run into any of sun's numbers */ M_386 = 100, M_29K = 101, + /* HP/BSD formats */ + M_HP200 = 200, /* hp200 (68010) BSD binary */ + M_HP300 = 300, /* hp300 (68020+68881) BSD binary */ + M_HPUX23 = 0x020C, /* hp200/300 HPUX binary */ }; #define N_MAGIC(exec) ((exec).a_info & 0xffff) |