Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/bfd Added some prototypes.
details: https://anonhg.NetBSD.org/src/rev/ca27af5e1235
branches: trunk
changeset: 485761:ca27af5e1235
user: kristerw <kristerw%NetBSD.org@localhost>
date: Thu May 04 20:34:14 2000 +0000
description:
Added some prototypes.
diffstat:
gnu/dist/bfd/bfd-in.h | 10 ++++++++++
gnu/dist/bfd/bfd-in2.h | 10 ++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r b4944a71527d -r ca27af5e1235 gnu/dist/bfd/bfd-in.h
--- a/gnu/dist/bfd/bfd-in.h Thu May 04 20:27:16 2000 +0000
+++ b/gnu/dist/bfd/bfd-in.h Thu May 04 20:34:14 2000 +0000
@@ -633,6 +633,16 @@
PARAMS ((bfd *, struct bfd_link_info *, struct sec **, struct sec **,
struct sec **));
+/* NetBSD shared library support routines for the linker. */
+
+extern struct bfd_link_needed_list *bfd_netbsd_get_needed_list
+ PARAMS ((bfd *, struct bfd_link_info *));
+extern boolean bfd_netbsd_record_link_assignment
+ PARAMS ((bfd *, struct bfd_link_info *, const char *));
+extern boolean bfd_netbsd_size_dynamic_sections
+ PARAMS ((bfd *, struct bfd_link_info *, struct sec **, struct sec **,
+ struct sec **));
+
/* Linux shared library support routines for the linker. */
extern boolean bfd_i386linux_size_dynamic_sections
diff -r b4944a71527d -r ca27af5e1235 gnu/dist/bfd/bfd-in2.h
--- a/gnu/dist/bfd/bfd-in2.h Thu May 04 20:27:16 2000 +0000
+++ b/gnu/dist/bfd/bfd-in2.h Thu May 04 20:34:14 2000 +0000
@@ -633,6 +633,16 @@
PARAMS ((bfd *, struct bfd_link_info *, struct sec **, struct sec **,
struct sec **));
+/* NetBSD shared library support routines for the linker. */
+
+extern struct bfd_link_needed_list *bfd_netbsd_get_needed_list
+ PARAMS ((bfd *, struct bfd_link_info *));
+extern boolean bfd_netbsd_record_link_assignment
+ PARAMS ((bfd *, struct bfd_link_info *, const char *));
+extern boolean bfd_netbsd_size_dynamic_sections
+ PARAMS ((bfd *, struct bfd_link_info *, struct sec **, struct sec **,
+ struct sec **));
+
/* Linux shared library support routines for the linker. */
extern boolean bfd_i386linux_size_dynamic_sections
Home |
Main Index |
Thread Index |
Old Index