diff options
author | Alan Modra <amodra@gmail.com> | 2007-01-02 07:43:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-01-02 07:43:13 +0000 |
commit | 799133e8cd4a2a85e40b64ceaadc571c432e7771 (patch) | |
tree | 0f763049f49353c67ea62f08a0a37bbad405d51f | |
parent | b610f8f8d2830097b1f283bac95a6277248bbdca (diff) | |
download | gdb-799133e8cd4a2a85e40b64ceaadc571c432e7771.zip gdb-799133e8cd4a2a85e40b64ceaadc571c432e7771.tar.gz gdb-799133e8cd4a2a85e40b64ceaadc571c432e7771.tar.bz2 |
* pe-dll.c: Include pe-dll.h.
* pep-dll.c (pe_bfd_is_dll): Define.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/pe-dll.c | 1 | ||||
-rw-r--r-- | ld/pep-dll.c | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c28addf..60e2d79 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2007-01-02 Alan Modra <amodra@bigpond.net.au> + + * pe-dll.c: Include pe-dll.h. + * pep-dll.c (pe_bfd_is_dll): Define. + 2006-12-23 Kazu Hirata <kazu@codesourcery.com> * configure.tgt: Recognize fido. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 0f0f2e0..335bc05 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -40,6 +40,7 @@ #include "coff/internal.h" #include "../bfd/libcoff.h" #include "deffile.h" +#include "pe-dll.h" #ifdef pe_use_x86_64 diff --git a/ld/pep-dll.c b/ld/pep-dll.c index 27860b7..e1826db 100644 --- a/ld/pep-dll.c +++ b/ld/pep-dll.c @@ -50,6 +50,7 @@ #define pe_dll_generate_implib pep_dll_generate_implib #define pe_dll_add_excludes pep_dll_add_excludes #define pe_walk_relocs_of_symbol pep_walk_relocs_of_symbol +#define pe_bfd_is_dll pep_bfd_is_dll /* Uses x86_64 PE+. */ #define pe_use_x86_64 |