diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-04 18:19:53 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-04 18:19:53 +0000 |
commit | fecd2382e77b89f12c9d630ed4e42e9a54ba6953 (patch) | |
tree | 6cddf76f492c3485605175c97c13d9a24c65306f /gas/config/te-ic960.h | |
parent | b6fc45ca4c306a4f6f6bdbaf90a69d3dab62777a (diff) | |
download | gdb-fecd2382e77b89f12c9d630ed4e42e9a54ba6953.zip gdb-fecd2382e77b89f12c9d630ed4e42e9a54ba6953.tar.gz gdb-fecd2382e77b89f12c9d630ed4e42e9a54ba6953.tar.bz2 |
Initial revision
Diffstat (limited to 'gas/config/te-ic960.h')
-rw-r--r-- | gas/config/te-ic960.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gas/config/te-ic960.h b/gas/config/te-ic960.h new file mode 100644 index 0000000..15c3064 --- /dev/null +++ b/gas/config/te-ic960.h @@ -0,0 +1,28 @@ +/* + * This file is te-ic960.h and is intended to define ic960 environment + * specific differences. + */ + +/* $Id$ */ + +#define TE_IC960 1 + + /* intel uses host byte order for headers */ +#ifdef CROSS_ASSEMBLE +#undef CROSS_ASSEMBLE +#endif /* CROSS_ASSEMBLE */ + +#define OBJ_COFF_OMIT_OPTIONAL_HEADER +#define LOCAL_LABEL(name) ( (name[0] =='L') \ + || (name[0] =='.' \ + && (name[1]=='C' || name[1]=='I' || name[1]=='.'))) +#include "obj-format.h" + +/* + * Local Variables: + * comment-column: 0 + * fill-column: 131 + * End: + */ + +/* end of te-ic960.h */ |