Thu Aug 31 16:51:50 1995 steve chamberlain <sac@slash.cygnus.com>

* internal.h (internal_aouthdr, internal_filehdr):
	don't indirect the pe stuff.
This commit is contained in:
Steve Chamberlain 1995-08-31 23:54:04 +00:00
parent 305a3af6e3
commit 9aa83a0dc9
3 changed files with 46 additions and 14 deletions

View File

@ -1,3 +1,11 @@
Thu Aug 31 16:45:12 1995 steve chamberlain <sac@slash.cygnus.com>
* bfdlink.h (struct bfd_link_info): Remove PE stuff.
Tue Aug 22 03:18:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
* libiberty.h: Declare xstrerror. From Pat Rankin.
Mon Aug 21 18:11:36 1995 steve chamberlain <sac@slash.cygnus.com>
* bfdlink.h (struct bfd_link_info): Remove PE stuff.

View File

@ -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;
};

View File

@ -1,17 +1,43 @@
Thu Aug 31 16:51:50 1995 steve chamberlain <sac@slash.cygnus.com>
* internal.h (internal_aouthdr, internal_filehdr):
don't indirect the pe stuff.
Tue Aug 29 14:16:07 1995 steve chamberlain <sac@slash.cygnus.com>
* 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 <sac@slash.cygnus.com>
* 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 <ian@cygnus.com>
* 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 <sac@slash.cygnus.com>
* internal.h (NT_DEF_RESERVE, NT_DEF_COMMIT): Increase a lot.
Tue May 16 15:08:20 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* internal.h (NT_subsystem, NT_stack_heap): Delete
Tue May 16 15:08:20 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* internal.h (NT_subsystem, NT_stack_heap): Now extern.
* Tut tut, Steve should've added:
Sat May 13 10:14:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
* 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.
Tue Feb 14 17:59:37 1995 Ian Lance Taylor <ian@cygnus.com>
* ecoff.h (struct ecoff_fdrtab_entry): Define.