aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ChangeLog8
-rw-r--r--include/bfdlink.h6
-rw-r--r--include/coff/ChangeLog44
3 files changed, 45 insertions, 13 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 13da6d4..a5fe116 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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.
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 4bcce0b..97969dd 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 998c0ea..2d32027 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,16 +1,42 @@
+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): 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 <sac@slash.cygnus.com>
+Tue May 16 15:08:20 1995 Ken Raeburn <raeburn@cujo.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.
+ * internal.h (NT_subsystem, NT_stack_heap): Now extern.
Tue Feb 14 17:59:37 1995 Ian Lance Taylor <ian@cygnus.com>