From: Ian Lance Taylor Date: Thu, 7 Dec 1995 01:08:54 +0000 (+0000) Subject: * xcofflink.c (struct xcoff_loader_info): Add export_defineds X-Git-Tag: gdb-4_18~9881 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a4a66bdc9a9d017c4f088e6f97fa51c07cb513d;p=external%2Fbinutils.git * 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 558c7ad..31e647c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Wed Dec 6 17:05:37 1995 Ian Lance Taylor + + * 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. + Mon Dec 4 16:40:47 1995 Kim Knuttila * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's 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. */ diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 0b4d76b..4ff9c9d 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -645,7 +645,7 @@ 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. */ void