diff options
author | Steve Chamberlain <sac@cygnus> | 1995-08-31 23:33:37 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-08-31 23:33:37 +0000 |
commit | 4e98461f60a9bcfdcf5c4c42409bef64b834f8e1 (patch) | |
tree | 3490409f8abd07bed6b85d43f9360a0f2b4b1be1 /bfd/.Sanitize | |
parent | 0b4fc03b3789e0f55006222913364b7ba7bbd1b2 (diff) | |
download | gdb-4e98461f60a9bcfdcf5c4c42409bef64b834f8e1.zip gdb-4e98461f60a9bcfdcf5c4c42409bef64b834f8e1.tar.gz gdb-4e98461f60a9bcfdcf5c4c42409bef64b834f8e1.tar.bz2 |
Thu Aug 31 16:00:53 1995 steve chamberlain <sac@slash.cygnus.com>
* Makefile.in: Update dependencies.
* aout-target.h (MY_bfd_print_private_bfd_data): New.
* bfd-in.h (PE STUFF): Deleted.
* bfd.c (tdata->pe_obj_data): New.
(bfd_print_private_bfd_data): New.
* coff-i386.c, coff-arm.c (coff_*-rtype_to_howto): Get image base from
new place.
* libcoff.h, libbfd.h, bfd-in2.h: Rebuilt.
* coffcode.h (pe_value): Delete
(coff_mkobject, coff_mkobject_hook): Conditionally build.
(coff_compute_section_file_positions): Look in new place.
(add_data_entry, fill_pe_header_info): Deleted.
(coff_write_object_contents): Remove PE stuff.
(coff_bfd_print_private_bfd_data): New.
* coffswap.h: Remove PE stuff.
* elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): New.
* libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): New.
* libcoff-in.h (pe_data_type): New.
* libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): New.
* targets.c (_bfd_print_private_bfd_data): New.
* peicode.h: New file.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index b11a1b0..bbf0a64 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -208,9 +208,10 @@ opncls.c osf-core.c pc532-mach.c pe-arm.c -pei-arm.c pe-i386.c +pei-arm.c pei-i386.c +peicode.h ptrace-core.c reloc.c reloc16.c |