]> Git Repo - binutils.git/blob - include/ChangeLog
Lint
[binutils.git] / include / ChangeLog
1 Fri Nov 22 08:12:58 1991  John Gilmore  (gnu at cygnus.com)
2
3         * coff-rs6000.h:  Lint; use unsigned chars for external fields.
4         * internalcoff.h:  Lint; cast storage classes to signed char.
5
6 Thu Nov 21 21:01:05 1991  Per Bothner  (bothner at cygnus.com)
7
8         * stab.def: Remove the GNU extended type codes (e.g. N_SETT).
9         * aout64.h:  The heuristic for distinguishing between
10         sunos-style and bsd-style ZMAGIC files (wrt. where the
11         text segment starts) is moved into (the default definition of)
12         the macro N_HEADER_IN_TEXT.  This definition is only used
13         if no other definition is used - e.g. bfd/newsos3.c defines
14         N_HEADER_IN_TEXT(x) to be always 0 (as before).
15
16 Thu Nov 21 11:53:03 1991  John Gilmore  (gnu at cygnus.com)
17
18         * aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE):  New definitions
19         that should handle all uses.  LOGICAL_ versions deleted.
20         Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
21         kind of zmagic a.out file we are looking at.
22         * coff-rs6000.h:  Typo.
23
24 Tue Nov 19 18:43:37 1991  Per Bothner  (bothner at cygnus.com)
25
26         (Note:  This is a revised entry, as was aout64.h.)
27         * aout64.h:  Some cleanups of N_TXTADDR and N_TXTOFF:
28         Will now work for both old- and new-style ZMAGIC files,
29         depending on N_HEADER_IN_TEXT macro.
30         Add LOGICAL_TXTADDR, LOICAL_TXTOFF and LOGICAL_TXTSIZE
31         that don't count the exec header as part
32         of the text segment, to be consistent with bfd.
33         * a.out.sun4.h:  Simplified/fixed for previous change.
34
35 Mon Nov 18 00:02:06 1991  Fred Fish  (fnf at cygnus.com)
36
37         * dwarf.h:  Update to DWARF draft 5 version from gcc2.
38
39 Thu Nov 14 19:44:59 1991  Per Bothner  (bothner at cygnus.com)
40
41         * stab.def:  Added defs for extended GNU symbol types,
42         such as N_SETT.  These are normally ifdef'd out (because
43         of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
44
45 Thu Nov 14 19:17:03 1991  Fred Fish  (fnf at cygnus.com)
46
47         * elf-common.h:  Add defines to support ELF symbol table code.
48
49 Mon Nov 11 19:01:06 1991  Fred Fish  (fnf at cygnus.com)
50
51         * elf-internal.h, elf-external.h, elf-common.h:  Add support for
52         note sections, which are used in ELF core files to hold copies
53         of various /proc structures.
54
55 Thu Nov  7 08:58:26 1991  Steve Chamberlain  (sac at cygnus.com)
56
57         * internalcoff.h: took out the M88 dependency in the lineno
58         struct.
59         * coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use
60         32bit linno entries.
61         * a29k-opcode.h: fixed encoding of mtacc
62
63 Sun Nov  3 11:54:22 1991  Per Bothner  (bothner at cygnus.com)
64
65         * bfd.h: Updated from ../bfd/bfd-in.h (q.v).
66
67 Fri Nov  1 11:13:53 1991  John Gilmore  (gnu at cygnus.com)
68
69         * internalcoff.h:  Add x_csect defines.
70
71 Fri Oct 25 03:18:20 1991  John Gilmore  (gnu at cygnus.com)
72
73         * Rename COFF-related files in `coff-ARCH.h' form.
74         coff-a29k.h, coff-i386.h, coff-i960.h, coff-m68k.h, coff-m88k.h,
75         coff-mips.h, coff-rs6000.h to be exact.
76
77 Thu Oct 24 22:11:11 1991  John Gilmore  (gnu at cygnus.com)
78
79         RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
80         John Gilmore.
81
82         * a.out.gnu.h:  Update slightly.
83         * bfd.h:  Add new error code, fix doc, add bfd_arch_rs6000.
84         * internalcoff.h:  Add more F_ codes for filehdr.  Add
85         rs/6000-dependent fields to aouthdr.  Add storage classes
86         to syments.  Add 6000-specific auxent.  Add r_size in reloc.
87         * rs6000coff.c:  New file.
88
89 Thu Oct 24 04:13:20 1991  Fred Fish  (fnf at cygnus.com)
90
91         * dwarf.h: New file for dwarf support.  Copied from gcc2
92         distribution.
93
94 Wed Oct 16 13:31:45 1991  John Gilmore  (gnu at cygnus.com)
95
96         * aout64.h:  Remove PAGE_SIZE defines; they are target-dependent.
97         Add N_FN_SEQ for N_FN symbol type used on Sequent machines.
98         * stab.def:  Include N_FN_SEQ in table.
99         * bout.h:  External formats of structures use unsigned chars.
100
101 Fri Oct 11 12:40:43 1991  Steve Chamberlain  (steve at cygnus.com)
102
103         * bfd.h:upgrade from bfd.c
104         * internalcoff.h: add n_name, n_zeroes and n_offset macros
105         * amdcoff.h: Define OMAGIC and AOUTHDRSZ.
106
107 Fri Oct 11 10:58:06 1991  Per Bothner  (bothner at cygnus.com)
108
109         * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
110         * bfd.h (align_power): Add (actually move) comment.
111
112 Tue Oct  8 15:29:32 1991  Per Bothner  (bothner at cygnus.com)
113
114         * sys/h-rtbsd.h: Define MISSING_VFPRINT (for binutils/bucomm.c).
115
116 Sun Oct  6 19:24:39 1991  John Gilmore  (gnu at cygnus.com)
117
118         * aout64.h:  Move struct internal_exec to ../bfd/libaout.h so
119         it can be shared by all `a.out-family' code.  Rename
120         EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE.  Use basic types
121         for nlist members, and make strx integral rather than pointer.
122         More commentary on n_type values.
123         * bout.h:  Provide a struct external_exec rather than an
124         internal_exec.
125         * m68kcoff.h:  Remove `tagentries' which snuck in from the i960
126         COFF port.
127
128 Fri Oct  4 01:25:59 1991  John Gilmore  (gnu at cygnus.com)
129
130         * h8300-opcode.h:  Remove `_enum' from the typedef for an enum.
131         * bfd.h:  Update to match bfd changes.
132
133         * sys/h-i386mach.h, sysdep.h:  Add 386 Mach host support.
134
135 Tue Oct  1 04:58:42 1991  John Gilmore  (gnu at cygnus.com)
136
137         * bfd.h, elf-common.h, elf-external.h, elf-internal.h: 
138         Add preliminary ELF support, sufficient for GDB, from Fred Fish.
139         * sysdep.h, sys/h-amix.h:  Support Amiga SVR4.
140
141         * sys/h-vaxult.h:  Make it work.  (David Taylor <[email protected]>)
142         * a.out.vax.h:  Remove unused and confusing file.
143
144 Mon Sep 30 12:52:35 1991  Per Bothner  (bothner at cygnus.com)
145
146         * sysdep.h: Define NEWSOS3_SYS, and use it.
147
148 Fri Sep 20 13:38:21 1991  John Gilmore  (gnu at cygnus.com)
149
150         * a.out.gnu.h (N_FN):  Its value *really is* 0x1F.
151         Fix it, and add comments warning about or-ing N_EXT with it
152         and/or N_WARNING.
153         * aout64.h (N_FN):  Fix value, add comments about N_EXT.
154         * stab.def (table at end):  Update to show all the type
155         values <0x20, including low order bits.  Move N_FN to
156         its rightful place.
157
158 Tue Sep 17 17:41:37 1991  Stu Grossman  (grossman at cygnus.com)
159
160         * sys/h-irix3.h:  sgi/irix support.
161
162 Tue Sep 17 07:52:59 1991  John Gilmore  (gnu at cygint.cygnus.com)
163
164         * stab.def (N_DEFD):  Add GNU Modula-2 debug stab, from Andrew
165         Beers.
166
167 Thu Sep 12 14:12:59 1991  John Gilmore  (gnu at cygint.cygnus.com)
168
169         * internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM):  Define these
170         for internalcoff, separately from the various external coff's.
171         * amdcoff.h, bcs88kcoff.h, i386coff.h, intel-coff.h, m68kcoff.h,
172         m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for
173         the external struct definitions.
174         * ecoff.h: Remove these #define's, kludge no longer needed.
175
176         * sys/h-ultra3.h:  Add new Ultracomputer host.
177         * sysdep.h:  Add ULTRA3_SYM1_SYS and use it.
178
179 Tue Sep 10 10:11:46 1991  John Gilmore  (gnu at cygint.cygnus.com)
180
181         * i386coff.h (LINESZ):  Always 6, not based on sizeof().
182         (Fix from Peter Schauer <[email protected]>.)
183
184 Wed Sep  4 08:58:37 1991  John Gilmore  (gnu at cygint.cygnus.com)
185
186         * a.out.gnu.h, aout64.h:  Add N_WARNING.  Change N_FN to 0x0E,
187         to match SunOS and BSD.  Add N_COMM as 0x12 for SunOS shared lib
188         support.
189         * stab.def:  Add N_COMM to table, fix overlap comment.
190
191 Tue Sep  3 06:29:20 1991  John Gilmore  (gnu at cygint.cygnus.com)
192
193         Merge with latest FSF versions of these files.
194
195         * stab.gnu.h:  Add LAST_UNUSED_STAB_CODE.
196         * stab.def:  Update to GPL2.  Move N_WARNING out, since not a
197         debug symbol.  Change comments, and reorder table to numeric
198         order.  Update final table comment.
199         (N_DSLINE, N_BSLINE):  Renumber from 0x66 and 0x68, to 0x46 and 0x48.
200
201         * obstack.h:  GPL2.  Merge.
202
203 Fri Aug 23 01:54:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
204
205         * a.out.gnu.h, a.out.sun4.h:  Make SEGMENT_SIZE able to depend
206         on the particular a.out being examined.
207         * a.out.sun4.h:  Define segment sizes for Sun-3's and Sun-4's.
208         * FIXME:  a.out.gnu.h is almost obsolete.
209         * FIXME:  a.out.sun4.h should be renamed a.out.sun.h now.
210
211 Wed Aug 21 20:32:13 1991  John Gilmore  (gnu at cygint.cygnus.com)
212
213         * Start a ChangeLog for the includes directory.
214
215         * a.out.gnu.h (N_FN):  Fix value -- was 15, should be 0x1E.
216         * stab.def:  Update allocation table in comments at end,
217         to reflect reality as I know it.
218
This page took 0.033481 seconds and 4 git commands to generate.