projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916c46c
)
* pep-dll.h (pep_bfd_is_dll): Add prototype.
author
Nick Clifton
<nickc@redhat.com>
Mon, 8 Jan 2007 16:16:37 +0000
(16:16 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 8 Jan 2007 16:16:37 +0000
(16:16 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/pep-dll.h
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index eb5ac8382bfc18ab8ade3e6b48c22395dba0eccf..ed2e1d326eea87fb380bf36eb0d45e1c169ceb3e 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2007-01-08 Nick Clifton <nickc@redhat.com>
+
+ * pep-dll.h (pep_bfd_is_dll): Add prototype.
+
2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
PR ld/3843
diff --git
a/ld/pep-dll.h
b/ld/pep-dll.h
index bd1079868a0d1bfed6ac7fdcb5c6f9d3e43feef9..a5ebc264bf7e5b9cdc1fbd8d86b9a2216050b9a6 100644
(file)
--- a/
ld/pep-dll.h
+++ b/
ld/pep-dll.h
@@
-49,5
+49,6
@@
extern void pep_exe_fill_sections (bfd *, struct bfd_link_info *);
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 *);
#endif /* PEP_DLL_H */