diff options
author | K. Richard Pixley <rich@cygnus> | 1991-08-07 07:00:01 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-08-07 07:00:01 +0000 |
commit | 070cece144edc9d2aa2a0532dafc352b2f19c9b6 (patch) | |
tree | e8d79ef4cfc10fcd2f71ba2548a3e425aeaec536 /gas/config/tc-a29k.h | |
parent | 274862ad9e625e3c47376cc855e7e1732b7b768b (diff) | |
download | gdb-070cece144edc9d2aa2a0532dafc352b2f19c9b6.zip gdb-070cece144edc9d2aa2a0532dafc352b2f19c9b6.tar.gz gdb-070cece144edc9d2aa2a0532dafc352b2f19c9b6.tar.bz2 |
Added AOUT_MACHTYPE definitions.
Diffstat (limited to 'gas/config/tc-a29k.h')
-rw-r--r-- | gas/config/tc-a29k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h index 89e0e80..85f4de5 100644 --- a/gas/config/tc-a29k.h +++ b/gas/config/tc-a29k.h @@ -26,4 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define tc_crawl_symbol_chain(a) ; /* not used */ #define tc_coff_symbol_emit_hook(a) ; /* not used */ +#define AOUT_MACHTYPE 101 + /* end of tc-a29k.h */ |