diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-11 03:42:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-11 03:42:41 +0000 |
commit | b71e277823b0b8e12b2f53f6fe77a9b401357407 (patch) | |
tree | 0cefb993b034dc906661c851e3f18ebbefb83164 /ld/pe-dll.c | |
parent | 1aea3bb85170ddc918bbaa9b394be92242576391 (diff) | |
download | gdb-b71e277823b0b8e12b2f53f6fe77a9b401357407.zip gdb-b71e277823b0b8e12b2f53f6fe77a9b401357407.tar.gz gdb-b71e277823b0b8e12b2f53f6fe77a9b401357407.tar.bz2 |
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/pe-dll.c')
-rw-r--r-- | ld/pe-dll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 6b8b1af..d028fd1 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -34,6 +34,7 @@ #include "ldmisc.h" #include "ldgram.h" #include "ldmain.h" +#include "ldfile.h" #include "ldemul.h" #include "coff/internal.h" #include "../bfd/libcoff.h" |