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:
2736631
)
* ldtemplate: include bfd.h before sysdep.h.
author
Steve Chamberlain
<steve@cygnus>
Fri, 11 Oct 1991 17:30:20 +0000
(17:30 +0000)
committer
Steve Chamberlain
<steve@cygnus>
Fri, 11 Oct 1991 17:30:20 +0000
(17:30 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldtemplate
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 608a4370259d54cc17421336029458355c712337..4ff7772e6ca8831f6200b8245141700ed3134f48 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com)
+
+ * ldtemplate: include bfd.h before sysdep.h.
+
Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
Restructure configuration scheme for bfd, binutils, ld.
diff --git
a/ld/ldtemplate
b/ld/ldtemplate
index b627935a31578f98e4153a95f9ba3f0943a87317..2d161f0b33a7206a7d5d75a6740f437d073847f1 100755
(executable)
--- a/
ld/ldtemplate
+++ b/
ld/ldtemplate
@@
-35,9
+35,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_IS_<TARGET>
-#include "sysdep.h"
-#include "bfd.h"
+#include "bfd.h"
+#include "sysdep.h"
#include "ld.h"
#include "config.h"
#include "ldemul.h"