]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/ChangeLog
Initial revision
[thirdparty/binutils-gdb.git] / include / ChangeLog
CommitLineData
f39eae7b
JG
1Fri 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
27612c29
PB
6Thu 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
c6fec0bf
JG
16Thu 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
24Tue 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
35Mon 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
39Thu 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
f5496c7e
FF
45Thu 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
49Mon 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
cfafcfa3
SC
55Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com)
56
6255589a
SC
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.
cfafcfa3
SC
61 * a29k-opcode.h: fixed encoding of mtacc
62
63Sun 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
650e42fb
JG
67Fri Nov 1 11:13:53 1991 John Gilmore (gnu at cygnus.com)
68
69 * internalcoff.h: Add x_csect defines.
70
71Fri 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
6603bf38
JG
77Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com)
78
79