diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
commit | 252b5132c753830d5fd56823373aed85f2a0db63 (patch) | |
tree | 1af963bfd8d3e55167b81def4207f175eaff3a56 /gas/config/te-i386aix.h | |
download | gdb-252b5132c753830d5fd56823373aed85f2a0db63.zip gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.gz gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.bz2 |
19990502 sourceware importbinu_ss_19990502
Diffstat (limited to 'gas/config/te-i386aix.h')
-rw-r--r-- | gas/config/te-i386aix.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gas/config/te-i386aix.h b/gas/config/te-i386aix.h new file mode 100644 index 0000000..f8f0945 --- /dev/null +++ b/gas/config/te-i386aix.h @@ -0,0 +1,29 @@ +/* + * 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" + +/* + * Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted + * in ascending vaddr. + */ +#undef REVERSE_SORT_RELOCS + +/* + * Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG + * is not used in the filehdr for COFF output. + */ +#define KEEP_RELOC_INFO + +/* + * Local Variables: + * comment-column: 0 + * fill-column: 79 + * End: + */ + +/* end of te-i386aix.h */ |