OSDN Git Service

include/
[pf3gnuchains/gcc-fork.git] / include / ChangeLog
1 2011-09-28  Doug Evans  <dje@google.com>
2
3         * timeval-utils.h: New file.
4
5         * libiberty.h (countargv): Declare.
6
7 2011-09-26  Cary Coutant  <ccoutant@google.com>
8
9         PR lto/47247
10         * plugin-api.h (enum ld_plugin_symbol_resolution): Add
11         LDPR_PREVAILING_DEF_IRONLY_EXP.
12         (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
13
14 2011-09-23  Cary Coutant  <ccoutant@google.com>
15
16         PR 40831
17         * demangle.h (enum demangle_component_type): Add
18         DEMANGLE_COMPONENT_CLONE.
19
20 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21
22         * xregex.h (regoff_t): Define.
23
24 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
25
26         * dwarf2.h (DW_AT_GNU_macros): New.
27         (enum dwarf_macro_record_type): New enum.  Add DW_MACRO_GNU_*.
28
29         PR c++/49756
30         * libiberty.h (stack_limit_increase): New prototype.
31
32 2011-07-13  Sriraman Tallam  <tmsriram@google.com>
33         
34         * plugin-api.h
35         (ld_plugin_section): New struct.
36         (ld_plugin_get_section_count): New typedef.
37         (ld_plugin_get_section_type): New typedef.
38         (ld_plugin_get_section_name): New typedef.
39         (ld_plugin_get_section_contents): New typedef.
40         (ld_plugin_update_section_order): New typedef.
41         (ld_plugin_allow_section_ordering): New typedef.
42         (LDPT_GET_SECTION_COUNT): New enum value.
43         (LDPT_GET_SECTION_TYPE): New enum value.
44         (LDPT_GET_SECTION_NAME): New enum value.
45         (LDPT_GET_SECTION_CONTENTS): New enum value.
46         (LDPT_UPDATE_SECTION_ORDER): New enum value.
47         (LDPT_ALLOW_SECTION_ORDERING): New enum value.
48         (tv_get_section_count): New struct members.
49         (tv_get_section_type): New struct members.
50         (tv_get_section_name): New struct members.
51         (tv_get_section_contents): New struct members.
52         (tv_update_section_order): New struct members.
53         (tv_allow_section_ordering): New struct members.
54
55 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
56
57         * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
58         on Darwin, as well as on the systems that use a DOS-like
59         filesystem.
60
61 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
62
63         PR debug/47858
64         * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
65
66 2011-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
67
68         * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
69         (DMGL_RET_DROP): New.
70
71 2011-04-30  Jakub Jelinek  <jakub@redhat.com>
72
73         * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
74         DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
75
76 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
77
78         * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
79
80 2011-03-31  Tristan Gingold  <gingold@adacore.com>
81
82         * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
83
84 2011-03-24  Mark Wielaard  <mjw@redhat.com>
85
86         * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
87
88 2010-03-23  Rafael Ávila de Espíndola <respindola@mozilla.com>
89
90         * plugin-api.h (ld_plugin_get_view): New.
91         (ld_plugin_tag): Add LDPT_GET_VIEW.
92         (ld_plugin_tv): Add tv_get_view.
93
94 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
95
96         * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
97         DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
98         DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
99         DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
100         DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
101         DW_OP_GNU_entry_value): New.
102
103 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
104
105         * filenames.h (filename_ncmp): New prototype.
106
107 2011-02-23  Kai Tietz  <kai.tietz@onevision.com>
108
109         * dwarf2.h (_ELF_DWARF2_H): Renamed to
110         _DWARF2_H.
111         (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
112         DWARF2_External_PubNames, DWARF2_Internal_PubNames,
113         DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
114         DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
115
116 2011-01-12  Iain Sandoe  <iains@gcc.gnu.org>
117
118         * dwarf2.h: Update value for DW_AT_hi_user.
119
120 2010-11-16  Ian Lance Taylor  <iant@google.com>
121
122         * simple-object.h (simple_object_attributes_merge): Declare,
123         replacing simple_object_attributes_compare.
124
125 2010-11-04  Ian Lance Taylor  <iant@google.com>
126
127         * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
128
129 2010-11-02  Ian Lance Taylor  <iant@google.com>
130
131         * simple-object.h: New file.
132
133 2010-10-15  Dave Korn  <dave.korn.cygwin@gmail.com> 
134
135         Sync LD plugin patch series (part 1/6) with src/include/.
136         * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
137
138 2010-10-06  Andi Kleen <ak@linux.intel.com>
139
140         * libiberty.h (setproctitle): Add prototype.
141
142 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
143
144         * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
145
146 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
147
148         * floatformat.h (floatformat_ieee_half_big): Add declaration.
149         (floatformat_ieee_half_little): Likewise.
150
151 2010-06-21  Rafael Espindola  <espindola@google.com>
152
153         * plugin-api.h (ld_plugin_set_extra_library_path): New.
154         (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
155         (ld_plugin_tv): Add tv_set_extra_library_path.
156
157 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
158
159         * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
160
161 2010-06-18  Rafael Espindola  <espindola@google.com>
162
163         * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
164         Make argument const.
165
166 2010-06-08  Tristan Gingold  <gingold@adacore.com>
167
168         * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
169         DW_TAG_HP_Bliss_field_set.
170         (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
171         DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
172         DW_AT_HP_definition_points, DW_AT_HP_default_location and
173         DW_AT_HP_is_result_param.
174         (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
175         DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
176         DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
177         DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
178         (enum dwarf_line_number_x_ops): Add
179         DW_LNE_HP_source_file_correlation.
180         (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
181         DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
182         DW_LANG_HP_Assembler.
183
184 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
185
186         * splay-tree.h: Update copyright years.
187         (splay_tree_s): Document fields.
188         (splay_tree_new_typed_alloc): New.
189
190         * hashtab.h: Update copyright years.
191         (htab_create_typed_alloc): New.
192
193 2010-06-01  Rafael Espindola  <espindola@google.com>
194
195         * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
196
197 2010-04-26  Pedro Alves  <pedro@codesourcery.com>
198
199         * filenames.h (PATH_SEPARATOR): Delete.
200
201 2010-04-23  Pedro Alves  <pedro@codesourcery.com>
202
203         * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
204         always define it independently of host, add `dos_based' parameter,
205         and handle it.
206         (PATH_SEPARATOR): Define.
207         (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
208         independently of host, add `dos_based' parameter, and handle it.
209         (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
210         it independently of host, add `dos_based' parameter, and handle
211         it.
212         (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
213         (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
214         (HAS_DOS_DRIVE_SPEC): New.
215         (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
216         (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
217         (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
218         * libiberty.h (dos_lbasename, unix_lbasename): Declare.
219
220 2010-04-20  Nick Clifton  <nickc@redhat.com>
221
222         * sha1.h: Update copyright notice to use GPLv3.
223
224 2010-04-14  Doug Evans  <dje@google.com>
225
226         * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
227
228 2010-04-13  Matthias Klose  <doko@ubuntu.com>
229
230         * elf: Remove empty directory.
231
232 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
233
234         * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
235         field.
236
237 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
238
239         * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
240
241 2010-01-13  Joel Brobecker  <brobecker@adacore.com>
242
243         Add new DW_AT_use_GNAT_descriptive_type CU attribute.
244         * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
245
246 2010-01-11  Tristan Gingold  <gingold@adacore.com>
247
248         * demangle.h (ada_demangle): Add prototype.
249
250 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
251
252         PR bootstrap/41771
253         * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
254
255 2009-12-29  Joel Brobecker  <brobecker@adacore.com>
256
257         * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
258
259 2009-11-06  Jonas Maebe  <jonas.maebe@elis.ugent.be>
260
261         Add DWARF attribute value for the "Borland fastcall" calling
262         convention.
263         * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
264
265 2009-10-23  Kai Tietz  <kai.tietz@onevision.com>
266
267         * splay-tree.h (libi_uhostptr_t): Add gcc specific
268         __extension__ for long long type case to silent cX9.
269         (libi_shostptr_t): Likewise.
270
271 2009-10-19  Rafael Avila de Espindola  <espindola@google.com>
272
273         PR40790
274         * plugin-api.h: Don't include stdint.h unconditionally.
275
276 2009-10-15  Jakub Jelinek  <jakub@redhat.com>
277
278         * include/dwarf2.h (DW_LANG_Python): Add comment that it is
279         a DWARF 4 addition.
280
281 2009-10-09  Rafael Espindola  <espindola@google.com>
282
283         * plugin-api.h (ld_plugin_add_input_library): Change argument name to
284         libname.
285
286 2009-10-05  Rafael Espindola  <espindola@google.com>
287
288         * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
289         (ld_plugin_get_input_file): New.
290         (ld_plugin_release_input_file): New.
291         (ld_plugin_add_input_library): New.
292         (ld_plugin_message): Mark format const.
293         (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
294         LDPT_ADD_INPUT_LIBRARY.
295         (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
296         tv_add_input_library.
297
298 2009-10-04  Jerry Quinn  <jlquinn@optonline.net>
299
300         * plugin-api.h: Fix compile.
301
302 2009-10-03  Rafael Espindola  <espindola@google.com>
303
304         * plugin-api.h: New.
305         * lto-symtab.h: New.
306
307 2009-09-29  Jason Merrill  <jason@redhat.com>
308
309         * demangle.h (enum demangle_component_type): Add
310         DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
311         DEMANGLE_COMPONENT_UNNAMED_TYPE.
312         (struct demangle_component): Add s_unary_num.
313
314 2009-09-25  Dodji Seketeli  <dodji@redhat.com>
315
316         * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
317         DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
318         and DW_TAG_formal_parameter_pack until DWARF 5 is out.
319
320 2009-09-25  Cary Coutant  <ccoutant@google.com>
321
322         Add rest of new values from DWARF Version 4.
323         * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
324         New tags.
325         (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
326         (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
327         DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
328         DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
329         DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
330         DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
331         attributes.
332         (DW_LANG_Python): New language.
333
334 2009-09-22  Dodji Seketeli  <dodji@redhat.com>
335
336         * dwarf2.h (enum dwarf_tag): Add
337         DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
338
339 2009-07-24  Ian Lance Taylor  <iant@google.com>
340
341         PR bootstrap/40854
342         * libiberty.h (xcrc32): Rename from crc32.
343
344 2009-07-24  Ian Lance Taylor  <iant@google.com>
345
346         * libiberty.h (crc32): Declare.
347
348 2009-07-20  Cary Coutant  <ccoutant@google.com>
349             Doug Evans  <dje@google.com>
350
351         Add some dwarf4 values.
352         * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
353         (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
354         DW_FORM_flag_present, DW_FORM_sig8.
355         (enum dwarf_attribute): Add DW_AT_signature.
356
357 2009-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
358
359         * demangle.h
360         (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
361         (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
362         New.
363
364 2009-07-09  Jakub Jelinek  <jakub@redhat.com>
365
366         * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
367         and DW_OP_stack_value.
368
369 2009-07-09  Tom Tromey  <tromey@redhat.com>
370
371         * elf/dwarf2.h: Remove, renaming to...
372         * dwarf2.h: ... this.
373
374 2009-06-29  Tom Tromey  <tromey@redhat.com>
375
376         * elf/dwarf2.h: New file.  Merged with gdb.
377
378 2009-06-09  Ian Lance Taylor  <ian@airs.com>
379
380         * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
381
382 2009-06-03  Ian Lance Taylor  <iant@google.com>
383
384         * ansidecl.h (EXPORTED_CONST): Define.
385
386 2009-05-31  Ian Lance Taylor  <iant@google.com>
387
388         * ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
389         the way we treat an ISO C compiler.  Don't define inline as a
390         macro when compiling with C++.
391         * dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
392         when compiling with C++.
393         * fibheap.h: Add extern "C" when compiling with C++.
394
395 2009-04-22  Taras Glek <tglek@mozilla.com>
396
397         * hashtab.h: Update GTY annotations to new syntax.
398         * splay-tree.h: Likewise.
399
400 2009-03-17  Jason Merrill  <jason@redhat.com>
401
402         * demangle.h (enum demangle_component_type): Add
403         DEMANGLE_COMPONENT_FUNCTION_PARAM.
404
405 2008-12-10  Jason Merrill  <jason@redhat.com>
406
407         * demangle.h (enum demangle_component_type): Add 
408         DEMANGLE_COMPONENT_FIXED_TYPE.
409
410 2008-11-19  Bob Wilson  <bob.wilson@acm.org>
411         
412         * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
413         (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
414         (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
415         (XCHAL_NUM_AREGS): Change to 32.
416         (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
417         (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
418         (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
419         (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
420         (XCHAL_DEBUGLEVEL): Change to 6.
421         
422 2008-10-21  Alan Modra  <amodra@bigpond.net.au>
423
424         * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
425
426 2008-10-06  Jason Merrill  <jason@redhat.com>
427
428         * demangle.h (enum demangle_component_type): Add
429         DEMANGLE_COMPONENT_PACK_EXPANSION.
430
431 2008-09-09  Jason Merrill  <jason@redhat.com>
432
433         * demangle.h (enum demangle_component_type): Add
434         DEMANGLE_COMPONENT_DECLTYPE.
435
436 2008-07-07  Joel Brobecker  <brobecker@adacore.com>
437
438         * safe-ctype.h: Add #include of ctype.h before redefining
439         the ctype.h macros.
440
441 2008-07-04  Joel Brobecker  <brobecker@adacore.com>
442
443         * safe-ctype.h: Remove #error when detecting that ctype.h has been
444         included. Redefine the various macros provided by ctype.h as
445         undefined variables.
446
447 2008-06-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
448
449         * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
450         XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
451
452 2008-03-24  Ian Lance Taylor  <iant@google.com>
453
454         * sha1.h: New file, from gnulib.
455
456         * md5.h: Add extern "C" when compiled with C++.
457
458 2008-03-21  Ian Lance Taylor  <iant@google.com>
459
460         * filenames.h: Add extern "C" when compiled with C++.
461
462 2008-02-11  Bob Wilson  <bob.wilson@acm.org>
463
464         * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
465         (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
466
467 2008-01-26  David Daney  <ddaney@avtrex.com>
468
469         * demangle.h (demangle_component_type):  Add
470         DEMANGLE_COMPONENT_JAVA_RESOURCE,
471         DEMANGLE_COMPONENT_COMPOUND_NAME, and
472         DEMANGLE_COMPONENT_CHARACTER as new enum values.
473         (demangle_component): Add struct s_character to union u.
474
475 2007-11-07  Joseph Myers  <joseph@codesourcery.com>
476             Daniel Jacobowitz  <dan@codesourcery.com>
477
478         * floatformat.h (struct floatformat): Add split_half field.
479         (floatformat_ibm_long_double): New.
480
481 2007-09-06  Tom Tromey  <tromey@redhat.com>
482
483         * libiberty.h (pex_free): Document process killing.
484
485 2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
486         
487         * demangle.h (enum demangle_component_type): Add
488         DEMANGLE_COMPONENT_RVALUE_REFERENCE. 
489
490 2007-07-25  Ben Elliston  <bje@au.ibm.com>
491
492         * ternary.h: Remove.
493
494 2007-07-18  Bob Wilson  <bob.wilson@acm.org>
495         
496         * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
497         (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
498         
499 2007-07-17  Nick Clifton  <nickc@redhat.com>
500
501         * COPYING3: New file.  Contains version 3 of the GNU General
502         Public License.
503
504 2007-07-12  Kai Tietz   <kai.tietz@onevision.com>
505
506         * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
507         needed for WIN64 when a long is not wide enough for a pointer.
508         (splay_tree_key, splay_tree_value): Use the new types.
509
510 2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
511
512         * libiberty.h (writeargv): Declare.
513
514 2007-04-25  Mark Mitchell  <mark@codesourcery.com>
515
516         * demangle.h: Change license to LGPL + exception.
517
518 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
519
520         * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
521         regardless of the type of file system.
522
523 2007-03-06  Jan Hubicka  <jh@suse.cz>
524         
525         * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
526
527 2007-02-09  Joseph S. Myers  <joseph@codesourcery.com>
528
529         * libiberty.h (pex_write_input): Remove prototype.
530
531 2007-01-31  Vladimir Prus  <vladimir@codesourcery.com>
532         
533         * libiberty.h (PEX_STDERR_TO_PIPE): New define.
534         (PEX_BINARY_ERROR): New define.
535         (pex_read_err): New function.
536
537 2007-01-29  Simon Baldwin <simonb@google.com>
538
539         * demangle.h: New cplus_demangle_print_callback,
540         cplus_demangle_v3_callback, and java_demangle_v3_callback function
541         prototypes, and demangle_callbackref type definition.
542
543 2006-12-06  Nick Clifton  <nickc@redhat.com>
544
545         * ansidecl.h (ATTRIBUTE_PACKED): Define.
546
547 2006-11-30  Andrew Stubbs  <andrew.stubbs@st.com>
548             J"orn Rennecke <joern.rennecke@st.com>
549
550         PR driver/29931
551         * libiberty.h (make_relative_prefix_ignore_links): Declare.
552
553 2006-11-27  Bob Wilson  <bob.wilson@acm.org>
554
555         * xtensa-config.h (XSHAL_ABI): New.
556         (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
557
558 2006-04-11  Jim Blandy  <jimb@codesourcery.com>
559
560         * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
561
562 2006-01-18  DJ Delorie  <dj@redhat.com>
563
564         * md5.h: Include ansidecl.h
565
566 2006-01-09  Bob Wilson  <bob.wilson@acm.org>
567
568         * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
569
570 2005-12-30  Bob Wilson  <bob.wilson@acm.org>
571
572         * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
573
574 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
575
576         PR java/9861
577         * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
578         output format for return types
579
580 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
581
582         * floatformat.h (enum floatformat_byteorders): Add
583         floatformat_vax.
584         (floatformat_vax_aingle, floatformat_vax_double): Declare.
585
586 2005-09-26  Mark Mitchell  <mark@codesourcery.com>
587
588         * libiberty.h (expandargv): New function.
589
590 2005-08-17  Mark Kettenis  <kettenis@gnu.org>
591
592         * floatformat.h (struct floatformat): Change type of large
593         argument for is_valid member to `const void *'.
594         (floatformat_to_double): Change type of second argument to `const
595         void *'.
596         (floatformat_from_double): Change type of last argument to `void
597         *'.
598         (floatformat_is_valid): Change type of last argument to `const
599         void *'.
600
601 2005-07-12  Ben Elliston  <bje@au.ibm.com>
602
603         * xregex2.h (regexec): Qualify this prototype with __extension__
604         when compiling with GNU C.
605
606 2005-07-03  Steve Ellcey  <sje@cup.hp.com>
607
608         PR other/13906
609         * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
610         * md5.h (md5_uintptr): New.
611         (md5_ctx): Align buffer field.
612
613 2005-06-30  Daniel Berlin  <dberlin@dberlin.org>
614         
615         * hashtab.h (HTAB_DELETED_ENTRY): New macro.
616         (HTAB_EMPTY_ENTRY): New macro.
617
618 2005-06-20  Geoffrey Keating  <geoffk@apple.com>
619
620         * libiberty.h (strverscmp): Prototype. 
621
622 2005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
623
624         * libiberty.h (XOBFINISH): New.
625
626 2005-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
627
628         * libiberty.h (vsnprintf): Add format attribute.
629
630 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
631
632         * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
633
634 2005-05-28  Eli Zaretskii  <eliz@gnu.org>
635
636         * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
637         needed.
638         (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
639
640 2005-05-25  Richard Henderson  <rth@redhat.com>
641
642         * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
643
644 2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>
645
646         * libiberty.h (ACONCAT): Properly cast value of alloca().
647
648         * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
649         __cplusplus.
650
651 2005-05-12  Steve Ellcey  <sje@cup.hp.com>
652
653         libiberty.h: Do not define empty basename prototype.
654
655 2005-05-10  Nick Clifton  <nickc@redhat.com>
656
657         * Update the address and phone number of the FSF organization in
658         the GPL notices in the following files:
659         COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
660         dyn-string.h, fibheap.h, filenames.h, floatformat.h,
661         fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
662         libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
663         partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
664         symcat.h, ternary.h, xregex2.h, xtensa-config.h,
665         xtensa-isa-internal.h, xtensa-isa.h
666
667 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
668
669         * libiberty.h (unlock_std_streams): New.
670
671 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
672
673         * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
674         Don't use the PTR macro.
675
676         * sort.h: Don't use the PARAMS macro.
677
678 2005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
679
680         * libiberty.h (unlock_stream): New.
681
682 2005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
683
684         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
685         Remove parameter names.
686
687 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
688
689         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
690         Provide prototypes for new functions.
691
692 2005-03-29  Ian Lance Taylor  <ian@airs.com>
693
694         * libiberty.h: Fix indentation.
695
696 2005-03-28  Ian Lance Taylor  <ian@airs.com>
697
698         * libiberty.h: Include <stdio.h>.
699         (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
700         (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
701         (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
702         (pex_init, pex_run, pex_read_output): Declare.
703         (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
704         (struct pex_time): Define.
705
706 2005-03-28  Mark Mitchell <mark@codesourcery.com>
707
708         * libiberty.h (ffs): Declare, if necessary.
709
710 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
711
712         * xregex2.h (_RE_ARGS): Remove definition and uses.
713
714 2005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
715
716         * ternary.h: Don't use PARAMS anymore.
717
718 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
719
720         * partition.h: Remove use of PARAMS.
721         * obstack.h: Remove conditional prototypes __STDC__.
722         * objalloc.h:  Remove use of PARAMS.
723         * splay-tree.h: Likewise.
724
725 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
726
727         * md5.h: Remove definition and uses of __P.
728         * dyn-string.h: Remove uses of PARAMS.
729         * fibheap.h: Likewise.
730         * floatformat.h: Likewise.
731         * hashtab.h: Likewise.
732
733 2005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
734
735         * demangle.h: Remove uses of PARAMS.
736
737         * libiberty.h (ANSI_PROTOTYPES): Remove guard since
738         ANSI_PROTOTYPES is always assumed.
739         Remove uses of PARAMS throughout.
740
741 2005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
742
743         * libiberty.h (xstrndup): Declare.
744
745 2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
746
747         * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
748
749 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
750
751         * libiberty.h (gettimeofday): Declare.
752
753 2005-03-01  Jan Beulich  <jbeulich@novell.com>
754
755         * libiberty.h: Declare unlink_if_ordinary.
756
757 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
758
759         PR bootstrap/19818
760         * ansidecl.h (PARAMS): Guard from redefinition.
761
762 2004-12-11  Ben Elliston  <bje@au.ibm.com>
763
764         * fibheap.h (struct fibnode): Only use unsigned long bitfields
765         when __GNUC__ is defined and ints are less than 32-bits wide.
766
767 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
768
769         * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
770         XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
771         (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
772
773 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
774
775         * libiberty.h (basename): Prototype for __MINGW32__.
776
777 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
778
779         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
780         * libiberty.h (concat, reconcat, concat_length, concat_copy,
781         concat_copy2): Use ATTRIBUTE_SENTINEL.
782
783 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
784
785         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
786         const-qualification before disposal.
787
788 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
789
790         * ansidecl.h (ARG_UNUSED): New Macro.
791
792 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
793
794         * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
795         libcpp/internal.h.
796         (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
797         macros.
798
799 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
800
801         * ansidecl.h (ATTRIBUTE_PURE): New.
802
803 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
804
805         * libiberty.h (ASTRDUP): Add casts required for stricter
806         type conversion rules of C++.
807         * obstack.h (obstack_free): Likewise.
808
809 2004-05-04  Andreas Jaeger  <aj@suse.de>
810
811         * demangle.h: Do not use C++ reserved keyword typename as
812         parameter for cplus_demangle_fill_builtin_type.
813
814 2004-04-22  Richard Henderson  <rth@redhat.com>
815
816         * hashtab.h (struct htab): Add size_prime_index.
817
818 2004-04-13  Jeff Law  <law@redhat.com>
819
820         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
821
822 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
823
824         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
825
826 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
827
828         * dyn-string.h: Update copyright date.
829
830 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
831
832         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
833         the associated #defines.
834
835 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
836
837         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
838         "libiberty.h".
839
840         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
841
842         * demangle.h (enum demangle_component_type): Define.
843         (struct demangle_operator_info): Declare.
844         (struct demangle_builtin_type_info): Declare.
845         (struct demangle_component): Define.
846         (cplus_demangle_fill_component): Declare.
847         (cplus_demangle_fill_name): Declare.
848         (cplus_demangle_fill_builtin_type): Declare.
849         (cplus_demangle_fill_operator): Declare.
850         (cplus_demangle_fill_extended_operator): Declare.
851         (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
852         (cplus_demangle_v3_components): Declare.
853         (cplus_demangle_print): Declare.
854
855 For older changes see ChangeLog-9103
856 \f
857 Local Variables:
858 mode: change-log
859 left-margin: 8
860 fill-column: 74
861 version-control: never
862 End: