This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils / x86_64 / mingw32


Hi Kai,

diff -b -u -r1.1 pep-dll.h
--- pep-dll.h 20 Sep 2006 11:35:09 -0000 1.1
+++ pep-dll.h 29 Dec 2006 15:55:58 -0000
@@ -49,5 +49,6 @@
extern void pep_walk_relocs_of_symbol
(struct bfd_link_info *, const char *, int (*) (arelent *, asection *));
extern void pep_create_import_fixup (arelent * rel, asection *, int);
+extern bfd_boolean pep_bfd_is_dll(bfd *abfd);


#endif /* PEP_DLL_H */

This part of the patch does not appear to have been applied, so I have applied it for you.


Cheers
  Nick

ld/ChangeLog
2007-01-08  Nick Clifton  <nickc@redhat.com>

* pep-dll.h (pep_bfd_is_dll): Add prototype.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]