]> git.ipfire.org Git - thirdparty/gcc.git/blob - include/ChangeLog
Daily bump.
[thirdparty/gcc.git] / include / ChangeLog
1 2022-10-20 Tobias Burnus <tobias@codesourcery.com>
2
3 * gomp-constants.h (GOMP_DEVICE_HSA): Comment out unused define.
4
5 2022-10-13 Xi Ruoyao <xry111@xry111.site>
6
7 * longlong.h [__loongarch__] (count_leading_zeros): Define.
8 [__loongarch__] (count_trailing_zeros): Likewise.
9 [__loongarch__] (COUNT_LEADING_ZEROS_0): Likewise.
10
11 2022-09-27 Jakub Jelinek <jakub@redhat.com>
12
13 PR c++/106652
14 PR c++/85518
15 * demangle.h (enum demangle_component_type): Add
16 DEMANGLE_COMPONENT_EXTENDED_BUILTIN_TYPE.
17 (struct demangle_component): Add u.s_extended_builtin member.
18
19 2022-09-27 Meghan Denny <hello@nektro.net>
20
21 * dwarf2.h: Update with additional languages from dwarf
22 standard.
23
24 2022-07-12 Martin Liska <mliska@suse.cz>
25
26 * plugin-api.h (enum linker_api_version): New enum.
27 (ld_plugin_get_api_version): New.
28 (enum ld_plugin_tag): Add LDPT_GET_API_VERSION.
29 (struct ld_plugin_tv): Add tv_get_api_version.
30
31 2022-07-06 Thomas Schwinge <thomas@codesourcery.com>
32
33 * gomp-constants.h (OMP_REQUIRES_[...]): Update comment.
34
35 2022-07-04 Tobias Burnus <tobias@codesourcery.com>
36 Chung-Lin Tang <cltang@codesourcery.com>
37 Thomas Schwinge <thomas@codesourcery.com>
38
39 * gomp-constants.h (GOMP_VERSION): Bump to 2.
40 (GOMP_REQUIRES_UNIFIED_ADDRESS, GOMP_REQUIRES_UNIFIED_SHARED_MEMORY,
41 GOMP_REQUIRES_REVERSE_OFFLOAD, GOMP_REQUIRES_TARGET_USED):
42 New defines.
43
44 2022-06-13 Jakub Jelinek <jakub@redhat.com>
45
46 * gomp-constants.h (GOMP_DEVICE_INVALID): Define.
47
48 2022-05-31 Alan Modra <amodra@gmail.com>
49
50 * dwarf2.def: Correct spelling of DW_AT_namelist_item.
51
52 2022-05-24 David Malcolm <dmalcolm@redhat.com>
53
54 * ansidecl.h: Drop macros OVERRIDE and FINAL.
55
56 2022-05-23 Nathan Sidwell <nathan@acm.org>
57
58 * demangle.h (enum demangle_component_type): Add module components.
59
60 2022-05-18 Thomas Schwinge <thomas@codesourcery.com>
61
62 * cuda/cuda.h (enum CUjit_option): Add
63 'CU_JIT_GENERATE_DEBUG_INFO', 'CU_JIT_GENERATE_LINE_INFO'.
64 (enum CUlimit): Add 'CU_LIMIT_STACK_SIZE',
65 'CU_LIMIT_MALLOC_HEAP_SIZE'.
66 (cuCtxSetLimit, cuGetErrorName): Add.
67
68 2022-05-18 Thomas Schwinge <thomas@codesourcery.com>
69
70 * cuda/cuda.h: For C++, wrap in 'extern "C"'.
71
72 2022-05-17 Nathan Sidwell <nathan@acm.org>
73
74 * demangle.h (enum demangle_component_type): Add
75 DEMANGLE_COMPONENT_STRUCTURED_BINDING.
76
77 2022-05-17 Jakub Jelinek <jakub@redhat.com>
78
79 * gomp-constants.h (GOMP_DEPEND_INOUTSET): Define.
80
81 2022-05-10 Martin Liska <mliska@suse.cz>
82
83 * ansidecl.h (PTR): Remove.
84 (const): Likewise.
85 (volatile): Likewise.
86 (signed): Likewise.
87
88 2022-05-10 Martin Liska <mliska@suse.cz>
89
90 * hashtab.h (HTAB_EMPTY_ENTRY): Use void * instead PTR.
91 (HTAB_DELETED_ENTRY): Likewise.
92
93 2022-05-09 Martin Liska <mliska@suse.cz>
94
95 * ansidecl.h (PTR): Remove Not ANCI C part.
96
97 2022-05-04 Martin Liska <mliska@suse.cz>
98
99 * plugin-api.h (enum ld_plugin_tag): Do not set implicit enum
100 values.
101
102 2022-04-06 Thomas Schwinge <thomas@codesourcery.com>
103
104 * cuda/cuda.h: New file.
105
106 2022-03-19 Tiezhu Yang <yangtiezhu@loongson.cn>
107
108 * floatformat.h (floatformat_ieee_quad_big): Renamed from
109 floatformat_ia64_quad_big.
110 (floatformat_ieee_quad_little): Similarly.
111
112 2021-12-12 Jonathan Wakely <jwakely@redhat.com>
113
114 * unique-ptr.h: Removed.
115
116 2021-12-10 Andrew Stubbs <ams@codesourcery.com>
117
118 * gomp-constants.h (GOMP_VERSION_GCN): Bump.
119
120 2021-12-08 Chung-Lin Tang <cltang@codesourcery.com>
121
122 PR middle-end/92120
123 * gomp-constants.h (enum gomp_map_kind):
124 Add GOMP_MAP_ATTACH_ZERO_LENGTH_ARRAY_SECTION, and
125 GOMP_MAP_POINTER_TO_ZERO_LENGTH_ARRAY_SECTION map kinds.
126 (GOMP_MAP_POINTER_P):
127 Include GOMP_MAP_POINTER_TO_ZERO_LENGTH_ARRAY_SECTION.
128
129 2021-11-12 Chung-Lin Tang <cltang@codesourcery.com>
130
131 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_3): Define special bit macro.
132 (GOMP_MAP_IMPLICIT): New special map kind bits value.
133 (GOMP_MAP_FLAG_SPECIAL_BITS): Define helper mask for whole set of
134 special map kind bits.
135 (GOMP_MAP_IMPLICIT_P): New predicate macro for implicit map kinds.
136
137 2021-11-05 Gerald Pfeifer <gerald@pfeifer.com>
138 Jakub Jelinek <jakub@redhat.com>
139
140 * md5.h (USE_SYSTEM_MD5): Introduce.
141
142 2021-09-27 Vincent Lefevre <vincent@vinc17.net>
143
144 * floatformat.h: Update pathname for IBM long double description.
145
146 2021-09-22 Alan Modra <amodra@gmail.com>
147
148 * obstack.h (__PTR_ALIGN): Expand and simplify __BPTR_ALIGN
149 rather than calculating relative to a NULL pointer.
150
151 2021-08-23 Jakub Jelinek <jakub@redhat.com>
152
153 * gomp-constants.h (GOMP_TASK_FLAG_STRICT): Define.
154
155 2021-07-24 Marek Polacek <polacek@redhat.com>
156
157 * ansidecl.h: Check if __cplusplus is defined before checking
158 the value of __cpp_constexpr and __cplusplus. Don't check
159 __STDC_VERSION__ in C++.
160
161 2021-07-02 David Faust <david.faust@oracle.com>
162
163 * btf.h (struct btf_type): Update bit usage comment.
164 (BTF_INFO_KIND): Update bit mask.
165 (BTF_KIND_FLOAT): New define.
166 (BTF_KIND_MAX): Update.
167
168 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
169 David Faust <david.faust@oracle.com>
170 Jose E. Marchesi <jose.marchesi@oracle.com>
171 Weimin Pan <weimin.pan@oracle.com>
172
173 * ctf.h: New file.
174 * btf.h: Likewise.
175
176 2021-05-06 Tom Tromey <tom@tromey.com>
177
178 * hashtab.h (htab_eq_string): Declare.
179
180 2021-03-31 Patrick Palka <ppalka@redhat.com>
181
182 PR c++/88115
183 * demangle.h (enum demangle_component_type): Add
184 DEMANGLE_COMPONENT_VENDOR_EXPR.
185
186 2021-01-16 Kwok Cheung Yeung <kcy@codesourcery.com>
187
188 * gomp-constants.h (GOMP_TASK_FLAG_DETACH): New.
189
190 2021-01-03 Mike Frysinger <vapier@gentoo.org>
191
192 * libiberty.h (strverscmp): Delete duplicate prototype.
193
194 2020-12-09 Andrew Stubbs <ams@codesourcery.com>
195
196 * hsa.h: Replace whole file.
197 * hsa_ext_amd.h: New file.
198 * hsa_ext_image.h: New file.
199
200 2020-09-24 Mark Wielaard <mark@klomp.org>
201
202 * dwarf2.def: Add DWARF5 Unit type header encoding macros
203 DW_UT_FIRST, DW_UT and DW_UT_END.
204 * dwarf2.h (enum dwarf_unit_type): Removed and define using
205 DW_UT_FIRST, DW_UT and DW_UT_END macros.
206 (DW_CIE_VERSION): Removed.
207 (get_DW_UT_name): New function declaration.
208
209 2020-09-15 Tobias Burnus <tobias@codesourcery.com>
210
211 PR fortran/96668
212 * gomp-constants.h (GOMP_MAP_ALWAYS_POINTER_P): Define.
213
214 2020-09-09 Caroline Tice <cmtice@google.com>
215
216 * dwarf2.h (enum dwarf_sect_v5): A new enum section for the
217 sections in a DWARF 5 DWP file (DWP version 5).
218
219 2020-09-09 Caroline Tice <cmtice@google.com>
220
221 * dwarf2.h (enum dwarf_sect_v5): A new enum section for the
222 sections in a DWARF 5 DWP file (DWP version 5).
223
224 2020-09-08 Felix Willgerodt <felix.willgerodt@intel.com>
225
226 * floatformat.h (floatformat_bfloat16_big): New.
227 (floatformat_bfloat16_little): New.
228
229 2020-08-03 Martin Jambor <mjambor@suse.cz>
230
231 * gomp-constants.h (GOMP_VERSION_HSA): Remove.
232
233 2020-07-09 Julian Brown <julian@codesourcery.com>
234 Thomas Schwinge <thomas@codesourcery.com>
235
236 PR middle-end/95270
237 * gomp-constants.h (gomp_map_kind): Expand comment for attach/detach
238 mapping kinds.
239
240 2020-07-09 Julian Brown <julian@codesourcery.com>
241
242 * gomp-constants.h (gomp_map_kind): Update comment for GOMP_MAP_TO_PSET.
243
244 2020-06-26 Nick Clifton <nickc@redhat.com>
245
246 * libiberty.h (bsearch_r): Remove use of the register keyword from
247 the prototype.
248
249 2020-06-23 Nick Alcock <nick.alcock@oracle.com>
250
251 * libiberty.h (bsearch_r): New.
252
253 2020-04-17 Martin Liska <mliska@suse.cz>
254 Jonathan Yong <10walls@gmail.com>
255
256 PR gcov-profile/94570
257 * filenames.h (defined): Do not define HAVE_DOS_BASED_FILE_SYSTEM
258 for CYGWIN.
259
260 2020-04-01 Maciej W. Rozycki <macro@linux-mips.org>
261
262 PR lto/94249
263 * plugin-api.h: Fix a typo.
264
265 2020-03-24 Martin Liska <mliska@suse.cz>
266
267 PR lto/94249
268 * plugin-api.h: Add more robust endianess detection.
269
270 2020-03-21 Martin Liska <mliska@suse.cz>
271
272 * plugin-api.h (enum ld_plugin_symbol_type): Remove
273 comma after last value of an enum.
274 * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
275
276 2020-03-19 Martin Liska <mliska@suse.cz>
277
278 * lto-symtab.h (enum gcc_plugin_symbol_type): New.
279 (enum gcc_plugin_symbol_section_kind): Likewise.
280
281 2020-03-19 Martin Liska <mliska@suse.cz>
282
283 * plugin-api.h (struct ld_plugin_symbol): Split
284 int def into 4 char fields.
285 (enum ld_plugin_symbol_type): New.
286 (enum ld_plugin_symbol_section_kind): New.
287 (enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2.
288
289 2020-02-05 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * hashtab.h (htab_remove_elt): Make a parameter const.
292 (htab_remove_elt_with_hash): Likewise.
293
294 2020-01-10 Thomas Schwinge <thomas@codesourcery.com>
295
296 * gomp-constants.h (enum gomp_device_property): Remove.
297
298 2020-01-01 Jakub Jelinek <jakub@redhat.com>
299
300 Update copyright years.
301
302 2019-12-22 Maciej W. Rozycki <macro@codesourcery.com>
303 Frederik Harwath <frederik@codesourcery.com>
304 Thomas Schwinge <tschwinge@codesourcery.com>
305
306 * gomp-constants.h (gomp_device_property): New enum.
307
308 2019-12-19 Julian Brown <julian@codesourcery.com>
309
310 * gomp-constants.h (gomp_map_kind): Add GOMP_MAP_ATTACH_DETACH.
311
312 2019-12-19 Julian Brown <julian@codesourcery.com>
313
314 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_4, GOMP_MAP_DEEP_COPY):
315 Define.
316 (gomp_map_kind): Add GOMP_MAP_ATTACH, GOMP_MAP_DETACH,
317 GOMP_MAP_FORCE_DETACH.
318
319 2019-12-19 Julian Brown <julian@codesourcery.com>
320 Maciej W. Rozycki <macro@codesourcery.com>
321 Tobias Burnus <tobias@codesourcery.com>
322 Thomas Schwinge <thomas@codesourcery.com>
323
324 * gomp-constants.h (gomp_map_kind): Support GOMP_MAP_NO_ALLOC.
325
326 2019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
327
328 * demangle.h (struct demangle_component): Add member
329 d_counting.
330
331 2019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
332
333 * demangle.h (rust_demangle_callback): Add.
334
335 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
336 Kwok Cheung Yeung <kcy@codesourcery.com>
337 Julian Brown <julian@codesourcery.com>
338 Tom de Vries <tom@codesourcery.com>
339
340 * gomp-constants.h (GOMP_DEVICE_GCN): Define.
341 (GOMP_VERSION_GCN): Define.
342
343 2019-08-08 Martin Liska <mliska@suse.cz>
344
345 PR bootstrap/91352
346 * libiberty.h (is_valid_fd): New function.
347
348 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
349
350 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
351 (rust_demangle_sym): Move to libiberty/rust-demangle.h.
352
353 2019-06-18 Thomas Schwinge <thomas@codesourcery.com>
354
355 * gomp-constants.h (enum gomp_map_kind): Fix description of
356 'GOMP_MAP_FIRSTPRIVATE'.
357
358 2019-06-10 Martin Liska <mliska@suse.cz>
359
360 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
361 * libiberty.h (xmalloc): Use it.
362 (xrealloc): Likewise.
363 (xcalloc): Likewise.
364 (xstrdup): Likewise.
365 (xstrndup): Likewise.
366 (xmemdup): Likewise.
367
368 2019-06-10 Martin Liska <mliska@suse.cz>
369
370 * ansidecl.h:
371 (ATTRIBUTE_RESULT_SIZE_1): Define new macro.
372 (ATTRIBUTE_RESULT_SIZE_2): Likewise.
373 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
374 * libiberty.h (xmalloc): Add RESULT_SIZE attribute.
375 (xrealloc): Likewise.
376 (xcalloc): Likewise.
377
378 2019-04-26 Michael Forney <mforney@mforney.org>
379
380 * libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASPRINTF
381 is not defined.
382
383 2019-04-03 Vineet Gupta <vgupta@synopsys.com>
384
385 PR89877
386 * longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
387 (sub_ddmmss): Likewise.
388
389 2019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
390
391 * splay-tree.h (splay_tree_delete_key_fn): Update comment.
392 (splay_tree_delete_value_fn): Likewise.
393
394 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
395
396 PR other/16615
397
398 * libiberty.h: Mechanically replace "can not" with "cannot".
399 * plugin-api.h: Likewise.
400
401 2019-01-01 Jakub Jelinek <jakub@redhat.com>
402
403 Update copyright years.
404
405 2018-12-28 Thomas Schwinge <thomas@codesourcery.com>
406
407 * gomp-constants.h (GOACC_FLAG_HOST_FALLBACK)
408 (GOACC_FLAGS_MARSHAL_OP, GOACC_FLAGS_UNMARSHAL): Define.
409
410 2018-12-22 Jason Merrill <jason@redhat.com>
411
412 * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
413 ARM, HP, and EDG demangling styles.
414
415 2018-12-11 Nick Clifton <nickc@redhat.com>
416
417 PR 88409
418 * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
419
420 2018-12-07 Nick Clifton <nickc@redhat.com>
421
422 * demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
423 (DEMANGLE_RECURSION_LIMIT): Define
424
425 2018-11-08 Jakub Jelinek <jakub@redhat.com>
426
427 * gomp-constants.h (GOMP_TASK_FLAG_REDUCTION,
428 GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
429 GOMP_DEPEND_MUTEXINOUTSET): Define.
430
431 2018-10-19 Jason Merrill <jason@redhat.com>
432
433 * demangle.h (enum demangle_component_type): Add
434 DEMANGLE_COMPONENT_TPARM_OBJ.
435
436 2018-10-29 David Malcolm <dmalcolm@redhat.com>
437
438 * unique-ptr.h (gnu::move): Generalize so it applies to all
439 lvalue references, rather than just to unique_ptr values.
440
441 2018-07-26 Martin Liska <mliska@suse.cz>
442
443 PR lto/86548
444 * libiberty.h (make_temp_file_with_prefix): New function.
445
446 2018-05-30 Jan Hubicka <hubicka@ucw.cz>
447
448 * simple-object.h (simple_object_copy_lto_debug_sections): Add rename
449 parameter.
450
451 2018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
452
453 * splay-tree.h (splay_tree_compare_strings,
454 splay_tree_delete_pointers): Declare new utility functions.
455
456 2018-05-24 Tom Rix <trix@juniper.net>
457
458 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
459
460 2018-05-02 Alan Modra <amodra@gmail.com>
461
462 * ansidecl.h (ATTRIBUTE_NONSTRING): Define.
463
464 2018-05-01 Sriraman Tallam <tmsriram@google.com>
465
466 * plugin-api.h: Add plugin API to get the list of wrap
467 symbols.
468
469 2018-02-09 Alexandre Oliva <aoliva@redhat.com>
470
471 * dwarf2.def (DW_AT_GNU_entry_view): New.
472
473 * dwarf2.def (DW_AT_GNU_locviews): New.
474 * dwarf2.h (enum dwarf_location_list_entry_type): Add
475 DW_LLE_GNU_view_pair.
476 (DW_LLE_view_pair): Define.
477
478 2018-01-03 Jakub Jelinek <jakub@redhat.com>
479
480 Update copyright years.
481
482 2017-11-20 Kito Cheng <kito.cheng@gmail.com>
483
484 * longlong.h [__riscv] (__umulsidi3): Define.
485 [__riscv] (umul_ppmm): Likewise.
486 [__riscv] (__muluw3): Likewise.
487
488 2017-11-10 Stephen Crane <sjc@immunant.com>
489
490 * plugin-api.h: Add plugin API for processing plugin-added
491 input files.
492
493 2017-10-23 David Malcolm <dmalcolm@redhat.com>
494
495 * unique-ptr.h: Make include of <memory> conditional on C++11 or
496 later.
497
498 2017-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
499 David Malcolm <dmalcolm@redhat.com>
500
501 * unique-ptr.h: New file.
502
503 2017-09-15 Yao Qi <yao.qi@linaro.org>
504 Pedro Alves <palves@redhat.com>
505
506 * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
507
508 2017-09-12 Jiong Wang <jiong.wang@arm.com>
509
510 * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
511 * dwarf2.h (DW_CFA_DUP): New define.
512
513 2017-08-21 Richard Biener <rguenther@suse.de>
514
515 * simple-object.h (simple_object_copy_lto_debug_sections): New
516 function.
517
518 2017-07-31 Nick Clifton <nickc@redhat.com>
519
520 Binutils PR 21850
521 * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
522 #idef __cplusplus.
523
524 2017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
525
526 * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
527 (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
528 (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
529 * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
530 (enum dwarf_name_index_attribute): Remove.
531 (get_DW_IDX_name): New declaration.
532
533 2017-05-27 Maya Rashish <coypu@sdf.org>
534
535 * longlong.h: Remove ns32k support.
536
537 2017-05-24 Nathan Sidwell <nathan@acm.org>
538
539 * libiberty.h (ASTRDUP): Adjust cast to avoid warning.
540
541 2017-05-19 Eli Zaretskii <eliz@gnu.org>
542
543 * environ.h: Add #ifndef guard.
544
545 2017-05-18 Martin Liska <mliska@suse.cz>
546
547 * ansidecl.h: Define CONSTEXPR macro.
548
549 2017-04-04 Jonathan Wakely <jwakely@redhat.com>
550
551 * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
552
553 2017-02-25 Jakub Jelinek <jakub@redhat.com>
554
555 PR debug/77589
556 * dwarf2.def (DW_OP_GNU_variable_value): New opcode.
557
558 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
559
560 Introduce C++ support in libcc1.
561 * gcc-c-fe.def (int_type_v0): Rename from...
562 (int_type): ... this. Introduce new version.
563 (float_type_v0): Rename from...
564 (float_type): ... this. Introduce new version.
565 (char_type): New.
566 * gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
567 (gcc_type_array): Move...
568 * gcc-interface.h: ... here.
569 * gcc-cp-fe.def: New.
570 * gcc-cp-interface.h: New.
571
572 2017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
573
574 * gcc-interface.h (enum gcc_base_api_version): Update comment
575 for GCC_FE_VERSION_1.
576 (struct gcc_base_vtable): Rename set_arguments to
577 set_arguments_v0. Add set_arguments, set_triplet_regexp and
578 set_driver_filename.
579
580 * gcc-interface.h (enum gcc_base_api_version): Add comment to
581 GCC_FE_VERSION_1.
582 (struct gcc_base_vtable): Rename compile to compile_v0.
583 Update comment for compile. New methods set_verbose and
584 compile.
585
586 * gcc-interface.h (enum gcc_base_api_version): Add
587 GCC_FE_VERSION_1.
588
589 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
590 Martin Jambor <mjambor@suse.cz>
591
592 * hsa.h: Moved here from libgomp/plugin/hsa.h.
593
594 2017-01-04 Richard Earnshaw <rearnsha@arm.com>
595 Jiong Wang <jiong.wang@arm.com>
596
597 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
598 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
599
600 2017-01-04 Jakub Jelinek <jakub@redhat.com>
601
602 Update copyright years.
603
604 2016-12-21 Jakub Jelinek <jakub@redhat.com>
605
606 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
607 (DW_FORM_ref_sup4): ... this. New form.
608 (DW_FORM_ref_sup8): New form.
609
610 2016-11-03 David Tolnay <dtolnay@gmail.com>
611 Mark Wielaard <mark@klomp.org>
612
613 * demangle.h (DMGL_RUST): New macro.
614 (DMGL_STYLE_MASK): Add DMGL_RUST.
615 (demangling_styles): Add dlang_rust.
616 (RUST_DEMANGLING_STYLE_STRING): New macro.
617 (RUST_DEMANGLING): New macro.
618 (rust_demangle): New prototype.
619 (rust_is_mangled): Likewise.
620 (rust_demangle_sym): Likewise.
621
622 2016-11-07 Jason Merrill <jason@redhat.com>
623
624 * demangle.h (enum demangle_component_type): Add
625 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
626
627 2016-10-17 Jakub Jelinek <jakub@redhat.com>
628
629 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
630 calling convention codes.
631 (enum dwarf_line_number_content_type): New.
632 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
633 codes.
634 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
635 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
636 (enum dwarf_name_index_attribute): New.
637 (enum dwarf_range_list_entry): New.
638 (enum dwarf_unit_type): New.
639 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
640 DW_OP_* and DW_ATE_* entries.
641
642 2016-10-14 Pedro Alves <palves@redhat.com>
643
644 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
645 OVERRIDE): Define as empty.
646 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
647 __final.
648 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
649 empty.
650
651 2016-10-14 Pedro Alves <palves@redhat.com>
652
653 * ansidecl.h (GCC_FINAL): Delete.
654 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
655
656 2016-08-15 Jakub Jelinek <jakub@redhat.com>
657
658 * dwarf2.def (DW_AT_string_length_bit_size,
659 DW_AT_string_length_byte_size): New attributes.
660
661 2016-08-12 Alexandre Oliva <aoliva@redhat.com>
662
663 PR debug/63240
664 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
665 * dwarf2.h (enum dwarf_defaulted_attribute): New.
666
667 2016-07-29 Aldy Hernandez <aldyh@redhat.com>
668
669 * libiberty.h (MAX_ALLOCA_SIZE): New macro.
670
671 2016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
672
673 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
674 describe the need for incrementing this macro whenever the plugin
675 interface is modified.
676
677 2016-04-29 Tom Tromey <tom@tromey.com>
678
679 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
680 DW_LANG_Rust_old>: New constants.
681
682 2016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
683
684 * longlong.h (umul_ppmm): Remove SHMEDIA checks.
685 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
686
687 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
688
689 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
690 'Cal' constraint.
691 (sub_ddmmss): Likewise.
692
693 2016-03-17 Thomas Schwinge <thomas@codesourcery.com>
694
695 * gomp-constants.h (enum gomp_map_kind): Rename
696 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users.
697
698 2016-03-03 Than McIntosh <thanm@google.com>
699
700 * plugin-api.h: Add new hooks to the plugin transfer vector to
701 to support querying section alignment and section size.
702 (ld_plugin_get_input_section_alignment): New hook.
703 (ld_plugin_get_input_section_size): New hook.
704 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
705 and LDPT_GET_INPUT_SECTION_SIZE.
706 (ld_plugin_tv): Add tv_get_input_section_alignment and
707 tv_get_input_section_size.
708
709 2016-03-03 Evgenii Stepanov <eugenis@google.com>
710
711 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
712
713 2016-01-19 Martin Jambor <mjambor@suse.cz>
714
715 * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
716 (GOMP_VERSION_HSA): Likewise.
717 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
718 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
719 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
720 (GOMP_TARGET_ARG_ID_MASK): Likewise.
721 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
722 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
723 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
724 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
725
726 2016-01-07 Mike Frysinger <vapier@gentoo.org>
727
728 * longlong.h: Change !__SHMEDIA__ to
729 (!defined (__SHMEDIA__) || !__SHMEDIA__).
730 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
731
732 2016-01-05 Mike Frysinger <vapier@gentoo.org>
733
734 * libiberty.h (dupargv): Change arg to char * const *.
735 (writeargv, countargv): Likewise.
736
737 2015-11-27 Pedro Alves <palves@redhat.com>
738
739 PR other/61321
740 PR other/61233
741 * demangle.h (enum demangle_component_type)
742 <DEMANGLE_COMPONENT_CONVERSION>: New value.
743
744 2015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
745
746 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
747 __sparc__]: Define.
748
749 2015-11-12 James Norris <jnorris@codesourcery.com>
750 Joseph Myers <joseph@codesourcery.com>
751
752 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
753 and GOMP_MAP_LINK.
754
755 2015-11-09 Alan Modra <amodra@gmail.com>
756
757 PR gdb/17133
758 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
759
760 2015-11-09 Alan Modra <amodra@gmail.com>
761
762 PR gdb/17133
763 * obstack.h: Import current gnulib file.
764
765 2015-11-05 Jakub Jelinek <jakub@redhat.com>
766 Ilya Verbin <ilya.verbin@intel.com>
767
768 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
769 (GOMP_MAP_FLAG_ALWAYS): Remove.
770 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
771 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
772 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
773 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
774 (GOMP_MAP_ALWAYS_P): Define.
775 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
776
777 2015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
778 Joseph Myers <joseph@codesourcery.com>
779 Mark Shinwell <shinwell@codesourcery.com>
780 Andrew Stubbs <ams@codesourcery.com>
781 Rich Felker <dalias@libc.org>
782
783 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
784
785 2015-10-18 Roland McGrath <roland@gnu.org>
786
787 PR other/63758
788 * environ.h: New file.
789
790 2015-10-13 Jakub Jelinek <jakub@redhat.com>
791 Ilya Verbin <ilya.verbin@intel.com>
792
793 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
794 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
795 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
796 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
797 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
798 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
799 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
800 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
801 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
802 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
803 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
804 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
805 GOMP_TARGET_FLAG_UPDATE): Define.
806
807 2015-09-28 Nathan Sidwell <nathan@codesourcery.com>
808
809 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
810 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
811 GOMP_DIM_MASK): New.
812 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
813 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
814 GOMP_LAUNCH_OP_SHIFT): New.
815 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
816 GOMP_LAUNCH_OP): New.
817 (GOMP_LAUNCH_OP_MAX): New.
818
819 2015-08-24 Nathan Sidwell <nathan@codesourcery.com>
820
821 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
822 GOMP_VERSION_INTEL_MIC): New.
823 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
824
825 2015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
826
827 * dwarf2.def (DW_AT_GNU_bias): New attribute.
828
829 2015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
830
831 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
832 attributes.
833
834 2015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
835
836 * ansidecl.h (GCC_FINAL): New macro.
837
838 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
839
840 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
841
842 2015-05-22 Yunlian Jiang <yunlian@google.com>
843
844 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
845 not defined.
846
847 2015-03-19 Richard Biener <rguenther@suse.de>
848
849 * partition.h (struct partition_elem): Re-order elements to
850 avoid padding.
851
852 2015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
853
854 PR target/65261
855 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
856
857 2015-02-19 Pedro Alves <palves@redhat.com>
858
859 * floatformat.h [__cplusplus]: Wrap in extern "C".
860
861 2015-02-04 Jakub Jelinek <jakub@redhat.com>
862
863 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
864 and DW_LANG_Fortran08.
865
866 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
867 Julian Brown <julian@codesourcery.com>
868 James Norris <jnorris@codesourcery.com>
869
870 * gomp-constants.h: New file.
871
872 2014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
873
874 * libiberty.h: Merge Copyright year update from Binutils.
875
876 2014-12-24 Uros Bizjak <ubizjak@gmail.com>
877 Ben Elliston <bje@au.ibm.com>
878 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
879
880 * libiberty.h (xasprintf): Declare.
881
882 2014-12-11 Uros Bizjak <ubizjak@gmail.com>
883 Ben Elliston <bje@au.ibm.com>
884 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
885
886 * libiberty.h (xvasprintf): Declare.
887
888 2014-12-09 Trevor Saunders <tsaunders@mozilla.com>
889
890 * hashtab.h, splay-tree.h: Remove GTY markers.
891
892 2014-12-08 Mark Wielaard <mjw@redhat.com>
893
894 PR debug/60782
895 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
896
897 2014-11-21 Mark Wielaard <mjw@redhat.com>
898
899 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
900 DW_LANG_C_plus_plus_14.
901
902 2014-11-25 Mark Wielaard <mjw@redhat.com>
903
904 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
905
906 2014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
907
908 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
909 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
910 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
911 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
912 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
913 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
914 (DW_AT_APPLE_property): New macros.
915
916 2014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
917 Manuel López-Ibáñez <manu@gcc.gnu.org>
918
919 PR driver/36312
920 * filenames.h: Add prototype for canonical_filename_eq.
921
922 2014-11-11 David Malcolm <dmalcolm@redhat.com>
923
924 * ChangeLog.jit: New.
925
926 2014-10-28 Richard Henderson <rth@redhat.com>
927
928 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
929
930 2014-10-28 Yury Gribov <y.gribov@samsung.com>
931
932 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
933
934 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
935 Jan Kratochvil <jan.kratochvil@redhat.com>
936 Tom Tromey <tromey@redhat.com>
937
938 * gcc-c-fe.def: New file.
939 * gcc-c-interface.h: New file.
940 * gcc-interface.h: New file.
941
942 2014-10-15 David Malcolm <dmalcolm@redhat.com>
943
944 * libiberty.h (choose_tmpdir): New prototype.
945
946 2013-10-02 Mark Wielaard <mjw@redhat.com>
947
948 PR debug/63239
949 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
950
951 2014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
952
953 * libiberty.h (PEX_STDOUT_APPEND): New flag.
954 (PEX_STDERR_APPEND): Likewise.
955
956 2014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
957
958 * demangle.h (DMGL_DLANG): New macro.
959 (DMGL_STYLE_MASK): Add DMGL_DLANG.
960 (demangling_styles): Add dlang_demangling.
961 (DLANG_DEMANGLING_STYLE_STRING): New macro.
962 (DLANG_DEMANGLING): New macro.
963 (dlang_demangle): New prototype.
964
965 2014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
966
967 * longlong.h: Add __udiv_w_sdiv prototype.
968
969 2014-06-10 Thomas Schwinge <thomas@codesourcery.com>
970
971 PR lto/61334
972 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
973 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
974
975 2014-05-21 John Marino <gnugcc@marino.st>
976
977 * liberty.h: Use basename function on DragonFly.
978
979 2014-05-01 Steve Ellcey <sellcey@mips.com>
980
981 * include/longlong.h: Use 'defined()' to check __mips16.
982
983 2014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
984
985 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
986
987 2014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
988
989 * longlong.h: Merge from glibc.
990
991 2014-01-21 Tom Tromey <tromey@redhat.com>
992
993 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
994 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
995 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
996 (NOARGS): Don't define.
997 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
998
999 2013-12-23 Bill Maddox <maddox@google.com>
1000
1001 * demangle.h (enum gnu_v3_ctor_kinds):
1002 Added literal gnu_v3_unified_ctor.
1003 (enum gnu_v3_ctor_kinds):
1004 Added literal gnu_v3_unified_dtor.
1005
1006 2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
1007
1008 * longlong.h: New file.
1009
1010 2013-10-29 Marc Glisse <marc.glisse@inria.fr>
1011
1012 PR tree-optimization/58689
1013 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
1014 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
1015 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
1016 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
1017 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
1018 Mark with attribute returns_nonnull.
1019
1020 2013-10-22 Sterling Augustine <saugustine@google.com>
1021
1022 * gdb/gdb-index.h: Merge from gdb tree.
1023
1024 2013-08-20 Alan Modra <amodra@gmail.com>
1025
1026 * floatformat.h (floatformat_ibm_long_double): Delete.
1027 (floatformat_ibm_long_double_big): Declare.
1028 (floatformat_ibm_long_double_little): Declare.
1029
1030 2013-08-19 Dehao Chen <dehao@google.com>
1031
1032 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
1033
1034 2013-08-02 Caroline Tice <cmtice@google.com>
1035
1036 * vtv-change-permission.h: New file.
1037
1038 2013-04-03 Jason Merrill <jason@redhat.com>
1039
1040 Demangle C++11 ref-qualifier.
1041 * demangle.h (enum demangle_component_type): Add
1042 DEMANGLE_COMPONENT_REFERENCE_THIS,
1043 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
1044
1045 2013-03-01 Cary Coutant <ccoutant@google.com>
1046
1047 * dwarf2.h (enum dwarf_sect): New enum type.
1048
1049 2013-02-11 Sriraman Tallam <tmsriram@google.com>
1050
1051 * plugin-api.h (enum ld_plugin_level): Assign integers
1052 explicitly for all values.
1053
1054 2013-01-30 Kai Tietz <ktietz@redhat.com>
1055
1056 PR other/54620
1057 PR target/39064
1058 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
1059 stdint.h and sys/types.h headers are present.
1060 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
1061
1062 2012-12-18 Aldy Hernandez <aldyh@redhat.com>
1063
1064 PR other/54324
1065 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
1066 < 3.4.
1067
1068 2012-11-09 Jason Merrill <jason@redhat.com>
1069
1070 * demangle.h (enum demangle_component_type): Add
1071 DEMANGLE_COMPONENT_TAGGED_NAME.
1072
1073 2012-10-29 Sterling Augustine <saugustine@google.com>
1074 Cary Coutant <ccoutant@google.com>
1075
1076 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
1077 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
1078 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
1079
1080
1081 2012-10-08 Jason Merrill <jason@redhat.com>
1082
1083 * demangle.h (enum demangle_component_type): Add
1084 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
1085
1086 2012-09-18 Florian Weimer <fweimer@redhat.com>
1087
1088 PR other/54411
1089 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
1090
1091 2012-09-06 Cary Coutant <ccoutant@google.com>
1092
1093 * dwarf2.def: Edit comment.
1094
1095 2012-08-24 Sriraman Tallam <tmsriram@google.com>
1096
1097 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
1098 New interface.
1099 (ld_plugin_unique_segment_for_sections): New interface.
1100 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
1101 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
1102 (tv_allow_unique_segment_for_sections): New member.
1103 (tv_unique_segment_for_sections): New member.
1104
1105 2012-07-13 Doug Evans <dje@google.com>
1106
1107 * filenames.h: #include "hashtab.h".
1108 (filename_hash, filename_eq): Declare.
1109
1110 2012-06-18 Doug Evans <dje@google.com>
1111
1112 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
1113
1114 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
1115
1116 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
1117
1118 2012-06-08 Jakub Jelinek <jakub@redhat.com>
1119
1120 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
1121 forms.
1122 * dwarf2.h (enum dwarf_macro_record_type): Add
1123 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
1124 and DW_MACRO_GNU_transparent_include_alt.
1125
1126 2012-05-23 Doug Evans <dje@google.com>
1127
1128 * leb128.h: #include stdint.h, inttypes.h.
1129 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
1130 Change to take a uint64_t * argument instead of unsigned long long.
1131 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
1132 Change to take an int64_t * argument instead of long long.
1133
1134 2012-05-22 Doug Evans <dje@google.com>
1135
1136 * leb128.h: New file.
1137
1138 2012-05-19 Gary Funck <gary@intrepid.com>
1139
1140 * dwarf2.def: Update comment re: UPC extensions to reference
1141 DWARF4 specification.
1142
1143 2012-05-02 Cary Coutant <ccoutant@google.com>
1144
1145 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
1146 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
1147
1148 2012-04-28 Doug Evans <dje@google.com>
1149
1150 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
1151
1152 2012-04-27 Tom Tromey <tromey@redhat.com>
1153
1154 * dwarf2.h: Wrap function declarations in extern "C".
1155
1156 2012-04-27 Tom Tromey <tromey@redhat.com>
1157
1158 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
1159 (enum dwarf_location_atom, enum dwarf_type, enum
1160 dwarf_call_frame_info): Remove.
1161 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
1162 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
1163 Include dwarf2.def.
1164 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
1165 (get_DW_OP_name, get_DW_ATE_name): Declare.
1166 * dwarf2.def: New file, from dwarf2.h.
1167
1168 2012-04-10 Tristan Gingold <gingold@adacore.com>
1169
1170 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
1171 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
1172
1173 2012-01-26 Cary Coutant <ccoutant@google.com>
1174
1175 * dwarf2.h (enum dwarf_form): Add Fission extensions.
1176 (enum dwarf_attribute): Likewise.
1177
1178 2012-01-06 Jason Merrill <jason@redhat.com>
1179
1180 PR c++/6057
1181 PR c++/48051
1182 PR c++/50855
1183 PR c++/51322
1184 * demangle.h (enum demangle_component_type): Add
1185 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
1186
1187 2011-11-07 Richard Henderson <rth@redhat.com>
1188
1189 Merged from transactional-memory.
1190
1191 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
1192 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
1193 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
1194 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
1195
1196 2011-10-21 Ulrich Drepper <drepper@gmail.com>
1197
1198 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
1199
1200 2011-10-21 Marc Glisse <marc.glisse@inria.fr>
1201
1202 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
1203
1204 2011-09-28 Doug Evans <dje@google.com>
1205
1206 * timeval-utils.h: New file.
1207
1208 * libiberty.h (countargv): Declare.
1209
1210 2011-09-26 Cary Coutant <ccoutant@google.com>
1211
1212 PR lto/47247
1213 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
1214 LDPR_PREVAILING_DEF_IRONLY_EXP.
1215 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
1216
1217 2011-09-23 Cary Coutant <ccoutant@google.com>
1218
1219 PR 40831
1220 * demangle.h (enum demangle_component_type): Add
1221 DEMANGLE_COMPONENT_CLONE.
1222
1223 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1224
1225 * xregex.h (regoff_t): Define.
1226
1227 2011-07-22 Jakub Jelinek <jakub@redhat.com>
1228
1229 * dwarf2.h (DW_AT_GNU_macros): New.
1230 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
1231
1232 PR c++/49756
1233 * libiberty.h (stack_limit_increase): New prototype.
1234
1235 2011-07-13 Sriraman Tallam <tmsriram@google.com>
1236
1237 * plugin-api.h
1238 (ld_plugin_section): New struct.
1239 (ld_plugin_get_section_count): New typedef.
1240 (ld_plugin_get_section_type): New typedef.
1241 (ld_plugin_get_section_name): New typedef.
1242 (ld_plugin_get_section_contents): New typedef.
1243 (ld_plugin_update_section_order): New typedef.
1244 (ld_plugin_allow_section_ordering): New typedef.
1245 (LDPT_GET_SECTION_COUNT): New enum value.
1246 (LDPT_GET_SECTION_TYPE): New enum value.
1247 (LDPT_GET_SECTION_NAME): New enum value.
1248 (LDPT_GET_SECTION_CONTENTS): New enum value.
1249 (LDPT_UPDATE_SECTION_ORDER): New enum value.
1250 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
1251 (tv_get_section_count): New struct members.
1252 (tv_get_section_type): New struct members.
1253 (tv_get_section_name): New struct members.
1254 (tv_get_section_contents): New struct members.
1255 (tv_update_section_order): New struct members.
1256 (tv_allow_section_ordering): New struct members.
1257
1258 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1259
1260 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
1261 on Darwin, as well as on the systems that use a DOS-like
1262 filesystem.
1263
1264 2011-06-22 Jakub Jelinek <jakub@redhat.com>
1265
1266 PR debug/47858
1267 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
1268
1269 2011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1270
1271 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
1272 (DMGL_RET_DROP): New.
1273
1274 2011-04-30 Jakub Jelinek <jakub@redhat.com>
1275
1276 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
1277 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
1278
1279 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1280
1281 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
1282
1283 2011-03-31 Tristan Gingold <gingold@adacore.com>
1284
1285 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
1286
1287 2011-03-24 Mark Wielaard <mjw@redhat.com>
1288
1289 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
1290
1291 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
1292
1293 * plugin-api.h (ld_plugin_get_view): New.
1294 (ld_plugin_tag): Add LDPT_GET_VIEW.
1295 (ld_plugin_tv): Add tv_get_view.
1296
1297 2011-03-16 Jakub Jelinek <jakub@redhat.com>
1298
1299 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
1300 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
1301 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
1302 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
1303 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
1304 DW_OP_GNU_entry_value): New.
1305
1306 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
1307
1308 * filenames.h (filename_ncmp): New prototype.
1309
1310 2011-02-23 Kai Tietz <kai.tietz@onevision.com>
1311
1312 * dwarf2.h (_ELF_DWARF2_H): Renamed to
1313 _DWARF2_H.
1314 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
1315 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
1316 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
1317 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
1318
1319 2011-01-12 Iain Sandoe <iains@gcc.gnu.org>
1320
1321 * dwarf2.h: Update value for DW_AT_hi_user.
1322
1323 2010-11-16 Ian Lance Taylor <iant@google.com>
1324
1325 * simple-object.h (simple_object_attributes_merge): Declare,
1326 replacing simple_object_attributes_compare.
1327
1328 2010-11-04 Ian Lance Taylor <iant@google.com>
1329
1330 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
1331
1332 2010-11-02 Ian Lance Taylor <iant@google.com>
1333
1334 * simple-object.h: New file.
1335
1336 2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
1337
1338 Sync LD plugin patch series (part 1/6) with src/include/.
1339 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
1340
1341 2010-10-06 Andi Kleen <ak@linux.intel.com>
1342
1343 * libiberty.h (setproctitle): Add prototype.
1344
1345 2010-09-09 Jakub Jelinek <jakub@redhat.com>
1346
1347 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
1348
1349 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
1350
1351 * floatformat.h (floatformat_ieee_half_big): Add declaration.
1352 (floatformat_ieee_half_little): Likewise.
1353
1354 2010-06-21 Rafael Espindola <espindola@google.com>
1355
1356 * plugin-api.h (ld_plugin_set_extra_library_path): New.
1357 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
1358 (ld_plugin_tv): Add tv_set_extra_library_path.
1359
1360 2010-06-21 Jakub Jelinek <jakub@redhat.com>
1361
1362 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
1363
1364 2010-06-18 Rafael Espindola <espindola@google.com>
1365
1366 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
1367 Make argument const.
1368
1369 2010-06-08 Tristan Gingold <gingold@adacore.com>
1370
1371 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
1372 DW_TAG_HP_Bliss_field_set.
1373 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
1374 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
1375 DW_AT_HP_definition_points, DW_AT_HP_default_location and
1376 DW_AT_HP_is_result_param.
1377 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
1378 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
1379 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
1380 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
1381 (enum dwarf_line_number_x_ops): Add
1382 DW_LNE_HP_source_file_correlation.
1383 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
1384 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
1385 DW_LANG_HP_Assembler.
1386
1387 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1388
1389 * splay-tree.h: Update copyright years.
1390 (splay_tree_s): Document fields.
1391 (splay_tree_new_typed_alloc): New.
1392
1393 * hashtab.h: Update copyright years.
1394 (htab_create_typed_alloc): New.
1395
1396 2010-06-01 Rafael Espindola <espindola@google.com>
1397
1398 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
1399
1400 2010-04-26 Pedro Alves <pedro@codesourcery.com>
1401
1402 * filenames.h (PATH_SEPARATOR): Delete.
1403
1404 2010-04-23 Pedro Alves <pedro@codesourcery.com>
1405
1406 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
1407 always define it independently of host, add `dos_based' parameter,
1408 and handle it.
1409 (PATH_SEPARATOR): Define.
1410 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
1411 independently of host, add `dos_based' parameter, and handle it.
1412 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
1413 it independently of host, add `dos_based' parameter, and handle
1414 it.
1415 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
1416 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
1417 (HAS_DOS_DRIVE_SPEC): New.
1418 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
1419 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
1420 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
1421 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
1422
1423 2010-04-20 Nick Clifton <nickc@redhat.com>
1424
1425 * sha1.h: Update copyright notice to use GPLv3.
1426
1427 2010-04-14 Doug Evans <dje@google.com>
1428
1429 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
1430
1431 2010-04-13 Matthias Klose <doko@ubuntu.com>
1432
1433 * elf: Remove empty directory.
1434
1435 2010-04-06 Jakub Jelinek <jakub@redhat.com>
1436
1437 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
1438 field.
1439
1440 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1441
1442 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
1443
1444 2010-01-13 Joel Brobecker <brobecker@adacore.com>
1445
1446 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
1447 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
1448
1449 2010-01-11 Tristan Gingold <gingold@adacore.com>
1450
1451 * demangle.h (ada_demangle): Add prototype.
1452
1453 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1454
1455 PR bootstrap/41771
1456 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
1457
1458 2009-12-29 Joel Brobecker <brobecker@adacore.com>
1459
1460 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
1461
1462 2009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
1463
1464 Add DWARF attribute value for the "Borland fastcall" calling
1465 convention.
1466 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
1467
1468 2009-10-23 Kai Tietz <kai.tietz@onevision.com>
1469
1470 * splay-tree.h (libi_uhostptr_t): Add gcc specific
1471 __extension__ for long long type case to silent cX9.
1472 (libi_shostptr_t): Likewise.
1473
1474 2009-10-19 Rafael Avila de Espindola <espindola@google.com>
1475
1476 PR40790
1477 * plugin-api.h: Don't include stdint.h unconditionally.
1478
1479 2009-10-15 Jakub Jelinek <jakub@redhat.com>
1480
1481 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
1482 a DWARF 4 addition.
1483
1484 2009-10-09 Rafael Espindola <espindola@google.com>
1485
1486 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
1487 libname.
1488
1489 2009-10-05 Rafael Espindola <espindola@google.com>
1490
1491 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1492 (ld_plugin_get_input_file): New.
1493 (ld_plugin_release_input_file): New.
1494 (ld_plugin_add_input_library): New.
1495 (ld_plugin_message): Mark format const.
1496 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1497 LDPT_ADD_INPUT_LIBRARY.
1498 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1499 tv_add_input_library.
1500
1501 2009-10-04 Jerry Quinn <jlquinn@optonline.net>
1502
1503 * plugin-api.h: Fix compile.
1504
1505 2009-10-03 Rafael Espindola <espindola@google.com>
1506
1507 * plugin-api.h: New.
1508 * lto-symtab.h: New.
1509
1510 2009-09-29 Jason Merrill <jason@redhat.com>
1511
1512 * demangle.h (enum demangle_component_type): Add
1513 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1514 DEMANGLE_COMPONENT_UNNAMED_TYPE.
1515 (struct demangle_component): Add s_unary_num.
1516
1517 2009-09-25 Dodji Seketeli <dodji@redhat.com>
1518
1519 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1520 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1521 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1522
1523 2009-09-25 Cary Coutant <ccoutant@google.com>
1524
1525 Add rest of new values from DWARF Version 4.
1526 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1527 New tags.
1528 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1529 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1530 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1531 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1532 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1533 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1534 attributes.
1535 (DW_LANG_Python): New language.
1536
1537 2009-09-22 Dodji Seketeli <dodji@redhat.com>
1538
1539 * dwarf2.h (enum dwarf_tag): Add
1540 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1541
1542 2009-07-24 Ian Lance Taylor <iant@google.com>
1543
1544 PR bootstrap/40854
1545 * libiberty.h (xcrc32): Rename from crc32.
1546
1547 2009-07-24 Ian Lance Taylor <iant@google.com>
1548
1549 * libiberty.h (crc32): Declare.
1550
1551 2009-07-20 Cary Coutant <ccoutant@google.com>
1552 Doug Evans <dje@google.com>
1553
1554 Add some dwarf4 values.
1555 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1556 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1557 DW_FORM_flag_present, DW_FORM_sig8.
1558 (enum dwarf_attribute): Add DW_AT_signature.
1559
1560 2009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1561
1562 * demangle.h
1563 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1564 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1565 New.
1566
1567 2009-07-09 Jakub Jelinek <jakub@redhat.com>
1568
1569 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1570 and DW_OP_stack_value.
1571
1572 2009-07-09 Tom Tromey <tromey@redhat.com>
1573
1574 * elf/dwarf2.h: Remove, renaming to...
1575 * dwarf2.h: ... this.
1576
1577 2009-06-29 Tom Tromey <tromey@redhat.com>
1578
1579 * elf/dwarf2.h: New file. Merged with gdb.
1580
1581 2009-06-09 Ian Lance Taylor <ian@airs.com>
1582
1583 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1584
1585 2009-06-03 Ian Lance Taylor <iant@google.com>
1586
1587 * ansidecl.h (EXPORTED_CONST): Define.
1588
1589 2009-05-31 Ian Lance Taylor <iant@google.com>
1590
1591 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
1592 the way we treat an ISO C compiler. Don't define inline as a
1593 macro when compiling with C++.
1594 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
1595 when compiling with C++.
1596 * fibheap.h: Add extern "C" when compiling with C++.
1597
1598 2009-04-22 Taras Glek <tglek@mozilla.com>
1599
1600 * hashtab.h: Update GTY annotations to new syntax.
1601 * splay-tree.h: Likewise.
1602
1603 2009-03-17 Jason Merrill <jason@redhat.com>
1604
1605 * demangle.h (enum demangle_component_type): Add
1606 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1607
1608 2008-12-10 Jason Merrill <jason@redhat.com>
1609
1610 * demangle.h (enum demangle_component_type): Add
1611 DEMANGLE_COMPONENT_FIXED_TYPE.
1612
1613 2008-11-19 Bob Wilson <bob.wilson@acm.org>
1614
1615 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1616 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1617 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1618 (XCHAL_NUM_AREGS): Change to 32.
1619 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1620 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1621 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1622 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1623 (XCHAL_DEBUGLEVEL): Change to 6.
1624
1625 2008-10-21 Alan Modra <amodra@bigpond.net.au>
1626
1627 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1628
1629 2008-10-06 Jason Merrill <jason@redhat.com>
1630
1631 * demangle.h (enum demangle_component_type): Add
1632 DEMANGLE_COMPONENT_PACK_EXPANSION.
1633
1634 2008-09-09 Jason Merrill <jason@redhat.com>
1635
1636 * demangle.h (enum demangle_component_type): Add
1637 DEMANGLE_COMPONENT_DECLTYPE.
1638
1639 2008-07-07 Joel Brobecker <brobecker@adacore.com>
1640
1641 * safe-ctype.h: Add #include of ctype.h before redefining
1642 the ctype.h macros.
1643
1644 2008-07-04 Joel Brobecker <brobecker@adacore.com>
1645
1646 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1647 included. Redefine the various macros provided by ctype.h as
1648 undefined variables.
1649
1650 2008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1651
1652 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1653 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1654
1655 2008-03-24 Ian Lance Taylor <iant@google.com>
1656
1657 * sha1.h: New file, from gnulib.
1658
1659 * md5.h: Add extern "C" when compiled with C++.
1660
1661 2008-03-21 Ian Lance Taylor <iant@google.com>
1662
1663 * filenames.h: Add extern "C" when compiled with C++.
1664
1665 2008-02-11 Bob Wilson <bob.wilson@acm.org>
1666
1667 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1668 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1669
1670 2008-01-26 David Daney <ddaney@avtrex.com>
1671
1672 * demangle.h (demangle_component_type): Add
1673 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1674 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1675 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1676 (demangle_component): Add struct s_character to union u.
1677
1678 2007-11-07 Joseph Myers <joseph@codesourcery.com>
1679 Daniel Jacobowitz <dan@codesourcery.com>
1680
1681 * floatformat.h (struct floatformat): Add split_half field.
1682 (floatformat_ibm_long_double): New.
1683
1684 2007-09-06 Tom Tromey <tromey@redhat.com>
1685
1686 * libiberty.h (pex_free): Document process killing.
1687
1688 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1689
1690 * demangle.h (enum demangle_component_type): Add
1691 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1692
1693 2007-07-25 Ben Elliston <bje@au.ibm.com>
1694
1695 * ternary.h: Remove.
1696
1697 2007-07-18 Bob Wilson <bob.wilson@acm.org>
1698
1699 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1700 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1701
1702 2007-07-17 Nick Clifton <nickc@redhat.com>
1703
1704 * COPYING3: New file. Contains version 3 of the GNU General
1705 Public License.
1706
1707 2007-07-12 Kai Tietz <kai.tietz@onevision.com>
1708
1709 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1710 needed for WIN64 when a long is not wide enough for a pointer.
1711 (splay_tree_key, splay_tree_value): Use the new types.
1712
1713 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1714
1715 * libiberty.h (writeargv): Declare.
1716
1717 2007-04-25 Mark Mitchell <mark@codesourcery.com>
1718
1719 * demangle.h: Change license to LGPL + exception.
1720
1721 2007-03-29 Joel Brobecker <brobecker@adacore.com>
1722
1723 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1724 regardless of the type of file system.
1725
1726 2007-03-06 Jan Hubicka <jh@suse.cz>
1727
1728 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1729
1730 2007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1731
1732 * libiberty.h (pex_write_input): Remove prototype.
1733
1734 2007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1735
1736 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1737 (PEX_BINARY_ERROR): New define.
1738 (pex_read_err): New function.
1739
1740 2007-01-29 Simon Baldwin <simonb@google.com>
1741
1742 * demangle.h: New cplus_demangle_print_callback,
1743 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1744 prototypes, and demangle_callbackref type definition.
1745
1746 2006-12-06 Nick Clifton <nickc@redhat.com>
1747
1748 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1749
1750 2006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
1751 J"orn Rennecke <joern.rennecke@st.com>
1752
1753 PR driver/29931
1754 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1755
1756 2006-11-27 Bob Wilson <bob.wilson@acm.org>
1757
1758 * xtensa-config.h (XSHAL_ABI): New.
1759 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1760
1761 2006-04-11 Jim Blandy <jimb@codesourcery.com>
1762
1763 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1764
1765 2006-01-18 DJ Delorie <dj@redhat.com>
1766
1767 * md5.h: Include ansidecl.h
1768
1769 2006-01-09 Bob Wilson <bob.wilson@acm.org>
1770
1771 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1772
1773 2005-12-30 Bob Wilson <bob.wilson@acm.org>
1774
1775 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1776
1777 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1778
1779 PR java/9861
1780 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1781 output format for return types
1782
1783 2005-10-31 Mark Kettenis <kettenis@gnu.org>
1784
1785 * floatformat.h (enum floatformat_byteorders): Add
1786 floatformat_vax.
1787 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1788
1789 2005-09-26 Mark Mitchell <mark@codesourcery.com>
1790
1791 * libiberty.h (expandargv): New function.
1792
1793 2005-08-17 Mark Kettenis <kettenis@gnu.org>
1794
1795 * floatformat.h (struct floatformat): Change type of large
1796 argument for is_valid member to `const void *'.
1797 (floatformat_to_double): Change type of second argument to `const
1798 void *'.
1799 (floatformat_from_double): Change type of last argument to `void
1800 *'.
1801 (floatformat_is_valid): Change type of last argument to `const
1802 void *'.
1803
1804 2005-07-12 Ben Elliston <bje@au.ibm.com>
1805
1806 * xregex2.h (regexec): Qualify this prototype with __extension__
1807 when compiling with GNU C.
1808
1809 2005-07-03 Steve Ellcey <sje@cup.hp.com>
1810
1811 PR other/13906
1812 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1813 * md5.h (md5_uintptr): New.
1814 (md5_ctx): Align buffer field.
1815
1816 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
1817
1818 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1819 (HTAB_EMPTY_ENTRY): New macro.
1820
1821 2005-06-20 Geoffrey Keating <geoffk@apple.com>
1822
1823 * libiberty.h (strverscmp): Prototype.
1824
1825 2005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1826
1827 * libiberty.h (XOBFINISH): New.
1828
1829 2005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1830
1831 * libiberty.h (vsnprintf): Add format attribute.
1832
1833 2005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1834
1835 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1836
1837 2005-05-28 Eli Zaretskii <eliz@gnu.org>
1838
1839 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1840 needed.
1841 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1842
1843 2005-05-25 Richard Henderson <rth@redhat.com>
1844
1845 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1846
1847 2005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1848
1849 * libiberty.h (ACONCAT): Properly cast value of alloca().
1850
1851 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
1852 __cplusplus.
1853
1854 2005-05-12 Steve Ellcey <sje@cup.hp.com>
1855
1856 libiberty.h: Do not define empty basename prototype.
1857
1858 2005-05-10 Nick Clifton <nickc@redhat.com>
1859
1860 * Update the address and phone number of the FSF organization in
1861 the GPL notices in the following files:
1862 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1863 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1864 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1865 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1866 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1867 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1868 xtensa-isa-internal.h, xtensa-isa.h
1869
1870 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1871
1872 * libiberty.h (unlock_std_streams): New.
1873
1874 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1875
1876 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1877 Don't use the PTR macro.
1878
1879 * sort.h: Don't use the PARAMS macro.
1880
1881 2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1882
1883 * libiberty.h (unlock_stream): New.
1884
1885 2005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1886
1887 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1888 Remove parameter names.
1889
1890 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1891
1892 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1893 Provide prototypes for new functions.
1894
1895 2005-03-29 Ian Lance Taylor <ian@airs.com>
1896
1897 * libiberty.h: Fix indentation.
1898
1899 2005-03-28 Ian Lance Taylor <ian@airs.com>
1900
1901 * libiberty.h: Include <stdio.h>.
1902 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1903 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1904 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1905 (pex_init, pex_run, pex_read_output): Declare.
1906 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1907 (struct pex_time): Define.
1908
1909 2005-03-28 Mark Mitchell <mark@codesourcery.com>
1910
1911 * libiberty.h (ffs): Declare, if necessary.
1912
1913 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1914
1915 * xregex2.h (_RE_ARGS): Remove definition and uses.
1916
1917 2005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1918
1919 * ternary.h: Don't use PARAMS anymore.
1920
1921 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1922
1923 * partition.h: Remove use of PARAMS.
1924 * obstack.h: Remove conditional prototypes __STDC__.
1925 * objalloc.h: Remove use of PARAMS.
1926 * splay-tree.h: Likewise.
1927
1928 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1929
1930 * md5.h: Remove definition and uses of __P.
1931 * dyn-string.h: Remove uses of PARAMS.
1932 * fibheap.h: Likewise.
1933 * floatformat.h: Likewise.
1934 * hashtab.h: Likewise.
1935
1936 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1937
1938 * demangle.h: Remove uses of PARAMS.
1939
1940 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1941 ANSI_PROTOTYPES is always assumed.
1942 Remove uses of PARAMS throughout.
1943
1944 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1945
1946 * libiberty.h (xstrndup): Declare.
1947
1948 2005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1949
1950 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1951
1952 2005-03-09 Mark Mitchell <mark@codesourcery.com>
1953
1954 * libiberty.h (gettimeofday): Declare.
1955
1956 2005-03-01 Jan Beulich <jbeulich@novell.com>
1957
1958 * libiberty.h: Declare unlink_if_ordinary.
1959
1960 2005-02-14 Paolo Bonzini <bonzini@gnu.org>
1961
1962 PR bootstrap/19818
1963 * ansidecl.h (PARAMS): Guard from redefinition.
1964
1965 2004-12-11 Ben Elliston <bje@au.ibm.com>
1966
1967 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1968 when __GNUC__ is defined and ints are less than 32-bits wide.
1969
1970 2004-10-07 Bob Wilson <bob.wilson@acm.org>
1971
1972 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1973 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1974 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1975
1976 2004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1977
1978 * libiberty.h (basename): Prototype for __MINGW32__.
1979
1980 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1981
1982 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1983 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1984 concat_copy2): Use ATTRIBUTE_SENTINEL.
1985
1986 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1987
1988 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1989 const-qualification before disposal.
1990
1991 2004-07-24 Bernardo Innocenti <bernie@develer.com>
1992
1993 * ansidecl.h (ARG_UNUSED): New Macro.
1994
1995 2004-07-24 Bernardo Innocenti <bernie@develer.com>
1996
1997 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1998 libcpp/internal.h.
1999 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
2000 macros.
2001
2002 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
2003
2004 * ansidecl.h (ATTRIBUTE_PURE): New.
2005
2006 2004-07-13 Bernardo Innocenti <bernie@develer.com>
2007
2008 * libiberty.h (ASTRDUP): Add casts required for stricter
2009 type conversion rules of C++.
2010 * obstack.h (obstack_free): Likewise.
2011
2012 2004-05-04 Andreas Jaeger <aj@suse.de>
2013
2014 * demangle.h: Do not use C++ reserved keyword typename as
2015 parameter for cplus_demangle_fill_builtin_type.
2016
2017 2004-04-22 Richard Henderson <rth@redhat.com>
2018
2019 * hashtab.h (struct htab): Add size_prime_index.
2020
2021 2004-04-13 Jeff Law <law@redhat.com>
2022
2023 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
2024
2025 2004-03-30 Zack Weinberg <zack@codesourcery.com>
2026
2027 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
2028
2029 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
2030
2031 * dyn-string.h: Update copyright date.
2032
2033 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2034
2035 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
2036 the associated #defines.
2037
2038 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2039
2040 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
2041 "libiberty.h".
2042
2043 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
2044
2045 * demangle.h (enum demangle_component_type): Define.
2046 (struct demangle_operator_info): Declare.
2047 (struct demangle_builtin_type_info): Declare.
2048 (struct demangle_component): Define.
2049 (cplus_demangle_fill_component): Declare.
2050 (cplus_demangle_fill_name): Declare.
2051 (cplus_demangle_fill_builtin_type): Declare.
2052 (cplus_demangle_fill_operator): Declare.
2053 (cplus_demangle_fill_extended_operator): Declare.
2054 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
2055 (cplus_demangle_v3_components): Declare.
2056 (cplus_demangle_print): Declare.
2057
2058 For older changes see ChangeLog-9103
2059 \f
2060 Local Variables:
2061 mode: change-log
2062 left-margin: 8
2063 fill-column: 74
2064 version-control: never
2065 End: