12021-07-28  Release Manager
2
3	* GCC 11.2.0 released.
4
52021-04-27  Release Manager
6
7	* GCC 11.1.0 released.
8
92021-03-31  Patrick Palka  <ppalka@redhat.com>
10
11	PR c++/88115
12	* demangle.h (enum demangle_component_type): Add
13	DEMANGLE_COMPONENT_VENDOR_EXPR.
14
152021-01-16  Kwok Cheung Yeung  <kcy@codesourcery.com>
16
17	* gomp-constants.h (GOMP_TASK_FLAG_DETACH): New.
18
192021-01-03  Mike Frysinger  <vapier@gentoo.org>
20
21	* libiberty.h (strverscmp): Delete duplicate prototype.
22
232020-12-09  Andrew Stubbs  <ams@codesourcery.com>
24
25	* hsa.h: Replace whole file.
26	* hsa_ext_amd.h: New file.
27	* hsa_ext_image.h: New file.
28
292020-09-24  Mark Wielaard  <mark@klomp.org>
30
31	* dwarf2.def: Add DWARF5 Unit type header encoding macros
32	DW_UT_FIRST, DW_UT and DW_UT_END.
33	* dwarf2.h (enum dwarf_unit_type): Removed and define using
34	DW_UT_FIRST, DW_UT and DW_UT_END macros.
35	(DW_CIE_VERSION): Removed.
36	(get_DW_UT_name): New function declaration.
37
382020-09-15  Tobias Burnus  <tobias@codesourcery.com>
39
40	PR fortran/96668
41	* gomp-constants.h (GOMP_MAP_ALWAYS_POINTER_P): Define.
42
432020-09-09  Caroline Tice  <cmtice@google.com>
44
45	* dwarf2.h (enum dwarf_sect_v5): A new enum section for the
46	sections in a DWARF 5 DWP file (DWP version 5).
47
482020-09-09  Caroline Tice  <cmtice@google.com>
49
50	* dwarf2.h (enum dwarf_sect_v5): A new enum section for the
51	sections in a DWARF 5 DWP file (DWP version 5).
52
532020-09-08  Felix Willgerodt  <felix.willgerodt@intel.com>
54
55	* floatformat.h (floatformat_bfloat16_big): New.
56	(floatformat_bfloat16_little): New.
57
582020-08-03  Martin Jambor  <mjambor@suse.cz>
59
60	* gomp-constants.h (GOMP_VERSION_HSA): Remove.
61
622020-07-09  Julian Brown  <julian@codesourcery.com>
63	    Thomas Schwinge  <thomas@codesourcery.com>
64
65	PR middle-end/95270
66	* gomp-constants.h (gomp_map_kind): Expand comment for attach/detach
67	mapping kinds.
68
692020-07-09  Julian Brown  <julian@codesourcery.com>
70
71	* gomp-constants.h (gomp_map_kind): Update comment for GOMP_MAP_TO_PSET.
72
732020-06-26  Nick Clifton  <nickc@redhat.com>
74
75	* libiberty.h (bsearch_r): Remove use of the register keyword from
76	the prototype.
77
782020-06-23  Nick Alcock  <nick.alcock@oracle.com>
79
80	* libiberty.h (bsearch_r): New.
81
822020-04-17  Martin Liska  <mliska@suse.cz>
83	    Jonathan Yong <10walls@gmail.com>
84
85	PR gcov-profile/94570
86	* filenames.h (defined): Do not define HAVE_DOS_BASED_FILE_SYSTEM
87	for CYGWIN.
88
892020-04-01 Maciej W. Rozycki <macro@linux-mips.org>
90
91	PR lto/94249
92	* plugin-api.h: Fix a typo.
93
942020-03-24  Martin Liska  <mliska@suse.cz>
95
96	PR lto/94249
97	* plugin-api.h: Add more robust endianess detection.
98
992020-03-21  Martin Liska  <mliska@suse.cz>
100
101	* plugin-api.h (enum ld_plugin_symbol_type): Remove
102	comma after last value of an enum.
103	* lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
104
1052020-03-19  Martin Liska  <mliska@suse.cz>
106
107	* lto-symtab.h (enum gcc_plugin_symbol_type): New.
108	(enum gcc_plugin_symbol_section_kind): Likewise.
109
1102020-03-19  Martin Liska  <mliska@suse.cz>
111
112	* plugin-api.h (struct ld_plugin_symbol): Split
113	int def into 4 char fields.
114	(enum ld_plugin_symbol_type): New.
115	(enum ld_plugin_symbol_section_kind): New.
116	(enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2.
117
1182020-02-05  Andrew Burgess  <andrew.burgess@embecosm.com>
119
120	* hashtab.h (htab_remove_elt): Make a parameter const.
121	(htab_remove_elt_with_hash): Likewise.
122
1232020-01-10  Thomas Schwinge  <thomas@codesourcery.com>
124
125	* gomp-constants.h (enum gomp_device_property): Remove.
126
1272020-01-01  Jakub Jelinek  <jakub@redhat.com>
128
129	Update copyright years.
130
1312019-12-22  Maciej W. Rozycki  <macro@codesourcery.com>
132	    Frederik Harwath  <frederik@codesourcery.com>
133	    Thomas Schwinge  <tschwinge@codesourcery.com>
134
135	* gomp-constants.h (gomp_device_property): New enum.
136
1372019-12-19  Julian Brown  <julian@codesourcery.com>
138
139	* gomp-constants.h (gomp_map_kind): Add GOMP_MAP_ATTACH_DETACH.
140
1412019-12-19  Julian Brown  <julian@codesourcery.com>
142
143	* gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_4, GOMP_MAP_DEEP_COPY):
144	Define.
145	(gomp_map_kind): Add GOMP_MAP_ATTACH, GOMP_MAP_DETACH,
146	GOMP_MAP_FORCE_DETACH.
147
1482019-12-19  Julian Brown  <julian@codesourcery.com>
149	    Maciej W. Rozycki  <macro@codesourcery.com>
150	    Tobias Burnus  <tobias@codesourcery.com>
151	    Thomas Schwinge  <thomas@codesourcery.com>
152
153	* gomp-constants.h (gomp_map_kind): Support GOMP_MAP_NO_ALLOC.
154
1552019-11-16  Tim Ruehsen  <tim.ruehsen@gmx.de>
156
157	* demangle.h (struct demangle_component): Add member
158	d_counting.
159
1602019-11-16  Eduard-Mihai Burtescu  <eddyb@lyken.rs>
161
162	* demangle.h (rust_demangle_callback): Add.
163
1642019-11-13  Andrew Stubbs  <ams@codesourcery.com>
165	    Kwok Cheung Yeung  <kcy@codesourcery.com>
166	    Julian Brown  <julian@codesourcery.com>
167	    Tom de Vries  <tom@codesourcery.com>
168
169	* gomp-constants.h (GOMP_DEVICE_GCN): Define.
170	(GOMP_VERSION_GCN): Define.
171
1722019-08-08  Martin Liska  <mliska@suse.cz>
173
174	PR bootstrap/91352
175	* libiberty.h (is_valid_fd): New function.
176
1772019-07-18  Eduard-Mihai Burtescu  <eddyb@lyken.rs>
178
179	* demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
180	(rust_demangle_sym): Move to libiberty/rust-demangle.h.
181
1822019-06-18  Thomas Schwinge  <thomas@codesourcery.com>
183
184	* gomp-constants.h (enum gomp_map_kind): Fix description of
185	'GOMP_MAP_FIRSTPRIVATE'.
186
1872019-06-10  Martin Liska  <mliska@suse.cz>
188
189	* ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
190	* libiberty.h (xmalloc): Use it.
191	(xrealloc): Likewise.
192	(xcalloc): Likewise.
193	(xstrdup): Likewise.
194	(xstrndup): Likewise.
195	(xmemdup): Likewise.
196
1972019-06-10  Martin Liska  <mliska@suse.cz>
198
199	* ansidecl.h:
200	(ATTRIBUTE_RESULT_SIZE_1): Define new macro.
201	(ATTRIBUTE_RESULT_SIZE_2): Likewise.
202	(ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
203	* libiberty.h (xmalloc): Add RESULT_SIZE attribute.
204	(xrealloc): Likewise.
205	(xcalloc): Likewise.
206
2072019-04-26  Michael Forney  <mforney@mforney.org>
208
209	* libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASPRINTF
210	is not defined.
211
2122019-04-03  Vineet Gupta  <vgupta@synopsys.com>
213
214	PR89877
215	* longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
216	(sub_ddmmss): Likewise.
217
2182019-02-11  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
219
220	* splay-tree.h (splay_tree_delete_key_fn): Update comment.
221	(splay_tree_delete_value_fn): Likewise.
222
2232019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
224
225	PR other/16615
226
227	* libiberty.h: Mechanically replace "can not" with "cannot".
228	* plugin-api.h: Likewise.
229
2302019-01-01  Jakub Jelinek  <jakub@redhat.com>
231
232	Update copyright years.
233
2342018-12-28  Thomas Schwinge  <thomas@codesourcery.com>
235
236	* gomp-constants.h (GOACC_FLAG_HOST_FALLBACK)
237	(GOACC_FLAGS_MARSHAL_OP, GOACC_FLAGS_UNMARSHAL): Define.
238
2392018-12-22  Jason Merrill  <jason@redhat.com>
240
241	* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
242	ARM, HP, and EDG demangling styles.
243
2442018-12-11  Nick Clifton  <nickc@redhat.com>
245
246	PR 88409
247	* demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
248
2492018-12-07  Nick Clifton  <nickc@redhat.com>
250
251	* demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
252        (DEMANGLE_RECURSION_LIMIT): Define
253
2542018-11-08  Jakub Jelinek  <jakub@redhat.com>
255
256	* gomp-constants.h (GOMP_TASK_FLAG_REDUCTION,
257	GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
258	GOMP_DEPEND_MUTEXINOUTSET): Define.
259
2602018-10-19  Jason Merrill  <jason@redhat.com>
261
262	* demangle.h (enum demangle_component_type): Add
263	DEMANGLE_COMPONENT_TPARM_OBJ.
264
2652018-10-29  David Malcolm  <dmalcolm@redhat.com>
266
267	* unique-ptr.h (gnu::move): Generalize so it applies to all
268	lvalue references, rather than just to unique_ptr values.
269
2702018-07-26  Martin Liska  <mliska@suse.cz>
271
272	PR lto/86548
273	* libiberty.h (make_temp_file_with_prefix): New function.
274
2752018-05-30  Jan Hubicka  <hubicka@ucw.cz>
276
277	* simple-object.h (simple_object_copy_lto_debug_sections): Add rename
278	parameter.
279
2802018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
281
282	* splay-tree.h (splay_tree_compare_strings,
283	splay_tree_delete_pointers): Declare new utility functions.
284
2852018-05-24  Tom Rix  <trix@juniper.net>
286
287	* dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
288
2892018-05-02  Alan Modra  <amodra@gmail.com>
290
291	* ansidecl.h (ATTRIBUTE_NONSTRING): Define.
292
2932018-05-01  Sriraman Tallam  <tmsriram@google.com>
294
295	* plugin-api.h: Add plugin API to get the list of wrap
296	symbols.
297
2982018-02-09  Alexandre Oliva <aoliva@redhat.com>
299
300	* dwarf2.def (DW_AT_GNU_entry_view): New.
301
302	* dwarf2.def (DW_AT_GNU_locviews): New.
303	* dwarf2.h (enum dwarf_location_list_entry_type): Add
304	DW_LLE_GNU_view_pair.
305	(DW_LLE_view_pair): Define.
306
3072018-01-03  Jakub Jelinek  <jakub@redhat.com>
308
309	Update copyright years.
310
3112017-11-20  Kito Cheng  <kito.cheng@gmail.com>
312
313	* longlong.h [__riscv] (__umulsidi3): Define.
314	[__riscv] (umul_ppmm): Likewise.
315	[__riscv] (__muluw3): Likewise.
316
3172017-11-10  Stephen Crane <sjc@immunant.com>
318
319	* plugin-api.h: Add plugin API for processing plugin-added
320	input files.
321
3222017-10-23  David Malcolm  <dmalcolm@redhat.com>
323
324	* unique-ptr.h: Make include of <memory> conditional on C++11 or
325	later.
326
3272017-10-16  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
328	    David Malcolm  <dmalcolm@redhat.com>
329
330	* unique-ptr.h: New file.
331
3322017-09-15  Yao Qi  <yao.qi@linaro.org>
333	    Pedro Alves  <palves@redhat.com>
334
335	* ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
336
3372017-09-12  Jiong Wang  <jiong.wang@arm.com>
338
339	* dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
340	* dwarf2.h (DW_CFA_DUP): New define.
341
3422017-08-21  Richard Biener  <rguenther@suse.de>
343
344	* simple-object.h (simple_object_copy_lto_debug_sections): New
345	function.
346
3472017-07-31  Nick Clifton  <nickc@redhat.com>
348
349	Binutils PR 21850
350	* ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
351	#idef __cplusplus.
352
3532017-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
354
355	* dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
356	(DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
357	(DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
358	* dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
359	(enum dwarf_name_index_attribute): Remove.
360	(get_DW_IDX_name): New declaration.
361
3622017-05-27  Maya Rashish  <coypu@sdf.org>
363
364	* longlong.h: Remove ns32k support.
365
3662017-05-24  Nathan Sidwell  <nathan@acm.org>
367
368	* libiberty.h (ASTRDUP): Adjust cast to avoid warning.
369
3702017-05-19  Eli Zaretskii <eliz@gnu.org>
371
372	* environ.h: Add #ifndef guard.
373
3742017-05-18  Martin Liska  <mliska@suse.cz>
375
376	* ansidecl.h: Define CONSTEXPR macro.
377
3782017-04-04  Jonathan Wakely  <jwakely@redhat.com>
379
380	* ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
381
3822017-02-25  Jakub Jelinek  <jakub@redhat.com>
383
384	PR debug/77589
385	* dwarf2.def (DW_OP_GNU_variable_value): New opcode.
386
3872017-01-30  Alexandre Oliva <aoliva@redhat.com>
388
389	Introduce C++ support in libcc1.
390	* gcc-c-fe.def (int_type_v0): Rename from...
391	(int_type): ... this.  Introduce new version.
392	(float_type_v0): Rename from...
393	(float_type): ... this.  Introduce new version.
394	(char_type): New.
395	* gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
396	(gcc_type_array): Move...
397	* gcc-interface.h: ... here.
398	* gcc-cp-fe.def: New.
399	* gcc-cp-interface.h: New.
400
4012017-01-30  Jan Kratochvil <jan.kratochvil@redhat.com>
402
403	* gcc-interface.h (enum gcc_base_api_version): Update comment
404	for GCC_FE_VERSION_1.
405	(struct gcc_base_vtable): Rename set_arguments to
406	set_arguments_v0.  Add set_arguments, set_triplet_regexp and
407	set_driver_filename.
408
409	* gcc-interface.h (enum gcc_base_api_version): Add comment to
410	GCC_FE_VERSION_1.
411	(struct gcc_base_vtable): Rename compile to compile_v0.
412	Update comment for compile.  New methods set_verbose and
413	compile.
414
415	* gcc-interface.h (enum gcc_base_api_version): Add
416	GCC_FE_VERSION_1.
417
4182017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
419	    Martin Jambor  <mjambor@suse.cz>
420
421	* hsa.h: Moved here from libgomp/plugin/hsa.h.
422
4232017-01-04  Richard Earnshaw  <rearnsha@arm.com>
424	    Jiong Wang  <jiong.wang@arm.com>
425
426	* dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
427	(DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
428
4292017-01-04  Jakub Jelinek  <jakub@redhat.com>
430
431	Update copyright years.
432
4332016-12-21  Jakub Jelinek  <jakub@redhat.com>
434
435	* dwarf2.def (DW_FORM_ref_sup): Renamed to ...
436	(DW_FORM_ref_sup4): ... this.  New form.
437	(DW_FORM_ref_sup8): New form.
438
4392016-11-03  David Tolnay <dtolnay@gmail.com>
440	    Mark Wielaard  <mark@klomp.org>
441
442	* demangle.h (DMGL_RUST): New macro.
443	(DMGL_STYLE_MASK): Add DMGL_RUST.
444	(demangling_styles): Add dlang_rust.
445	(RUST_DEMANGLING_STYLE_STRING): New macro.
446	(RUST_DEMANGLING): New macro.
447	(rust_demangle): New prototype.
448	(rust_is_mangled): Likewise.
449	(rust_demangle_sym): Likewise.
450
4512016-11-07  Jason Merrill  <jason@redhat.com>
452
453	* demangle.h (enum demangle_component_type): Add
454	DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
455
4562016-10-17  Jakub Jelinek  <jakub@redhat.com>
457
458	* dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
459	calling convention codes.
460	(enum dwarf_line_number_content_type): New.
461	(enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
462	codes.
463	(enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
464	(enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
465	(enum dwarf_name_index_attribute): New.
466	(enum dwarf_range_list_entry): New.
467	(enum dwarf_unit_type): New.
468	* dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
469	DW_OP_* and DW_ATE_* entries.
470
4712016-10-14  Pedro Alves  <palves@redhat.com>
472
473	* ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
474	OVERRIDE): Define as empty.
475	[__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
476	__final.
477	[__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
478	empty.
479
4802016-10-14  Pedro Alves  <palves@redhat.com>
481
482	* ansidecl.h (GCC_FINAL): Delete.
483	(OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
484
4852016-08-15  Jakub Jelinek  <jakub@redhat.com>
486
487	* dwarf2.def (DW_AT_string_length_bit_size,
488	DW_AT_string_length_byte_size): New attributes.
489
4902016-08-12  Alexandre Oliva <aoliva@redhat.com>
491
492	PR debug/63240
493	* dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
494	* dwarf2.h (enum dwarf_defaulted_attribute): New.
495
4962016-07-29  Aldy Hernandez  <aldyh@redhat.com>
497
498	* libiberty.h (MAX_ALLOCA_SIZE): New macro.
499
5002016-05-26  Chung-Lin Tang  <cltang@codesourcery.com>
501
502	* gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
503	describe the need for incrementing this macro whenever the plugin
504	interface is modified.
505
5062016-04-29  Tom Tromey  <tom@tromey.com>
507
508	* dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
509	DW_LANG_Rust_old>: New constants.
510
5112016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
512
513	* longlong.h (umul_ppmm): Remove SHMEDIA checks.
514	(__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
515
5162016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
517
518	* longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
519	'Cal' constraint.
520	(sub_ddmmss): Likewise.
521
5222016-03-17  Thomas Schwinge  <thomas@codesourcery.com>
523
524	* gomp-constants.h (enum gomp_map_kind): Rename
525	GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE.  Adjust all users.
526
5272016-03-03  Than McIntosh <thanm@google.com>
528
529	* plugin-api.h: Add new hooks to the plugin transfer vector to
530	to support querying section alignment and section size.
531	(ld_plugin_get_input_section_alignment): New hook.
532	(ld_plugin_get_input_section_size): New hook.
533	(ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
534	and LDPT_GET_INPUT_SECTION_SIZE.
535	(ld_plugin_tv): Add tv_get_input_section_alignment and
536	tv_get_input_section_size.
537
5382016-03-03  Evgenii Stepanov  <eugenis@google.com>
539
540	* plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
541
5422016-01-19  Martin Jambor  <mjambor@suse.cz>
543
544	* gomp-constants.h (GOMP_DEVICE_HSA): New macro.
545	(GOMP_VERSION_HSA): Likewise.
546	(GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
547	(GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
548	(GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
549	(GOMP_TARGET_ARG_ID_MASK): Likewise.
550	(GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
551	(GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
552	(GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
553	(GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
554
5552016-01-07  Mike Frysinger  <vapier@gentoo.org>
556
557	* longlong.h: Change !__SHMEDIA__ to
558	(!defined (__SHMEDIA__) || !__SHMEDIA__).
559	Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
560
5612016-01-05  Mike Frysinger  <vapier@gentoo.org>
562
563	* libiberty.h (dupargv): Change arg to char * const *.
564	(writeargv, countargv): Likewise.
565
5662015-11-27  Pedro Alves  <palves@redhat.com>
567
568	PR other/61321
569	PR other/61233
570	* demangle.h (enum demangle_component_type)
571	<DEMANGLE_COMPONENT_CONVERSION>: New value.
572
5732015-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
574
575	* vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
576	__sparc__]: Define.
577
5782015-11-12  James Norris  <jnorris@codesourcery.com>
579	    Joseph Myers  <joseph@codesourcery.com>
580
581	* gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
582	and GOMP_MAP_LINK.
583
5842015-11-09  Alan Modra  <amodra@gmail.com>
585
586	PR gdb/17133
587	* obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
588
5892015-11-09  Alan Modra  <amodra@gmail.com>
590
591	PR gdb/17133
592	* obstack.h: Import current gnulib file.
593
5942015-11-05  Jakub Jelinek  <jakub@redhat.com>
595	    Ilya Verbin  <ilya.verbin@intel.com>
596
597	* gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
598	(GOMP_MAP_FLAG_ALWAYS): Remove.
599	(enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
600	GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
601	GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
602	Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
603	(GOMP_MAP_ALWAYS_P): Define.
604	(GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
605
6062015-10-27  Daniel Jacobowitz  <dan@codesourcery.com>
607	    Joseph Myers  <joseph@codesourcery.com>
608	    Mark Shinwell  <shinwell@codesourcery.com>
609	    Andrew Stubbs  <ams@codesourcery.com>
610	    Rich Felker <dalias@libc.org>
611
612	* longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
613
6142015-10-18  Roland McGrath  <roland@gnu.org>
615
616	PR other/63758
617	* environ.h: New file.
618
6192015-10-13  Jakub Jelinek  <jakub@redhat.com>
620	    Ilya Verbin  <ilya.verbin@intel.com>
621
622	* gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
623	(enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
624	GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
625	GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
626	GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
627	GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
628	GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
629	(GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
630	(GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
631	GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
632	GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
633	GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
634	GOMP_TARGET_FLAG_UPDATE): Define.
635
6362015-09-28  Nathan Sidwell  <nathan@codesourcery.com>
637
638	* gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
639	(GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
640	GOMP_DIM_MASK): New.
641	(GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
642	(GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
643	GOMP_LAUNCH_OP_SHIFT): New.
644	(GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
645	GOMP_LAUNCH_OP): New.
646	(GOMP_LAUNCH_OP_MAX): New.
647
6482015-08-24  Nathan Sidwell  <nathan@codesourcery.com>
649
650	* gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
651	GOMP_VERSION_INTEL_MIC): New.
652	(GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
653
6542015-08-14  Pierre-Marie de Rodat  <derodat@adacore.com>
655
656	* dwarf2.def (DW_AT_GNU_bias): New attribute.
657
6582015-08-14  Pierre-Marie de Rodat  <derodat@adacore.com>
659
660	* dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
661	attributes.
662
6632015-08-11  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
664
665	* ansidecl.h (GCC_FINAL): New macro.
666
6672015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
668
669	* gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
670
6712015-05-22  Yunlian Jiang  <yunlian@google.com>
672
673	* libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
674	not defined.
675
6762015-03-19  Richard Biener  <rguenther@suse.de>
677
678	* partition.h (struct partition_elem): Re-order elements to
679	avoid padding.
680
6812015-03-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
682
683	PR target/65261
684	* ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
685
6862015-02-19  Pedro Alves  <palves@redhat.com>
687
688	* floatformat.h [__cplusplus]: Wrap in extern "C".
689
6902015-02-04  Jakub Jelinek  <jakub@redhat.com>
691
692	* dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
693	and DW_LANG_Fortran08.
694
6952015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
696	    Julian Brown  <julian@codesourcery.com>
697	    James Norris  <jnorris@codesourcery.com>
698
699	* gomp-constants.h: New file.
700
7012014-12-14  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
702
703	* libiberty.h: Merge Copyright year update from Binutils.
704
7052014-12-24  Uros Bizjak  <ubizjak@gmail.com>
706	    Ben Elliston  <bje@au.ibm.com>
707	    Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
708
709	* libiberty.h (xasprintf): Declare.
710
7112014-12-11  Uros Bizjak  <ubizjak@gmail.com>
712	    Ben Elliston  <bje@au.ibm.com>
713	    Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
714
715	* libiberty.h (xvasprintf): Declare.
716
7172014-12-09  Trevor Saunders  <tsaunders@mozilla.com>
718
719	* hashtab.h, splay-tree.h: Remove GTY markers.
720
7212014-12-08  Mark Wielaard  <mjw@redhat.com>
722
723	PR debug/60782
724	* dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
725
7262014-11-21  Mark Wielaard  <mjw@redhat.com>
727
728	* dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
729	DW_LANG_C_plus_plus_14.
730
7312014-11-25  Mark Wielaard  <mjw@redhat.com>
732
733	* dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
734
7352014-11-14  Shinichiro Hamaji  <shinichiro.hamaji@gmail.com>
736
737	* dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
738	(DW_AT_APPLE_isa, DW_AT_APPLE_block)
739	(DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
740	(DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
741	(DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
742	(DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
743	(DW_AT_APPLE_property): New macros.
744
7452014-11-11  Anthony Brandon  <anthony.brandon@gmail.com>
746	    Manuel López-Ibáñez  <manu@gcc.gnu.org>
747
748	PR driver/36312
749	* filenames.h: Add prototype for canonical_filename_eq.
750
7512014-11-11  David Malcolm  <dmalcolm@redhat.com>
752
753	* ChangeLog.jit: New.
754
7552014-10-28  Richard Henderson  <rth@redhat.com>
756
757	* longlong.h [__alpha] (umul_ppmm): Disable for c++.
758
7592014-10-28  Yury Gribov  <y.gribov@samsung.com>
760
761	* libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
762
7632014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
764	    Jan Kratochvil  <jan.kratochvil@redhat.com>
765	    Tom Tromey  <tromey@redhat.com>
766
767	* gcc-c-fe.def: New file.
768	* gcc-c-interface.h: New file.
769	* gcc-interface.h: New file.
770
7712014-10-15  David Malcolm  <dmalcolm@redhat.com>
772
773	* libiberty.h (choose_tmpdir): New prototype.
774
7752013-10-02  Mark Wielaard  <mjw@redhat.com>
776
777	PR debug/63239
778	* dwarf2.def (DW_AT_GNU_deleted): New attribute.
779
7802014-09-26  Max Ostapenko  <m.ostapenko@partner.samsung.com>
781
782	* libiberty.h (PEX_STDOUT_APPEND): New flag.
783	(PEX_STDERR_APPEND): Likewise.
784
7852014-09-23  Iain Buclaw  <ibuclaw@gdcproject.org>
786
787	* demangle.h (DMGL_DLANG): New macro.
788	(DMGL_STYLE_MASK): Add DMGL_DLANG.
789	(demangling_styles): Add dlang_demangling.
790	(DLANG_DEMANGLING_STYLE_STRING): New macro.
791	(DLANG_DEMANGLING): New macro.
792	(dlang_demangle): New prototype.
793
7942014-09-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
795
796	* longlong.h: Add __udiv_w_sdiv prototype.
797
7982014-06-10  Thomas Schwinge  <thomas@codesourcery.com>
799
800	PR lto/61334
801	* libiberty.h [defined (HAVE_DECL_STRNLEN) &&
802	!HAVE_DECL_STRNLEN] (strnlen): New prototype.
803
8042014-05-21  John Marino  <gnugcc@marino.st>
805
806	* liberty.h: Use basename function on DragonFly.
807
8082014-05-01  Steve Ellcey  <sellcey@mips.com>
809
810	* include/longlong.h: Use 'defined()' to check __mips16.
811
8122014-04-30  Richard Sandiford  <rdsandiford@googlemail.com>
813
814	* longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
815
8162014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
817
818	* longlong.h: Merge from glibc.
819
8202014-01-21  Tom Tromey  <tromey@redhat.com>
821
822	* ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
823	(VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
824	(VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
825	(NOARGS): Don't define.
826	* libiberty.h (expandargv, writeargv): Don't use PARAMS.
827
8282013-12-23  Bill Maddox  <maddox@google.com>
829
830	* demangle.h (enum gnu_v3_ctor_kinds):
831	Added literal gnu_v3_unified_ctor.
832	(enum gnu_v3_ctor_kinds):
833	Added literal gnu_v3_unified_dtor.
834
8352013-12-04  Richard Sandiford  <rdsandiford@googlemail.com>
836
837	* longlong.h: New file.
838
8392013-10-29  Marc Glisse  <marc.glisse@inria.fr>
840
841	PR tree-optimization/58689
842	* ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
843	* libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
844	concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
845	(concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
846	xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
847	Mark with attribute returns_nonnull.
848
8492013-10-22  Sterling Augustine  <saugustine@google.com>
850
851	* gdb/gdb-index.h: Merge from gdb tree.
852
8532013-08-20  Alan Modra  <amodra@gmail.com>
854
855	* floatformat.h (floatformat_ibm_long_double): Delete.
856	(floatformat_ibm_long_double_big): Declare.
857	(floatformat_ibm_long_double_little): Declare.
858
8592013-08-19  Dehao Chen  <dehao@google.com>
860
861	* dwarf2.def (DW_AT_GNU_discriminator): New attribute.
862
8632013-08-02  Caroline Tice  <cmtice@google.com>
864
865	* vtv-change-permission.h: New file.
866
8672013-04-03  Jason Merrill  <jason@redhat.com>
868
869	Demangle C++11 ref-qualifier.
870	* demangle.h (enum demangle_component_type): Add
871	DEMANGLE_COMPONENT_REFERENCE_THIS,
872	DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
873
8742013-03-01  Cary Coutant  <ccoutant@google.com>
875
876	* dwarf2.h (enum dwarf_sect): New enum type.
877
8782013-02-11  Sriraman Tallam  <tmsriram@google.com>
879
880	* plugin-api.h (enum ld_plugin_level): Assign integers
881	explicitly for all values.
882
8832013-01-30  Kai Tietz  <ktietz@redhat.com>
884
885	PR other/54620
886	PR target/39064
887	* md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
888	stdint.h and sys/types.h headers are present.
889	* sha1.h (sha1_uintptr, sha1_uint32): Likewise.
890
8912012-12-18  Aldy Hernandez  <aldyh@redhat.com>
892
893	PR other/54324
894	* ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
895	< 3.4.
896
8972012-11-09  Jason Merrill  <jason@redhat.com>
898
899	* demangle.h (enum demangle_component_type): Add
900	DEMANGLE_COMPONENT_TAGGED_NAME.
901
9022012-10-29  Sterling Augustine  <saugustine@google.com>
903	    Cary Coutant  <ccoutant@google.com>
904
905	* dwarf2.h (dwarf_location_list_entry_type): New enum with fields
906	DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
907	DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
908
909
9102012-10-08  Jason Merrill  <jason@redhat.com>
911
912	* demangle.h (enum demangle_component_type): Add
913	DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
914
9152012-09-18  Florian Weimer  <fweimer@redhat.com>
916
917	PR other/54411
918	* objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
919
9202012-09-06  Cary Coutant  <ccoutant@google.com>
921
922	* dwarf2.def: Edit comment.
923
9242012-08-24  Sriraman Tallam  <tmsriram@google.com>
925
926	* plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
927	New interface.
928	(ld_plugin_unique_segment_for_sections): New interface.
929	(LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
930	(LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
931	(tv_allow_unique_segment_for_sections): New member.
932	(tv_unique_segment_for_sections): New member.
933
9342012-07-13  Doug Evans  <dje@google.com>
935
936	* filenames.h: #include "hashtab.h".
937	(filename_hash, filename_eq): Declare.
938
9392012-06-18  Doug Evans  <dje@google.com>
940
941	* dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
942
9432012-06-12  Rafael Ávila de Espíndola <respindola@mozilla.com>
944
945	* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
946
9472012-06-08  Jakub Jelinek  <jakub@redhat.com>
948
949	* dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
950	forms.
951	* dwarf2.h (enum dwarf_macro_record_type): Add
952	DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
953	and DW_MACRO_GNU_transparent_include_alt.
954
9552012-05-23  Doug Evans  <dje@google.com>
956
957	* leb128.h: #include stdint.h, inttypes.h.
958	(read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
959	Change to take a uint64_t * argument instead of unsigned long long.
960	(read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
961	Change to take an int64_t * argument instead of long long.
962
9632012-05-22  Doug Evans  <dje@google.com>
964
965	* leb128.h: New file.
966
9672012-05-19  Gary Funck  <gary@intrepid.com>
968
969	* dwarf2.def: Update comment re: UPC extensions to reference
970	DWARF4 specification.
971
9722012-05-02  Cary Coutant  <ccoutant@google.com>
973
974	* dwarf2.def: Remove DW_FORM_GNU_ref_index,
975	replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
976
9772012-04-28  Doug Evans  <dje@google.com>
978
979	* dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
980
9812012-04-27  Tom Tromey  <tromey@redhat.com>
982
983	* dwarf2.h: Wrap function declarations in extern "C".
984
9852012-04-27  Tom Tromey  <tromey@redhat.com>
986
987	* dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
988	(enum dwarf_location_atom, enum dwarf_type, enum
989	dwarf_call_frame_info): Remove.
990	(DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
991	(DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
992	Include dwarf2.def.
993	(get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
994	(get_DW_OP_name, get_DW_ATE_name): Declare.
995	* dwarf2.def: New file, from dwarf2.h.
996
9972012-04-10  Tristan Gingold  <gingold@adacore.com>
998
999	* splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
1000	(libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
1001
10022012-01-26  Cary Coutant  <ccoutant@google.com>
1003
1004	* dwarf2.h (enum dwarf_form): Add Fission extensions.
1005	(enum dwarf_attribute): Likewise.
1006
10072012-01-06  Jason Merrill  <jason@redhat.com>
1008
1009	PR c++/6057
1010	PR c++/48051
1011	PR c++/50855
1012	PR c++/51322
1013	* demangle.h (enum demangle_component_type): Add
1014	DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
1015
10162011-11-07  Richard Henderson  <rth@redhat.com>
1017
1018	Merged from transactional-memory.
1019
1020	* demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
1021	(enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
1022	(DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
1023	(DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
1024
10252011-10-21  Ulrich Drepper  <drepper@gmail.com>
1026
1027	* obstack.h [!GNUC] (obstack_free): Avoid cast to int.
1028
10292011-10-21  Marc Glisse  <marc.glisse@inria.fr>
1030
1031	* ansidecl.h (ENUM_BITFIELD): Always use enum in C++
1032
10332011-09-28  Doug Evans  <dje@google.com>
1034
1035	* timeval-utils.h: New file.
1036
1037	* libiberty.h (countargv): Declare.
1038
10392011-09-26  Cary Coutant  <ccoutant@google.com>
1040
1041	PR lto/47247
1042	* plugin-api.h (enum ld_plugin_symbol_resolution): Add
1043	LDPR_PREVAILING_DEF_IRONLY_EXP.
1044	(enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
1045
10462011-09-23  Cary Coutant  <ccoutant@google.com>
1047
1048	PR 40831
1049	* demangle.h (enum demangle_component_type): Add
1050	DEMANGLE_COMPONENT_CLONE.
1051
10522011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1053
1054	* xregex.h (regoff_t): Define.
1055
10562011-07-22  Jakub Jelinek  <jakub@redhat.com>
1057
1058	* dwarf2.h (DW_AT_GNU_macros): New.
1059	(enum dwarf_macro_record_type): New enum.  Add DW_MACRO_GNU_*.
1060
1061	PR c++/49756
1062	* libiberty.h (stack_limit_increase): New prototype.
1063
10642011-07-13  Sriraman Tallam  <tmsriram@google.com>
1065
1066	* plugin-api.h
1067	(ld_plugin_section): New struct.
1068	(ld_plugin_get_section_count): New typedef.
1069	(ld_plugin_get_section_type): New typedef.
1070	(ld_plugin_get_section_name): New typedef.
1071	(ld_plugin_get_section_contents): New typedef.
1072	(ld_plugin_update_section_order): New typedef.
1073	(ld_plugin_allow_section_ordering): New typedef.
1074	(LDPT_GET_SECTION_COUNT): New enum value.
1075	(LDPT_GET_SECTION_TYPE): New enum value.
1076	(LDPT_GET_SECTION_NAME): New enum value.
1077	(LDPT_GET_SECTION_CONTENTS): New enum value.
1078	(LDPT_UPDATE_SECTION_ORDER): New enum value.
1079	(LDPT_ALLOW_SECTION_ORDERING): New enum value.
1080	(tv_get_section_count): New struct members.
1081	(tv_get_section_type): New struct members.
1082	(tv_get_section_name): New struct members.
1083	(tv_get_section_contents): New struct members.
1084	(tv_update_section_order): New struct members.
1085	(tv_allow_section_ordering): New struct members.
1086
10872011-07-01  Joel Brobecker  <brobecker@adacore.com>
1088
1089	* filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
1090	on Darwin, as well as on the systems that use a DOS-like
1091	filesystem.
1092
10932011-06-22  Jakub Jelinek  <jakub@redhat.com>
1094
1095	PR debug/47858
1096	* dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
1097
10982011-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1099
1100	* demangle.h (DMGL_RET_POSTFIX): Extend the comment.
1101	(DMGL_RET_DROP): New.
1102
11032011-04-30  Jakub Jelinek  <jakub@redhat.com>
1104
1105	* dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
1106	DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
1107
11082011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1109
1110	* ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
1111
11122011-03-31  Tristan Gingold  <gingold@adacore.com>
1113
1114	* dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
1115
11162011-03-24  Mark Wielaard  <mjw@redhat.com>
1117
1118	* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
1119
11202010-03-23  Rafael Ávila de Espíndola <respindola@mozilla.com>
1121
1122	* plugin-api.h (ld_plugin_get_view): New.
1123	(ld_plugin_tag): Add LDPT_GET_VIEW.
1124	(ld_plugin_tv): Add tv_get_view.
1125
11262011-03-16  Jakub Jelinek  <jakub@redhat.com>
1127
1128	* dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
1129	DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
1130	DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
1131	DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
1132	DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
1133	DW_OP_GNU_entry_value): New.
1134
11352011-02-28  Kai Tietz  <kai.tietz@onevision.com>
1136
1137	* filenames.h (filename_ncmp): New prototype.
1138
11392011-02-23  Kai Tietz  <kai.tietz@onevision.com>
1140
1141	* dwarf2.h (_ELF_DWARF2_H): Renamed to
1142	_DWARF2_H.
1143	(DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
1144	DWARF2_External_PubNames, DWARF2_Internal_PubNames,
1145	DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
1146	DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
1147
11482011-01-12  Iain Sandoe  <iains@gcc.gnu.org>
1149
1150	* dwarf2.h: Update value for DW_AT_hi_user.
1151
11522010-11-16  Ian Lance Taylor  <iant@google.com>
1153
1154	* simple-object.h (simple_object_attributes_merge): Declare,
1155	replacing simple_object_attributes_compare.
1156
11572010-11-04  Ian Lance Taylor  <iant@google.com>
1158
1159	* dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
1160
11612010-11-02  Ian Lance Taylor  <iant@google.com>
1162
1163	* simple-object.h: New file.
1164
11652010-10-15  Dave Korn  <dave.korn.cygwin@gmail.com>
1166
1167	Sync LD plugin patch series (part 1/6) with src/include/.
1168	* plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
1169
11702010-10-06  Andi Kleen  <ak@linux.intel.com>
1171
1172	* libiberty.h (setproctitle): Add prototype.
1173
11742010-09-09  Jakub Jelinek  <jakub@redhat.com>
1175
1176	* dwarf2.h (DW_OP_GNU_implicit_pointer): New.
1177
11782010-07-06  Ken Werner  <ken.werner@de.ibm.com>
1179
1180	* floatformat.h (floatformat_ieee_half_big): Add declaration.
1181	(floatformat_ieee_half_little): Likewise.
1182
11832010-06-21  Rafael Espindola  <espindola@google.com>
1184
1185	* plugin-api.h (ld_plugin_set_extra_library_path): New.
1186	(ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
1187	(ld_plugin_tv): Add tv_set_extra_library_path.
1188
11892010-06-21  Jakub Jelinek  <jakub@redhat.com>
1190
1191	* dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
1192
11932010-06-18  Rafael Espindola  <espindola@google.com>
1194
1195	* plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
1196	Make argument const.
1197
11982010-06-08  Tristan Gingold  <gingold@adacore.com>
1199
1200	* dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
1201	DW_TAG_HP_Bliss_field_set.
1202	(enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
1203	DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
1204	DW_AT_HP_definition_points, DW_AT_HP_default_location and
1205	DW_AT_HP_is_result_param.
1206	(enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
1207	DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
1208	DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
1209	DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
1210	(enum dwarf_line_number_x_ops): Add
1211	DW_LNE_HP_source_file_correlation.
1212	(enum dwarf_source_language): Add DW_LANG_HP_Bliss,
1213	DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
1214	DW_LANG_HP_Assembler.
1215
12162010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1217
1218	* splay-tree.h: Update copyright years.
1219	(splay_tree_s): Document fields.
1220	(splay_tree_new_typed_alloc): New.
1221
1222	* hashtab.h: Update copyright years.
1223	(htab_create_typed_alloc): New.
1224
12252010-06-01  Rafael Espindola  <espindola@google.com>
1226
1227	* plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
1228
12292010-04-26  Pedro Alves  <pedro@codesourcery.com>
1230
1231	* filenames.h (PATH_SEPARATOR): Delete.
1232
12332010-04-23  Pedro Alves  <pedro@codesourcery.com>
1234
1235	* filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
1236	always define it independently of host, add `dos_based' parameter,
1237	and handle it.
1238	(PATH_SEPARATOR): Define.
1239	(HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
1240	independently of host, add `dos_based' parameter, and handle it.
1241	(IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
1242	it independently of host, add `dos_based' parameter, and handle
1243	it.
1244	(IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
1245	(IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
1246	(HAS_DOS_DRIVE_SPEC): New.
1247	(HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
1248	(IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
1249	(IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
1250	* libiberty.h (dos_lbasename, unix_lbasename): Declare.
1251
12522010-04-20  Nick Clifton  <nickc@redhat.com>
1253
1254	* sha1.h: Update copyright notice to use GPLv3.
1255
12562010-04-14  Doug Evans  <dje@google.com>
1257
1258	* filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
1259
12602010-04-13  Matthias Klose  <doko@ubuntu.com>
1261
1262	* elf: Remove empty directory.
1263
12642010-04-06  Jakub Jelinek  <jakub@redhat.com>
1265
1266	* dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
1267	field.
1268
12692010-03-23  Joseph Myers  <joseph@codesourcery.com>
1270
1271	* symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
1272
12732010-01-13  Joel Brobecker  <brobecker@adacore.com>
1274
1275	Add new DW_AT_use_GNAT_descriptive_type CU attribute.
1276	* dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
1277
12782010-01-11  Tristan Gingold  <gingold@adacore.com>
1279
1280	* demangle.h (ada_demangle): Add prototype.
1281
12822010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1283
1284	PR bootstrap/41771
1285	* ansidecl.h: Fix inline test for C99 and Sun Studio cc.
1286
12872009-12-29  Joel Brobecker  <brobecker@adacore.com>
1288
1289	* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
1290
12912009-11-06  Jonas Maebe  <jonas.maebe@elis.ugent.be>
1292
1293	Add DWARF attribute value for the "Borland fastcall" calling
1294	convention.
1295	* elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
1296
12972009-10-23  Kai Tietz  <kai.tietz@onevision.com>
1298
1299	* splay-tree.h (libi_uhostptr_t): Add gcc specific
1300	__extension__ for long long type case to silent cX9.
1301	(libi_shostptr_t): Likewise.
1302
13032009-10-19  Rafael Avila de Espindola  <espindola@google.com>
1304
1305	PR40790
1306	* plugin-api.h: Don't include stdint.h unconditionally.
1307
13082009-10-15  Jakub Jelinek  <jakub@redhat.com>
1309
1310	* include/dwarf2.h (DW_LANG_Python): Add comment that it is
1311	a DWARF 4 addition.
1312
13132009-10-09  Rafael Espindola  <espindola@google.com>
1314
1315	* plugin-api.h (ld_plugin_add_input_library): Change argument name to
1316	libname.
1317
13182009-10-05  Rafael Espindola  <espindola@google.com>
1319
1320	* plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1321	(ld_plugin_get_input_file): New.
1322	(ld_plugin_release_input_file): New.
1323	(ld_plugin_add_input_library): New.
1324	(ld_plugin_message): Mark format const.
1325	(ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1326	LDPT_ADD_INPUT_LIBRARY.
1327	(ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1328	tv_add_input_library.
1329
13302009-10-04  Jerry Quinn  <jlquinn@optonline.net>
1331
1332	* plugin-api.h: Fix compile.
1333
13342009-10-03  Rafael Espindola  <espindola@google.com>
1335
1336	* plugin-api.h: New.
1337	* lto-symtab.h: New.
1338
13392009-09-29  Jason Merrill  <jason@redhat.com>
1340
1341	* demangle.h (enum demangle_component_type): Add
1342	DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1343	DEMANGLE_COMPONENT_UNNAMED_TYPE.
1344	(struct demangle_component): Add s_unary_num.
1345
13462009-09-25  Dodji Seketeli  <dodji@redhat.com>
1347
1348	* dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1349	DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1350	and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1351
13522009-09-25  Cary Coutant  <ccoutant@google.com>
1353
1354	Add rest of new values from DWARF Version 4.
1355	* dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1356	New tags.
1357	(DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1358	(DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1359	DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1360	DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1361	DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1362	DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1363	attributes.
1364	(DW_LANG_Python): New language.
1365
13662009-09-22  Dodji Seketeli  <dodji@redhat.com>
1367
1368	* dwarf2.h (enum dwarf_tag): Add
1369	DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1370
13712009-07-24  Ian Lance Taylor  <iant@google.com>
1372
1373	PR bootstrap/40854
1374	* libiberty.h (xcrc32): Rename from crc32.
1375
13762009-07-24  Ian Lance Taylor  <iant@google.com>
1377
1378	* libiberty.h (crc32): Declare.
1379
13802009-07-20  Cary Coutant  <ccoutant@google.com>
1381	    Doug Evans  <dje@google.com>
1382
1383	Add some dwarf4 values.
1384	* dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1385	(enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1386	DW_FORM_flag_present, DW_FORM_sig8.
1387	(enum dwarf_attribute): Add DW_AT_signature.
1388
13892009-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1390
1391	* demangle.h
1392	(enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1393	(enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1394	New.
1395
13962009-07-09  Jakub Jelinek  <jakub@redhat.com>
1397
1398	* dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1399	and DW_OP_stack_value.
1400
14012009-07-09  Tom Tromey  <tromey@redhat.com>
1402
1403	* elf/dwarf2.h: Remove, renaming to...
1404	* dwarf2.h: ... this.
1405
14062009-06-29  Tom Tromey  <tromey@redhat.com>
1407
1408	* elf/dwarf2.h: New file.  Merged with gdb.
1409
14102009-06-09  Ian Lance Taylor  <ian@airs.com>
1411
1412	* ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1413
14142009-06-03  Ian Lance Taylor  <iant@google.com>
1415
1416	* ansidecl.h (EXPORTED_CONST): Define.
1417
14182009-05-31  Ian Lance Taylor  <iant@google.com>
1419
1420	* ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
1421	the way we treat an ISO C compiler.  Don't define inline as a
1422	macro when compiling with C++.
1423	* dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
1424	when compiling with C++.
1425	* fibheap.h: Add extern "C" when compiling with C++.
1426
14272009-04-22  Taras Glek <tglek@mozilla.com>
1428
1429	* hashtab.h: Update GTY annotations to new syntax.
1430	* splay-tree.h: Likewise.
1431
14322009-03-17  Jason Merrill  <jason@redhat.com>
1433
1434	* demangle.h (enum demangle_component_type): Add
1435	DEMANGLE_COMPONENT_FUNCTION_PARAM.
1436
14372008-12-10  Jason Merrill  <jason@redhat.com>
1438
1439	* demangle.h (enum demangle_component_type): Add
1440	DEMANGLE_COMPONENT_FIXED_TYPE.
1441
14422008-11-19  Bob Wilson  <bob.wilson@acm.org>
1443
1444	* xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1445	(XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1446	(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1447	(XCHAL_NUM_AREGS): Change to 32.
1448	(XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1449	(XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1450	(XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1451	(XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1452	(XCHAL_DEBUGLEVEL): Change to 6.
1453
14542008-10-21  Alan Modra  <amodra@bigpond.net.au>
1455
1456	* obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1457
14582008-10-06  Jason Merrill  <jason@redhat.com>
1459
1460	* demangle.h (enum demangle_component_type): Add
1461	DEMANGLE_COMPONENT_PACK_EXPANSION.
1462
14632008-09-09  Jason Merrill  <jason@redhat.com>
1464
1465	* demangle.h (enum demangle_component_type): Add
1466	DEMANGLE_COMPONENT_DECLTYPE.
1467
14682008-07-07  Joel Brobecker  <brobecker@adacore.com>
1469
1470	* safe-ctype.h: Add #include of ctype.h before redefining
1471	the ctype.h macros.
1472
14732008-07-04  Joel Brobecker  <brobecker@adacore.com>
1474
1475	* safe-ctype.h: Remove #error when detecting that ctype.h has been
1476	included. Redefine the various macros provided by ctype.h as
1477	undefined variables.
1478
14792008-06-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1480
1481	* libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1482	XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1483
14842008-03-24  Ian Lance Taylor  <iant@google.com>
1485
1486	* sha1.h: New file, from gnulib.
1487
1488	* md5.h: Add extern "C" when compiled with C++.
1489
14902008-03-21  Ian Lance Taylor  <iant@google.com>
1491
1492	* filenames.h: Add extern "C" when compiled with C++.
1493
14942008-02-11  Bob Wilson  <bob.wilson@acm.org>
1495
1496	* xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1497	(XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1498
14992008-01-26  David Daney  <ddaney@avtrex.com>
1500
1501	* demangle.h (demangle_component_type):  Add
1502	DEMANGLE_COMPONENT_JAVA_RESOURCE,
1503	DEMANGLE_COMPONENT_COMPOUND_NAME, and
1504	DEMANGLE_COMPONENT_CHARACTER as new enum values.
1505	(demangle_component): Add struct s_character to union u.
1506
15072007-11-07  Joseph Myers  <joseph@codesourcery.com>
1508	    Daniel Jacobowitz  <dan@codesourcery.com>
1509
1510	* floatformat.h (struct floatformat): Add split_half field.
1511	(floatformat_ibm_long_double): New.
1512
15132007-09-06  Tom Tromey  <tromey@redhat.com>
1514
1515	* libiberty.h (pex_free): Document process killing.
1516
15172007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
1518
1519	* demangle.h (enum demangle_component_type): Add
1520	DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1521
15222007-07-25  Ben Elliston  <bje@au.ibm.com>
1523
1524	* ternary.h: Remove.
1525
15262007-07-18  Bob Wilson  <bob.wilson@acm.org>
1527
1528	* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1529	(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1530
15312007-07-17  Nick Clifton  <nickc@redhat.com>
1532
1533	* COPYING3: New file.  Contains version 3 of the GNU General
1534	Public License.
1535
15362007-07-12  Kai Tietz   <kai.tietz@onevision.com>
1537
1538	* splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1539	needed for WIN64 when a long is not wide enough for a pointer.
1540	(splay_tree_key, splay_tree_value): Use the new types.
1541
15422007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
1543
1544	* libiberty.h (writeargv): Declare.
1545
15462007-04-25  Mark Mitchell  <mark@codesourcery.com>
1547
1548	* demangle.h: Change license to LGPL + exception.
1549
15502007-03-29  Joel Brobecker  <brobecker@adacore.com>
1551
1552	* filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1553	regardless of the type of file system.
1554
15552007-03-06  Jan Hubicka  <jh@suse.cz>
1556
1557	* ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1558
15592007-02-09  Joseph S. Myers  <joseph@codesourcery.com>
1560
1561	* libiberty.h (pex_write_input): Remove prototype.
1562
15632007-01-31  Vladimir Prus  <vladimir@codesourcery.com>
1564
1565	* libiberty.h (PEX_STDERR_TO_PIPE): New define.
1566	(PEX_BINARY_ERROR): New define.
1567	(pex_read_err): New function.
1568
15692007-01-29  Simon Baldwin <simonb@google.com>
1570
1571	* demangle.h: New cplus_demangle_print_callback,
1572	cplus_demangle_v3_callback, and java_demangle_v3_callback function
1573	prototypes, and demangle_callbackref type definition.
1574
15752006-12-06  Nick Clifton  <nickc@redhat.com>
1576
1577	* ansidecl.h (ATTRIBUTE_PACKED): Define.
1578
15792006-11-30  Andrew Stubbs  <andrew.stubbs@st.com>
1580	    J"orn Rennecke <joern.rennecke@st.com>
1581
1582	PR driver/29931
1583	* libiberty.h (make_relative_prefix_ignore_links): Declare.
1584
15852006-11-27  Bob Wilson  <bob.wilson@acm.org>
1586
1587	* xtensa-config.h (XSHAL_ABI): New.
1588	(XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1589
15902006-04-11  Jim Blandy  <jimb@codesourcery.com>
1591
1592	* libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1593
15942006-01-18  DJ Delorie  <dj@redhat.com>
1595
1596	* md5.h: Include ansidecl.h
1597
15982006-01-09  Bob Wilson  <bob.wilson@acm.org>
1599
1600	* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1601
16022005-12-30  Bob Wilson  <bob.wilson@acm.org>
1603
1604	* xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1605
16062005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
1607
1608	PR java/9861
1609	* demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1610	output format for return types
1611
16122005-10-31  Mark Kettenis  <kettenis@gnu.org>
1613
1614	* floatformat.h (enum floatformat_byteorders): Add
1615	floatformat_vax.
1616	(floatformat_vax_aingle, floatformat_vax_double): Declare.
1617
16182005-09-26  Mark Mitchell  <mark@codesourcery.com>
1619
1620	* libiberty.h (expandargv): New function.
1621
16222005-08-17  Mark Kettenis  <kettenis@gnu.org>
1623
1624	* floatformat.h (struct floatformat): Change type of large
1625	argument for is_valid member to `const void *'.
1626	(floatformat_to_double): Change type of second argument to `const
1627	void *'.
1628	(floatformat_from_double): Change type of last argument to `void
1629	*'.
1630	(floatformat_is_valid): Change type of last argument to `const
1631	void *'.
1632
16332005-07-12  Ben Elliston  <bje@au.ibm.com>
1634
1635	* xregex2.h (regexec): Qualify this prototype with __extension__
1636	when compiling with GNU C.
1637
16382005-07-03  Steve Ellcey  <sje@cup.hp.com>
1639
1640	PR other/13906
1641	* ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1642	* md5.h (md5_uintptr): New.
1643	(md5_ctx): Align buffer field.
1644
16452005-06-30  Daniel Berlin  <dberlin@dberlin.org>
1646
1647	* hashtab.h (HTAB_DELETED_ENTRY): New macro.
1648	(HTAB_EMPTY_ENTRY): New macro.
1649
16502005-06-20  Geoffrey Keating  <geoffk@apple.com>
1651
1652	* libiberty.h (strverscmp): Prototype.
1653
16542005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1655
1656	* libiberty.h (XOBFINISH): New.
1657
16582005-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1659
1660	* libiberty.h (vsnprintf): Add format attribute.
1661
16622005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1663
1664	* ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1665
16662005-05-28  Eli Zaretskii  <eliz@gnu.org>
1667
1668	* libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1669	needed.
1670	(vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1671
16722005-05-25  Richard Henderson  <rth@redhat.com>
1673
1674	* demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1675
16762005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1677
1678	* libiberty.h (ACONCAT): Properly cast value of alloca().
1679
1680	* ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
1681	__cplusplus.
1682
16832005-05-12  Steve Ellcey  <sje@cup.hp.com>
1684
1685	libiberty.h: Do not define empty basename prototype.
1686
16872005-05-10  Nick Clifton  <nickc@redhat.com>
1688
1689	* Update the address and phone number of the FSF organization in
1690	the GPL notices in the following files:
1691	COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1692	dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1693	fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1694	libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1695	partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1696	symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1697	xtensa-isa-internal.h, xtensa-isa.h
1698
16992005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1700
1701	* libiberty.h (unlock_std_streams): New.
1702
17032005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1704
1705	* hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1706	Don't use the PTR macro.
1707
1708	* sort.h: Don't use the PARAMS macro.
1709
17102005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1711
1712	* libiberty.h (unlock_stream): New.
1713
17142005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1715
1716	* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1717	Remove parameter names.
1718
17192005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1720
1721	* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1722	Provide prototypes for new functions.
1723
17242005-03-29  Ian Lance Taylor  <ian@airs.com>
1725
1726	* libiberty.h: Fix indentation.
1727
17282005-03-28  Ian Lance Taylor  <ian@airs.com>
1729
1730	* libiberty.h: Include <stdio.h>.
1731	(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1732	(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1733	(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1734	(pex_init, pex_run, pex_read_output): Declare.
1735	(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1736	(struct pex_time): Define.
1737
17382005-03-28  Mark Mitchell <mark@codesourcery.com>
1739
1740	* libiberty.h (ffs): Declare, if necessary.
1741
17422005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1743
1744	* xregex2.h (_RE_ARGS): Remove definition and uses.
1745
17462005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
1747
1748	* ternary.h: Don't use PARAMS anymore.
1749
17502005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1751
1752	* partition.h: Remove use of PARAMS.
1753	* obstack.h: Remove conditional prototypes __STDC__.
1754	* objalloc.h:  Remove use of PARAMS.
1755	* splay-tree.h: Likewise.
1756
17572005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1758
1759	* md5.h: Remove definition and uses of __P.
1760	* dyn-string.h: Remove uses of PARAMS.
1761	* fibheap.h: Likewise.
1762	* floatformat.h: Likewise.
1763	* hashtab.h: Likewise.
1764
17652005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1766
1767	* demangle.h: Remove uses of PARAMS.
1768
1769	* libiberty.h (ANSI_PROTOTYPES): Remove guard since
1770	ANSI_PROTOTYPES is always assumed.
1771	Remove uses of PARAMS throughout.
1772
17732005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1774
1775	* libiberty.h (xstrndup): Declare.
1776
17772005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1778
1779	* libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1780
17812005-03-09  Mark Mitchell  <mark@codesourcery.com>
1782
1783	* libiberty.h (gettimeofday): Declare.
1784
17852005-03-01  Jan Beulich  <jbeulich@novell.com>
1786
1787	* libiberty.h: Declare unlink_if_ordinary.
1788
17892005-02-14  Paolo Bonzini  <bonzini@gnu.org>
1790
1791	PR bootstrap/19818
1792	* ansidecl.h (PARAMS): Guard from redefinition.
1793
17942004-12-11  Ben Elliston  <bje@au.ibm.com>
1795
1796	* fibheap.h (struct fibnode): Only use unsigned long bitfields
1797	when __GNUC__ is defined and ints are less than 32-bits wide.
1798
17992004-10-07  Bob Wilson  <bob.wilson@acm.org>
1800
1801	* xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1802	XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1803	(XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1804
18052004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1806
1807	* libiberty.h (basename): Prototype for __MINGW32__.
1808
18092004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1810
1811	* ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1812	* libiberty.h (concat, reconcat, concat_length, concat_copy,
1813	concat_copy2): Use ATTRIBUTE_SENTINEL.
1814
18152004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1816
1817	* libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1818	const-qualification before disposal.
1819
18202004-07-24  Bernardo Innocenti  <bernie@develer.com>
1821
1822	* ansidecl.h (ARG_UNUSED): New Macro.
1823
18242004-07-24  Bernardo Innocenti  <bernie@develer.com>
1825
1826	* libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1827	libcpp/internal.h.
1828	(XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1829	macros.
1830
18312004-07-21  Paolo Bonzini  <bonzini@gnu.org>
1832
1833	* ansidecl.h (ATTRIBUTE_PURE): New.
1834
18352004-07-13  Bernardo Innocenti  <bernie@develer.com>
1836
1837	* libiberty.h (ASTRDUP): Add casts required for stricter
1838	type conversion rules of C++.
1839	* obstack.h (obstack_free): Likewise.
1840
18412004-05-04  Andreas Jaeger  <aj@suse.de>
1842
1843	* demangle.h: Do not use C++ reserved keyword typename as
1844	parameter for cplus_demangle_fill_builtin_type.
1845
18462004-04-22  Richard Henderson  <rth@redhat.com>
1847
1848	* hashtab.h (struct htab): Add size_prime_index.
1849
18502004-04-13  Jeff Law  <law@redhat.com>
1851
1852	* hashtab.h (htab_remove_elt_with_hash): Prototype new function.
1853
18542004-03-30  Zack Weinberg  <zack@codesourcery.com>
1855
1856	* hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1857
18582004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
1859
1860	* dyn-string.h: Update copyright date.
1861
18622004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
1863
1864	* dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1865	the associated #defines.
1866
18672004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1868
1869	* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1870	"libiberty.h".
1871
1872	* demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1873
1874	* demangle.h (enum demangle_component_type): Define.
1875	(struct demangle_operator_info): Declare.
1876	(struct demangle_builtin_type_info): Declare.
1877	(struct demangle_component): Define.
1878	(cplus_demangle_fill_component): Declare.
1879	(cplus_demangle_fill_name): Declare.
1880	(cplus_demangle_fill_builtin_type): Declare.
1881	(cplus_demangle_fill_operator): Declare.
1882	(cplus_demangle_fill_extended_operator): Declare.
1883	(cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1884	(cplus_demangle_v3_components): Declare.
1885	(cplus_demangle_print): Declare.
1886
1887For older changes see ChangeLog-9103
1888
1889Local Variables:
1890mode: change-log
1891left-margin: 8
1892fill-column: 74
1893version-control: never
1894End:
1895