aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-10-11 18:01:05 +0000
committerPer Bothner <per@bothner.com>1991-10-11 18:01:05 +0000
commit23adc11718bd279f38b0a7e773e94757ba4ebb7a (patch)
tree55f964c337cf660406f26754b8697d84de208f95 /include/ChangeLog
parent8e10cea14644c015ef70b37438bc4072fac49ab9 (diff)
downloadgdb-23adc11718bd279f38b0a7e773e94757ba4ebb7a.zip
gdb-23adc11718bd279f38b0a7e773e94757ba4ebb7a.tar.gz
gdb-23adc11718bd279f38b0a7e773e94757ba4ebb7a.tar.bz2
* a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
* bfd.h (align_power): Add (actually move) comment.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 5036a52..ea388ab 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,24 @@
+Fri Oct 11 10:58:06 1991 Per Bothner (bothner at cygnus.com)
+
+ * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
+ * bfd.h (align_power): Add (actually move) comment.
+
+Tue Oct 8 15:29:32 1991 Per Bothner (bothner at cygnus.com)
+
+ * sys/h-rtbsd.h: Define MISSING_VFPRINT (for binutils/bucomm.c).
+
+Sun Oct 6 19:24:39 1991 John Gilmore (gnu at cygnus.com)
+
+ * aout64.h: Move struct internal_exec to ../bfd/libaout.h so
+ it can be shared by all `a.out-family' code. Rename
+ EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types
+ for nlist members, and make strx integral rather than pointer.
+ More commentary on n_type values.
+ * bout.h: Provide a struct external_exec rather than an
+ internal_exec.
+ * m68kcoff.h: Remove `tagentries' which snuck in from the i960
+ COFF port.
+
Fri Oct 4 01:25:59 1991 John Gilmore (gnu at cygnus.com)
* h8300-opcode.h: Remove `_enum' from the typedef for an enum.