]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Daily bump.
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
9a8b868d
GA
12022-10-31 Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
2
3 * btf.h (btf_enum64): Add new definition and new symbolic
4 constant to BTF_KIND_ENUM64 and BTF_KF_ENUM_{UN,}SIGNED.
5
62022-10-31 Lulu Cheng <chenglulu@loongson.cn>
7 qijingwen <qijingwen@loongson.cn>
8
9 * vtv-change-permission.h (defined): Determines whether the macro
10 __loongarch_lp64 is defined
11 (VTV_PAGE_SIZE): Set VTV_PAGE_SIZE to 16KiB for loongarch64.
12
4e939ae1
GA
132022-10-24 Tobias Burnus <tobias@codesourcery.com>
14
15 * cuda/cuda.h (enum CUdevice_attribute): Add
16 CU_DEVICE_ATTRIBUTE_UNIFIED_ADDRESSING.
17 (CU_MEMHOSTALLOC_DEVICEMAP): Define.
18 (cuMemHostAlloc): Add prototype.
19
47a6ae56
GA
202022-10-20 Tobias Burnus <tobias@codesourcery.com>
21
22 * gomp-constants.h (GOMP_DEVICE_HSA): Comment out unused define.
23
621a911d
GA
242022-10-13 Xi Ruoyao <xry111@xry111.site>
25
26 * longlong.h [__loongarch__] (count_leading_zeros): Define.
27 [__loongarch__] (count_trailing_zeros): Likewise.
28 [__loongarch__] (COUNT_LEADING_ZEROS_0): Likewise.
29
1f16a020
GA
302022-09-27 Jakub Jelinek <jakub@redhat.com>
31
32 PR c++/106652
33 PR c++/85518
34 * demangle.h (enum demangle_component_type): Add
35 DEMANGLE_COMPONENT_EXTENDED_BUILTIN_TYPE.
36 (struct demangle_component): Add u.s_extended_builtin member.
37
382022-09-27 Meghan Denny <hello@nektro.net>
39
40 * dwarf2.h: Update with additional languages from dwarf
41 standard.
42
43997608
GA
432022-07-12 Martin Liska <mliska@suse.cz>
44
45 * plugin-api.h (enum linker_api_version): New enum.
46 (ld_plugin_get_api_version): New.
47 (enum ld_plugin_tag): Add LDPT_GET_API_VERSION.
48 (struct ld_plugin_tv): Add tv_get_api_version.
49
4bc92c3b
GA
502022-07-06 Thomas Schwinge <thomas@codesourcery.com>
51
52 * gomp-constants.h (OMP_REQUIRES_[...]): Update comment.
53
8467574d
GA
542022-07-04 Tobias Burnus <tobias@codesourcery.com>
55 Chung-Lin Tang <cltang@codesourcery.com>
56 Thomas Schwinge <thomas@codesourcery.com>
57
58 * gomp-constants.h (GOMP_VERSION): Bump to 2.
59 (GOMP_REQUIRES_UNIFIED_ADDRESS, GOMP_REQUIRES_UNIFIED_SHARED_MEMORY,
60 GOMP_REQUIRES_REVERSE_OFFLOAD, GOMP_REQUIRES_TARGET_USED):
61 New defines.
62
c3642271
GA
632022-06-13 Jakub Jelinek <jakub@redhat.com>
64
65 * gomp-constants.h (GOMP_DEVICE_INVALID): Define.
66
820ead45
GA
672022-05-31 Alan Modra <amodra@gmail.com>
68
69 * dwarf2.def: Correct spelling of DW_AT_namelist_item.
70
768f49a2
GA
712022-05-24 David Malcolm <dmalcolm@redhat.com>
72
73 * ansidecl.h: Drop macros OVERRIDE and FINAL.
74
168fc8bd
GA
752022-05-23 Nathan Sidwell <nathan@acm.org>
76
77 * demangle.h (enum demangle_component_type): Add module components.
78
1cda629f
GA
792022-05-18 Thomas Schwinge <thomas@codesourcery.com>
80
81 * cuda/cuda.h (enum CUjit_option): Add
82 'CU_JIT_GENERATE_DEBUG_INFO', 'CU_JIT_GENERATE_LINE_INFO'.
83 (enum CUlimit): Add 'CU_LIMIT_STACK_SIZE',
84 'CU_LIMIT_MALLOC_HEAP_SIZE'.
85 (cuCtxSetLimit, cuGetErrorName): Add.
86
872022-05-18 Thomas Schwinge <thomas@codesourcery.com>
88
89 * cuda/cuda.h: For C++, wrap in 'extern "C"'.
90
3d9439b1
GA
912022-05-17 Nathan Sidwell <nathan@acm.org>
92
93 * demangle.h (enum demangle_component_type): Add
94 DEMANGLE_COMPONENT_STRUCTURED_BINDING.
95
962022-05-17 Jakub Jelinek <jakub@redhat.com>
97
98 * gomp-constants.h (GOMP_DEPEND_INOUTSET): Define.
99
e8778989
GA
1002022-05-10 Martin Liska <mliska@suse.cz>
101
102 * ansidecl.h (PTR): Remove.
103 (const): Likewise.
104 (volatile): Likewise.
105 (signed): Likewise.
106
1072022-05-10 Martin Liska <mliska@suse.cz>
108
109 * hashtab.h (HTAB_EMPTY_ENTRY): Use void * instead PTR.
110 (HTAB_DELETED_ENTRY): Likewise.
111
bd022ff9
GA
1122022-05-09 Martin Liska <mliska@suse.cz>
113
114 * ansidecl.h (PTR): Remove Not ANCI C part.
115
3e7db517
GA
1162022-05-04 Martin Liska <mliska@suse.cz>
117
118 * plugin-api.h (enum ld_plugin_tag): Do not set implicit enum
119 values.
120
80eb8ec6
GA
1212022-04-06 Thomas Schwinge <thomas@codesourcery.com>
122
123 * cuda/cuda.h: New file.
124
d7f00da1
GA
1252022-03-19 Tiezhu Yang <yangtiezhu@loongson.cn>
126
127 * floatformat.h (floatformat_ieee_quad_big): Renamed from
128 floatformat_ia64_quad_big.
129 (floatformat_ieee_quad_little): Similarly.
130
c8dcf64b
GA
1312021-12-12 Jonathan Wakely <jwakely@redhat.com>
132
133 * unique-ptr.h: Removed.
134
0bceef16
GA
1352021-12-10 Andrew Stubbs <ams@codesourcery.com>
136
137 * gomp-constants.h (GOMP_VERSION_GCN): Bump.
138
641ff219
GA
1392021-12-08 Chung-Lin Tang <cltang@codesourcery.com>
140
141 PR middle-end/92120
142 * gomp-constants.h (enum gomp_map_kind):
143 Add GOMP_MAP_ATTACH_ZERO_LENGTH_ARRAY_SECTION, and
144 GOMP_MAP_POINTER_TO_ZERO_LENGTH_ARRAY_SECTION map kinds.
145 (GOMP_MAP_POINTER_P):
146 Include GOMP_MAP_POINTER_TO_ZERO_LENGTH_ARRAY_SECTION.
147
af2852b9
GA
1482021-11-12 Chung-Lin Tang <cltang@codesourcery.com>
149
150 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_3): Define special bit macro.
151 (GOMP_MAP_IMPLICIT): New special map kind bits value.
152 (GOMP_MAP_FLAG_SPECIAL_BITS): Define helper mask for whole set of
153 special map kind bits.
154 (GOMP_MAP_IMPLICIT_P): New predicate macro for implicit map kinds.
155
851dff04
GA
1562021-11-05 Gerald Pfeifer <gerald@pfeifer.com>
157 Jakub Jelinek <jakub@redhat.com>
158
159 * md5.h (USE_SYSTEM_MD5): Introduce.
160
cf966403
GA
1612021-09-27 Vincent Lefevre <vincent@vinc17.net>
162
163 * floatformat.h: Update pathname for IBM long double description.
164
e4777439
GA
1652021-09-22 Alan Modra <amodra@gmail.com>
166
167 * obstack.h (__PTR_ALIGN): Expand and simplify __BPTR_ALIGN
168 rather than calculating relative to a NULL pointer.
169
38b19c5b
GA
1702021-08-23 Jakub Jelinek <jakub@redhat.com>
171
172 * gomp-constants.h (GOMP_TASK_FLAG_STRICT): Define.
173
5a957cd3
GA
1742021-07-24 Marek Polacek <polacek@redhat.com>
175
176 * ansidecl.h: Check if __cplusplus is defined before checking
177 the value of __cpp_constexpr and __cplusplus. Don't check
178 __STDC_VERSION__ in C++.
179
7a60a6e8
GA
1802021-07-02 David Faust <david.faust@oracle.com>
181
182 * btf.h (struct btf_type): Update bit usage comment.
183 (BTF_INFO_KIND): Update bit mask.
184 (BTF_KIND_FLOAT): New define.
185 (BTF_KIND_MAX): Update.
186
c8abc205
GA
1872021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
188 David Faust <david.faust@oracle.com>
189 Jose E. Marchesi <jose.marchesi@oracle.com>
190 Weimin Pan <weimin.pan@oracle.com>
191
192 * ctf.h: New file.
193 * btf.h: Likewise.
194
cfe82a0c
GA
1952021-05-06 Tom Tromey <tom@tromey.com>
196
197 * hashtab.h (htab_eq_string): Declare.
198
95d217ab
GA
1992021-03-31 Patrick Palka <ppalka@redhat.com>
200
201 PR c++/88115
202 * demangle.h (enum demangle_component_type): Add
203 DEMANGLE_COMPONENT_VENDOR_EXPR.
204
59cf67d1
GA
2052021-01-16 Kwok Cheung Yeung <kcy@codesourcery.com>
206
207 * gomp-constants.h (GOMP_TASK_FLAG_DETACH): New.
208
2e96eec6
GA
2092021-01-03 Mike Frysinger <vapier@gentoo.org>
210
211 * libiberty.h (strverscmp): Delete duplicate prototype.
212
ca2bd949
GA
2132020-12-09 Andrew Stubbs <ams@codesourcery.com>
214
215 * hsa.h: Replace whole file.
216 * hsa_ext_amd.h: New file.
217 * hsa_ext_image.h: New file.
218
a2b7397b
GA
2192020-09-24 Mark Wielaard <mark@klomp.org>
220
221 * dwarf2.def: Add DWARF5 Unit type header encoding macros
222 DW_UT_FIRST, DW_UT and DW_UT_END.
223 * dwarf2.h (enum dwarf_unit_type): Removed and define using
224 DW_UT_FIRST, DW_UT and DW_UT_END macros.
225 (DW_CIE_VERSION): Removed.
226 (get_DW_UT_name): New function declaration.
227
9f7ab8c5
GA
2282020-09-15 Tobias Burnus <tobias@codesourcery.com>
229
230 PR fortran/96668
231 * gomp-constants.h (GOMP_MAP_ALWAYS_POINTER_P): Define.
232
fcf56ef5
CT
2332020-09-09 Caroline Tice <cmtice@google.com>
234
235 * dwarf2.h (enum dwarf_sect_v5): A new enum section for the
236 sections in a DWARF 5 DWP file (DWP version 5).
237
80f86e78
GA
2382020-09-09 Caroline Tice <cmtice@google.com>
239
240 * dwarf2.h (enum dwarf_sect_v5): A new enum section for the
241 sections in a DWARF 5 DWP file (DWP version 5).
242
31a05046
GA
2432020-09-08 Felix Willgerodt <felix.willgerodt@intel.com>
244
245 * floatformat.h (floatformat_bfloat16_big): New.
246 (floatformat_bfloat16_little): New.
247
6a1ad710
GA
2482020-08-03 Martin Jambor <mjambor@suse.cz>
249
250 * gomp-constants.h (GOMP_VERSION_HSA): Remove.
251
3f8ca9cb
GA
2522020-07-09 Julian Brown <julian@codesourcery.com>
253 Thomas Schwinge <thomas@codesourcery.com>
254
255 PR middle-end/95270
256 * gomp-constants.h (gomp_map_kind): Expand comment for attach/detach
257 mapping kinds.
258
2592020-07-09 Julian Brown <julian@codesourcery.com>
260
261 * gomp-constants.h (gomp_map_kind): Update comment for GOMP_MAP_TO_PSET.
262
c9c05f73
GA
2632020-06-26 Nick Clifton <nickc@redhat.com>
264
265 * libiberty.h (bsearch_r): Remove use of the register keyword from
266 the prototype.
267
4543acc8
GA
2682020-06-23 Nick Alcock <nick.alcock@oracle.com>
269
270 * libiberty.h (bsearch_r): New.
271
e9f799d2
ML
2722020-04-17 Martin Liska <mliska@suse.cz>
273 Jonathan Yong <10walls@gmail.com>
274
275 PR gcov-profile/94570
276 * filenames.h (defined): Do not define HAVE_DOS_BASED_FILE_SYSTEM
277 for CYGWIN.
278
d3ee88fd 2792020-04-01 Maciej W. Rozycki <macro@linux-mips.org>
142d68f5
ML
280
281 PR lto/94249
282 * plugin-api.h: Fix a typo.
283
906b3eb9
ML
2842020-03-24 Martin Liska <mliska@suse.cz>
285
286 PR lto/94249
287 * plugin-api.h: Add more robust endianess detection.
288
15711e83
ML
2892020-03-21 Martin Liska <mliska@suse.cz>
290
291 * plugin-api.h (enum ld_plugin_symbol_type): Remove
292 comma after last value of an enum.
293 * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
294
c8429c2a
ML
2952020-03-19 Martin Liska <mliska@suse.cz>
296
297 * lto-symtab.h (enum gcc_plugin_symbol_type): New.
298 (enum gcc_plugin_symbol_section_kind): Likewise.
299
f5389e17
ML
3002020-03-19 Martin Liska <mliska@suse.cz>
301
302 * plugin-api.h (struct ld_plugin_symbol): Split
303 int def into 4 char fields.
304 (enum ld_plugin_symbol_type): New.
305 (enum ld_plugin_symbol_section_kind): New.
306 (enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2.
307
5f44a434
AB
3082020-02-05 Andrew Burgess <andrew.burgess@embecosm.com>
309
310 * hashtab.h (htab_remove_elt): Make a parameter const.
311 (htab_remove_elt_with_hash): Likewise.
312
6fc0385c
TS
3132020-01-10 Thomas Schwinge <thomas@codesourcery.com>
314
315 * gomp-constants.h (enum gomp_device_property): Remove.
316
8d9254fc
JJ
3172020-01-01 Jakub Jelinek <jakub@redhat.com>
318
319 Update copyright years.
320
6c84c8bf
MR
3212019-12-22 Maciej W. Rozycki <macro@codesourcery.com>
322 Frederik Harwath <frederik@codesourcery.com>
323 Thomas Schwinge <tschwinge@codesourcery.com>
324
325 * gomp-constants.h (gomp_device_property): New enum.
326
4fd872bc
JB
3272019-12-19 Julian Brown <julian@codesourcery.com>
328
329 * gomp-constants.h (gomp_map_kind): Add GOMP_MAP_ATTACH_DETACH.
330
8e7e71ff
JB
3312019-12-19 Julian Brown <julian@codesourcery.com>
332
333 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_4, GOMP_MAP_DEEP_COPY):
334 Define.
335 (gomp_map_kind): Add GOMP_MAP_ATTACH, GOMP_MAP_DETACH,
336 GOMP_MAP_FORCE_DETACH.
337
a6163563
JB
3382019-12-19 Julian Brown <julian@codesourcery.com>
339 Maciej W. Rozycki <macro@codesourcery.com>
340 Tobias Burnus <tobias@codesourcery.com>
341 Thomas Schwinge <thomas@codesourcery.com>
342
343 * gomp-constants.h (gomp_map_kind): Support GOMP_MAP_NO_ALLOC.
344
513e0aa0
JL
3452019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
346
347 * demangle.h (struct demangle_component): Add member
348 d_counting.
349
3502019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
32fc3719
EMB
351
352 * demangle.h (rust_demangle_callback): Add.
353
fa499995
AS
3542019-11-13 Andrew Stubbs <ams@codesourcery.com>
355 Kwok Cheung Yeung <kcy@codesourcery.com>
356 Julian Brown <julian@codesourcery.com>
357 Tom de Vries <tom@codesourcery.com>
358
359 * gomp-constants.h (GOMP_DEVICE_GCN): Define.
360 (GOMP_VERSION_GCN): Define.
361
0fddb184
ML
3622019-08-08 Martin Liska <mliska@suse.cz>
363
364 PR bootstrap/91352
365 * libiberty.h (is_valid_fd): New function.
366
979526c9
EMB
3672019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
368
369 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
370 (rust_demangle_sym): Move to libiberty/rust-demangle.h.
371
cbdce905
TS
3722019-06-18 Thomas Schwinge <thomas@codesourcery.com>
373
374 * gomp-constants.h (enum gomp_map_kind): Fix description of
375 'GOMP_MAP_FIRSTPRIVATE'.
376
de1ee900
ML
3772019-06-10 Martin Liska <mliska@suse.cz>
378
379 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
380 * libiberty.h (xmalloc): Use it.
381 (xrealloc): Likewise.
382 (xcalloc): Likewise.
383 (xstrdup): Likewise.
384 (xstrndup): Likewise.
385 (xmemdup): Likewise.
386
3bb0dcb6
ML
3872019-06-10 Martin Liska <mliska@suse.cz>
388
389 * ansidecl.h:
390 (ATTRIBUTE_RESULT_SIZE_1): Define new macro.
391 (ATTRIBUTE_RESULT_SIZE_2): Likewise.
392 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
393 * libiberty.h (xmalloc): Add RESULT_SIZE attribute.
394 (xrealloc): Likewise.
395 (xcalloc): Likewise.
396
6b3a5e8a
MF
3972019-04-26 Michael Forney <mforney@mforney.org>
398
399 * libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASPRINTF
400 is not defined.
401
67a9a711
VG
4022019-04-03 Vineet Gupta <vgupta@synopsys.com>
403
404 PR89877
405 * longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
406 (sub_ddmmss): Likewise.
407
f9f75f8d
PW
4082019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
409
410 * splay-tree.h (splay_tree_delete_key_fn): Update comment.
411 (splay_tree_delete_value_fn): Likewise.
412
adcb167e
SL
4132019-01-09 Sandra Loosemore <sandra@codesourcery.com>
414
415 PR other/16615
416
417 * libiberty.h: Mechanically replace "can not" with "cannot".
418 * plugin-api.h: Likewise.
419
a5544970
JJ
4202019-01-01 Jakub Jelinek <jakub@redhat.com>
421
422 Update copyright years.
423
59d5960c
TS
4242018-12-28 Thomas Schwinge <thomas@codesourcery.com>
425
426 * gomp-constants.h (GOACC_FLAG_HOST_FALLBACK)
427 (GOACC_FLAGS_MARSHAL_OP, GOACC_FLAGS_UNMARSHAL): Define.
428
6c8120c5
JM
4292018-12-22 Jason Merrill <jason@redhat.com>
430
431 * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
432 ARM, HP, and EDG demangling styles.
433
921a4c30
NC
4342018-12-11 Nick Clifton <nickc@redhat.com>
435
436 PR 88409
437 * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
438
e96d1d8c
NC
4392018-12-07 Nick Clifton <nickc@redhat.com>
440
441 * demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
442 (DEMANGLE_RECURSION_LIMIT): Define
443
28567c40
JJ
4442018-11-08 Jakub Jelinek <jakub@redhat.com>
445
446 * gomp-constants.h (GOMP_TASK_FLAG_REDUCTION,
447 GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
448 GOMP_DEPEND_MUTEXINOUTSET): Define.
449
4be5c72c
JM
4502018-10-19 Jason Merrill <jason@redhat.com>
451
452 * demangle.h (enum demangle_component_type): Add
453 DEMANGLE_COMPONENT_TPARM_OBJ.
454
7e2de6df
DM
4552018-10-29 David Malcolm <dmalcolm@redhat.com>
456
457 * unique-ptr.h (gnu::move): Generalize so it applies to all
458 lvalue references, rather than just to unique_ptr values.
459
c00c9d03
ML
4602018-07-26 Martin Liska <mliska@suse.cz>
461
92a285c1 462 PR lto/86548
c00c9d03
ML
463 * libiberty.h (make_temp_file_with_prefix): New function.
464
e062dc80
JH
4652018-05-30 Jan Hubicka <hubicka@ucw.cz>
466
467 * simple-object.h (simple_object_copy_lto_debug_sections): Add rename
468 parameter.
469
b0c31bc6
BE
4702018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
471
472 * splay-tree.h (splay_tree_compare_strings,
473 splay_tree_delete_pointers): Declare new utility functions.
474
91294f1e
TR
4752018-05-24 Tom Rix <trix@juniper.net>
476
477 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
478
85b3bb6d
AM
4792018-05-02 Alan Modra <amodra@gmail.com>
480
481 * ansidecl.h (ATTRIBUTE_NONSTRING): Define.
482
01f30ce6
ST
4832018-05-01 Sriraman Tallam <tmsriram@google.com>
484
485 * plugin-api.h: Add plugin API to get the list of wrap
486 symbols.
487
bd2b9f1e
AO
4882018-02-09 Alexandre Oliva <aoliva@redhat.com>
489
58006663
AO
490 * dwarf2.def (DW_AT_GNU_entry_view): New.
491
bd2b9f1e
AO
492 * dwarf2.def (DW_AT_GNU_locviews): New.
493 * dwarf2.h (enum dwarf_location_list_entry_type): Add
494 DW_LLE_GNU_view_pair.
495 (DW_LLE_view_pair): Define.
496
85ec4feb
JJ
4972018-01-03 Jakub Jelinek <jakub@redhat.com>
498
499 Update copyright years.
500
ee1c2133
KC
5012017-11-20 Kito Cheng <kito.cheng@gmail.com>
502
503 * longlong.h [__riscv] (__umulsidi3): Define.
504 [__riscv] (umul_ppmm): Likewise.
505 [__riscv] (__muluw3): Likewise.
506
f382ac6d
SC
5072017-11-10 Stephen Crane <sjc@immunant.com>
508
509 * plugin-api.h: Add plugin API for processing plugin-added
510 input files.
511
b367de5d
DM
5122017-10-23 David Malcolm <dmalcolm@redhat.com>
513
514 * unique-ptr.h: Make include of <memory> conditional on C++11 or
515 later.
516
46d2b77d
DM
5172017-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
518 David Malcolm <dmalcolm@redhat.com>
519
520 * unique-ptr.h: New file.
521
681f5b7c
YQ
5222017-09-15 Yao Qi <yao.qi@linaro.org>
523 Pedro Alves <palves@redhat.com>
524
525 * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
526
ff971abe
JW
5272017-09-12 Jiong Wang <jiong.wang@arm.com>
528
529 * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
530 * dwarf2.h (DW_CFA_DUP): New define.
531
1ea85365
RB
5322017-08-21 Richard Biener <rguenther@suse.de>
533
534 * simple-object.h (simple_object_copy_lto_debug_sections): New
535 function.
536
efae2b2f
NC
5372017-07-31 Nick Clifton <nickc@redhat.com>
538
539 Binutils PR 21850
540 * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
541 #idef __cplusplus.
542
ef29f5dd
JK
5432017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
544
545 * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
546 (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
547 (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
548 * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
549 (enum dwarf_name_index_attribute): Remove.
550 (get_DW_IDX_name): New declaration.
551
e0c634b1
MR
5522017-05-27 Maya Rashish <coypu@sdf.org>
553
554 * longlong.h: Remove ns32k support.
555
2efc367f
NS
5562017-05-24 Nathan Sidwell <nathan@acm.org>
557
558 * libiberty.h (ASTRDUP): Adjust cast to avoid warning.
559
0ff0902b
EZ
5602017-05-19 Eli Zaretskii <eliz@gnu.org>
561
562 * environ.h: Add #ifndef guard.
563
671d5bcb
ML
5642017-05-18 Martin Liska <mliska@suse.cz>
565
566 * ansidecl.h: Define CONSTEXPR macro.
567
54fa7033
JW
5682017-04-04 Jonathan Wakely <jwakely@redhat.com>
569
570 * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
571
680c60fe
JJ
5722017-02-25 Jakub Jelinek <jakub@redhat.com>
573
574 PR debug/77589
575 * dwarf2.def (DW_OP_GNU_variable_value): New opcode.
576
8db29d88
AO
5772017-01-30 Alexandre Oliva <aoliva@redhat.com>
578
579 Introduce C++ support in libcc1.
580 * gcc-c-fe.def (int_type_v0): Rename from...
581 (int_type): ... this. Introduce new version.
582 (float_type_v0): Rename from...
583 (float_type): ... this. Introduce new version.
584 (char_type): New.
585 * gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
586 (gcc_type_array): Move...
587 * gcc-interface.h: ... here.
588 * gcc-cp-fe.def: New.
589 * gcc-cp-interface.h: New.
590
023721aa
JK
5912017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
592
5d1b2443
JK
593 * gcc-interface.h (enum gcc_base_api_version): Update comment
594 for GCC_FE_VERSION_1.
595 (struct gcc_base_vtable): Rename set_arguments to
596 set_arguments_v0. Add set_arguments, set_triplet_regexp and
597 set_driver_filename.
598
3b5c1072
JK
599 * gcc-interface.h (enum gcc_base_api_version): Add comment to
600 GCC_FE_VERSION_1.
601 (struct gcc_base_vtable): Rename compile to compile_v0.
602 Update comment for compile. New methods set_verbose and
603 compile.
604
023721aa
JK
605 * gcc-interface.h (enum gcc_base_api_version): Add
606 GCC_FE_VERSION_1.
607
f6a24a94 6082017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
609 Martin Jambor <mjambor@suse.cz>
610
611 * hsa.h: Moved here from libgomp/plugin/hsa.h.
612
65793e42
RE
6132017-01-04 Richard Earnshaw <rearnsha@arm.com>
614 Jiong Wang <jiong.wang@arm.com>
615
616 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
617 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
618
2afd3180
JJ
6192017-01-04 Jakub Jelinek <jakub@redhat.com>
620
621 Update copyright years.
622
d8ee9c7e
JJ
6232016-12-21 Jakub Jelinek <jakub@redhat.com>
624
625 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
626 (DW_FORM_ref_sup4): ... this. New form.
627 (DW_FORM_ref_sup8): New form.
628
10d48c59
DT
6292016-11-03 David Tolnay <dtolnay@gmail.com>
630 Mark Wielaard <mark@klomp.org>
631
632 * demangle.h (DMGL_RUST): New macro.
633 (DMGL_STYLE_MASK): Add DMGL_RUST.
634 (demangling_styles): Add dlang_rust.
635 (RUST_DEMANGLING_STYLE_STRING): New macro.
636 (RUST_DEMANGLING): New macro.
637 (rust_demangle): New prototype.
638 (rust_is_mangled): Likewise.
639 (rust_demangle_sym): Likewise.
640
51dc6603
JM
6412016-11-07 Jason Merrill <jason@redhat.com>
642
643 * demangle.h (enum demangle_component_type): Add
644 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
645
558c7db0
JJ
6462016-10-17 Jakub Jelinek <jakub@redhat.com>
647
648 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
649 calling convention codes.
650 (enum dwarf_line_number_content_type): New.
651 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
652 codes.
653 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
654 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
655 (enum dwarf_name_index_attribute): New.
656 (enum dwarf_range_list_entry): New.
657 (enum dwarf_unit_type): New.
658 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
659 DW_OP_* and DW_ATE_* entries.
660
30cd7c74
PA
6612016-10-14 Pedro Alves <palves@redhat.com>
662
663 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
664 OVERRIDE): Define as empty.
665 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
666 __final.
667 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
668 empty.
669
2121e959
PA
6702016-10-14 Pedro Alves <palves@redhat.com>
671
672 * ansidecl.h (GCC_FINAL): Delete.
673 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
674
980bd537
JJ
6752016-08-15 Jakub Jelinek <jakub@redhat.com>
676
677 * dwarf2.def (DW_AT_string_length_bit_size,
678 DW_AT_string_length_byte_size): New attributes.
679
e366d7d8
AO
6802016-08-12 Alexandre Oliva <aoliva@redhat.com>
681
682 PR debug/63240
683 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
980bd537 684 * dwarf2.h (enum dwarf_defaulted_attribute): New.
e366d7d8 685
ac631cbe
AH
6862016-07-29 Aldy Hernandez <aldyh@redhat.com>
687
688 * libiberty.h (MAX_ALLOCA_SIZE): New macro.
689
06fca33d
CLT
6902016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
691
692 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
693 describe the need for incrementing this macro whenever the plugin
694 interface is modified.
695
76fe84ec
TT
6962016-04-29 Tom Tromey <tom@tromey.com>
697
698 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
699 DW_LANG_Rust_old>: New constants.
700
af952763
OE
7012016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
702
703 * longlong.h (umul_ppmm): Remove SHMEDIA checks.
704 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
705
1ab06af6
CZ
7062016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
707
708 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
709 'Cal' constraint.
710 (sub_ddmmss): Likewise.
711
91106e84
TS
7122016-03-17 Thomas Schwinge <thomas@codesourcery.com>
713
714 * gomp-constants.h (enum gomp_map_kind): Rename
715 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users.
716
e94da7c6
CC
7172016-03-03 Than McIntosh <thanm@google.com>
718
719 * plugin-api.h: Add new hooks to the plugin transfer vector to
720 to support querying section alignment and section size.
721 (ld_plugin_get_input_section_alignment): New hook.
722 (ld_plugin_get_input_section_size): New hook.
723 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
724 and LDPT_GET_INPUT_SECTION_SIZE.
725 (ld_plugin_tv): Add tv_get_input_section_alignment and
726 tv_get_input_section_size.
727
7282016-03-03 Evgenii Stepanov <eugenis@google.com>
729
730 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
731
b2b40051
MJ
7322016-01-19 Martin Jambor <mjambor@suse.cz>
733
734 * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
735 (GOMP_VERSION_HSA): Likewise.
736 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
737 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
738 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
739 (GOMP_TARGET_ARG_ID_MASK): Likewise.
740 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
741 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
742 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
743 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
744
bd12353b
MF
7452016-01-07 Mike Frysinger <vapier@gentoo.org>
746
747 * longlong.h: Change !__SHMEDIA__ to
748 (!defined (__SHMEDIA__) || !__SHMEDIA__).
749 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
750
66f49f07
MF
7512016-01-05 Mike Frysinger <vapier@gentoo.org>
752
753 * libiberty.h (dupargv): Change arg to char * const *.
754 (writeargv, countargv): Likewise.
755
73fb6a9d
JJ
7562015-11-27 Pedro Alves <palves@redhat.com>
757
758 PR other/61321
759 PR other/61233
760 * demangle.h (enum demangle_component_type)
761 <DEMANGLE_COMPONENT_CONVERSION>: New value.
762
e5ef217c
RO
7632015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
764
765 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
766 __sparc__]: Define.
767
6e232ba4
JN
7682015-11-12 James Norris <jnorris@codesourcery.com>
769 Joseph Myers <joseph@codesourcery.com>
770
771 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
772 and GOMP_MAP_LINK.
773
f0e525fe
AM
7742015-11-09 Alan Modra <amodra@gmail.com>
775
776 PR gdb/17133
777 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
778
c9f265c9
AM
7792015-11-09 Alan Modra <amodra@gmail.com>
780
781 PR gdb/17133
782 * obstack.h: Import current gnulib file.
783
e01d41e5
JJ
7842015-11-05 Jakub Jelinek <jakub@redhat.com>
785 Ilya Verbin <ilya.verbin@intel.com>
786
787 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
788 (GOMP_MAP_FLAG_ALWAYS): Remove.
789 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
790 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
791 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
792 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
793 (GOMP_MAP_ALWAYS_P): Define.
794 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
795
1e44e857
DJ
7962015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
797 Joseph Myers <joseph@codesourcery.com>
798 Mark Shinwell <shinwell@codesourcery.com>
799 Andrew Stubbs <ams@codesourcery.com>
800 Rich Felker <dalias@libc.org>
801
802 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
803
efd40fc4
RM
8042015-10-18 Roland McGrath <roland@gnu.org>
805
806 PR other/63758
807 * environ.h: New file.
808
d9a6bd32
JJ
8092015-10-13 Jakub Jelinek <jakub@redhat.com>
810 Ilya Verbin <ilya.verbin@intel.com>
811
812 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
813 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
814 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
815 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
816 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
817 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
818 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
819 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
820 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
821 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
822 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
823 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
824 GOMP_TARGET_FLAG_UPDATE): Define.
825
3e32ee19
NS
8262015-09-28 Nathan Sidwell <nathan@codesourcery.com>
827
828 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
829 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
830 GOMP_DIM_MASK): New.
831 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
832 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
833 GOMP_LAUNCH_OP_SHIFT): New.
834 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
835 GOMP_LAUNCH_OP): New.
836 (GOMP_LAUNCH_OP_MAX): New.
837
2a21ff19
NS
8382015-08-24 Nathan Sidwell <nathan@codesourcery.com>
839
840 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
841 GOMP_VERSION_INTEL_MIC): New.
842 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
843
9d147800
PMR
8442015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
845
846 * dwarf2.def (DW_AT_GNU_bias): New attribute.
847
07d574b4
PMR
8482015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
849
850 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
851 attributes.
852
96d4df8b
TS
8532015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
854
855 * ansidecl.h (GCC_FINAL): New macro.
856
b97e78b7
TS
8572015-08-10 Thomas Schwinge <thomas@codesourcery.com>
858
859 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
860
f50f17e6
YJ
8612015-05-22 Yunlian Jiang <yunlian@google.com>
862
863 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
864 not defined.
865
4c5c36d4
RB
8662015-03-19 Richard Biener <rguenther@suse.de>
867
868 * partition.h (struct partition_elem): Re-order elements to
869 avoid padding.
870
44d95244
MT
8712015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
872
873 PR target/65261
874 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
875
49d88979
PA
8762015-02-19 Pedro Alves <palves@redhat.com>
877
878 * floatformat.h [__cplusplus]: Wrap in extern "C".
879
de3aebff
JJ
8802015-02-04 Jakub Jelinek <jakub@redhat.com>
881
882 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
883 and DW_LANG_Fortran08.
884
41dbbb37
TS
8852015-01-15 Thomas Schwinge <thomas@codesourcery.com>
886 Julian Brown <julian@codesourcery.com>
887 James Norris <jnorris@codesourcery.com>
888
889 * gomp-constants.h: New file.
890
4cfe4a12 8912014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7fc39e21
JBG
892
893 * libiberty.h: Merge Copyright year update from Binutils.
894
e8850918
UB
8952014-12-24 Uros Bizjak <ubizjak@gmail.com>
896 Ben Elliston <bje@au.ibm.com>
897 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
898
899 * libiberty.h (xasprintf): Declare.
900
01ca36af 9012014-12-11 Uros Bizjak <ubizjak@gmail.com>
92a285c1
ML
902 Ben Elliston <bje@au.ibm.com>
903 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
01ca36af
UB
904
905 * libiberty.h (xvasprintf): Declare.
906
63f5d5b8
TS
9072014-12-09 Trevor Saunders <tsaunders@mozilla.com>
908
909 * hashtab.h, splay-tree.h: Remove GTY markers.
910
bc3518da
MW
9112014-12-08 Mark Wielaard <mjw@redhat.com>
912
913 PR debug/60782
914 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
915
5d45c9c0
MW
9162014-11-21 Mark Wielaard <mjw@redhat.com>
917
918 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
919 DW_LANG_C_plus_plus_14.
920
42bc3520
MW
9212014-11-25 Mark Wielaard <mjw@redhat.com>
922
923 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
924
d8607f25
SH
9252014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
926
927 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
928 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
929 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
930 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
931 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
932 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
933 (DW_AT_APPLE_property): New macros.
934
3d00119c
AB
9352014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
936 Manuel López-Ibáñez <manu@gcc.gnu.org>
937
938 PR driver/36312
939 * filenames.h: Add prototype for canonical_filename_eq.
940
35485da9
DM
9412014-11-11 David Malcolm <dmalcolm@redhat.com>
942
943 * ChangeLog.jit: New.
944
99630555
RH
9452014-10-28 Richard Henderson <rth@redhat.com>
946
947 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
948
ea41822a
YG
9492014-10-28 Yury Gribov <y.gribov@samsung.com>
950
951 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
952
ddc8de03
PM
9532014-10-27 Phil Muldoon <pmuldoon@redhat.com>
954 Jan Kratochvil <jan.kratochvil@redhat.com>
955 Tom Tromey <tromey@redhat.com>
956
957 * gcc-c-fe.def: New file.
958 * gcc-c-interface.h: New file.
959 * gcc-interface.h: New file.
960
e39423c0
DM
9612014-10-15 David Malcolm <dmalcolm@redhat.com>
962
963 * libiberty.h (choose_tmpdir): New prototype.
964
f5059223
MW
9652013-10-02 Mark Wielaard <mjw@redhat.com>
966
967 PR debug/63239
968 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
969
29ce50b0
MO
9702014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
971
972 * libiberty.h (PEX_STDOUT_APPEND): New flag.
973 (PEX_STDERR_APPEND): Likewise.
974
43b1b9ed
IB
9752014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
976
977 * demangle.h (DMGL_DLANG): New macro.
978 (DMGL_STYLE_MASK): Add DMGL_DLANG.
979 (demangling_styles): Add dlang_demangling.
980 (DLANG_DEMANGLING_STYLE_STRING): New macro.
981 (DLANG_DEMANGLING): New macro.
982 (dlang_demangle): New prototype.
983
5e89d0ad
AK
9842014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
985
986 * longlong.h: Add __udiv_w_sdiv prototype.
987
35fa894a
TS
9882014-06-10 Thomas Schwinge <thomas@codesourcery.com>
989
990 PR lto/61334
991 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
992 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
993
dbed5a9b
JM
9942014-05-21 John Marino <gnugcc@marino.st>
995
996 * liberty.h: Use basename function on DragonFly.
997
b6799f37
SE
9982014-05-01 Steve Ellcey <sellcey@mips.com>
999
1000 * include/longlong.h: Use 'defined()' to check __mips16.
1001
8df07a2c
RS
10022014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
1003
1004 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
1005
130a7859
YZ
10062014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
1007
1008 * longlong.h: Merge from glibc.
1009
d2d21de9
TT
10102014-01-21 Tom Tromey <tromey@redhat.com>
1011
1012 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
1013 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
1014 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
1015 (NOARGS): Don't define.
1016 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
1017
1f26ac87
JM
10182013-12-23 Bill Maddox <maddox@google.com>
1019
1020 * demangle.h (enum gnu_v3_ctor_kinds):
1021 Added literal gnu_v3_unified_ctor.
1022 (enum gnu_v3_ctor_kinds):
1023 Added literal gnu_v3_unified_dtor.
1024
b21fbbd2
RS
10252013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
1026
1027 * longlong.h: New file.
1028
eda14d6a
MG
10292013-10-29 Marc Glisse <marc.glisse@inria.fr>
1030
1031 PR tree-optimization/58689
1032 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
1033 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
1034 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
1035 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
1036 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
1037 Mark with attribute returns_nonnull.
1038
88f4509c
SA
10392013-10-22 Sterling Augustine <saugustine@google.com>
1040
1041 * gdb/gdb-index.h: Merge from gdb tree.
1042
a98cbc36
AM
10432013-08-20 Alan Modra <amodra@gmail.com>
1044
1045 * floatformat.h (floatformat_ibm_long_double): Delete.
1046 (floatformat_ibm_long_double_big): Declare.
1047 (floatformat_ibm_long_double_little): Declare.
1048
f524d0aa
DC
10492013-08-19 Dehao Chen <dehao@google.com>
1050
1051 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
1052
2077db1b
CT
10532013-08-02 Caroline Tice <cmtice@google.com>
1054
1055 * vtv-change-permission.h: New file.
1056
9eb85f27
JM
10572013-04-03 Jason Merrill <jason@redhat.com>
1058
1059 Demangle C++11 ref-qualifier.
1060 * demangle.h (enum demangle_component_type): Add
1061 DEMANGLE_COMPONENT_REFERENCE_THIS,
1062 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
1063
54be96ce
CC
10642013-03-01 Cary Coutant <ccoutant@google.com>
1065
1066 * dwarf2.h (enum dwarf_sect): New enum type.
1067
913bd57d
ST
10682013-02-11 Sriraman Tallam <tmsriram@google.com>
1069
1070 * plugin-api.h (enum ld_plugin_level): Assign integers
1071 explicitly for all values.
1072
162b4e41
KT
10732013-01-30 Kai Tietz <ktietz@redhat.com>
1074
1075 PR other/54620
1076 PR target/39064
1077 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
1078 stdint.h and sys/types.h headers are present.
1079 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
1080
9654e9c2
AH
10812012-12-18 Aldy Hernandez <aldyh@redhat.com>
1082
1083 PR other/54324
1084 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
1085 < 3.4.
1086
7dbb85a7
JM
10872012-11-09 Jason Merrill <jason@redhat.com>
1088
1089 * demangle.h (enum demangle_component_type): Add
1090 DEMANGLE_COMPONENT_TAGGED_NAME.
1091
ecdbd01a 10922012-10-29 Sterling Augustine <saugustine@google.com>
92a285c1 1093 Cary Coutant <ccoutant@google.com>
99ea153e
SA
1094
1095 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
1096 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
1097 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
1098
1099
7c424acd
JM
11002012-10-08 Jason Merrill <jason@redhat.com>
1101
1102 * demangle.h (enum demangle_component_type): Add
1103 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
1104
ed770de9
FW
11052012-09-18 Florian Weimer <fweimer@redhat.com>
1106
1107 PR other/54411
1108 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
1109
316b938e
CC
11102012-09-06 Cary Coutant <ccoutant@google.com>
1111
1112 * dwarf2.def: Edit comment.
1113
36ec6d1c
ST
11142012-08-24 Sriraman Tallam <tmsriram@google.com>
1115
1116 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
1117 New interface.
1118 (ld_plugin_unique_segment_for_sections): New interface.
1119 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
1120 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
1121 (tv_allow_unique_segment_for_sections): New member.
1122 (tv_unique_segment_for_sections): New member.
1123
69488641
DE
11242012-07-13 Doug Evans <dje@google.com>
1125
1126 * filenames.h: #include "hashtab.h".
1127 (filename_hash, filename_eq): Declare.
1128
18100198
DE
11292012-06-18 Doug Evans <dje@google.com>
1130
1131 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
1132
b4cd65d1
RÁE
11332012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
1134
1135 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
1136
c6133dbe
JJ
11372012-06-08 Jakub Jelinek <jakub@redhat.com>
1138
1139 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
1140 forms.
1141 * dwarf2.h (enum dwarf_macro_record_type): Add
1142 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
1143 and DW_MACRO_GNU_transparent_include_alt.
1144
60a1fb35
DE
11452012-05-23 Doug Evans <dje@google.com>
1146
1147 * leb128.h: #include stdint.h, inttypes.h.
1148 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
1149 Change to take a uint64_t * argument instead of unsigned long long.
1150 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
1151 Change to take an int64_t * argument instead of long long.
1152
19460426
DE
11532012-05-22 Doug Evans <dje@google.com>
1154
1155 * leb128.h: New file.
1156
103ab31f
GF
11572012-05-19 Gary Funck <gary@intrepid.com>
1158
1159 * dwarf2.def: Update comment re: UPC extensions to reference
1160 DWARF4 specification.
1161
43f7c432
CC
11622012-05-02 Cary Coutant <ccoutant@google.com>
1163
1164 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
1165 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
1166
d028426a
DE
11672012-04-28 Doug Evans <dje@google.com>
1168
1169 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
1170
accea034
TT
11712012-04-27 Tom Tromey <tromey@redhat.com>
1172
1173 * dwarf2.h: Wrap function declarations in extern "C".
1174
11ec770e
TT
11752012-04-27 Tom Tromey <tromey@redhat.com>
1176
1177 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
1178 (enum dwarf_location_atom, enum dwarf_type, enum
1179 dwarf_call_frame_info): Remove.
1180 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
1181 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
1182 Include dwarf2.def.
1183 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
1184 (get_DW_OP_name, get_DW_ATE_name): Declare.
1185 * dwarf2.def: New file, from dwarf2.h.
1186
5973ae1a
TG
11872012-04-10 Tristan Gingold <gingold@adacore.com>
1188
1189 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
1190 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
1191
3beac6b9
CC
11922012-01-26 Cary Coutant <ccoutant@google.com>
1193
1194 * dwarf2.h (enum dwarf_form): Add Fission extensions.
1195 (enum dwarf_attribute): Likewise.
1196
4b6aaa99
JM
11972012-01-06 Jason Merrill <jason@redhat.com>
1198
1199 PR c++/6057
1200 PR c++/48051
1201 PR c++/50855
1202 PR c++/51322
1203 * demangle.h (enum demangle_component_type): Add
1204 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
1205
0a35513e
AH
12062011-11-07 Richard Henderson <rth@redhat.com>
1207
1208 Merged from transactional-memory.
1209
1210 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
1211 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
1212 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
1213 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
1214
40c4cbcd
DD
12152011-10-21 Ulrich Drepper <drepper@gmail.com>
1216
1217 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
1218
12192011-10-21 Marc Glisse <marc.glisse@inria.fr>
1220
1221 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
1222
be50fcea
DE
12232011-09-28 Doug Evans <dje@google.com>
1224
8c850a5a
DE
1225 * timeval-utils.h: New file.
1226
be50fcea
DE
1227 * libiberty.h (countargv): Declare.
1228
59d605ad
CC
12292011-09-26 Cary Coutant <ccoutant@google.com>
1230
1231 PR lto/47247
1232 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
1233 LDPR_PREVAILING_DEF_IRONLY_EXP.
1234 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
1235
2d2b02c4
CC
12362011-09-23 Cary Coutant <ccoutant@google.com>
1237
1238 PR 40831
1239 * demangle.h (enum demangle_component_type): Add
1240 DEMANGLE_COMPONENT_CLONE.
1241
4d1c7421
RO
12422011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1243
1244 * xregex.h (regoff_t): Define.
1245
d423df48
JJ
12462011-07-22 Jakub Jelinek <jakub@redhat.com>
1247
520cda8c
JJ
1248 * dwarf2.h (DW_AT_GNU_macros): New.
1249 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
1250
d423df48
JJ
1251 PR c++/49756
1252 * libiberty.h (stack_limit_increase): New prototype.
1253
8ff3369c
ST
12542011-07-13 Sriraman Tallam <tmsriram@google.com>
1255
1256 * plugin-api.h
1257 (ld_plugin_section): New struct.
1258 (ld_plugin_get_section_count): New typedef.
1259 (ld_plugin_get_section_type): New typedef.
1260 (ld_plugin_get_section_name): New typedef.
1261 (ld_plugin_get_section_contents): New typedef.
1262 (ld_plugin_update_section_order): New typedef.
1263 (ld_plugin_allow_section_ordering): New typedef.
1264 (LDPT_GET_SECTION_COUNT): New enum value.
1265 (LDPT_GET_SECTION_TYPE): New enum value.
1266 (LDPT_GET_SECTION_NAME): New enum value.
1267 (LDPT_GET_SECTION_CONTENTS): New enum value.
1268 (LDPT_UPDATE_SECTION_ORDER): New enum value.
1269 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
1270 (tv_get_section_count): New struct members.
1271 (tv_get_section_type): New struct members.
1272 (tv_get_section_name): New struct members.
1273 (tv_get_section_contents): New struct members.
1274 (tv_update_section_order): New struct members.
1275 (tv_allow_section_ordering): New struct members.
1276
985b34c7
JB
12772011-07-01 Joel Brobecker <brobecker@adacore.com>
1278
1279 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
1280 on Darwin, as well as on the systems that use a DOS-like
1281 filesystem.
1282
ddb555ed
JJ
12832011-06-22 Jakub Jelinek <jakub@redhat.com>
1284
1285 PR debug/47858
1286 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
1287
f019462c
JK
12882011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1289
1290 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
1291 (DMGL_RET_DROP): New.
1292
be80a87e
JJ
12932011-04-30 Jakub Jelinek <jakub@redhat.com>
1294
1295 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
1296 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
1297
e5b0dad8
JK
12982011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1299
1300 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
1301
5499e346
TG
13022011-03-31 Tristan Gingold <gingold@adacore.com>
1303
1304 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
1305
ec6165f8
MW
13062011-03-24 Mark Wielaard <mjw@redhat.com>
1307
1308 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
1309
40fb5033
RÁE
13102010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
1311
1312 * plugin-api.h (ld_plugin_get_view): New.
1313 (ld_plugin_tag): Add LDPT_GET_VIEW.
1314 (ld_plugin_tv): Add tv_get_view.
1315
2b1c5433
JJ
13162011-03-16 Jakub Jelinek <jakub@redhat.com>
1317
1318 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
1319 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
1320 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
1321 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
1322 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
1323 DW_OP_GNU_entry_value): New.
1324
94369251
KT
13252011-02-28 Kai Tietz <kai.tietz@onevision.com>
1326
1327 * filenames.h (filename_ncmp): New prototype.
1328
f7aadc6c
KT
13292011-02-23 Kai Tietz <kai.tietz@onevision.com>
1330
1331 * dwarf2.h (_ELF_DWARF2_H): Renamed to
1332 _DWARF2_H.
1333 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
1334 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
1335 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
1336 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
1337
753cc685
IS
13382011-01-12 Iain Sandoe <iains@gcc.gnu.org>
1339
1340 * dwarf2.h: Update value for DW_AT_hi_user.
1341
d82f74d3
ILT
13422010-11-16 Ian Lance Taylor <iant@google.com>
1343
1344 * simple-object.h (simple_object_attributes_merge): Declare,
1345 replacing simple_object_attributes_compare.
1346
458ebeba
ILT
13472010-11-04 Ian Lance Taylor <iant@google.com>
1348
1349 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
1350
1cfabf34
ILT
13512010-11-02 Ian Lance Taylor <iant@google.com>
1352
1353 * simple-object.h: New file.
1354
f24a1469
DK
13552010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
1356
1357 Sync LD plugin patch series (part 1/6) with src/include/.
1358 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
1359
ecdbd01a 13602010-10-06 Andi Kleen <ak@linux.intel.com>
6e9bd0f8
AK
1361
1362 * libiberty.h (setproctitle): Add prototype.
1363
c8a27c40
JJ
13642010-09-09 Jakub Jelinek <jakub@redhat.com>
1365
1366 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
1367
d414dde9
KW
13682010-07-06 Ken Werner <ken.werner@de.ibm.com>
1369
1370 * floatformat.h (floatformat_ieee_half_big): Add declaration.
1371 (floatformat_ieee_half_little): Likewise.
1372
c8259dd9
RAE
13732010-06-21 Rafael Espindola <espindola@google.com>
1374
1375 * plugin-api.h (ld_plugin_set_extra_library_path): New.
1376 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
1377 (ld_plugin_tv): Add tv_set_extra_library_path.
1378
f0057424
JJ
13792010-06-21 Jakub Jelinek <jakub@redhat.com>
1380
1381 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
1382
47f3e769
RAE
13832010-06-18 Rafael Espindola <espindola@google.com>
1384
1385 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
1386 Make argument const.
1387
4b9c045f
TG
13882010-06-08 Tristan Gingold <gingold@adacore.com>
1389
1390 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
1391 DW_TAG_HP_Bliss_field_set.
1392 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
1393 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
1394 DW_AT_HP_definition_points, DW_AT_HP_default_location and
1395 DW_AT_HP_is_result_param.
1396 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
1397 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
1398 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
1399 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
1400 (enum dwarf_line_number_x_ops): Add
1401 DW_LNE_HP_source_file_correlation.
1402 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
1403 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
1404 DW_LANG_HP_Assembler.
1405
a9429e29
LB
14062010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1407
1408 * splay-tree.h: Update copyright years.
1409 (splay_tree_s): Document fields.
1410 (splay_tree_new_typed_alloc): New.
1411
1412 * hashtab.h: Update copyright years.
1413 (htab_create_typed_alloc): New.
1414
621e1f2e
RAE
14152010-06-01 Rafael Espindola <espindola@google.com>
1416
1417 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
1418
a1cbd45d
PA
14192010-04-26 Pedro Alves <pedro@codesourcery.com>
1420
1421 * filenames.h (PATH_SEPARATOR): Delete.
1422
3009276c
PA
14232010-04-23 Pedro Alves <pedro@codesourcery.com>
1424
1425 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
1426 always define it independently of host, add `dos_based' parameter,
1427 and handle it.
8430d670 1428 (PATH_SEPARATOR): Define.
3009276c
PA
1429 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
1430 independently of host, add `dos_based' parameter, and handle it.
1431 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
1432 it independently of host, add `dos_based' parameter, and handle
1433 it.
1434 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
1435 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
1436 (HAS_DOS_DRIVE_SPEC): New.
1437 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
1438 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
1439 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
1440 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
1441
ee3b548f
NC
14422010-04-20 Nick Clifton <nickc@redhat.com>
1443
1444 * sha1.h: Update copyright notice to use GPLv3.
1445
8b9b8e93
DE
14462010-04-14 Doug Evans <dje@google.com>
1447
1448 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
1449
da125f6f
MK
14502010-04-13 Matthias Klose <doko@ubuntu.com>
1451
1452 * elf: Remove empty directory.
1453
b172360d
JJ
14542010-04-06 Jakub Jelinek <jakub@redhat.com>
1455
1456 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
1457 field.
1458
4be9a940
JM
14592010-03-23 Joseph Myers <joseph@codesourcery.com>
1460
1461 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
1462
d9019c99
JB
14632010-01-13 Joel Brobecker <brobecker@adacore.com>
1464
1465 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
1466 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
1467
5b40c067
TG
14682010-01-11 Tristan Gingold <gingold@adacore.com>
1469
1470 * demangle.h (ada_demangle): Add prototype.
1471
6a4d4e8a
RO
14722010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1473
1474 PR bootstrap/41771
1475 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
1476
df7b6aaa
JB
14772009-12-29 Joel Brobecker <brobecker@adacore.com>
1478
1479 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
1480
9cd4e79b
JM
14812009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
1482
1483 Add DWARF attribute value for the "Borland fastcall" calling
1484 convention.
1485 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
1486
428b80d5
KT
14872009-10-23 Kai Tietz <kai.tietz@onevision.com>
1488
1489 * splay-tree.h (libi_uhostptr_t): Add gcc specific
1490 __extension__ for long long type case to silent cX9.
1491 (libi_shostptr_t): Likewise.
1492
941e566a
RE
14932009-10-19 Rafael Avila de Espindola <espindola@google.com>
1494
1495 PR40790
da125f6f 1496 * plugin-api.h: Don't include stdint.h unconditionally.
941e566a 1497
7613143b
JJ
14982009-10-15 Jakub Jelinek <jakub@redhat.com>
1499
1500 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
1501 a DWARF 4 addition.
1502
63f72e39
RAE
15032009-10-09 Rafael Espindola <espindola@google.com>
1504
1505 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
1506 libname.
1507
15082009-10-05 Rafael Espindola <espindola@google.com>
a12368e5 1509
f1aebde0
RE
1510 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1511 (ld_plugin_get_input_file): New.
1512 (ld_plugin_release_input_file): New.
1513 (ld_plugin_add_input_library): New.
1514 (ld_plugin_message): Mark format const.
1515 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1516 LDPT_ADD_INPUT_LIBRARY.
1517 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1518 tv_add_input_library.
a12368e5 1519
e5dd62e2
JQ
15202009-10-04 Jerry Quinn <jlquinn@optonline.net>
1521
1522 * plugin-api.h: Fix compile.
1523
8430d670 15242009-10-03 Rafael Espindola <espindola@google.com>
d7f09764
DN
1525
1526 * plugin-api.h: New.
1527 * lto-symtab.h: New.
1528
c03c5248
JM
15292009-09-29 Jason Merrill <jason@redhat.com>
1530
1531 * demangle.h (enum demangle_component_type): Add
1532 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1533 DEMANGLE_COMPONENT_UNNAMED_TYPE.
1534 (struct demangle_component): Add s_unary_num.
1535
7653f273
DS
15362009-09-25 Dodji Seketeli <dodji@redhat.com>
1537
1538 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1539 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1540 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1541
5ae5f596
CC
15422009-09-25 Cary Coutant <ccoutant@google.com>
1543
1544 Add rest of new values from DWARF Version 4.
1545 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1546 New tags.
1547 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1548 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1549 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1550 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1551 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1552 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1553 attributes.
1554 (DW_LANG_Python): New language.
1555
d40a19da
DS
15562009-09-22 Dodji Seketeli <dodji@redhat.com>
1557
1558 * dwarf2.h (enum dwarf_tag): Add
1559 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1560
330b922f
ILT
15612009-07-24 Ian Lance Taylor <iant@google.com>
1562
1563 PR bootstrap/40854
1564 * libiberty.h (xcrc32): Rename from crc32.
1565
b524249c
ILT
15662009-07-24 Ian Lance Taylor <iant@google.com>
1567
1568 * libiberty.h (crc32): Declare.
1569
4310f048
CC
15702009-07-20 Cary Coutant <ccoutant@google.com>
1571 Doug Evans <dje@google.com>
07d9f9b8
CC
1572
1573 Add some dwarf4 values.
1574 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1575 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1576 DW_FORM_flag_present, DW_FORM_sig8.
1577 (enum dwarf_attribute): Add DW_AT_signature.
1578
23b1a789
JK
15792009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1580
1581 * demangle.h
1582 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1583 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1584 New.
1585
116b0722
JJ
15862009-07-09 Jakub Jelinek <jakub@redhat.com>
1587
1588 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1589 and DW_OP_stack_value.
1590
a80b0574
TT
15912009-07-09 Tom Tromey <tromey@redhat.com>
1592
1593 * elf/dwarf2.h: Remove, renaming to...
1594 * dwarf2.h: ... this.
1595
bbf531f0
TT
15962009-06-29 Tom Tromey <tromey@redhat.com>
1597
1598 * elf/dwarf2.h: New file. Merged with gdb.
1599
780ca5bf
ILT
16002009-06-09 Ian Lance Taylor <ian@airs.com>
1601
1602 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1603
16042009-06-03 Ian Lance Taylor <iant@google.com>
6bc7bc14
ILT
1605
1606 * ansidecl.h (EXPORTED_CONST): Define.
1607
75afccba
ILT
16082009-05-31 Ian Lance Taylor <iant@google.com>
1609
1610 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
1611 the way we treat an ISO C compiler. Don't define inline as a
8430d670 1612 macro when compiling with C++.
75afccba
ILT
1613 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
1614 when compiling with C++.
1615 * fibheap.h: Add extern "C" when compiling with C++.
1616
6a87e1d4
TG
16172009-04-22 Taras Glek <tglek@mozilla.com>
1618
bda61b12
L
1619 * hashtab.h: Update GTY annotations to new syntax.
1620 * splay-tree.h: Likewise.
6a87e1d4 1621
448545cb
JM
16222009-03-17 Jason Merrill <jason@redhat.com>
1623
1624 * demangle.h (enum demangle_component_type): Add
1625 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1626
07523e7c
JM
16272008-12-10 Jason Merrill <jason@redhat.com>
1628
1629 * demangle.h (enum demangle_component_type): Add
1630 DEMANGLE_COMPONENT_FIXED_TYPE.
1631
2ad646bd
BW
16322008-11-19 Bob Wilson <bob.wilson@acm.org>
1633
1634 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1635 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1636 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1637 (XCHAL_NUM_AREGS): Change to 32.
1638 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1639 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1640 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1641 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1642 (XCHAL_DEBUGLEVEL): Change to 6.
1643
085c6bd4
AM
16442008-10-21 Alan Modra <amodra@bigpond.net.au>
1645
1646 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1647
38179091
JM
16482008-10-06 Jason Merrill <jason@redhat.com>
1649
1650 * demangle.h (enum demangle_component_type): Add
1651 DEMANGLE_COMPONENT_PACK_EXPANSION.
1652
5a3d7e74
JM
16532008-09-09 Jason Merrill <jason@redhat.com>
1654
1655 * demangle.h (enum demangle_component_type): Add
1656 DEMANGLE_COMPONENT_DECLTYPE.
1657
622c36c9
JB
16582008-07-07 Joel Brobecker <brobecker@adacore.com>
1659
1660 * safe-ctype.h: Add #include of ctype.h before redefining
1661 the ctype.h macros.
1662
47cfcc3a
JB
16632008-07-04 Joel Brobecker <brobecker@adacore.com>
1664
1665 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1666 included. Redefine the various macros provided by ctype.h as
1667 undefined variables.
1668
190a9bd7
KG
16692008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1670
1671 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1672 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1673
9bb28c1b
ILT
16742008-03-24 Ian Lance Taylor <iant@google.com>
1675
598848e4
ILT
1676 * sha1.h: New file, from gnulib.
1677
9bb28c1b
ILT
1678 * md5.h: Add extern "C" when compiled with C++.
1679
46450975
ILT
16802008-03-21 Ian Lance Taylor <iant@google.com>
1681
1682 * filenames.h: Add extern "C" when compiled with C++.
1683
5fd38b88
BW
16842008-02-11 Bob Wilson <bob.wilson@acm.org>
1685
1686 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1687 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1688
e5df4fb1
DD
16892008-01-26 David Daney <ddaney@avtrex.com>
1690
1691 * demangle.h (demangle_component_type): Add
1692 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1693 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1694 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1695 (demangle_component): Add struct s_character to union u.
1696
da59326f
JM
16972007-11-07 Joseph Myers <joseph@codesourcery.com>
1698 Daniel Jacobowitz <dan@codesourcery.com>
1699
1700 * floatformat.h (struct floatformat): Add split_half field.
1701 (floatformat_ibm_long_double): New.
1702
48492bdf
TT
17032007-09-06 Tom Tromey <tromey@redhat.com>
1704
1705 * libiberty.h (pex_free): Document process killing.
1706
1ab28be5
DG
17072007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1708
1709 * demangle.h (enum demangle_component_type): Add
1710 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1711
f4f29b59
BE
17122007-07-25 Ben Elliston <bje@au.ibm.com>
1713
1714 * ternary.h: Remove.
1715
2a48b790
BW
17162007-07-18 Bob Wilson <bob.wilson@acm.org>
1717
1718 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1719 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1720
4c85af60
NC
17212007-07-17 Nick Clifton <nickc@redhat.com>
1722
1723 * COPYING3: New file. Contains version 3 of the GNU General
1724 Public License.
1725
eb8f7caf
KT
17262007-07-12 Kai Tietz <kai.tietz@onevision.com>
1727
1728 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1729 needed for WIN64 when a long is not wide enough for a pointer.
92a285c1 1730 (splay_tree_key, splay_tree_value): Use the new types.
eb8f7caf 1731
2091ff66
NF
17322007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1733
1734 * libiberty.h (writeargv): Declare.
1735
289c40ed
MM
17362007-04-25 Mark Mitchell <mark@codesourcery.com>
1737
1738 * demangle.h: Change license to LGPL + exception.
1739
0c9bce0b
JB
17402007-03-29 Joel Brobecker <brobecker@adacore.com>
1741
1742 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1743 regardless of the type of file system.
1744
52bf96d2
JH
17452007-03-06 Jan Hubicka <jh@suse.cz>
1746
1747 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1748
fb6d0a04
JM
17492007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1750
1751 * libiberty.h (pex_write_input): Remove prototype.
1752
7cf4c53d
VP
17532007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1754
1755 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1756 (PEX_BINARY_ERROR): New define.
1757 (pex_read_err): New function.
1758
456cc5cf
SB
17592007-01-29 Simon Baldwin <simonb@google.com>
1760
1761 * demangle.h: New cplus_demangle_print_callback,
1762 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1763 prototypes, and demangle_callbackref type definition.
1764
0307c64e
NC
17652006-12-06 Nick Clifton <nickc@redhat.com>
1766
1767 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1768
334737af 17692006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
92a285c1 1770 J"orn Rennecke <joern.rennecke@st.com>
334737af
AS
1771
1772 PR driver/29931
1773 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1774
fbee3d21
BW
17752006-11-27 Bob Wilson <bob.wilson@acm.org>
1776
1777 * xtensa-config.h (XSHAL_ABI): New.
1778 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1779
8eff378c
JB
17802006-04-11 Jim Blandy <jimb@codesourcery.com>
1781
1782 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1783
78e97e7f
DD
17842006-01-18 DJ Delorie <dj@redhat.com>
1785
1786 * md5.h: Include ansidecl.h
1787
134c8a50
BW
17882006-01-09 Bob Wilson <bob.wilson@acm.org>
1789
1790 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1791
4fb358b8
BW
17922005-12-30 Bob Wilson <bob.wilson@acm.org>
1793
1794 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1795
92aed1cb
TL
17962005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1797
1798 PR java/9861
1799 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1800 output format for return types
1801
0432a5de
MK
18022005-10-31 Mark Kettenis <kettenis@gnu.org>
1803
1804 * floatformat.h (enum floatformat_byteorders): Add
1805 floatformat_vax.
1806 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1807
97393d0a
MM
18082005-09-26 Mark Mitchell <mark@codesourcery.com>
1809
1810 * libiberty.h (expandargv): New function.
1811
e89b6c1c
MK
18122005-08-17 Mark Kettenis <kettenis@gnu.org>
1813
1814 * floatformat.h (struct floatformat): Change type of large
1815 argument for is_valid member to `const void *'.
1816 (floatformat_to_double): Change type of second argument to `const
1817 void *'.
1818 (floatformat_from_double): Change type of last argument to `void
1819 *'.
1820 (floatformat_is_valid): Change type of last argument to `const
1821 void *'.
1822
12548280
BE
18232005-07-12 Ben Elliston <bje@au.ibm.com>
1824
1825 * xregex2.h (regexec): Qualify this prototype with __extension__
1826 when compiling with GNU C.
1827
3fe725de
SE
18282005-07-03 Steve Ellcey <sje@cup.hp.com>
1829
1830 PR other/13906
1831 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1832 * md5.h (md5_uintptr): New.
1833 (md5_ctx): Align buffer field.
1834
a3648cfc
DB
18352005-06-30 Daniel Berlin <dberlin@dberlin.org>
1836
1837 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1838 (HTAB_EMPTY_ENTRY): New macro.
1839
83fbfe42
GK
18402005-06-20 Geoffrey Keating <geoffk@apple.com>
1841
1842 * libiberty.h (strverscmp): Prototype.
1843
7973fd2a
GDR
18442005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1845
1846 * libiberty.h (XOBFINISH): New.
1847
39da352f
KG
18482005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1849
1850 * libiberty.h (vsnprintf): Add format attribute.
1851
b6e0f0b0
KG
18522005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1853
1854 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1855
ddcf783b
EZ
18562005-05-28 Eli Zaretskii <eliz@gnu.org>
1857
1858 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1859 needed.
1860 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1861
15da2806
RH
18622005-05-25 Richard Henderson <rth@redhat.com>
1863
1864 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1865
d7cf8390
GDR
18662005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1867
1868 * libiberty.h (ACONCAT): Properly cast value of alloca().
1869
1870 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
ddcf783b 1871 __cplusplus.
d7cf8390 1872
dbaef7e2
SE
18732005-05-12 Steve Ellcey <sje@cup.hp.com>
1874
1875 libiberty.h: Do not define empty basename prototype.
1876
d6d47ea0
NC
18772005-05-10 Nick Clifton <nickc@redhat.com>
1878
1879 * Update the address and phone number of the FSF organization in
1880 the GPL notices in the following files:
1881 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1882 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1883 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1884 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1885 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1886 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1887 xtensa-isa-internal.h, xtensa-isa.h
1888
32e82bd8
KG
18892005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1890
1891 * libiberty.h (unlock_std_streams): New.
1892
8766be86
KG
18932005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1894
1895 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1896 Don't use the PTR macro.
1897
1898 * sort.h: Don't use the PARAMS macro.
1899
6feaa084
KG
19002005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1901
1902 * libiberty.h (unlock_stream): New.
1903
27c556ec
KG
19042005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1905
1906 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1907 Remove parameter names.
1908
78a7dc90
KG
19092005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1910
1911 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1912 Provide prototypes for new functions.
1913
0fd20f36
ILT
19142005-03-29 Ian Lance Taylor <ian@airs.com>
1915
1916 * libiberty.h: Fix indentation.
1917
a584cf65
ILT
19182005-03-28 Ian Lance Taylor <ian@airs.com>
1919
1920 * libiberty.h: Include <stdio.h>.
1921 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1922 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1923 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1924 (pex_init, pex_run, pex_read_output): Declare.
1925 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1926 (struct pex_time): Define.
1927
f78c1452
MM
19282005-03-28 Mark Mitchell <mark@codesourcery.com>
1929
1930 * libiberty.h (ffs): Declare, if necessary.
ddcf783b 1931
93079c81
GDR
19322005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1933
1934 * xregex2.h (_RE_ARGS): Remove definition and uses.
1935
7a17ef5e
GDR
19362005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1937
1938 * ternary.h: Don't use PARAMS anymore.
1939
885f2199
GDR
19402005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1941
1942 * partition.h: Remove use of PARAMS.
1943 * obstack.h: Remove conditional prototypes __STDC__.
1944 * objalloc.h: Remove use of PARAMS.
1945 * splay-tree.h: Likewise.
1946
6da879de
GDR
19472005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1948
1949 * md5.h: Remove definition and uses of __P.
1950 * dyn-string.h: Remove uses of PARAMS.
1951 * fibheap.h: Likewise.
1952 * floatformat.h: Likewise.
1953 * hashtab.h: Likewise.
1954
9486db4f
GDR
19552005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1956
1957 * demangle.h: Remove uses of PARAMS.
1958
1959 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1960 ANSI_PROTOTYPES is always assumed.
1961 Remove uses of PARAMS throughout.
1962
17998b22
KG
19632005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1964
1965 * libiberty.h (xstrndup): Declare.
1966
65ec6c0e
KG
19672005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1968
1969 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1970
17049f0b
MM
19712005-03-09 Mark Mitchell <mark@codesourcery.com>
1972
1973 * libiberty.h (gettimeofday): Declare.
1974
c363985d
JB
19752005-03-01 Jan Beulich <jbeulich@novell.com>
1976
1977 * libiberty.h: Declare unlink_if_ordinary.
1978
be0f1e54
PB
19792005-02-14 Paolo Bonzini <bonzini@gnu.org>
1980
1981 PR bootstrap/19818
1982 * ansidecl.h (PARAMS): Guard from redefinition.
1983
d49d0907
BE
19842004-12-11 Ben Elliston <bje@au.ibm.com>
1985
1986 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1987 when __GNUC__ is defined and ints are less than 32-bits wide.
1988
530f5331
BW
19892004-10-07 Bob Wilson <bob.wilson@acm.org>
1990
1991 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1992 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1993 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1994
f45c31ea 19952004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
ff06bf4b
AL
1996
1997 * libiberty.h (basename): Prototype for __MINGW32__.
1998
3d091dac
KG
19992004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2000
2001 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
2002 * libiberty.h (concat, reconcat, concat_length, concat_copy,
2003 concat_copy2): Use ATTRIBUTE_SENTINEL.
2004
b1e8c0fd
GDR
20052004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
2006
2007 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
2008 const-qualification before disposal.
2009
5673cd61 20102004-07-24 Bernardo Innocenti <bernie@develer.com>
4b997cc8 2011
5673cd61 2012 * ansidecl.h (ARG_UNUSED): New Macro.
4b997cc8 2013
5673cd61 20142004-07-24 Bernardo Innocenti <bernie@develer.com>
b6fa4f6e
BI
2015
2016 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
2017 libcpp/internal.h.
2018 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
2019 macros.
2020
5673cd61
BI
20212004-07-21 Paolo Bonzini <bonzini@gnu.org>
2022
2023 * ansidecl.h (ATTRIBUTE_PURE): New.
2024
5557e16d
BI
20252004-07-13 Bernardo Innocenti <bernie@develer.com>
2026
2027 * libiberty.h (ASTRDUP): Add casts required for stricter
2028 type conversion rules of C++.
2029 * obstack.h (obstack_free): Likewise.
2030
073273c3
AJ
20312004-05-04 Andreas Jaeger <aj@suse.de>
2032
2033 * demangle.h: Do not use C++ reserved keyword typename as
2034 parameter for cplus_demangle_fill_builtin_type.
2035
228c46db
RH
20362004-04-22 Richard Henderson <rth@redhat.com>
2037
2038 * hashtab.h (struct htab): Add size_prime_index.
2039
7f96816a 20402004-04-13 Jeff Law <law@redhat.com>
ddcf783b 2041
6de9cd9a 2042 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
ddcf783b 2043
cfdfa110
ZW
20442004-03-30 Zack Weinberg <zack@codesourcery.com>
2045
2046 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
2047
0d7fbf14
ILT
20482004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
2049
2050 * dyn-string.h: Update copyright date.
2051
795b4c37
ILT
20522004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2053
2054 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
2055 the associated #defines.
2056
5e777af5
ILT
20572004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2058
d051dc88
ILT
2059 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
2060 "libiberty.h".
2061
e4a32afb
ILT
2062 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
2063
5e777af5
ILT
2064 * demangle.h (enum demangle_component_type): Define.
2065 (struct demangle_operator_info): Declare.
2066 (struct demangle_builtin_type_info): Declare.
2067 (struct demangle_component): Define.
2068 (cplus_demangle_fill_component): Declare.
2069 (cplus_demangle_fill_name): Declare.
2070 (cplus_demangle_fill_builtin_type): Declare.
2071 (cplus_demangle_fill_operator): Declare.
2072 (cplus_demangle_fill_extended_operator): Declare.
2073 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
2074 (cplus_demangle_v3_components): Declare.
2075 (cplus_demangle_print): Declare.
2076
2502b0bc 2077For older changes see ChangeLog-9103
6599da04
JM
2078\f
2079Local Variables:
2080mode: change-log
2081left-margin: 8
2082fill-column: 74
2083version-control: never
2084End: