| OLD | NEW |
| 1 /* Copyright 2007 Free Software Foundation, Inc. | 1 /* Copyright 2007 Free Software Foundation, Inc. |
| 2 | 2 |
| 3 This file is part of GAS, the GNU Assembler. | 3 This file is part of GAS, the GNU Assembler. |
| 4 | 4 |
| 5 GAS is free software; you can redistribute it and/or modify | 5 GAS is free software; you can redistribute it and/or modify |
| 6 it under the terms of the GNU General Public License as | 6 it under the terms of the GNU General Public License as |
| 7 published by the Free Software Foundation; either version 3, | 7 published by the Free Software Foundation; either version 3, |
| 8 or (at your option) any later version. | 8 or (at your option) any later version. |
| 9 | 9 |
| 10 GAS is distributed in the hope that it will be useful, but | 10 GAS is distributed in the hope that it will be useful, but |
| 11 WITHOUT ANY WARRANTY; without even the implied warranty of | 11 WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See |
| 13 the GNU General Public License for more details. | 13 the GNU General Public License for more details. |
| 14 | 14 |
| 15 You should have received a copy of the GNU General Public License | 15 You should have received a copy of the GNU General Public License |
| 16 along with GAS; see the file COPYING. If not, write to the Free | 16 along with GAS; see the file COPYING. If not, write to the Free |
| 17 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA | 17 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA |
| 18 02110-1301, USA. */ | 18 02110-1301, USA. */ |
| 19 | 19 |
| 20 /* This file is te-i386aix.h and is built from pieces of code from | 20 /* This file is te-i386aix.h and is built from pieces of code from |
| 21 Minh Tran-Le <TRANLE@INTELLICORP.COM> by rich@cygnus.com. */ | 21 Minh Tran-Le <TRANLE@INTELLICORP.COM> by rich@cygnus.com. */ |
| 22 | 22 |
| 23 #define TE_I386AIX 1 | 23 #define TE_I386AIX 1 |
| 24 | 24 |
| 25 #include "obj-format.h" | 25 #include "obj-format.h" |
| 26 | 26 |
| 27 /* Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted | |
| 28 in ascending vaddr. */ | |
| 29 #undef REVERSE_SORT_RELOCS | |
| 30 | |
| 31 /* Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG is | 27 /* Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG is |
| 32 not used in the filehdr for COFF output. */ | 28 not used in the filehdr for COFF output. */ |
| 33 #define KEEP_RELOC_INFO | 29 #define KEEP_RELOC_INFO |
| 34 | 30 |
| 35 /* | 31 /* |
| 36 * Local Variables: | 32 * Local Variables: |
| 37 * comment-column: 0 | 33 * comment-column: 0 |
| 38 * fill-column: 79 | 34 * fill-column: 79 |
| 39 * End: | 35 * End: |
| 40 */ | 36 */ |
| 41 | 37 |
| 42 /* end of te-i386aix.h */ | 38 /* end of te-i386aix.h */ |
| OLD | NEW |