Get rid of the ECOFF .reginfo section hack.
authorIan Lance Taylor <ian@airs.com>
Fri, 22 Apr 1994 22:09:25 +0000 (22:09 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 22 Apr 1994 22:09:25 +0000 (22:09 +0000)
commitcc71e155b6f60586f8afddaaa9512d0972d92866
tree7243057961390fe4674647d5f24ef479aac78c5e
parentd5336fc5a4a32554ea7e5fde89522f3f0e25ffb0
Get rid of the ECOFF .reginfo section hack.
* ecoff.c (ecoff_mkobject_hook): Don't create a .reginfo section.
(ecoff_new_section_hook): Don't handle the .reginfo section.
(ecoff_sizeof_headers): Likewise.
(ecoff_get_section_contents): Likewise.
(ecoff_compute_section_file_positions): Likewise.
(ecoff_compute_reloc_file_positions): Likewise.
(ecoff_set_section_contents): Likewise.
(ecoff_write_object_contents): Likewise.
(ecoff_bfd_final_link): Likewise.
(ecoff_bfd_copy_private_bfd_data): Copy the GP value and the
register masks.
(bfd_ecoff_get_gp_value): New function.
(bfd_ecoff_set_gp_value): New function.
(bfd_ecoff_set_regmasks): New function.
* bfd-in.h (bfd_ecoff_get_gp_value): Declare.
(bfd_ecoff_set_gp_value): Declare.
(bfd_ecoff_set_regmasks): Declare.
* bfd-in2.h: Rebuilt.
bfd/ChangeLog