diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-25 22:51:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-25 22:51:06 +0000 |
commit | f0a97077c8ab9cf198f1ffcc7a804b7ec086170f (patch) | |
tree | dc32a48565613f8f21170e36b0d2ee6e1ba307cb /bfd | |
parent | c1e65e244c4bf99ef58ca7b15d613b3478fcd418 (diff) | |
download | gdb-f0a97077c8ab9cf198f1ffcc7a804b7ec086170f.zip gdb-f0a97077c8ab9cf198f1ffcc7a804b7ec086170f.tar.gz gdb-f0a97077c8ab9cf198f1ffcc7a804b7ec086170f.tar.bz2 |
* libcoff-in.h (struct xcoff_tdata): Remove toc_section and
entry_section fields. Add sntoc and snentry fields.
* libcoff.h: Rebuild.
* coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
not toc_section and entry_section (the COFF file does not have any
sections at this point).
(coff_write_object_contents): Set o_snentry and o_sntoc from
snentry and sntoc rather than entry_section and toc_section.
* coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
snentry, not toc_section and entry_section.
* xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
entry_section from hentry.
(xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
set snentyr.
(xcoff_link_input_bfd): Set sntoc, not toc_section.
(xcoff_write_global_symbol): Get toc_section from sntoc, rather
than using toc_section directly.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index daf0730..494f705 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,23 @@ Thu Jan 25 12:14:16 1996 Ian Lance Taylor <ian@cygnus.com> + * libcoff-in.h (struct xcoff_tdata): Remove toc_section and + entry_section fields. Add sntoc and snentry fields. + * libcoff.h: Rebuild. + * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry, + not toc_section and entry_section (the COFF file does not have any + sections at this point). + (coff_write_object_contents): Set o_snentry and o_sntoc from + snentry and sntoc rather than entry_section and toc_section. + * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and + snentry, not toc_section and entry_section. + * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set + entry_section from hentry. + (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set, + set snentyr. + (xcoff_link_input_bfd): Set sntoc, not toc_section. + (xcoff_write_global_symbol): Get toc_section from sntoc, rather + than using toc_section directly. + * archures.c: Add missing `.' in enum bfd_architecture. * bfd-in2.h: Rebuild. |