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