R_PPC64_ENTRY
[deliverable/binutils-gdb.git] / include / aout / ChangeLog
CommitLineData
bbb1afc8
AM
12015-12-01 Alan Modra <amodra@gmail.com>
2
3 * adobe.h: Invoke aout N_* macros with pointer to
4 struct internal_exec.
5 * aout64.h: Likewise.
6 * dynix3.h: Likewise.
7 * encap.h: Likewise.
8 * hp.h: Likewise.
9 * hp300hpux.h: Likewise.
10 * sun4.h: Likewise.
11
b90efa5b
AM
122015-01-01 Alan Modra <amodra@gmail.com>
13
14 Update year range in copyright notice of all files.
15
4b95cf5c
AM
162014-03-05 Alan Modra <amodra@gmail.com>
17
18 Update copyright years.
19
e4e42b45
NC
202010-04-15 Nick Clifton <nickc@redhat.com>
21
22 * adobe.h: Update copyright notice to use GPLv3.
23 * aout64.h: Likewise.
24 * ar.h: Likewise.
25 * dynix3.h: Likewise.
26 * encap.h: Likewise.
27 * host.h: Likewise.
28 * hp.h: Likewise.
29 * hp300hpux.h: Likewise.
30 * ranlib.h: Likewise.
31 * reloc.h: Likewise.
32 * stab.def: Likewise.
33 * stab_gnu.h: Likewise.
34 * sun4.h: Likewise.
35
4a056f14
AM
362009-10-02 Alan Modra <amodra@bigpond.net.au>
37
38 * aout64.h (N_SHARED_LIB): Define as zero if not already defined.
39 * sun4.h (N_SHARED_LIB): Define.
40 * hp300hpux.h (N_SHARED_LIB): Don't define.
41
af11f592
TG
422008-08-28 Tristan Gingold <gingold@adacore.com>
43
44 * stab.def: Add BNSYM, ENSYM, OSO for darwin.
45
a8da6403
NC
462008-03-27 Cary Coutant <ccoutant@google.com>
47
48 * ar.h (ARMAGT): New magic string for thin archives.
49
e210c36b
NC
502005-08-18 Alan Modra <amodra@bigpond.net.au>
51
52 * encap.h: Remove a29k support.
53
e172dbf8
NC
542005-05-10 Nick Clifton <nickc@redhat.com>
55
56 * Update the address and phone number of the FSF organization in
57 the GPL notices in the following files:
58 adobe.h, aout64.h, ar.h, dynix3.h, encap.h, host.h, hp.h,
59 ranlib.h, reloc.h, stab.def, stab_gnu.h, sun4.h
60
4f03e98c
NC
612004-01-06 Mark Kettenis <kettenis@gnu.org>
62
63 * stab.def: Add N_PATCH to DO definition.
64
7eb5191a
NC
652003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
66
67 * aout64.h (BYTES_IN_WORD): Define if necessary.
68
5cc4813b
AM
692001-09-18 Alan Modra <amodra@bigpond.net.au>
70
71 * aout64.h: Formatting fixes.
72 (N_TXTADDR): Evaluate to a bfd_vma.
73 (N_DATADDR): Avoid negative unsigned warning.
74 * hp300hpux.h: Formatting fixes.
75 (N_DATADDR): Avoid negative unsigned warning.
76
7eb5191a 772000-04-03 Hans-Peter Nilsson <hp@axis.com>
1ce6d55a
HPN
78
79 * aout64.h (RELOC_EXT_BITS_EXTERN_BIG): Wrap definition in #ifndef.
80 (RELOC_EXT_BITS_EXTERN_LITTLE): Ditto.
81 (RELOC_EXT_BITS_TYPE_BIG): Ditto.
82 (RELOC_EXT_BITS_TYPE_SH_BIG): Ditto.
83 (RELOC_EXT_BITS_TYPE_LITTLE): Ditto.
84 (RELOC_EXT_BITS_TYPE_SH_LITTLE): Ditto.
85
edac9bff
ILT
861999-07-12 Ian Lance Taylor <ian@zembu.com>
87
88 * aout64.h (N_SHARED_LIB): Define as 0 if TEXT_START_ADDR is
89 defined as 0.
90
7eb5191a 911998-06-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
252b5132
RH
92
93 * stab.def: Add N_ALIAS from SunPro F77.
94
7eb5191a 951996-03-11 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
96
97 * stab.def: Use __define_stab_duplicate rather than __define_stab
98 for duplicate entries N_BROWS and N_MOD2.
99 * stab_gnu.h (__define_stab_duplicate): Define before including
100 stab.def.
101
7eb5191a 1021995-10-27 Niklas Hallqvist <niklas@appli.se>
252b5132
RH
103
104 * aout64.h, host.h, hp300hpux.h, sun4.h: Changed PAGE_SIZE to
105 TARGET_PAGE_SIZE.
106
7eb5191a 1071995-09-12 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
108
109 * sun4.h (struct internal_sun4_dynamic_link): Change all fields
110 from long to unsigned long.
111
7eb5191a 1121995-07-12 Ken Raeburn <raeburn@kr-pc.cygnus.com>
252b5132
RH
113
114 * sun4.h (PAGE_SIZE): Undefine before defining.
115
7eb5191a 1161994-09-04 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
4f1d9bd8
NC
117
118 * aout64.h: Only define QMAGIC if it isn't already defined.
119
7eb5191a 1201994-06-16 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
252b5132
RH
121
122 * aout64.h (BMAGIC): Define.
123
7eb5191a 1241994-06-11 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
252b5132
RH
125
126 Add weak symbols as an extension to a.out.
127 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
128 * stab.def: Update symbol value table.
129
7eb5191a 1301994-06-02 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
252b5132
RH
131
132 * sun4.h (EXTERNAL_SUN4_DYNAMIC_DEBUGGER_SIZE): Correct from 28 to
133 24. Fix up ld_got comment.
134
7eb5191a 1351994-03-30 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
252b5132
RH
136
137 * dynix3.h: Cleanup, adapt to current bfd version.
138
7eb5191a 1391994-02-26 Ian Lance Taylor (ian@cygnus.com)
252b5132
RH
140
141 * aout64.h: Add casts to avoid warnings from SVR4 cc.
142
7eb5191a 1431994-02-11 Stan Shebs (shebs@andros.cygnus.com)
252b5132
RH
144
145 * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater
146 portability.
147
7eb5191a 1481994-01-21 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
252b5132
RH
149
150 * sun4.h: Added information about SunOS shared libraries.
151
7eb5191a 1521994-01-07 Jim Kingdon (kingdon@deneb.cygnus.com)
252b5132
RH
153
154 * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.
155
7eb5191a 1561993-12-25 Jim Kingdon (kingdon@lioth.cygnus.com)
252b5132
RH
157
158 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
159
7eb5191a 1601993-11-16 Jim Kingdon (kingdon@lioth.cygnus.com)
252b5132
RH
161
162 * aout64.h: New macros ZMAGIC_DISK_BLOCK_SIZE and N_DISK_BLOCK_SIZE
163 for Linux ZMAGIC.
164 (N_TXTOFF, N_DATOFF): Use them.
165
7eb5191a 1661993-11-04 Ken Raeburn (raeburn@kr-pc.cygnus.com)
252b5132
RH
167
168 * aout64.h (RELOC_STD_BITS_RELATIVE_LITTLE): Fixed value to match
169 sun3 system; used to overlap other fields.
170 (RELOC_STD_BITS_JMPTABLE_LITTLE): Likewise.
171
7eb5191a 1721993-11-03 David J. Mackenzie (djm@thepub.cygnus.com)
252b5132
RH
173
174 * aout64.h (RELOC_STD_BITS_BASEREL_LITTLE): Make it 0x10 (Ken's
175 suggestion) to avoid conflict with RELOC_STD_BITS_EXTERN_LITTLE.
176
7eb5191a 1771993-10-29 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
252b5132
RH
178
179 * hp300hpux.h (N_SHARED_LIB): Define to be 0.
180
7eb5191a 1811993-09-13 John Gilmore (gnu@cygnus.com)
252b5132
RH
182
183 * ar.h (ARMAP_TIME_OFFSET): Add and describe.
184
185Mon Aug 23 Sean Fagan (sef@cygnus.com)
186
187 * aout64.h [ARCH_SIZE != 64]: Allow N_BADMAG to be overridden.
188
7eb5191a 1891993-08-16 Jim Kingdon (kingdon@lioth.cygnus.com)
252b5132
RH
190
191 * stab_gnu.h: Include aout/stab.def not just stab.def.
192
7eb5191a 1931993-07-18 Jim Kingdon (kingdon@rtl.cygnus.com)
252b5132
RH
194
195 * dynix3.h: New, for symmetry running dynix.
196
7eb5191a 1971993-07-08 Jim Kingdon (kingdon@lioth.cygnus.com)
252b5132
RH
198
199 * aout64.h (N_BADMAG): Recognize QMAGIC.
200 N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC.
201 N_DATOFF: Pad text size if we need to.
202
7eb5191a 2031993-06-18 Jim Kingdon (kingdon@lioth.cygnus.com)
252b5132
RH
204
205 * stab.def (N_ECOML): Fix comment.
206
7eb5191a 2071993-05-31 Jim Kingdon (kingdon@cygnus.com)
252b5132
RH
208
209 * stab.def: Remove Solaris information on N_FUN stabstring grammar;
210 I've transferred it to gdb/doc/stabs.texinfo, where it belongs.
211
7eb5191a 2121993-05-10 Ken Raeburn (raeburn@kr-pc.cygnus.com)
252b5132
RH
213
214 * hp300hpux.h: Patch from Glenn Engel for linker problem and
215 compatibility fix:
216 (OMAGIC, NMAGIC): New definitions.
217 (SHAREMAGIC): Deleted.
218 (HPUX_DOT_O_MAGIC): New macro.
219 (_N_BADMAG): Adjusted.
220 (N_HEADER_IN_TEXT, N_DATADDR): New macros.
221
7eb5191a 2221993-04-29 Ken Raeburn (raeburn@deneb.cygnus.com)
252b5132
RH
223
224 * hp300hpux.h: New file from Glenn Engel, glenne@lsid.hp.com.
225
7eb5191a 2261993-04-27 Ken Raeburn (raeburn@kr-pc.cygnus.com)
252b5132
RH
227
228 * aout64.h (struct external_exec, *MAGIC, N_BADMAG): Don't define
229 if `external_exec' is already defined as a macro.
230 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
231 if already defined.
232 (struct external_nlist, EXTERNAL_NLIST_SIZE): Don't define if
233 `external_nlist' is already defined as a macro.
234
7eb5191a 2351992-08-15 John Gilmore (gnu@cygnus.com)
252b5132
RH
236
237 * adobe.h: Add description of a.out.adobe format.
238
7eb5191a 2391992-07-03 John Gilmore (gnu at cygnus.com)
252b5132
RH
240
241 * stab.def: Update more Solaris definitions.
242 * stab_gnu.h: Add N_SO language types, and Solaris basic float types.
243
7eb5191a 2441992-06-14 John Gilmore (gnu at cygnus.com)
252b5132
RH
245
246 * stab.def: Update descriptions of Solaris-2 stabs; add N_UNDF.
247
7eb5191a 2481992-06-11 John Gilmore (gnu at cygnus.com)
252b5132
RH
249
250 * stab.def: Add N_OBJ and N_OPT from Solaris-2.
251
7eb5191a 2521992-01-30 John Gilmore (gnu at cygnus.com)
252b5132 253
4f1d9bd8 254 * aout64.h: N_TXTSIZE needs some more parentheses.
252b5132
RH
255 I don't trust C precedence.
256
7eb5191a 2571991-12-18 Per Bothner (bothner at cygnus.com)
252b5132 258
4f1d9bd8 259 * aout64.h: Move common sunos-specific test
252b5132 260 to recognize shared libraries into new macro N_SHARED_LIB.
4f1d9bd8 261 Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
252b5132 262
7eb5191a 2631991-11-30 Steve Chamberlain (sac at rtl.cygnus.com)
252b5132 264
4f1d9bd8
NC
265 * aout64.h, ar.h, encap.h, host.h, hp.h, ranlib.h, reloc.h,
266 stab.def, stab_gnu.h, sun4.h: All moved from the devo/include
267 directory.
252b5132
RH
268
269\f
b90efa5b 270Copyright (C) 1991-2015 Free Software Foundation, Inc.
752937aa
NC
271
272Copying and distribution of this file, with or without modification,
273are permitted in any medium without royalty provided the copyright
274notice and this notice are preserved.
275
252b5132 276Local Variables:
752937aa
NC
277mode: change-log
278left-margin: 8
279fill-column: 74
252b5132
RH
280version-control: never
281End:
This page took 0.670294 seconds and 4 git commands to generate.