From: Steve Chamberlain Date: Thu, 31 Aug 1995 23:54:04 +0000 (+0000) Subject: Thu Aug 31 16:51:50 1995 steve chamberlain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9aa83a0dc91001669decefe3b2e073491dd26399;p=binutils-gdb.git Thu Aug 31 16:51:50 1995 steve chamberlain * internal.h (internal_aouthdr, internal_filehdr): don't indirect the pe stuff. --- diff --git a/include/ChangeLog b/include/ChangeLog index 13da6d42559..a5fe116b4c8 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,11 @@ +Thu Aug 31 16:45:12 1995 steve chamberlain + + * bfdlink.h (struct bfd_link_info): Remove PE stuff. + +Tue Aug 22 03:18:23 1995 Ken Raeburn + + * libiberty.h: Declare xstrerror. From Pat Rankin. + Mon Aug 21 18:11:36 1995 steve chamberlain * bfdlink.h (struct bfd_link_info): Remove PE stuff. diff --git a/include/bfdlink.h b/include/bfdlink.h index 4bcce0b3687..97969ddc9cd 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -173,6 +173,8 @@ struct bfd_link_info boolean relocateable; /* true if BFD should generate a shared object. */ boolean shared; + /* true if BFD should pre-bind symbols in a shared object. */ + boolean symbolic; /* Which symbols to strip. */ enum bfd_link_strip strip; /* Which local symbols to discard. */ @@ -201,10 +203,6 @@ struct bfd_link_info this is NULL no symbols are reported back. */ struct bfd_hash_table *notice_hash; - - enum bfd_link_subsystem subsystem; - bfd_link_stack_heap stack_heap_parameters; - /* If a base output file is wanted, then this points to it */ PTR base_file; }; diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 998c0eab898..2d320273a75 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,16 +1,42 @@ +Thu Aug 31 16:51:50 1995 steve chamberlain + + * internal.h (internal_aouthdr, internal_filehdr): + don't indirect the pe stuff. + +Tue Aug 29 14:16:07 1995 steve chamberlain + + * i386.h (NT_DEF_RESERVE, NT_DEF_COMMIT): Make the same + as 'the other' compiler. + * internal.h (NT_IMAGE_BASE): Deleted. + (NT_EXE_IMAGE_BASE, NT_DLL_IMAGE_BASE): New. + (PE_DEF_SECTION_ALIGNMENT, PE_DEF_FILE_ALIGNMENT): New. + (R_IMAGEBASE): New. + +Mon Aug 21 18:12:19 1995 steve chamberlain + + * internal.h: (internal_filehdr): Moved PE stuff into + internal_extra_pe_filehdr. + (internal_aouthdr): Moved PE stuff into + interanl_extra_pe_aouthdr. + +Mon Jul 24 14:05:39 1995 Ian Lance Taylor + + * internal.h: Move R_SH_* relocs from here... + * sh.h: ...to here. + (R_SH_SWITCH16, R_SH_SWITCH32): Define. + (R_SH_USES, R_SH_COUNT, R_SH_ALIGN): Define. + +Thu Jun 29 00:04:25 1995 Steve Chamberlain + + * internal.h (NT_DEF_RESERVE, NT_DEF_COMMIT): Increase a lot. + Tue May 16 15:08:20 1995 Ken Raeburn - * internal.h (NT_subsystem, NT_stack_heap): Now extern. + * internal.h (NT_subsystem, NT_stack_heap): Delete - * Tut tut, Steve should've added: - Sat May 13 10:14:08 1995 Steve Chamberlain +Tue May 16 15:08:20 1995 Ken Raeburn - * coff/pe.h: New file. - * coff/i386.h (NT_SECTION_ALIGNMENT, NT_FILE_ALIGNMENT, - NT_DEF_RESERVE, NT_DEF_COMMIT): New. - * coff/internal.h (internal_filehdr): New fields for PE. - (IMAGE_DATA_DIRECTORY): New. - (internal_aouthdr): New fields for PE. + * internal.h (NT_subsystem, NT_stack_heap): Now extern. Tue Feb 14 17:59:37 1995 Ian Lance Taylor