diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /gnu/usr.bin/gas/config/tc-i860.h |
initial import of NetBSD tree
Diffstat (limited to 'gnu/usr.bin/gas/config/tc-i860.h')
-rw-r--r-- | gnu/usr.bin/gas/config/tc-i860.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/usr.bin/gas/config/tc-i860.h b/gnu/usr.bin/gas/config/tc-i860.h new file mode 100644 index 00000000000..adc0d8f89e7 --- /dev/null +++ b/gnu/usr.bin/gas/config/tc-i860.h @@ -0,0 +1,24 @@ +/* + * This file is tc-i860.h. + */ + +#define TC_I860 1 + +#define NO_LISTING + +#ifdef OLD_GAS +#define REVERSE_SORT_RELOCS +#endif /* OLD_GAS */ + +#define tc_headers_hook(a) {;} /* not used */ +#define tc_crawl_symbol_chain(a) {;} /* not used */ +#define tc_aout_pre_write_hook(x) {;} /* not used */ + +/* + * Local Variables: + * comment-column: 0 + * fill-column: 131 + * End: + */ + +/* end of tc-i860.h */ |