xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
[gcc.git] / include / ChangeLog
1 2007-07-18 Bob Wilson <bob.wilson@acm.org>
2
3 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
4 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
5
6 2007-07-17 Nick Clifton <nickc@redhat.com>
7
8 * COPYING3: New file. Contains version 3 of the GNU General
9 Public License.
10
11 2007-07-12 Kai Tietz <kai.tietz@onevision.com>
12
13 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
14 needed for WIN64 when a long is not wide enough for a pointer.
15 (splay_tree_key, splay_tree_value): Use the new types.
16
17 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
18
19 * libiberty.h (writeargv): Declare.
20
21 2007-04-25 Mark Mitchell <mark@codesourcery.com>
22
23 * demangle.h: Change license to LGPL + exception.
24
25 2007-03-29 Joel Brobecker <brobecker@adacore.com>
26
27 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
28 regardless of the type of file system.
29
30 2007-03-06 Jan Hubicka <jh@suse.cz>
31
32 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
33
34 2007-02-09 Joseph S. Myers <joseph@codesourcery.com>
35
36 * libiberty.h (pex_write_input): Remove prototype.
37
38 2007-01-31 Vladimir Prus <vladimir@codesourcery.com>
39
40 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
41 (PEX_BINARY_ERROR): New define.
42 (pex_read_err): New function.
43
44 2007-01-29 Simon Baldwin <simonb@google.com>
45
46 * demangle.h: New cplus_demangle_print_callback,
47 cplus_demangle_v3_callback, and java_demangle_v3_callback function
48 prototypes, and demangle_callbackref type definition.
49
50 2006-12-06 Nick Clifton <nickc@redhat.com>
51
52 * ansidecl.h (ATTRIBUTE_PACKED): Define.
53
54 2006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
55 J"orn Rennecke <joern.rennecke@st.com>
56
57 PR driver/29931
58 * libiberty.h (make_relative_prefix_ignore_links): Declare.
59
60 2006-11-27 Bob Wilson <bob.wilson@acm.org>
61
62 * xtensa-config.h (XSHAL_ABI): New.
63 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
64
65 2006-04-11 Jim Blandy <jimb@codesourcery.com>
66
67 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
68
69 2006-01-18 DJ Delorie <dj@redhat.com>
70
71 * md5.h: Include ansidecl.h
72
73 2006-01-09 Bob Wilson <bob.wilson@acm.org>
74
75 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
76
77 2005-12-30 Bob Wilson <bob.wilson@acm.org>
78
79 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
80
81 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
82
83 PR java/9861
84 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
85 output format for return types
86
87 2005-10-31 Mark Kettenis <kettenis@gnu.org>
88
89 * floatformat.h (enum floatformat_byteorders): Add
90 floatformat_vax.
91 (floatformat_vax_aingle, floatformat_vax_double): Declare.
92
93 2005-09-26 Mark Mitchell <mark@codesourcery.com>
94
95 * libiberty.h (expandargv): New function.
96
97 2005-08-17 Mark Kettenis <kettenis@gnu.org>
98
99 * floatformat.h (struct floatformat): Change type of large
100 argument for is_valid member to `const void *'.
101 (floatformat_to_double): Change type of second argument to `const
102 void *'.
103 (floatformat_from_double): Change type of last argument to `void
104 *'.
105 (floatformat_is_valid): Change type of last argument to `const
106 void *'.
107
108 2005-07-12 Ben Elliston <bje@au.ibm.com>
109
110 * xregex2.h (regexec): Qualify this prototype with __extension__
111 when compiling with GNU C.
112
113 2005-07-03 Steve Ellcey <sje@cup.hp.com>
114
115 PR other/13906
116 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
117 * md5.h (md5_uintptr): New.
118 (md5_ctx): Align buffer field.
119
120 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
121
122 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
123 (HTAB_EMPTY_ENTRY): New macro.
124
125 2005-06-20 Geoffrey Keating <geoffk@apple.com>
126
127 * libiberty.h (strverscmp): Prototype.
128
129 2005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
130
131 * libiberty.h (XOBFINISH): New.
132
133 2005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
134
135 * libiberty.h (vsnprintf): Add format attribute.
136
137 2005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
138
139 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
140
141 2005-05-28 Eli Zaretskii <eliz@gnu.org>
142
143 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
144 needed.
145 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
146
147 2005-05-25 Richard Henderson <rth@redhat.com>
148
149 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
150
151 2005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
152
153 * libiberty.h (ACONCAT): Properly cast value of alloca().
154
155 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
156 __cplusplus.
157
158 2005-05-12 Steve Ellcey <sje@cup.hp.com>
159
160 libiberty.h: Do not define empty basename prototype.
161
162 2005-05-10 Nick Clifton <nickc@redhat.com>
163
164 * Update the address and phone number of the FSF organization in
165 the GPL notices in the following files:
166 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
167 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
168 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
169 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
170 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
171 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
172 xtensa-isa-internal.h, xtensa-isa.h
173
174 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
175
176 * libiberty.h (unlock_std_streams): New.
177
178 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
179
180 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
181 Don't use the PTR macro.
182
183 * sort.h: Don't use the PARAMS macro.
184
185 2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
186
187 * libiberty.h (unlock_stream): New.
188
189 2005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
190
191 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
192 Remove parameter names.
193
194 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
195
196 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
197 Provide prototypes for new functions.
198
199 2005-03-29 Ian Lance Taylor <ian@airs.com>
200
201 * libiberty.h: Fix indentation.
202
203 2005-03-28 Ian Lance Taylor <ian@airs.com>
204
205 * libiberty.h: Include <stdio.h>.
206 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
207 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
208 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
209 (pex_init, pex_run, pex_read_output): Declare.
210 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
211 (struct pex_time): Define.
212
213 2005-03-28 Mark Mitchell <mark@codesourcery.com>
214
215 * libiberty.h (ffs): Declare, if necessary.
216
217 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
218
219 * xregex2.h (_RE_ARGS): Remove definition and uses.
220
221 2005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
222
223 * ternary.h: Don't use PARAMS anymore.
224
225 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
226
227 * partition.h: Remove use of PARAMS.
228 * obstack.h: Remove conditional prototypes __STDC__.
229 * objalloc.h: Remove use of PARAMS.
230 * splay-tree.h: Likewise.
231
232 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
233
234 * md5.h: Remove definition and uses of __P.
235 * dyn-string.h: Remove uses of PARAMS.
236 * fibheap.h: Likewise.
237 * floatformat.h: Likewise.
238 * hashtab.h: Likewise.
239
240 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
241
242 * demangle.h: Remove uses of PARAMS.
243
244 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
245 ANSI_PROTOTYPES is always assumed.
246 Remove uses of PARAMS throughout.
247
248 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
249
250 * libiberty.h (xstrndup): Declare.
251
252 2005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
253
254 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
255
256 2005-03-09 Mark Mitchell <mark@codesourcery.com>
257
258 * libiberty.h (gettimeofday): Declare.
259
260 2005-03-01 Jan Beulich <jbeulich@novell.com>
261
262 * libiberty.h: Declare unlink_if_ordinary.
263
264 2005-02-14 Paolo Bonzini <bonzini@gnu.org>
265
266 PR bootstrap/19818
267 * ansidecl.h (PARAMS): Guard from redefinition.
268
269 2004-12-11 Ben Elliston <bje@au.ibm.com>
270
271 * fibheap.h (struct fibnode): Only use unsigned long bitfields
272 when __GNUC__ is defined and ints are less than 32-bits wide.
273
274 2004-10-07 Bob Wilson <bob.wilson@acm.org>
275
276 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
277 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
278 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
279
280 2004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
281
282 * libiberty.h (basename): Prototype for __MINGW32__.
283
284 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
285
286 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
287 * libiberty.h (concat, reconcat, concat_length, concat_copy,
288 concat_copy2): Use ATTRIBUTE_SENTINEL.
289
290 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
291
292 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
293 const-qualification before disposal.
294
295 2004-07-24 Bernardo Innocenti <bernie@develer.com>
296
297 * ansidecl.h (ARG_UNUSED): New Macro.
298
299 2004-07-24 Bernardo Innocenti <bernie@develer.com>
300
301 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
302 libcpp/internal.h.
303 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
304 macros.
305
306 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
307
308 * ansidecl.h (ATTRIBUTE_PURE): New.
309
310 2004-07-13 Bernardo Innocenti <bernie@develer.com>
311
312 * libiberty.h (ASTRDUP): Add casts required for stricter
313 type conversion rules of C++.
314 * obstack.h (obstack_free): Likewise.
315
316 2004-05-04 Andreas Jaeger <aj@suse.de>
317
318 * demangle.h: Do not use C++ reserved keyword typename as
319 parameter for cplus_demangle_fill_builtin_type.
320
321 2004-04-22 Richard Henderson <rth@redhat.com>
322
323 * hashtab.h (struct htab): Add size_prime_index.
324
325 2004-04-13 Jeff Law <law@redhat.com>
326
327 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
328
329 2004-03-30 Zack Weinberg <zack@codesourcery.com>
330
331 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
332
333 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
334
335 * dyn-string.h: Update copyright date.
336
337 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
338
339 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
340 the associated #defines.
341
342 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
343
344 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
345 "libiberty.h".
346
347 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
348
349 * demangle.h (enum demangle_component_type): Define.
350 (struct demangle_operator_info): Declare.
351 (struct demangle_builtin_type_info): Declare.
352 (struct demangle_component): Define.
353 (cplus_demangle_fill_component): Declare.
354 (cplus_demangle_fill_name): Declare.
355 (cplus_demangle_fill_builtin_type): Declare.
356 (cplus_demangle_fill_operator): Declare.
357 (cplus_demangle_fill_extended_operator): Declare.
358 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
359 (cplus_demangle_v3_components): Declare.
360 (cplus_demangle_print): Declare.
361
362 For older changes see ChangeLog-9103
363 \f
364 Local Variables:
365 mode: change-log
366 left-margin: 8
367 fill-column: 74
368 version-control: never
369 End: