diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-21 11:37:01 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-21 11:37:01 +0000 |
commit | 879982e63f4cdd70d00c45e0f12bfc416c829bb9 (patch) | |
tree | bb3817d38c8b4f78a12f809e2cb84a8f476bbcfb /gas/config/te-i386aix.h | |
parent | 011ed8a6867217611ca17bb3d8221d355f652b8e (diff) | |
download | gdb-879982e63f4cdd70d00c45e0f12bfc416c829bb9.zip gdb-879982e63f4cdd70d00c45e0f12bfc416c829bb9.tar.gz gdb-879982e63f4cdd70d00c45e0f12bfc416c829bb9.tar.bz2 |
minor reorg of tranlee's stuff
Diffstat (limited to 'gas/config/te-i386aix.h')
-rw-r--r-- | gas/config/te-i386aix.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/config/te-i386aix.h b/gas/config/te-i386aix.h new file mode 100644 index 0000000..dcadbc3 --- /dev/null +++ b/gas/config/te-i386aix.h @@ -0,0 +1,19 @@ +/* + * This file is te-i386aix.h and is built from pieces of code from Minh Tran-Le + * <TRANLE@INTELLICORP.COM> by rich@cygnus.com. + */ + +#define TE_I386AIX 1 + +#include "obj-format.h" + +#define KEEP_RELOC_INFO + +/* + * Local Variables: + * comment-column: 0 + * fill-column: 79 + * End: + */ + +/* end of te-i386aix.h */ |