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