OSDN Git Service

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