From: Alan Modra Date: Sat, 4 Aug 2001 04:14:10 +0000 (+0000) Subject: * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20713691c2718a8e2e38d575d94534413d5f9c4e;p=binutils-gdb.git * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 09fdc23d7e3..7f0e2cf665b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ 2001-08-04 Alan Modra + * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this + order. + * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change, ie. iterate over wild_statement.section_list. (gld${EMULATION_NAME}_place_orphan): Likewise. diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index 9b037a0d632..d38e2e02db7 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -44,11 +44,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "ld.h" #include "ldmain.h" -#include "ldemul.h" -#include "ldfile.h" #include "ldmisc.h" #include "ldexp.h" #include "ldlang.h" +#include "ldfile.h" +#include "ldemul.h" #include "ldctor.h" #include "ldgram.h"