xref: /netbsd-src/external/gpl3/gcc/dist/include/ChangeLog (revision fa28c6faa16e0b00edee7acdcaf4899797043def)
12015-06-23  Release Manager
2
3	* GCC 4.8.5 released.
4
52014-12-19  Release Manager
6
7	* GCC 4.8.4 released.
8
92014-05-22  Release Manager
10
11	* GCC 4.8.3 released.
12
132013-10-16  Release Manager
14
15	* GCC 4.8.2 released.
16
172013-05-31  Release Manager
18
19	* GCC 4.8.1 released.
20
212013-04-03  Jason Merrill  <jason@redhat.com>
22
23	Demangle C++11 ref-qualifier.
24	* demangle.h (enum demangle_component_type): Add
25	DEMANGLE_COMPONENT_REFERENCE_THIS,
26	DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
27
282013-03-22  Release Manager
29
30	* GCC 4.8.0 released.
31
322013-03-01  Cary Coutant  <ccoutant@google.com>
33
34	* dwarf2.h (enum dwarf_sect): New enum type.
35
362013-02-11  Sriraman Tallam  <tmsriram@google.com>
37
38	* plugin-api.h (enum ld_plugin_level): Assign integers
39	explicitly for all values.
40
412013-01-30  Kai Tietz  <ktietz@redhat.com>
42
43	PR other/54620
44	PR target/39064
45	* md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
46	stdint.h and sys/types.h headers are present.
47	* sha1.h (sha1_uintptr, sha1_uint32): Likewise.
48
492012-12-18  Aldy Hernandez  <aldyh@redhat.com>
50
51	PR other/54324
52	* ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
53	< 3.4.
54
552012-11-09  Jason Merrill  <jason@redhat.com>
56
57	* demangle.h (enum demangle_component_type): Add
58	DEMANGLE_COMPONENT_TAGGED_NAME.
59
602012-10-29  Sterling Augustine <saugustine@google.com>
61            Cary Coutant <ccoutant@google.com>
62
63	* dwarf2.h (dwarf_location_list_entry_type): New enum with fields
64	DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
65	DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
66
67
682012-10-08  Jason Merrill  <jason@redhat.com>
69
70	* demangle.h (enum demangle_component_type): Add
71	DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
72
732012-09-18  Florian Weimer  <fweimer@redhat.com>
74
75	PR other/54411
76	* objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
77
782012-09-06  Cary Coutant  <ccoutant@google.com>
79
80	* dwarf2.def: Edit comment.
81
822012-08-24  Sriraman Tallam  <tmsriram@google.com>
83
84	* plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
85	New interface.
86	(ld_plugin_unique_segment_for_sections): New interface.
87	(LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
88	(LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
89	(tv_allow_unique_segment_for_sections): New member.
90	(tv_unique_segment_for_sections): New member.
91
922012-07-13  Doug Evans  <dje@google.com>
93
94	* filenames.h: #include "hashtab.h".
95	(filename_hash, filename_eq): Declare.
96
972012-06-18  Doug Evans  <dje@google.com>
98
99	* dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
100
1012012-06-12  Rafael Ávila de Espíndola <respindola@mozilla.com>
102
103	* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
104
1052012-06-08  Jakub Jelinek  <jakub@redhat.com>
106
107	* dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
108	forms.
109	* dwarf2.h (enum dwarf_macro_record_type): Add
110	DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
111	and DW_MACRO_GNU_transparent_include_alt.
112
1132012-05-23  Doug Evans  <dje@google.com>
114
115	* leb128.h: #include stdint.h, inttypes.h.
116	(read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
117	Change to take a uint64_t * argument instead of unsigned long long.
118	(read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
119	Change to take an int64_t * argument instead of long long.
120
1212012-05-22  Doug Evans  <dje@google.com>
122
123	* leb128.h: New file.
124
1252012-05-19  Gary Funck  <gary@intrepid.com>
126
127	* dwarf2.def: Update comment re: UPC extensions to reference
128	DWARF4 specification.
129
1302012-05-02  Cary Coutant  <ccoutant@google.com>
131
132	* dwarf2.def: Remove DW_FORM_GNU_ref_index,
133	replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
134
1352012-04-28  Doug Evans  <dje@google.com>
136
137	* dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
138
1392012-04-27  Tom Tromey  <tromey@redhat.com>
140
141	* dwarf2.h: Wrap function declarations in extern "C".
142
1432012-04-27  Tom Tromey  <tromey@redhat.com>
144
145	* dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
146	(enum dwarf_location_atom, enum dwarf_type, enum
147	dwarf_call_frame_info): Remove.
148	(DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
149	(DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
150	Include dwarf2.def.
151	(get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
152	(get_DW_OP_name, get_DW_ATE_name): Declare.
153	* dwarf2.def: New file, from dwarf2.h.
154
1552012-04-10  Tristan Gingold  <gingold@adacore.com>
156
157	* splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
158	(libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
159
1602012-01-26  Cary Coutant  <ccoutant@google.com>
161
162	* dwarf2.h (enum dwarf_form): Add Fission extensions.
163	(enum dwarf_attribute): Likewise.
164
1652012-01-06  Jason Merrill  <jason@redhat.com>
166
167	PR c++/6057
168	PR c++/48051
169	PR c++/50855
170	PR c++/51322
171	* demangle.h (enum demangle_component_type): Add
172	DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
173
1742011-11-07  Richard Henderson  <rth@redhat.com>
175
176	Merged from transactional-memory.
177
178	* demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
179	(enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
180	(DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
181	(DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
182
1832011-10-21  Ulrich Drepper  <drepper@gmail.com>
184
185	* obstack.h [!GNUC] (obstack_free): Avoid cast to int.
186
1872011-10-21  Marc Glisse  <marc.glisse@inria.fr>
188
189	* ansidecl.h (ENUM_BITFIELD): Always use enum in C++
190
1912011-09-28  Doug Evans  <dje@google.com>
192
193	* timeval-utils.h: New file.
194
195	* libiberty.h (countargv): Declare.
196
1972011-09-26  Cary Coutant  <ccoutant@google.com>
198
199	PR lto/47247
200	* plugin-api.h (enum ld_plugin_symbol_resolution): Add
201	LDPR_PREVAILING_DEF_IRONLY_EXP.
202	(enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
203
2042011-09-23  Cary Coutant  <ccoutant@google.com>
205
206	PR 40831
207	* demangle.h (enum demangle_component_type): Add
208	DEMANGLE_COMPONENT_CLONE.
209
2102011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
211
212	* xregex.h (regoff_t): Define.
213
2142011-07-22  Jakub Jelinek  <jakub@redhat.com>
215
216	* dwarf2.h (DW_AT_GNU_macros): New.
217	(enum dwarf_macro_record_type): New enum.  Add DW_MACRO_GNU_*.
218
219	PR c++/49756
220	* libiberty.h (stack_limit_increase): New prototype.
221
2222011-07-13  Sriraman Tallam  <tmsriram@google.com>
223
224	* plugin-api.h
225	(ld_plugin_section): New struct.
226	(ld_plugin_get_section_count): New typedef.
227	(ld_plugin_get_section_type): New typedef.
228	(ld_plugin_get_section_name): New typedef.
229	(ld_plugin_get_section_contents): New typedef.
230	(ld_plugin_update_section_order): New typedef.
231	(ld_plugin_allow_section_ordering): New typedef.
232	(LDPT_GET_SECTION_COUNT): New enum value.
233	(LDPT_GET_SECTION_TYPE): New enum value.
234	(LDPT_GET_SECTION_NAME): New enum value.
235	(LDPT_GET_SECTION_CONTENTS): New enum value.
236	(LDPT_UPDATE_SECTION_ORDER): New enum value.
237	(LDPT_ALLOW_SECTION_ORDERING): New enum value.
238	(tv_get_section_count): New struct members.
239	(tv_get_section_type): New struct members.
240	(tv_get_section_name): New struct members.
241	(tv_get_section_contents): New struct members.
242	(tv_update_section_order): New struct members.
243	(tv_allow_section_ordering): New struct members.
244
2452011-07-01  Joel Brobecker  <brobecker@adacore.com>
246
247	* filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
248	on Darwin, as well as on the systems that use a DOS-like
249	filesystem.
250
2512011-06-22  Jakub Jelinek  <jakub@redhat.com>
252
253	PR debug/47858
254	* dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
255
2562011-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
257
258	* demangle.h (DMGL_RET_POSTFIX): Extend the comment.
259	(DMGL_RET_DROP): New.
260
2612011-04-30  Jakub Jelinek  <jakub@redhat.com>
262
263	* dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
264	DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
265
2662011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
267
268	* ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
269
2702011-03-31  Tristan Gingold  <gingold@adacore.com>
271
272	* dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
273
2742011-03-24  Mark Wielaard  <mjw@redhat.com>
275
276	* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
277
2782010-03-23  Rafael Ávila de Espíndola <respindola@mozilla.com>
279
280	* plugin-api.h (ld_plugin_get_view): New.
281	(ld_plugin_tag): Add LDPT_GET_VIEW.
282	(ld_plugin_tv): Add tv_get_view.
283
2842011-03-16  Jakub Jelinek  <jakub@redhat.com>
285
286	* dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
287	DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
288	DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
289	DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
290	DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
291	DW_OP_GNU_entry_value): New.
292
2932011-02-28  Kai Tietz  <kai.tietz@onevision.com>
294
295	* filenames.h (filename_ncmp): New prototype.
296
2972011-02-23  Kai Tietz  <kai.tietz@onevision.com>
298
299	* dwarf2.h (_ELF_DWARF2_H): Renamed to
300	_DWARF2_H.
301	(DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
302	DWARF2_External_PubNames, DWARF2_Internal_PubNames,
303	DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
304	DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
305
3062011-01-12  Iain Sandoe  <iains@gcc.gnu.org>
307
308	* dwarf2.h: Update value for DW_AT_hi_user.
309
3102010-11-16  Ian Lance Taylor  <iant@google.com>
311
312	* simple-object.h (simple_object_attributes_merge): Declare,
313	replacing simple_object_attributes_compare.
314
3152010-11-04  Ian Lance Taylor  <iant@google.com>
316
317	* dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
318
3192010-11-02  Ian Lance Taylor  <iant@google.com>
320
321	* simple-object.h: New file.
322
3232010-10-15  Dave Korn  <dave.korn.cygwin@gmail.com>
324
325	Sync LD plugin patch series (part 1/6) with src/include/.
326	* plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
327
3282010-10-06  Andi Kleen <ak@linux.intel.com>
329
330	* libiberty.h (setproctitle): Add prototype.
331
3322010-09-09  Jakub Jelinek  <jakub@redhat.com>
333
334	* dwarf2.h (DW_OP_GNU_implicit_pointer): New.
335
3362010-07-06  Ken Werner  <ken.werner@de.ibm.com>
337
338	* floatformat.h (floatformat_ieee_half_big): Add declaration.
339	(floatformat_ieee_half_little): Likewise.
340
3412010-06-21  Rafael Espindola  <espindola@google.com>
342
343	* plugin-api.h (ld_plugin_set_extra_library_path): New.
344	(ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
345	(ld_plugin_tv): Add tv_set_extra_library_path.
346
3472010-06-21  Jakub Jelinek  <jakub@redhat.com>
348
349	* dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
350
3512010-06-18  Rafael Espindola  <espindola@google.com>
352
353	* plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
354	Make argument const.
355
3562010-06-08  Tristan Gingold  <gingold@adacore.com>
357
358	* dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
359	DW_TAG_HP_Bliss_field_set.
360	(enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
361	DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
362	DW_AT_HP_definition_points, DW_AT_HP_default_location and
363	DW_AT_HP_is_result_param.
364	(enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
365	DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
366	DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
367	DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
368	(enum dwarf_line_number_x_ops): Add
369	DW_LNE_HP_source_file_correlation.
370	(enum dwarf_source_language): Add DW_LANG_HP_Bliss,
371	DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
372	DW_LANG_HP_Assembler.
373
3742010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
375
376	* splay-tree.h: Update copyright years.
377	(splay_tree_s): Document fields.
378	(splay_tree_new_typed_alloc): New.
379
380	* hashtab.h: Update copyright years.
381	(htab_create_typed_alloc): New.
382
3832010-06-01  Rafael Espindola  <espindola@google.com>
384
385	* plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
386
3872010-04-26  Pedro Alves  <pedro@codesourcery.com>
388
389	* filenames.h (PATH_SEPARATOR): Delete.
390
3912010-04-23  Pedro Alves  <pedro@codesourcery.com>
392
393	* filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
394	always define it independently of host, add `dos_based' parameter,
395	and handle it.
396	(PATH_SEPARATOR): Define.
397	(HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
398	independently of host, add `dos_based' parameter, and handle it.
399	(IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
400	it independently of host, add `dos_based' parameter, and handle
401	it.
402	(IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
403	(IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
404	(HAS_DOS_DRIVE_SPEC): New.
405	(HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
406	(IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
407	(IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
408	* libiberty.h (dos_lbasename, unix_lbasename): Declare.
409
4102010-04-20  Nick Clifton  <nickc@redhat.com>
411
412	* sha1.h: Update copyright notice to use GPLv3.
413
4142010-04-14  Doug Evans  <dje@google.com>
415
416	* filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
417
4182010-04-13  Matthias Klose  <doko@ubuntu.com>
419
420	* elf: Remove empty directory.
421
4222010-04-06  Jakub Jelinek  <jakub@redhat.com>
423
424	* dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
425	field.
426
4272010-03-23  Joseph Myers  <joseph@codesourcery.com>
428
429	* symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
430
4312010-01-13  Joel Brobecker  <brobecker@adacore.com>
432
433	Add new DW_AT_use_GNAT_descriptive_type CU attribute.
434	* dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
435
4362010-01-11  Tristan Gingold  <gingold@adacore.com>
437
438	* demangle.h (ada_demangle): Add prototype.
439
4402010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
441
442	PR bootstrap/41771
443	* ansidecl.h: Fix inline test for C99 and Sun Studio cc.
444
4452009-12-29  Joel Brobecker  <brobecker@adacore.com>
446
447	* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
448
4492009-11-06  Jonas Maebe  <jonas.maebe@elis.ugent.be>
450
451	Add DWARF attribute value for the "Borland fastcall" calling
452	convention.
453	* elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
454
4552009-10-23  Kai Tietz  <kai.tietz@onevision.com>
456
457	* splay-tree.h (libi_uhostptr_t): Add gcc specific
458	__extension__ for long long type case to silent cX9.
459	(libi_shostptr_t): Likewise.
460
4612009-10-19  Rafael Avila de Espindola  <espindola@google.com>
462
463	PR40790
464	* plugin-api.h: Don't include stdint.h unconditionally.
465
4662009-10-15  Jakub Jelinek  <jakub@redhat.com>
467
468	* include/dwarf2.h (DW_LANG_Python): Add comment that it is
469	a DWARF 4 addition.
470
4712009-10-09  Rafael Espindola  <espindola@google.com>
472
473	* plugin-api.h (ld_plugin_add_input_library): Change argument name to
474	libname.
475
4762009-10-05  Rafael Espindola  <espindola@google.com>
477
478	* plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
479	(ld_plugin_get_input_file): New.
480	(ld_plugin_release_input_file): New.
481	(ld_plugin_add_input_library): New.
482	(ld_plugin_message): Mark format const.
483	(ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
484	LDPT_ADD_INPUT_LIBRARY.
485	(ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
486	tv_add_input_library.
487
4882009-10-04  Jerry Quinn  <jlquinn@optonline.net>
489
490	* plugin-api.h: Fix compile.
491
4922009-10-03  Rafael Espindola  <espindola@google.com>
493
494	* plugin-api.h: New.
495	* lto-symtab.h: New.
496
4972009-09-29  Jason Merrill  <jason@redhat.com>
498
499	* demangle.h (enum demangle_component_type): Add
500	DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
501	DEMANGLE_COMPONENT_UNNAMED_TYPE.
502	(struct demangle_component): Add s_unary_num.
503
5042009-09-25  Dodji Seketeli  <dodji@redhat.com>
505
506	* dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
507	DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
508	and DW_TAG_formal_parameter_pack until DWARF 5 is out.
509
5102009-09-25  Cary Coutant  <ccoutant@google.com>
511
512	Add rest of new values from DWARF Version 4.
513	* dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
514	New tags.
515	(DW_FORM_ref_sig8): New name for DW_FORM_sig8.
516	(DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
517	DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
518	DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
519	DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
520	DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
521	attributes.
522	(DW_LANG_Python): New language.
523
5242009-09-22  Dodji Seketeli  <dodji@redhat.com>
525
526	* dwarf2.h (enum dwarf_tag): Add
527	DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
528
5292009-07-24  Ian Lance Taylor  <iant@google.com>
530
531	PR bootstrap/40854
532	* libiberty.h (xcrc32): Rename from crc32.
533
5342009-07-24  Ian Lance Taylor  <iant@google.com>
535
536	* libiberty.h (crc32): Declare.
537
5382009-07-20  Cary Coutant  <ccoutant@google.com>
539	    Doug Evans  <dje@google.com>
540
541	Add some dwarf4 values.
542	* dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
543	(enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
544	DW_FORM_flag_present, DW_FORM_sig8.
545	(enum dwarf_attribute): Add DW_AT_signature.
546
5472009-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
548
549	* demangle.h
550	(enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
551	(enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
552	New.
553
5542009-07-09  Jakub Jelinek  <jakub@redhat.com>
555
556	* dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
557	and DW_OP_stack_value.
558
5592009-07-09  Tom Tromey  <tromey@redhat.com>
560
561	* elf/dwarf2.h: Remove, renaming to...
562	* dwarf2.h: ... this.
563
5642009-06-29  Tom Tromey  <tromey@redhat.com>
565
566	* elf/dwarf2.h: New file.  Merged with gdb.
567
5682009-06-09  Ian Lance Taylor  <ian@airs.com>
569
570	* ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
571
5722009-06-03  Ian Lance Taylor  <iant@google.com>
573
574	* ansidecl.h (EXPORTED_CONST): Define.
575
5762009-05-31  Ian Lance Taylor  <iant@google.com>
577
578	* ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
579	the way we treat an ISO C compiler.  Don't define inline as a
580	macro when compiling with C++.
581	* dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
582	when compiling with C++.
583	* fibheap.h: Add extern "C" when compiling with C++.
584
5852009-04-22  Taras Glek <tglek@mozilla.com>
586
587	* hashtab.h: Update GTY annotations to new syntax.
588	* splay-tree.h: Likewise.
589
5902009-03-17  Jason Merrill  <jason@redhat.com>
591
592	* demangle.h (enum demangle_component_type): Add
593	DEMANGLE_COMPONENT_FUNCTION_PARAM.
594
5952008-12-10  Jason Merrill  <jason@redhat.com>
596
597	* demangle.h (enum demangle_component_type): Add
598	DEMANGLE_COMPONENT_FIXED_TYPE.
599
6002008-11-19  Bob Wilson  <bob.wilson@acm.org>
601
602	* xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
603	(XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
604	(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
605	(XCHAL_NUM_AREGS): Change to 32.
606	(XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
607	(XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
608	(XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
609	(XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
610	(XCHAL_DEBUGLEVEL): Change to 6.
611
6122008-10-21  Alan Modra  <amodra@bigpond.net.au>
613
614	* obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
615
6162008-10-06  Jason Merrill  <jason@redhat.com>
617
618	* demangle.h (enum demangle_component_type): Add
619	DEMANGLE_COMPONENT_PACK_EXPANSION.
620
6212008-09-09  Jason Merrill  <jason@redhat.com>
622
623	* demangle.h (enum demangle_component_type): Add
624	DEMANGLE_COMPONENT_DECLTYPE.
625
6262008-07-07  Joel Brobecker  <brobecker@adacore.com>
627
628	* safe-ctype.h: Add #include of ctype.h before redefining
629	the ctype.h macros.
630
6312008-07-04  Joel Brobecker  <brobecker@adacore.com>
632
633	* safe-ctype.h: Remove #error when detecting that ctype.h has been
634	included. Redefine the various macros provided by ctype.h as
635	undefined variables.
636
6372008-06-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
638
639	* libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
640	XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
641
6422008-03-24  Ian Lance Taylor  <iant@google.com>
643
644	* sha1.h: New file, from gnulib.
645
646	* md5.h: Add extern "C" when compiled with C++.
647
6482008-03-21  Ian Lance Taylor  <iant@google.com>
649
650	* filenames.h: Add extern "C" when compiled with C++.
651
6522008-02-11  Bob Wilson  <bob.wilson@acm.org>
653
654	* xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
655	(XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
656
6572008-01-26  David Daney  <ddaney@avtrex.com>
658
659	* demangle.h (demangle_component_type):  Add
660	DEMANGLE_COMPONENT_JAVA_RESOURCE,
661	DEMANGLE_COMPONENT_COMPOUND_NAME, and
662	DEMANGLE_COMPONENT_CHARACTER as new enum values.
663	(demangle_component): Add struct s_character to union u.
664
6652007-11-07  Joseph Myers  <joseph@codesourcery.com>
666	    Daniel Jacobowitz  <dan@codesourcery.com>
667
668	* floatformat.h (struct floatformat): Add split_half field.
669	(floatformat_ibm_long_double): New.
670
6712007-09-06  Tom Tromey  <tromey@redhat.com>
672
673	* libiberty.h (pex_free): Document process killing.
674
6752007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
676
677	* demangle.h (enum demangle_component_type): Add
678	DEMANGLE_COMPONENT_RVALUE_REFERENCE.
679
6802007-07-25  Ben Elliston  <bje@au.ibm.com>
681
682	* ternary.h: Remove.
683
6842007-07-18  Bob Wilson  <bob.wilson@acm.org>
685
686	* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
687	(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
688
6892007-07-17  Nick Clifton  <nickc@redhat.com>
690
691	* COPYING3: New file.  Contains version 3 of the GNU General
692	Public License.
693
6942007-07-12  Kai Tietz   <kai.tietz@onevision.com>
695
696	* splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
697	needed for WIN64 when a long is not wide enough for a pointer.
698        (splay_tree_key, splay_tree_value): Use the new types.
699
7002007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
701
702	* libiberty.h (writeargv): Declare.
703
7042007-04-25  Mark Mitchell  <mark@codesourcery.com>
705
706	* demangle.h: Change license to LGPL + exception.
707
7082007-03-29  Joel Brobecker  <brobecker@adacore.com>
709
710	* filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
711	regardless of the type of file system.
712
7132007-03-06  Jan Hubicka  <jh@suse.cz>
714
715	* ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
716
7172007-02-09  Joseph S. Myers  <joseph@codesourcery.com>
718
719	* libiberty.h (pex_write_input): Remove prototype.
720
7212007-01-31  Vladimir Prus  <vladimir@codesourcery.com>
722
723	* libiberty.h (PEX_STDERR_TO_PIPE): New define.
724	(PEX_BINARY_ERROR): New define.
725	(pex_read_err): New function.
726
7272007-01-29  Simon Baldwin <simonb@google.com>
728
729	* demangle.h: New cplus_demangle_print_callback,
730	cplus_demangle_v3_callback, and java_demangle_v3_callback function
731	prototypes, and demangle_callbackref type definition.
732
7332006-12-06  Nick Clifton  <nickc@redhat.com>
734
735	* ansidecl.h (ATTRIBUTE_PACKED): Define.
736
7372006-11-30  Andrew Stubbs  <andrew.stubbs@st.com>
738            J"orn Rennecke <joern.rennecke@st.com>
739
740	PR driver/29931
741	* libiberty.h (make_relative_prefix_ignore_links): Declare.
742
7432006-11-27  Bob Wilson  <bob.wilson@acm.org>
744
745	* xtensa-config.h (XSHAL_ABI): New.
746	(XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
747
7482006-04-11  Jim Blandy  <jimb@codesourcery.com>
749
750	* libiberty.h (pex_input_file, pex_input_pipe): New declarations.
751
7522006-01-18  DJ Delorie  <dj@redhat.com>
753
754	* md5.h: Include ansidecl.h
755
7562006-01-09  Bob Wilson  <bob.wilson@acm.org>
757
758	* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
759
7602005-12-30  Bob Wilson  <bob.wilson@acm.org>
761
762	* xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
763
7642005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
765
766	PR java/9861
767	* demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
768	output format for return types
769
7702005-10-31  Mark Kettenis  <kettenis@gnu.org>
771
772	* floatformat.h (enum floatformat_byteorders): Add
773	floatformat_vax.
774	(floatformat_vax_aingle, floatformat_vax_double): Declare.
775
7762005-09-26  Mark Mitchell  <mark@codesourcery.com>
777
778	* libiberty.h (expandargv): New function.
779
7802005-08-17  Mark Kettenis  <kettenis@gnu.org>
781
782	* floatformat.h (struct floatformat): Change type of large
783	argument for is_valid member to `const void *'.
784	(floatformat_to_double): Change type of second argument to `const
785	void *'.
786	(floatformat_from_double): Change type of last argument to `void
787	*'.
788	(floatformat_is_valid): Change type of last argument to `const
789	void *'.
790
7912005-07-12  Ben Elliston  <bje@au.ibm.com>
792
793	* xregex2.h (regexec): Qualify this prototype with __extension__
794	when compiling with GNU C.
795
7962005-07-03  Steve Ellcey  <sje@cup.hp.com>
797
798	PR other/13906
799	* ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
800	* md5.h (md5_uintptr): New.
801	(md5_ctx): Align buffer field.
802
8032005-06-30  Daniel Berlin  <dberlin@dberlin.org>
804
805	* hashtab.h (HTAB_DELETED_ENTRY): New macro.
806	(HTAB_EMPTY_ENTRY): New macro.
807
8082005-06-20  Geoffrey Keating  <geoffk@apple.com>
809
810	* libiberty.h (strverscmp): Prototype.
811
8122005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
813
814	* libiberty.h (XOBFINISH): New.
815
8162005-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
817
818	* libiberty.h (vsnprintf): Add format attribute.
819
8202005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
821
822	* ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
823
8242005-05-28  Eli Zaretskii  <eliz@gnu.org>
825
826	* libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
827	needed.
828	(vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
829
8302005-05-25  Richard Henderson  <rth@redhat.com>
831
832	* demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
833
8342005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>
835
836	* libiberty.h (ACONCAT): Properly cast value of alloca().
837
838	* ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
839	__cplusplus.
840
8412005-05-12  Steve Ellcey  <sje@cup.hp.com>
842
843	libiberty.h: Do not define empty basename prototype.
844
8452005-05-10  Nick Clifton  <nickc@redhat.com>
846
847	* Update the address and phone number of the FSF organization in
848	the GPL notices in the following files:
849	COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
850	dyn-string.h, fibheap.h, filenames.h, floatformat.h,
851	fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
852	libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
853	partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
854	symcat.h, ternary.h, xregex2.h, xtensa-config.h,
855	xtensa-isa-internal.h, xtensa-isa.h
856
8572005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
858
859	* libiberty.h (unlock_std_streams): New.
860
8612005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
862
863	* hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
864	Don't use the PTR macro.
865
866	* sort.h: Don't use the PARAMS macro.
867
8682005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
869
870	* libiberty.h (unlock_stream): New.
871
8722005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
873
874	* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
875	Remove parameter names.
876
8772005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
878
879	* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
880	Provide prototypes for new functions.
881
8822005-03-29  Ian Lance Taylor  <ian@airs.com>
883
884	* libiberty.h: Fix indentation.
885
8862005-03-28  Ian Lance Taylor  <ian@airs.com>
887
888	* libiberty.h: Include <stdio.h>.
889	(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
890	(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
891	(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
892	(pex_init, pex_run, pex_read_output): Declare.
893	(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
894	(struct pex_time): Define.
895
8962005-03-28  Mark Mitchell <mark@codesourcery.com>
897
898	* libiberty.h (ffs): Declare, if necessary.
899
9002005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
901
902	* xregex2.h (_RE_ARGS): Remove definition and uses.
903
9042005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
905
906	* ternary.h: Don't use PARAMS anymore.
907
9082005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
909
910	* partition.h: Remove use of PARAMS.
911	* obstack.h: Remove conditional prototypes __STDC__.
912	* objalloc.h:  Remove use of PARAMS.
913	* splay-tree.h: Likewise.
914
9152005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
916
917	* md5.h: Remove definition and uses of __P.
918	* dyn-string.h: Remove uses of PARAMS.
919	* fibheap.h: Likewise.
920	* floatformat.h: Likewise.
921	* hashtab.h: Likewise.
922
9232005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
924
925	* demangle.h: Remove uses of PARAMS.
926
927	* libiberty.h (ANSI_PROTOTYPES): Remove guard since
928	ANSI_PROTOTYPES is always assumed.
929	Remove uses of PARAMS throughout.
930
9312005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
932
933	* libiberty.h (xstrndup): Declare.
934
9352005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
936
937	* libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
938
9392005-03-09  Mark Mitchell  <mark@codesourcery.com>
940
941	* libiberty.h (gettimeofday): Declare.
942
9432005-03-01  Jan Beulich  <jbeulich@novell.com>
944
945	* libiberty.h: Declare unlink_if_ordinary.
946
9472005-02-14  Paolo Bonzini  <bonzini@gnu.org>
948
949	PR bootstrap/19818
950	* ansidecl.h (PARAMS): Guard from redefinition.
951
9522004-12-11  Ben Elliston  <bje@au.ibm.com>
953
954	* fibheap.h (struct fibnode): Only use unsigned long bitfields
955	when __GNUC__ is defined and ints are less than 32-bits wide.
956
9572004-10-07  Bob Wilson  <bob.wilson@acm.org>
958
959	* xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
960	XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
961	(XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
962
9632004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
964
965	* libiberty.h (basename): Prototype for __MINGW32__.
966
9672004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
968
969	* ansidecl.h (ATTRIBUTE_SENTINEL): Define.
970	* libiberty.h (concat, reconcat, concat_length, concat_copy,
971	concat_copy2): Use ATTRIBUTE_SENTINEL.
972
9732004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
974
975	* libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
976	const-qualification before disposal.
977
9782004-07-24  Bernardo Innocenti  <bernie@develer.com>
979
980	* ansidecl.h (ARG_UNUSED): New Macro.
981
9822004-07-24  Bernardo Innocenti  <bernie@develer.com>
983
984	* libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
985	libcpp/internal.h.
986	(XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
987	macros.
988
9892004-07-21  Paolo Bonzini  <bonzini@gnu.org>
990
991	* ansidecl.h (ATTRIBUTE_PURE): New.
992
9932004-07-13  Bernardo Innocenti  <bernie@develer.com>
994
995	* libiberty.h (ASTRDUP): Add casts required for stricter
996	type conversion rules of C++.
997	* obstack.h (obstack_free): Likewise.
998
9992004-05-04  Andreas Jaeger  <aj@suse.de>
1000
1001	* demangle.h: Do not use C++ reserved keyword typename as
1002	parameter for cplus_demangle_fill_builtin_type.
1003
10042004-04-22  Richard Henderson  <rth@redhat.com>
1005
1006	* hashtab.h (struct htab): Add size_prime_index.
1007
10082004-04-13  Jeff Law  <law@redhat.com>
1009
1010	* hashtab.h (htab_remove_elt_with_hash): Prototype new function.
1011
10122004-03-30  Zack Weinberg  <zack@codesourcery.com>
1013
1014	* hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1015
10162004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
1017
1018	* dyn-string.h: Update copyright date.
1019
10202004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
1021
1022	* dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1023	the associated #defines.
1024
10252004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1026
1027	* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1028	"libiberty.h".
1029
1030	* demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1031
1032	* demangle.h (enum demangle_component_type): Define.
1033	(struct demangle_operator_info): Declare.
1034	(struct demangle_builtin_type_info): Declare.
1035	(struct demangle_component): Define.
1036	(cplus_demangle_fill_component): Declare.
1037	(cplus_demangle_fill_name): Declare.
1038	(cplus_demangle_fill_builtin_type): Declare.
1039	(cplus_demangle_fill_operator): Declare.
1040	(cplus_demangle_fill_extended_operator): Declare.
1041	(cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1042	(cplus_demangle_v3_components): Declare.
1043	(cplus_demangle_print): Declare.
1044
1045For older changes see ChangeLog-9103
1046
1047Local Variables:
1048mode: change-log
1049left-margin: 8
1050fill-column: 74
1051version-control: never
1052End:
1053