* ldtemplate: include bfd.h before sysdep.h.
authorSteve Chamberlain <steve@cygnus>
Fri, 11 Oct 1991 17:30:20 +0000 (17:30 +0000)
committerSteve Chamberlain <steve@cygnus>
Fri, 11 Oct 1991 17:30:20 +0000 (17:30 +0000)
ld/ChangeLog
ld/ldtemplate

index 608a4370259d54cc17421336029458355c712337..4ff7772e6ca8831f6200b8245141700ed3134f48 100644 (file)
@@ -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.
index b627935a31578f98e4153a95f9ba3f0943a87317..2d161f0b33a7206a7d5d75a6740f437d073847f1 100755 (executable)
@@ -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"
This page took 0.028473 seconds and 4 git commands to generate.