source: trunk/libs/newlib/src/include/aout/ChangeLog @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 7.5 KB
Line 
12010-04-15  Nick Clifton  <nickc@redhat.com>
2
3        * adobe.h: Update copyright notice to use GPLv3.
4        * aout64.h: Likewise.
5        * ar.h: Likewise.
6        * dynix3.h: Likewise.
7        * encap.h: Likewise.
8        * host.h: Likewise.
9        * hp.h: Likewise.
10        * hp300hpux.h: Likewise.
11        * ranlib.h: Likewise.
12        * reloc.h: Likewise.
13        * stab.def: Likewise.
14        * stab_gnu.h: Likewise.
15        * sun4.h: Likewise.
16
172009-10-02  Alan Modra  <amodra@bigpond.net.au>
18
19        * aout64.h (N_SHARED_LIB): Define as zero if not already defined.
20        * sun4.h (N_SHARED_LIB): Define.
21        * hp300hpux.h (N_SHARED_LIB): Don't define.
22
232008-08-28  Tristan Gingold  <gingold@adacore.com>
24
25        * stab.def: Add BNSYM, ENSYM, OSO for darwin.
26
272008-03-27  Cary Coutant <ccoutant@google.com>
28
29        * ar.h (ARMAGT): New magic string for thin archives.
30
312005-08-18  Alan Modra  <amodra@bigpond.net.au>
32
33        * encap.h: Remove a29k support.
34
352005-05-10  Nick Clifton  <nickc@redhat.com>
36
37        * Update the address and phone number of the FSF organization in
38        the GPL notices in the following files:
39        adobe.h, aout64.h, ar.h, dynix3.h, encap.h, host.h, hp.h,
40        ranlib.h, reloc.h, stab.def, stab_gnu.h, sun4.h
41
422004-01-06  Mark Kettenis  <kettenis@gnu.org>
43
44        * stab.def: Add N_PATCH to DO definition.
45
462003-03-06  Elias Athanasopoulos  <elathan@phys.uoa.gr>
47
48        * aout64.h (BYTES_IN_WORD): Define if necessary.
49
502001-09-18  Alan Modra  <amodra@bigpond.net.au>
51
52        * aout64.h: Formatting fixes.
53        (N_TXTADDR): Evaluate to a bfd_vma.
54        (N_DATADDR): Avoid negative unsigned warning.
55        * hp300hpux.h: Formatting fixes.
56        (N_DATADDR): Avoid negative unsigned warning.
57
582000-04-03  Hans-Peter Nilsson  <hp@axis.com>
59
60        * aout64.h (RELOC_EXT_BITS_EXTERN_BIG): Wrap definition in #ifndef.
61        (RELOC_EXT_BITS_EXTERN_LITTLE): Ditto.
62        (RELOC_EXT_BITS_TYPE_BIG): Ditto.
63        (RELOC_EXT_BITS_TYPE_SH_BIG): Ditto.
64        (RELOC_EXT_BITS_TYPE_LITTLE): Ditto.
65        (RELOC_EXT_BITS_TYPE_SH_LITTLE): Ditto.
66
671999-07-12  Ian Lance Taylor  <ian@zembu.com>
68
69        * aout64.h (N_SHARED_LIB): Define as 0 if TEXT_START_ADDR is
70        defined as 0.
71
721998-06-28  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
73
74        * stab.def:  Add N_ALIAS from SunPro F77.
75
761996-03-11  Ian Lance Taylor  <ian@cygnus.com>
77
78        * stab.def: Use __define_stab_duplicate rather than __define_stab
79        for duplicate entries N_BROWS and N_MOD2.
80        * stab_gnu.h (__define_stab_duplicate): Define before including
81        stab.def.
82
831995-10-27  Niklas Hallqvist  <niklas@appli.se>
84
85        * aout64.h, host.h, hp300hpux.h, sun4.h: Changed PAGE_SIZE to
86        TARGET_PAGE_SIZE.
87
881995-09-12  Ian Lance Taylor  <ian@cygnus.com>
89
90        * sun4.h (struct internal_sun4_dynamic_link): Change all fields
91        from long to unsigned long.
92
931995-07-12  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
94
95        * sun4.h (PAGE_SIZE): Undefine before defining.
96
971994-09-04  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
98
99        * aout64.h: Only define QMAGIC if it isn't already defined.
100
1011994-06-16  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
102
103        * aout64.h (BMAGIC): Define.
104
1051994-06-11  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
106
107        Add weak symbols as an extension to a.out.
108        * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
109        * stab.def: Update symbol value table.
110
1111994-06-02  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
112
113        * sun4.h (EXTERNAL_SUN4_DYNAMIC_DEBUGGER_SIZE): Correct from 28 to
114        24.  Fix up ld_got comment.
115
1161994-03-30  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
117
118        * dynix3.h:  Cleanup, adapt to current bfd version.
119
1201994-02-26  Ian Lance Taylor  (ian@cygnus.com)
121
122        * aout64.h: Add casts to avoid warnings from SVR4 cc.
123
1241994-02-11  Stan Shebs  (shebs@andros.cygnus.com)
125
126        * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater
127        portability.
128
1291994-01-21  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
130
131        * sun4.h: Added information about SunOS shared libraries.
132
1331994-01-07  Jim Kingdon  (kingdon@deneb.cygnus.com)
134
135        * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.
136
1371993-12-25  Jim Kingdon  (kingdon@lioth.cygnus.com)
138
139        * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
140
1411993-11-16  Jim Kingdon  (kingdon@lioth.cygnus.com)
142
143        * aout64.h: New macros ZMAGIC_DISK_BLOCK_SIZE and N_DISK_BLOCK_SIZE
144        for Linux ZMAGIC.
145        (N_TXTOFF, N_DATOFF): Use them.
146
1471993-11-04  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
148
149        * aout64.h (RELOC_STD_BITS_RELATIVE_LITTLE): Fixed value to match
150        sun3 system; used to overlap other fields.
151        (RELOC_STD_BITS_JMPTABLE_LITTLE): Likewise.
152
1531993-11-03  David J. Mackenzie  (djm@thepub.cygnus.com)
154
155        * aout64.h (RELOC_STD_BITS_BASEREL_LITTLE): Make it 0x10 (Ken's
156        suggestion) to avoid conflict with RELOC_STD_BITS_EXTERN_LITTLE.
157
1581993-10-29  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
159
160        * hp300hpux.h (N_SHARED_LIB): Define to be 0.
161
1621993-09-13  John Gilmore  (gnu@cygnus.com)
163
164        * ar.h (ARMAP_TIME_OFFSET):  Add and describe.
165
166Mon Aug 23  Sean Fagan  (sef@cygnus.com)
167
168        * aout64.h [ARCH_SIZE != 64]: Allow N_BADMAG to be overridden.
169
1701993-08-16  Jim Kingdon  (kingdon@lioth.cygnus.com)
171
172        * stab_gnu.h: Include aout/stab.def not just stab.def.
173
1741993-07-18  Jim Kingdon  (kingdon@rtl.cygnus.com)
175
176        * dynix3.h: New, for symmetry running dynix.
177
1781993-07-08  Jim Kingdon  (kingdon@lioth.cygnus.com)
179
180        * aout64.h (N_BADMAG): Recognize QMAGIC.
181        N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC.
182        N_DATOFF: Pad text size if we need to.
183
1841993-06-18  Jim Kingdon  (kingdon@lioth.cygnus.com)
185
186        * stab.def (N_ECOML): Fix comment.
187
1881993-05-31  Jim Kingdon  (kingdon@cygnus.com)
189
190        * stab.def: Remove Solaris information on N_FUN stabstring grammar;
191        I've transferred it to gdb/doc/stabs.texinfo, where it belongs.
192
1931993-05-10  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
194
195        * hp300hpux.h: Patch from Glenn Engel for linker problem and
196        compatibility fix:
197        (OMAGIC, NMAGIC): New definitions.
198        (SHAREMAGIC): Deleted.
199        (HPUX_DOT_O_MAGIC): New macro.
200        (_N_BADMAG): Adjusted.
201        (N_HEADER_IN_TEXT, N_DATADDR): New macros.
202
2031993-04-29  Ken Raeburn  (raeburn@deneb.cygnus.com)
204
205        * hp300hpux.h: New file from Glenn Engel, glenne@lsid.hp.com.
206
2071993-04-27  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
208
209        * aout64.h (struct external_exec, *MAGIC, N_BADMAG): Don't define
210        if `external_exec' is already defined as a macro.
211        (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
212        if already defined.
213        (struct external_nlist, EXTERNAL_NLIST_SIZE): Don't define if
214        `external_nlist' is already defined as a macro.
215
2161992-08-15  John Gilmore  (gnu@cygnus.com)
217
218        * adobe.h:  Add description of a.out.adobe format.
219
2201992-07-03  John Gilmore  (gnu at cygnus.com)
221
222        * stab.def:  Update more Solaris definitions.
223        * stab_gnu.h:  Add N_SO language types, and Solaris basic float types.
224
2251992-06-14  John Gilmore  (gnu at cygnus.com)
226
227        * stab.def:  Update descriptions of Solaris-2 stabs; add N_UNDF.
228
2291992-06-11  John Gilmore  (gnu at cygnus.com)
230
231        * stab.def:  Add N_OBJ and N_OPT from Solaris-2.
232
2331992-01-30  John Gilmore  (gnu at cygnus.com)
234
235        * aout64.h: N_TXTSIZE needs some more parentheses.
236        I don't trust C precedence.
237
2381991-12-18  Per Bothner  (bothner at cygnus.com)
239
240        * aout64.h:  Move common sunos-specific test
241        to recognize shared libraries into new macro N_SHARED_LIB.
242        Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
243
2441991-11-30  Steve Chamberlain  (sac at rtl.cygnus.com)
245
246        * aout64.h, ar.h, encap.h, host.h, hp.h, ranlib.h, reloc.h,
247        stab.def, stab_gnu.h, sun4.h: All moved from the devo/include
248        directory.
249
250
251Copyright (C) 1991-2012 Free Software Foundation, Inc.
252
253Copying and distribution of this file, with or without modification,
254are permitted in any medium without royalty provided the copyright
255notice and this notice are preserved.
256
257Local Variables:
258mode: change-log
259left-margin: 8
260fill-column: 74
261version-control: never
262End:
Note: See TracBrowser for help on using the repository browser.