OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [include/] [aout/] [ChangeLog] - Blame information for rev 25

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 jlechner
2005-05-10  Nick Clifton  
2
 
3
        * Update the address and phone number of the FSF organization in
4
        the GPL notices in the following files:
5
        adobe.h, aout64.h, ar.h, dynix3.h, encap.h, host.h, hp.h,
6
        ranlib.h, reloc.h, stab.def, stab_gnu.h, sun4.h
7
 
8
2004-01-06  Mark Kettenis  
9
 
10
        * stab.def: Add N_PATCH to DO definition.
11
 
12
2003-03-06  Elias Athanasopoulos  
13
 
14
        * aout64.h (BYTES_IN_WORD): Define if necessary.
15
 
16
2001-09-18  Alan Modra  
17
 
18
        * aout64.h: Formatting fixes.
19
        (N_TXTADDR): Evaluate to a bfd_vma.
20
        (N_DATADDR): Avoid negative unsigned warning.
21
        * hp300hpux.h: Formatting fixes.
22
        (N_DATADDR): Avoid negative unsigned warning.
23
 
24
2000-04-03  Hans-Peter Nilsson  
25
 
26
        * aout64.h (RELOC_EXT_BITS_EXTERN_BIG): Wrap definition in #ifndef.
27
        (RELOC_EXT_BITS_EXTERN_LITTLE): Ditto.
28
        (RELOC_EXT_BITS_TYPE_BIG): Ditto.
29
        (RELOC_EXT_BITS_TYPE_SH_BIG): Ditto.
30
        (RELOC_EXT_BITS_TYPE_LITTLE): Ditto.
31
        (RELOC_EXT_BITS_TYPE_SH_LITTLE): Ditto.
32
 
33
1999-07-12  Ian Lance Taylor  
34
 
35
        * aout64.h (N_SHARED_LIB): Define as 0 if TEXT_START_ADDR is
36
        defined as 0.
37
 
38
1998-06-28  Peter Schauer  
39
 
40
        * stab.def:  Add N_ALIAS from SunPro F77.
41
 
42
1996-03-11  Ian Lance Taylor  
43
 
44
        * stab.def: Use __define_stab_duplicate rather than __define_stab
45
        for duplicate entries N_BROWS and N_MOD2.
46
        * stab_gnu.h (__define_stab_duplicate): Define before including
47
        stab.def.
48
 
49
1995-10-27  Niklas Hallqvist  
50
 
51
        * aout64.h, host.h, hp300hpux.h, sun4.h: Changed PAGE_SIZE to
52
        TARGET_PAGE_SIZE.
53
 
54
1995-09-12  Ian Lance Taylor  
55
 
56
        * sun4.h (struct internal_sun4_dynamic_link): Change all fields
57
        from long to unsigned long.
58
 
59
1995-07-12  Ken Raeburn  
60
 
61
        * sun4.h (PAGE_SIZE): Undefine before defining.
62
 
63
1994-09-04  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
64
 
65
        * aout64.h: Only define QMAGIC if it isn't already defined.
66
 
67
1994-06-16  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
68
 
69
        * aout64.h (BMAGIC): Define.
70
 
71
1994-06-11  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
72
 
73
        Add weak symbols as an extension to a.out.
74
        * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
75
        * stab.def: Update symbol value table.
76
 
77
1994-06-02  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
78
 
79
        * sun4.h (EXTERNAL_SUN4_DYNAMIC_DEBUGGER_SIZE): Correct from 28 to
80
        24.  Fix up ld_got comment.
81
 
82
1994-03-30  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
83
 
84
        * dynix3.h:  Cleanup, adapt to current bfd version.
85
 
86
1994-02-26  Ian Lance Taylor  (ian@cygnus.com)
87
 
88
        * aout64.h: Add casts to avoid warnings from SVR4 cc.
89
 
90
1994-02-11  Stan Shebs  (shebs@andros.cygnus.com)
91
 
92
        * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater
93
        portability.
94
 
95
1994-01-21  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
96
 
97
        * sun4.h: Added information about SunOS shared libraries.
98
 
99
1994-01-07  Jim Kingdon  (kingdon@deneb.cygnus.com)
100
 
101
        * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.
102
 
103
1993-12-25  Jim Kingdon  (kingdon@lioth.cygnus.com)
104
 
105
        * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
106
 
107
1993-11-16  Jim Kingdon  (kingdon@lioth.cygnus.com)
108
 
109
        * aout64.h: New macros ZMAGIC_DISK_BLOCK_SIZE and N_DISK_BLOCK_SIZE
110
        for Linux ZMAGIC.
111
        (N_TXTOFF, N_DATOFF): Use them.
112
 
113
1993-11-04  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
114
 
115
        * aout64.h (RELOC_STD_BITS_RELATIVE_LITTLE): Fixed value to match
116
        sun3 system; used to overlap other fields.
117
        (RELOC_STD_BITS_JMPTABLE_LITTLE): Likewise.
118
 
119
1993-11-03  David J. Mackenzie  (djm@thepub.cygnus.com)
120
 
121
        * aout64.h (RELOC_STD_BITS_BASEREL_LITTLE): Make it 0x10 (Ken's
122
        suggestion) to avoid conflict with RELOC_STD_BITS_EXTERN_LITTLE.
123
 
124
1993-10-29  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
125
 
126
        * hp300hpux.h (N_SHARED_LIB): Define to be 0.
127
 
128
1993-09-13  John Gilmore  (gnu@cygnus.com)
129
 
130
        * ar.h (ARMAP_TIME_OFFSET):  Add and describe.
131
 
132
Mon Aug 23  Sean Fagan  (sef@cygnus.com)
133
 
134
        * aout64.h [ARCH_SIZE != 64]: Allow N_BADMAG to be overridden.
135
 
136
1993-08-16  Jim Kingdon  (kingdon@lioth.cygnus.com)
137
 
138
        * stab_gnu.h: Include aout/stab.def not just stab.def.
139
 
140
1993-07-18  Jim Kingdon  (kingdon@rtl.cygnus.com)
141
 
142
        * dynix3.h: New, for symmetry running dynix.
143
 
144
1993-07-08  Jim Kingdon  (kingdon@lioth.cygnus.com)
145
 
146
        * aout64.h (N_BADMAG): Recognize QMAGIC.
147
        N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC.
148
        N_DATOFF: Pad text size if we need to.
149
 
150
1993-06-18  Jim Kingdon  (kingdon@lioth.cygnus.com)
151
 
152
        * stab.def (N_ECOML): Fix comment.
153
 
154
1993-05-31  Jim Kingdon  (kingdon@cygnus.com)
155
 
156
        * stab.def: Remove Solaris information on N_FUN stabstring grammar;
157
        I've transferred it to gdb/doc/stabs.texinfo, where it belongs.
158
 
159
1993-05-10  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
160
 
161
        * hp300hpux.h: Patch from Glenn Engel for linker problem and
162
        compatibility fix:
163
        (OMAGIC, NMAGIC): New definitions.
164
        (SHAREMAGIC): Deleted.
165
        (HPUX_DOT_O_MAGIC): New macro.
166
        (_N_BADMAG): Adjusted.
167
        (N_HEADER_IN_TEXT, N_DATADDR): New macros.
168
 
169
1993-04-29  Ken Raeburn  (raeburn@deneb.cygnus.com)
170
 
171
        * hp300hpux.h: New file from Glenn Engel, glenne@lsid.hp.com.
172
 
173
1993-04-27  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
174
 
175
        * aout64.h (struct external_exec, *MAGIC, N_BADMAG): Don't define
176
        if `external_exec' is already defined as a macro.
177
        (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
178
        if already defined.
179
        (struct external_nlist, EXTERNAL_NLIST_SIZE): Don't define if
180
        `external_nlist' is already defined as a macro.
181
 
182
1992-08-15  John Gilmore  (gnu@cygnus.com)
183
 
184
        * adobe.h:  Add description of a.out.adobe format.
185
 
186
1992-07-03  John Gilmore  (gnu at cygnus.com)
187
 
188
        * stab.def:  Update more Solaris definitions.
189
        * stab_gnu.h:  Add N_SO language types, and Solaris basic float types.
190
 
191
1992-06-14  John Gilmore  (gnu at cygnus.com)
192
 
193
        * stab.def:  Update descriptions of Solaris-2 stabs; add N_UNDF.
194
 
195
1992-06-11  John Gilmore  (gnu at cygnus.com)
196
 
197
        * stab.def:  Add N_OBJ and N_OPT from Solaris-2.
198
 
199
1992-01-30  John Gilmore  (gnu at cygnus.com)
200
 
201
        * aout64.h: N_TXTSIZE needs some more parentheses.
202
        I don't trust C precedence.
203
 
204
1991-12-18  Per Bothner  (bothner at cygnus.com)
205
 
206
        * aout64.h:  Move common sunos-specific test
207
        to recognize shared libraries into new macro N_SHARED_LIB.
208
        Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
209
 
210
1991-11-30  Steve Chamberlain  (sac at rtl.cygnus.com)
211
 
212
        * aout64.h, ar.h, encap.h, host.h, hp.h, ranlib.h, reloc.h,
213
        stab.def, stab_gnu.h, sun4.h: All moved from the devo/include
214
        directory.
215
 
216
 
217
Local Variables:
218
version-control: never
219
End:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.