* ldtemplate: include bfd.h before sysdep.h.
This commit is contained in:
parent
273663141e
commit
8e10cea146
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue