aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-12-07 01:08:54 +0000
committerIan Lance Taylor <ian@airs.com>1995-12-07 01:08:54 +0000
commit4a4a66bdc9a9d017c4f088e6f97fa51c07cb513d (patch)
tree8acbe087d5834f548acdbeefe51a61f63daba77d /bfd/bfd-in.h
parent4c5bc9f44ce027ac41df9ca835b6893a09ce8e46 (diff)
downloadgdb-4a4a66bdc9a9d017c4f088e6f97fa51c07cb513d.zip
gdb-4a4a66bdc9a9d017c4f088e6f97fa51c07cb513d.tar.gz
gdb-4a4a66bdc9a9d017c4f088e6f97fa51c07cb513d.tar.bz2
* xcofflink.c (struct xcoff_loader_info): Add export_defineds
field. (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter. (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT for all symbols. * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration. * bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index e0f8d04..7713760 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -645,6 +645,6 @@ extern boolean bfd_xcoff_record_link_assignment
extern boolean bfd_xcoff_size_dynamic_sections
PARAMS ((bfd *, struct bfd_link_info *, const char *, const char *,
unsigned long, unsigned long, unsigned long, boolean,
- int, boolean, struct sec **));
+ int, boolean, boolean, struct sec **));
/* And more from the source. */