projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd3671
)
* emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
author
Alan Modra
<amodra@gmail.com>
Sat, 4 Aug 2001 04:14:10 +0000
(
04:14
+0000)
committer
Alan Modra
<amodra@gmail.com>
Sat, 4 Aug 2001 04:14:10 +0000
(
04:14
+0000)
order.
ld/ChangeLog
patch
|
blob
|
history
ld/emultempl/aix.em
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 09fdc23d7e375143e94724623c0acf2968b53607..7f0e2cf665baa0dfb2c1561c40d41b89f48a3c4d 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,5
+1,8
@@
2001-08-04 Alan Modra <amodra@bigpond.net.au>
+ * 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 9b037a0d63215b8f79530f61af92f74c995cb121..d38e2e02db7e874c2ff07cefd2f58b2324177ba2 100644
(file)
--- 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"