* xcofflink.c: Extensive changes to support linking shared objects
authorIan Lance Taylor <ian@airs.com>
Wed, 25 Oct 1995 15:37:47 +0000 (15:37 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 25 Oct 1995 15:37:47 +0000 (15:37 +0000)
commit28a0c103996c49ab0784f19e3813f3b6ac4a6619
tree070da518b79f3e5e634784b3a71946271262db3b
parente54bf1c1a4f0c267c2903e5a6c5cc64219ad4f62
* xcofflink.c: Extensive changes to support linking shared objects
and generating a .loader section.
* libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
(struct xcoff_section_tdata): Add first_symndx, last_symndx,
and ldrel_count fields.
* libcoff.h: Rebuild.
* coff-rs6000.c (xcoff_howto_table): Correct reloc names.
* coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
is set.
* bfd-in.h (bfd_xcoff_import_symbol): Declare.
(bfd_xcoff_export_symbol): Declare.
(bfd_xcoff_size_dynamic_sections): Declare.
* bfd-in2.h: Rebuild.
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/coff-rs6000.c
bfd/coffcode.h
bfd/libcoff-in.h
bfd/libcoff.h
bfd/xcofflink.c