summaryrefslogtreecommitdiff
path: root/ld/ldemul.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-07-11 03:42:41 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-07-11 03:42:41 +0000
commit1f6b458785f1457f2a7a7fa7a190c4b2935f8721 (patch)
tree84663fed62e918a32a5eb680134d6598a8c9415f /ld/ldemul.c
parente5c850f9dc7d3297040d69042142b872608a8a95 (diff)
downloadbinutils-redhat-1f6b458785f1457f2a7a7fa7a190c4b2935f8721.tar.gz
Remove some forward declarations in ldemul.h and ldfile.h, and
re-arrange header include order. Fix shadowing warnings in ldlang.h Fix compile errors in mpw-elfmips.c
Diffstat (limited to 'ld/ldemul.c')
-rw-r--r--ld/ldemul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldemul.c b/ld/ldemul.c
index 08a4e47e1c..41c638a461 100644
--- a/ld/ldemul.c
+++ b/ld/ldemul.c
@@ -1,5 +1,5 @@
/* ldemul.c -- clearing house for ld emulation states
- Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 1999
+ Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@@ -22,11 +22,11 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307
#include "sysdep.h"
#include "ld.h"
-#include "ldemul.h"
#include "ldmisc.h"
#include "ldexp.h"
#include "ldlang.h"
#include "ldfile.h"
+#include "ldemul.h"
#include "ldmain.h"
#include "ldemul-list.h"