]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Daily bump.
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
8467574d
GA
12022-07-04 Tobias Burnus <tobias@codesourcery.com>
2 Chung-Lin Tang <cltang@codesourcery.com>
3 Thomas Schwinge <thomas@codesourcery.com>
4
5 * gomp-constants.h (GOMP_VERSION): Bump to 2.
6 (GOMP_REQUIRES_UNIFIED_ADDRESS, GOMP_REQUIRES_UNIFIED_SHARED_MEMORY,
7 GOMP_REQUIRES_REVERSE_OFFLOAD, GOMP_REQUIRES_TARGET_USED):
8 New defines.
9
c3642271
GA
102022-06-13 Jakub Jelinek <jakub@redhat.com>
11
12 * gomp-constants.h (GOMP_DEVICE_INVALID): Define.
13
820ead45
GA
142022-05-31 Alan Modra <amodra@gmail.com>
15
16 * dwarf2.def: Correct spelling of DW_AT_namelist_item.
17
768f49a2
GA
182022-05-24 David Malcolm <dmalcolm@redhat.com>
19
20 * ansidecl.h: Drop macros OVERRIDE and FINAL.
21
168fc8bd
GA
222022-05-23 Nathan Sidwell <nathan@acm.org>
23
24 * demangle.h (enum demangle_component_type): Add module components.
25
1cda629f
GA
262022-05-18 Thomas Schwinge <thomas@codesourcery.com>
27
28 * cuda/cuda.h (enum CUjit_option): Add
29 'CU_JIT_GENERATE_DEBUG_INFO', 'CU_JIT_GENERATE_LINE_INFO'.
30 (enum CUlimit): Add 'CU_LIMIT_STACK_SIZE',
31 'CU_LIMIT_MALLOC_HEAP_SIZE'.
32 (cuCtxSetLimit, cuGetErrorName): Add.
33
342022-05-18 Thomas Schwinge <thomas@codesourcery.com>
35
36 * cuda/cuda.h: For C++, wrap in 'extern "C"'.
37
3d9439b1
GA
382022-05-17 Nathan Sidwell <nathan@acm.org>
39
40 * demangle.h (enum demangle_component_type): Add
41 DEMANGLE_COMPONENT_STRUCTURED_BINDING.
42
432022-05-17 Jakub Jelinek <jakub@redhat.com>
44
45 * gomp-constants.h (GOMP_DEPEND_INOUTSET): Define.
46
e8778989
GA
472022-05-10 Martin Liska <mliska@suse.cz>
48
49 * ansidecl.h (PTR): Remove.
50 (const): Likewise.
51 (volatile): Likewise.
52 (signed): Likewise.
53
542022-05-10 Martin Liska <mliska@suse.cz>
55
56 * hashtab.h (HTAB_EMPTY_ENTRY): Use void * instead PTR.
57 (HTAB_DELETED_ENTRY): Likewise.
58
bd022ff9
GA
592022-05-09 Martin Liska <mliska@suse.cz>
60
61 * ansidecl.h (PTR): Remove Not ANCI C part.
62
3e7db517
GA
632022-05-04 Martin Liska <mliska@suse.cz>
64
65 * plugin-api.h (enum ld_plugin_tag): Do not set implicit enum
66 values.
67
80eb8ec6
GA
682022-04-06 Thomas Schwinge <thomas@codesourcery.com>
69
70 * cuda/cuda.h: New file.
71
d7f00da1
GA
722022-03-19 Tiezhu Yang <yangtiezhu@loongson.cn>
73
74 * floatformat.h (floatformat_ieee_quad_big): Renamed from
75 floatformat_ia64_quad_big.
76 (floatformat_ieee_quad_little): Similarly.
77
c8dcf64b
GA
782021-12-12 Jonathan Wakely <jwakely@redhat.com>
79
80 * unique-ptr.h: Removed.
81
0bceef16
GA
822021-12-10 Andrew Stubbs <ams@codesourcery.com>
83
84 * gomp-constants.h (GOMP_VERSION_GCN): Bump.
85
641ff219
GA
862021-12-08 Chung-Lin Tang <cltang@codesourcery.com>
87
88 PR middle-end/92120
89 * gomp-constants.h (enum gomp_map_kind):
90 Add GOMP_MAP_ATTACH_ZERO_LENGTH_ARRAY_SECTION, and
91 GOMP_MAP_POINTER_TO_ZERO_LENGTH_ARRAY_SECTION map kinds.
92 (GOMP_MAP_POINTER_P):
93 Include GOMP_MAP_POINTER_TO_ZERO_LENGTH_ARRAY_SECTION.
94
af2852b9
GA
952021-11-12 Chung-Lin Tang <cltang@codesourcery.com>
96
97 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_3): Define special bit macro.
98 (GOMP_MAP_IMPLICIT): New special map kind bits value.
99 (GOMP_MAP_FLAG_SPECIAL_BITS): Define helper mask for whole set of
100 special map kind bits.
101 (GOMP_MAP_IMPLICIT_P): New predicate macro for implicit map kinds.
102
851dff04
GA
1032021-11-05 Gerald Pfeifer <gerald@pfeifer.com>
104 Jakub Jelinek <jakub@redhat.com>
105
106 * md5.h (USE_SYSTEM_MD5): Introduce.
107
cf966403
GA
1082021-09-27 Vincent Lefevre <vincent@vinc17.net>
109
110 * floatformat.h: Update pathname for IBM long double description.
111
e4777439
GA
1122021-09-22 Alan Modra <amodra@gmail.com>
113
114 * obstack.h (__PTR_ALIGN): Expand and simplify __BPTR_ALIGN
115 rather than calculating relative to a NULL pointer.
116
38b19c5b
GA
1172021-08-23 Jakub Jelinek <jakub@redhat.com>
118
119 * gomp-constants.h (GOMP_TASK_FLAG_STRICT): Define.
120
5a957cd3
GA
1212021-07-24 Marek Polacek <polacek@redhat.com>
122
123 * ansidecl.h: Check if __cplusplus is defined before checking
124 the value of __cpp_constexpr and __cplusplus. Don't check
125 __STDC_VERSION__ in C++.
126
7a60a6e8
GA
1272021-07-02 David Faust <david.faust@oracle.com>
128
129 * btf.h (struct btf_type): Update bit usage comment.
130 (BTF_INFO_KIND): Update bit mask.
131 (BTF_KIND_FLOAT): New define.
132 (BTF_KIND_MAX): Update.
133
c8abc205
GA
1342021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
135 David Faust <david.faust@oracle.com>
136 Jose E. Marchesi <jose.marchesi@oracle.com>
137 Weimin Pan <weimin.pan@oracle.com>
138
139 * ctf.h: New file.
140 * btf.h: Likewise.
141
cfe82a0c
GA
1422021-05-06 Tom Tromey <tom@tromey.com>
143
144 * hashtab.h (htab_eq_string): Declare.
145
95d217ab
GA
1462021-03-31 Patrick Palka <ppalka@redhat.com>
147
148 PR c++/88115
149 * demangle.h (enum demangle_component_type): Add
150 DEMANGLE_COMPONENT_VENDOR_EXPR.
151
59cf67d1
GA
1522021-01-16 Kwok Cheung Yeung <kcy@codesourcery.com>
153
154 * gomp-constants.h (GOMP_TASK_FLAG_DETACH): New.
155
2e96eec6
GA
1562021-01-03 Mike Frysinger <vapier@gentoo.org>
157
158 * libiberty.h (strverscmp): Delete duplicate prototype.
159
ca2bd949
GA
1602020-12-09 Andrew Stubbs <ams@codesourcery.com>
161
162 * hsa.h: Replace whole file.
163 * hsa_ext_amd.h: New file.
164 * hsa_ext_image.h: New file.
165
a2b7397b
GA
1662020-09-24 Mark Wielaard <mark@klomp.org>
167
168 * dwarf2.def: Add DWARF5 Unit type header encoding macros
169 DW_UT_FIRST, DW_UT and DW_UT_END.
170 * dwarf2.h (enum dwarf_unit_type): Removed and define using
171 DW_UT_FIRST, DW_UT and DW_UT_END macros.
172 (DW_CIE_VERSION): Removed.
173 (get_DW_UT_name): New function declaration.
174
9f7ab8c5
GA
1752020-09-15 Tobias Burnus <tobias@codesourcery.com>
176
177 PR fortran/96668
178 * gomp-constants.h (GOMP_MAP_ALWAYS_POINTER_P): Define.
179
fcf56ef5
CT
1802020-09-09 Caroline Tice <cmtice@google.com>
181
182 * dwarf2.h (enum dwarf_sect_v5): A new enum section for the
183 sections in a DWARF 5 DWP file (DWP version 5).
184
80f86e78
GA
1852020-09-09 Caroline Tice <cmtice@google.com>
186
187 * dwarf2.h (enum dwarf_sect_v5): A new enum section for the
188 sections in a DWARF 5 DWP file (DWP version 5).
189
31a05046
GA
1902020-09-08 Felix Willgerodt <felix.willgerodt@intel.com>
191
192 * floatformat.h (floatformat_bfloat16_big): New.
193 (floatformat_bfloat16_little): New.
194
6a1ad710
GA
1952020-08-03 Martin Jambor <mjambor@suse.cz>
196
197 * gomp-constants.h (GOMP_VERSION_HSA): Remove.
198
3f8ca9cb
GA
1992020-07-09 Julian Brown <julian@codesourcery.com>
200 Thomas Schwinge <thomas@codesourcery.com>
201
202 PR middle-end/95270
203 * gomp-constants.h (gomp_map_kind): Expand comment for attach/detach
204 mapping kinds.
205
2062020-07-09 Julian Brown <julian@codesourcery.com>
207
208 * gomp-constants.h (gomp_map_kind): Update comment for GOMP_MAP_TO_PSET.
209
c9c05f73
GA
2102020-06-26 Nick Clifton <nickc@redhat.com>
211
212 * libiberty.h (bsearch_r): Remove use of the register keyword from
213 the prototype.
214
4543acc8
GA
2152020-06-23 Nick Alcock <nick.alcock@oracle.com>
216
217 * libiberty.h (bsearch_r): New.
218
e9f799d2
ML
2192020-04-17 Martin Liska <mliska@suse.cz>
220 Jonathan Yong <10walls@gmail.com>
221
222 PR gcov-profile/94570
223 * filenames.h (defined): Do not define HAVE_DOS_BASED_FILE_SYSTEM
224 for CYGWIN.
225
d3ee88fd 2262020-04-01 Maciej W. Rozycki <macro@linux-mips.org>
142d68f5
ML
227
228 PR lto/94249
229 * plugin-api.h: Fix a typo.
230
906b3eb9
ML
2312020-03-24 Martin Liska <mliska@suse.cz>
232
233 PR lto/94249
234 * plugin-api.h: Add more robust endianess detection.
235
15711e83
ML
2362020-03-21 Martin Liska <mliska@suse.cz>
237
238 * plugin-api.h (enum ld_plugin_symbol_type): Remove
239 comma after last value of an enum.
240 * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
241
c8429c2a
ML
2422020-03-19 Martin Liska <mliska@suse.cz>
243
244 * lto-symtab.h (enum gcc_plugin_symbol_type): New.
245 (enum gcc_plugin_symbol_section_kind): Likewise.
246
f5389e17
ML
2472020-03-19 Martin Liska <mliska@suse.cz>
248
249 * plugin-api.h (struct ld_plugin_symbol): Split
250 int def into 4 char fields.
251 (enum ld_plugin_symbol_type): New.
252 (enum ld_plugin_symbol_section_kind): New.
253 (enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2.
254
5f44a434
AB
2552020-02-05 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * hashtab.h (htab_remove_elt): Make a parameter const.
258 (htab_remove_elt_with_hash): Likewise.
259
6fc0385c
TS
2602020-01-10 Thomas Schwinge <thomas@codesourcery.com>
261
262 * gomp-constants.h (enum gomp_device_property): Remove.
263
8d9254fc
JJ
2642020-01-01 Jakub Jelinek <jakub@redhat.com>
265
266 Update copyright years.
267
6c84c8bf
MR
2682019-12-22 Maciej W. Rozycki <macro@codesourcery.com>
269 Frederik Harwath <frederik@codesourcery.com>
270 Thomas Schwinge <tschwinge@codesourcery.com>
271
272 * gomp-constants.h (gomp_device_property): New enum.
273
4fd872bc
JB
2742019-12-19 Julian Brown <julian@codesourcery.com>
275
276 * gomp-constants.h (gomp_map_kind): Add GOMP_MAP_ATTACH_DETACH.
277
8e7e71ff
JB
2782019-12-19 Julian Brown <julian@codesourcery.com>
279
280 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_4, GOMP_MAP_DEEP_COPY):
281 Define.
282 (gomp_map_kind): Add GOMP_MAP_ATTACH, GOMP_MAP_DETACH,
283 GOMP_MAP_FORCE_DETACH.
284
a6163563
JB
2852019-12-19 Julian Brown <julian@codesourcery.com>
286 Maciej W. Rozycki <macro@codesourcery.com>
287 Tobias Burnus <tobias@codesourcery.com>
288 Thomas Schwinge <thomas@codesourcery.com>
289
290 * gomp-constants.h (gomp_map_kind): Support GOMP_MAP_NO_ALLOC.
291
513e0aa0
JL
2922019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
293
294 * demangle.h (struct demangle_component): Add member
295 d_counting.
296
2972019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
32fc3719
EMB
298
299 * demangle.h (rust_demangle_callback): Add.
300
fa499995
AS
3012019-11-13 Andrew Stubbs <ams@codesourcery.com>
302 Kwok Cheung Yeung <kcy@codesourcery.com>
303 Julian Brown <julian@codesourcery.com>
304 Tom de Vries <tom@codesourcery.com>
305
306 * gomp-constants.h (GOMP_DEVICE_GCN): Define.
307 (GOMP_VERSION_GCN): Define.
308
0fddb184
ML
3092019-08-08 Martin Liska <mliska@suse.cz>
310
311 PR bootstrap/91352
312 * libiberty.h (is_valid_fd): New function.
313
979526c9
EMB
3142019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
315
316 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
317 (rust_demangle_sym): Move to libiberty/rust-demangle.h.
318
cbdce905
TS
3192019-06-18 Thomas Schwinge <thomas@codesourcery.com>
320
321 * gomp-constants.h (enum gomp_map_kind): Fix description of
322 'GOMP_MAP_FIRSTPRIVATE'.
323
de1ee900
ML
3242019-06-10 Martin Liska <mliska@suse.cz>
325
326 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
327 * libiberty.h (xmalloc): Use it.
328 (xrealloc): Likewise.
329 (xcalloc): Likewise.
330 (xstrdup): Likewise.
331 (xstrndup): Likewise.
332 (xmemdup): Likewise.
333
3bb0dcb6
ML
3342019-06-10 Martin Liska <mliska@suse.cz>
335
336 * ansidecl.h:
337 (ATTRIBUTE_RESULT_SIZE_1): Define new macro.
338 (ATTRIBUTE_RESULT_SIZE_2): Likewise.
339 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
340 * libiberty.h (xmalloc): Add RESULT_SIZE attribute.
341 (xrealloc): Likewise.
342 (xcalloc): Likewise.
343
6b3a5e8a
MF
3442019-04-26 Michael Forney <mforney@mforney.org>
345
346 * libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASPRINTF
347 is not defined.
348
67a9a711
VG
3492019-04-03 Vineet Gupta <vgupta@synopsys.com>
350
351 PR89877
352 * longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
353 (sub_ddmmss): Likewise.
354
f9f75f8d
PW
3552019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
356
357 * splay-tree.h (splay_tree_delete_key_fn): Update comment.
358 (splay_tree_delete_value_fn): Likewise.
359
adcb167e
SL
3602019-01-09 Sandra Loosemore <sandra@codesourcery.com>
361
362 PR other/16615
363
364 * libiberty.h: Mechanically replace "can not" with "cannot".
365 * plugin-api.h: Likewise.
366
a5544970
JJ
3672019-01-01 Jakub Jelinek <jakub@redhat.com>
368
369 Update copyright years.
370
59d5960c
TS
3712018-12-28 Thomas Schwinge <thomas@codesourcery.com>
372
373 * gomp-constants.h (GOACC_FLAG_HOST_FALLBACK)
374 (GOACC_FLAGS_MARSHAL_OP, GOACC_FLAGS_UNMARSHAL): Define.
375
6c8120c5
JM
3762018-12-22 Jason Merrill <jason@redhat.com>
377
378 * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
379 ARM, HP, and EDG demangling styles.
380
921a4c30
NC
3812018-12-11 Nick Clifton <nickc@redhat.com>
382
383 PR 88409
384 * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
385
e96d1d8c
NC
3862018-12-07 Nick Clifton <nickc@redhat.com>
387
388 * demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
389 (DEMANGLE_RECURSION_LIMIT): Define
390
28567c40
JJ
3912018-11-08 Jakub Jelinek <jakub@redhat.com>
392
393 * gomp-constants.h (GOMP_TASK_FLAG_REDUCTION,
394 GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
395 GOMP_DEPEND_MUTEXINOUTSET): Define.
396
4be5c72c
JM
3972018-10-19 Jason Merrill <jason@redhat.com>
398
399 * demangle.h (enum demangle_component_type): Add
400 DEMANGLE_COMPONENT_TPARM_OBJ.
401
7e2de6df
DM
4022018-10-29 David Malcolm <dmalcolm@redhat.com>
403
404 * unique-ptr.h (gnu::move): Generalize so it applies to all
405 lvalue references, rather than just to unique_ptr values.
406
c00c9d03
ML
4072018-07-26 Martin Liska <mliska@suse.cz>
408
92a285c1 409 PR lto/86548
c00c9d03
ML
410 * libiberty.h (make_temp_file_with_prefix): New function.
411
e062dc80
JH
4122018-05-30 Jan Hubicka <hubicka@ucw.cz>
413
414 * simple-object.h (simple_object_copy_lto_debug_sections): Add rename
415 parameter.
416
b0c31bc6
BE
4172018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
418
419 * splay-tree.h (splay_tree_compare_strings,
420 splay_tree_delete_pointers): Declare new utility functions.
421
91294f1e
TR
4222018-05-24 Tom Rix <trix@juniper.net>
423
424 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
425
85b3bb6d
AM
4262018-05-02 Alan Modra <amodra@gmail.com>
427
428 * ansidecl.h (ATTRIBUTE_NONSTRING): Define.
429
01f30ce6
ST
4302018-05-01 Sriraman Tallam <tmsriram@google.com>
431
432 * plugin-api.h: Add plugin API to get the list of wrap
433 symbols.
434
bd2b9f1e
AO
4352018-02-09 Alexandre Oliva <aoliva@redhat.com>
436
58006663
AO
437 * dwarf2.def (DW_AT_GNU_entry_view): New.
438
bd2b9f1e
AO
439 * dwarf2.def (DW_AT_GNU_locviews): New.
440 * dwarf2.h (enum dwarf_location_list_entry_type): Add
441 DW_LLE_GNU_view_pair.
442 (DW_LLE_view_pair): Define.
443
85ec4feb
JJ
4442018-01-03 Jakub Jelinek <jakub@redhat.com>
445
446 Update copyright years.
447
ee1c2133
KC
4482017-11-20 Kito Cheng <kito.cheng@gmail.com>
449
450 * longlong.h [__riscv] (__umulsidi3): Define.
451 [__riscv] (umul_ppmm): Likewise.
452 [__riscv] (__muluw3): Likewise.
453
f382ac6d
SC
4542017-11-10 Stephen Crane <sjc@immunant.com>
455
456 * plugin-api.h: Add plugin API for processing plugin-added
457 input files.
458
b367de5d
DM
4592017-10-23 David Malcolm <dmalcolm@redhat.com>
460
461 * unique-ptr.h: Make include of <memory> conditional on C++11 or
462 later.
463
46d2b77d
DM
4642017-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
465 David Malcolm <dmalcolm@redhat.com>
466
467 * unique-ptr.h: New file.
468
681f5b7c
YQ
4692017-09-15 Yao Qi <yao.qi@linaro.org>
470 Pedro Alves <palves@redhat.com>
471
472 * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
473
ff971abe
JW
4742017-09-12 Jiong Wang <jiong.wang@arm.com>
475
476 * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
477 * dwarf2.h (DW_CFA_DUP): New define.
478
1ea85365
RB
4792017-08-21 Richard Biener <rguenther@suse.de>
480
481 * simple-object.h (simple_object_copy_lto_debug_sections): New
482 function.
483
efae2b2f
NC
4842017-07-31 Nick Clifton <nickc@redhat.com>
485
486 Binutils PR 21850
487 * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
488 #idef __cplusplus.
489
ef29f5dd
JK
4902017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
491
492 * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
493 (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
494 (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
495 * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
496 (enum dwarf_name_index_attribute): Remove.
497 (get_DW_IDX_name): New declaration.
498
e0c634b1
MR
4992017-05-27 Maya Rashish <coypu@sdf.org>
500
501 * longlong.h: Remove ns32k support.
502
2efc367f
NS
5032017-05-24 Nathan Sidwell <nathan@acm.org>
504
505 * libiberty.h (ASTRDUP): Adjust cast to avoid warning.
506
0ff0902b
EZ
5072017-05-19 Eli Zaretskii <eliz@gnu.org>
508
509 * environ.h: Add #ifndef guard.
510
671d5bcb
ML
5112017-05-18 Martin Liska <mliska@suse.cz>
512
513 * ansidecl.h: Define CONSTEXPR macro.
514
54fa7033
JW
5152017-04-04 Jonathan Wakely <jwakely@redhat.com>
516
517 * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
518
680c60fe
JJ
5192017-02-25 Jakub Jelinek <jakub@redhat.com>
520
521 PR debug/77589
522 * dwarf2.def (DW_OP_GNU_variable_value): New opcode.
523
8db29d88
AO
5242017-01-30 Alexandre Oliva <aoliva@redhat.com>
525
526 Introduce C++ support in libcc1.
527 * gcc-c-fe.def (int_type_v0): Rename from...
528 (int_type): ... this. Introduce new version.
529 (float_type_v0): Rename from...
530 (float_type): ... this. Introduce new version.
531 (char_type): New.
532 * gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
533 (gcc_type_array): Move...
534 * gcc-interface.h: ... here.
535 * gcc-cp-fe.def: New.
536 * gcc-cp-interface.h: New.
537
023721aa
JK
5382017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
539
5d1b2443
JK
540 * gcc-interface.h (enum gcc_base_api_version): Update comment
541 for GCC_FE_VERSION_1.
542 (struct gcc_base_vtable): Rename set_arguments to
543 set_arguments_v0. Add set_arguments, set_triplet_regexp and
544 set_driver_filename.
545
3b5c1072
JK
546 * gcc-interface.h (enum gcc_base_api_version): Add comment to
547 GCC_FE_VERSION_1.
548 (struct gcc_base_vtable): Rename compile to compile_v0.
549 Update comment for compile. New methods set_verbose and
550 compile.
551
023721aa
JK
552 * gcc-interface.h (enum gcc_base_api_version): Add
553 GCC_FE_VERSION_1.
554
f6a24a94 5552017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
556 Martin Jambor <mjambor@suse.cz>
557
558 * hsa.h: Moved here from libgomp/plugin/hsa.h.
559
65793e42
RE
5602017-01-04 Richard Earnshaw <rearnsha@arm.com>
561 Jiong Wang <jiong.wang@arm.com>
562
563 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
564 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
565
2afd3180
JJ
5662017-01-04 Jakub Jelinek <jakub@redhat.com>
567
568 Update copyright years.
569
d8ee9c7e
JJ
5702016-12-21 Jakub Jelinek <jakub@redhat.com>
571
572 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
573 (DW_FORM_ref_sup4): ... this. New form.
574 (DW_FORM_ref_sup8): New form.
575
10d48c59
DT
5762016-11-03 David Tolnay <dtolnay@gmail.com>
577 Mark Wielaard <mark@klomp.org>
578
579 * demangle.h (DMGL_RUST): New macro.
580 (DMGL_STYLE_MASK): Add DMGL_RUST.
581 (demangling_styles): Add dlang_rust.
582 (RUST_DEMANGLING_STYLE_STRING): New macro.
583 (RUST_DEMANGLING): New macro.
584 (rust_demangle): New prototype.
585 (rust_is_mangled): Likewise.
586 (rust_demangle_sym): Likewise.
587
51dc6603
JM
5882016-11-07 Jason Merrill <jason@redhat.com>
589
590 * demangle.h (enum demangle_component_type): Add
591 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
592
558c7db0
JJ
5932016-10-17 Jakub Jelinek <jakub@redhat.com>
594
595 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
596 calling convention codes.
597 (enum dwarf_line_number_content_type): New.
598 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
599 codes.
600 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
601 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
602 (enum dwarf_name_index_attribute): New.
603 (enum dwarf_range_list_entry): New.
604 (enum dwarf_unit_type): New.
605 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
606 DW_OP_* and DW_ATE_* entries.
607
30cd7c74
PA
6082016-10-14 Pedro Alves <palves@redhat.com>
609
610 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
611 OVERRIDE): Define as empty.
612 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
613 __final.
614 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
615 empty.
616
2121e959
PA
6172016-10-14 Pedro Alves <palves@redhat.com>
618
619 * ansidecl.h (GCC_FINAL): Delete.
620 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
621
980bd537
JJ
6222016-08-15 Jakub Jelinek <jakub@redhat.com>
623
624 * dwarf2.def (DW_AT_string_length_bit_size,
625 DW_AT_string_length_byte_size): New attributes.
626
e366d7d8
AO
6272016-08-12 Alexandre Oliva <aoliva@redhat.com>
628
629 PR debug/63240
630 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
980bd537 631 * dwarf2.h (enum dwarf_defaulted_attribute): New.
e366d7d8 632
ac631cbe
AH
6332016-07-29 Aldy Hernandez <aldyh@redhat.com>
634
635 * libiberty.h (MAX_ALLOCA_SIZE): New macro.
636
06fca33d
CLT
6372016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
638
639 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
640 describe the need for incrementing this macro whenever the plugin
641 interface is modified.
642
76fe84ec
TT
6432016-04-29 Tom Tromey <tom@tromey.com>
644
645 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
646 DW_LANG_Rust_old>: New constants.
647
af952763
OE
6482016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
649
650 * longlong.h (umul_ppmm): Remove SHMEDIA checks.
651 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
652
1ab06af6
CZ
6532016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
654
655 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
656 'Cal' constraint.
657 (sub_ddmmss): Likewise.
658
91106e84
TS
6592016-03-17 Thomas Schwinge <thomas@codesourcery.com>
660
661 * gomp-constants.h (enum gomp_map_kind): Rename
662 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users.
663
e94da7c6
CC
6642016-03-03 Than McIntosh <thanm@google.com>
665
666 * plugin-api.h: Add new hooks to the plugin transfer vector to
667 to support querying section alignment and section size.
668 (ld_plugin_get_input_section_alignment): New hook.
669 (ld_plugin_get_input_section_size): New hook.
670 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
671 and LDPT_GET_INPUT_SECTION_SIZE.
672 (ld_plugin_tv): Add tv_get_input_section_alignment and
673 tv_get_input_section_size.
674
6752016-03-03 Evgenii Stepanov <eugenis@google.com>
676
677 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
678
b2b40051
MJ
6792016-01-19 Martin Jambor <mjambor@suse.cz>
680
681 * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
682 (GOMP_VERSION_HSA): Likewise.
683 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
684 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
685 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
686 (GOMP_TARGET_ARG_ID_MASK): Likewise.
687 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
688 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
689 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
690 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
691
bd12353b
MF
6922016-01-07 Mike Frysinger <vapier@gentoo.org>
693
694 * longlong.h: Change !__SHMEDIA__ to
695 (!defined (__SHMEDIA__) || !__SHMEDIA__).
696 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
697
66f49f07
MF
6982016-01-05 Mike Frysinger <vapier@gentoo.org>
699
700 * libiberty.h (dupargv): Change arg to char * const *.
701 (writeargv, countargv): Likewise.
702
73fb6a9d
JJ
7032015-11-27 Pedro Alves <palves@redhat.com>
704
705 PR other/61321
706 PR other/61233
707 * demangle.h (enum demangle_component_type)
708 <DEMANGLE_COMPONENT_CONVERSION>: New value.
709
e5ef217c
RO
7102015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
711
712 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
713 __sparc__]: Define.
714
6e232ba4
JN
7152015-11-12 James Norris <jnorris@codesourcery.com>
716 Joseph Myers <joseph@codesourcery.com>
717
718 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
719 and GOMP_MAP_LINK.
720
f0e525fe
AM
7212015-11-09 Alan Modra <amodra@gmail.com>
722
723 PR gdb/17133
724 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
725
c9f265c9
AM
7262015-11-09 Alan Modra <amodra@gmail.com>
727
728 PR gdb/17133
729 * obstack.h: Import current gnulib file.
730
e01d41e5
JJ
7312015-11-05 Jakub Jelinek <jakub@redhat.com>
732 Ilya Verbin <ilya.verbin@intel.com>
733
734 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
735 (GOMP_MAP_FLAG_ALWAYS): Remove.
736 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
737 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
738 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
739 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
740 (GOMP_MAP_ALWAYS_P): Define.
741 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
742
1e44e857
DJ
7432015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
744 Joseph Myers <joseph@codesourcery.com>
745 Mark Shinwell <shinwell@codesourcery.com>
746 Andrew Stubbs <ams@codesourcery.com>
747 Rich Felker <dalias@libc.org>
748
749 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
750
efd40fc4
RM
7512015-10-18 Roland McGrath <roland@gnu.org>
752
753 PR other/63758
754 * environ.h: New file.
755
d9a6bd32
JJ
7562015-10-13 Jakub Jelinek <jakub@redhat.com>
757 Ilya Verbin <ilya.verbin@intel.com>
758
759 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
760 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
761 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
762 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
763 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
764 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
765 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
766 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
767 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
768 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
769 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
770 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
771 GOMP_TARGET_FLAG_UPDATE): Define.
772
3e32ee19
NS
7732015-09-28 Nathan Sidwell <nathan@codesourcery.com>
774
775 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
776 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
777 GOMP_DIM_MASK): New.
778 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
779 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
780 GOMP_LAUNCH_OP_SHIFT): New.
781 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
782 GOMP_LAUNCH_OP): New.
783 (GOMP_LAUNCH_OP_MAX): New.
784
2a21ff19
NS
7852015-08-24 Nathan Sidwell <nathan@codesourcery.com>
786
787 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
788 GOMP_VERSION_INTEL_MIC): New.
789 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
790
9d147800
PMR
7912015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
792
793 * dwarf2.def (DW_AT_GNU_bias): New attribute.
794
07d574b4
PMR
7952015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
796
797 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
798 attributes.
799
96d4df8b
TS
8002015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
801
802 * ansidecl.h (GCC_FINAL): New macro.
803
b97e78b7
TS
8042015-08-10 Thomas Schwinge <thomas@codesourcery.com>
805
806 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
807
f50f17e6
YJ
8082015-05-22 Yunlian Jiang <yunlian@google.com>
809
810 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
811 not defined.
812
4c5c36d4
RB
8132015-03-19 Richard Biener <rguenther@suse.de>
814
815 * partition.h (struct partition_elem): Re-order elements to
816 avoid padding.
817
44d95244
MT
8182015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
819
820 PR target/65261
821 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
822
49d88979
PA
8232015-02-19 Pedro Alves <palves@redhat.com>
824
825 * floatformat.h [__cplusplus]: Wrap in extern "C".
826
de3aebff
JJ
8272015-02-04 Jakub Jelinek <jakub@redhat.com>
828
829 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
830 and DW_LANG_Fortran08.
831
41dbbb37
TS
8322015-01-15 Thomas Schwinge <thomas@codesourcery.com>
833 Julian Brown <julian@codesourcery.com>
834 James Norris <jnorris@codesourcery.com>
835
836 * gomp-constants.h: New file.
837
4cfe4a12 8382014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7fc39e21
JBG
839
840 * libiberty.h: Merge Copyright year update from Binutils.
841
e8850918
UB
8422014-12-24 Uros Bizjak <ubizjak@gmail.com>
843 Ben Elliston <bje@au.ibm.com>
844 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
845
846 * libiberty.h (xasprintf): Declare.
847
01ca36af 8482014-12-11 Uros Bizjak <ubizjak@gmail.com>
92a285c1
ML
849 Ben Elliston <bje@au.ibm.com>
850 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
01ca36af
UB
851
852 * libiberty.h (xvasprintf): Declare.
853
63f5d5b8
TS
8542014-12-09 Trevor Saunders <tsaunders@mozilla.com>
855
856 * hashtab.h, splay-tree.h: Remove GTY markers.
857
bc3518da
MW
8582014-12-08 Mark Wielaard <mjw@redhat.com>
859
860 PR debug/60782
861 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
862
5d45c9c0
MW
8632014-11-21 Mark Wielaard <mjw@redhat.com>
864
865 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
866 DW_LANG_C_plus_plus_14.
867
42bc3520
MW
8682014-11-25 Mark Wielaard <mjw@redhat.com>
869
870 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
871
d8607f25
SH
8722014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
873
874 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
875 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
876 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
877 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
878 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
879 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
880 (DW_AT_APPLE_property): New macros.
881
3d00119c
AB
8822014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
883 Manuel López-Ibáñez <manu@gcc.gnu.org>
884
885 PR driver/36312
886 * filenames.h: Add prototype for canonical_filename_eq.
887
35485da9
DM
8882014-11-11 David Malcolm <dmalcolm@redhat.com>
889
890 * ChangeLog.jit: New.
891
99630555
RH
8922014-10-28 Richard Henderson <rth@redhat.com>
893
894 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
895
ea41822a
YG
8962014-10-28 Yury Gribov <y.gribov@samsung.com>
897
898 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
899
ddc8de03
PM
9002014-10-27 Phil Muldoon <pmuldoon@redhat.com>
901 Jan Kratochvil <jan.kratochvil@redhat.com>
902 Tom Tromey <tromey@redhat.com>
903
904 * gcc-c-fe.def: New file.
905 * gcc-c-interface.h: New file.
906 * gcc-interface.h: New file.
907
e39423c0
DM
9082014-10-15 David Malcolm <dmalcolm@redhat.com>
909
910 * libiberty.h (choose_tmpdir): New prototype.
911
f5059223
MW
9122013-10-02 Mark Wielaard <mjw@redhat.com>
913
914 PR debug/63239
915 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
916
29ce50b0
MO
9172014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
918
919 * libiberty.h (PEX_STDOUT_APPEND): New flag.
920 (PEX_STDERR_APPEND): Likewise.
921
43b1b9ed
IB
9222014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
923
924 * demangle.h (DMGL_DLANG): New macro.
925 (DMGL_STYLE_MASK): Add DMGL_DLANG.
926 (demangling_styles): Add dlang_demangling.
927 (DLANG_DEMANGLING_STYLE_STRING): New macro.
928 (DLANG_DEMANGLING): New macro.
929 (dlang_demangle): New prototype.
930
5e89d0ad
AK
9312014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
932
933 * longlong.h: Add __udiv_w_sdiv prototype.
934
35fa894a
TS
9352014-06-10 Thomas Schwinge <thomas@codesourcery.com>
936
937 PR lto/61334
938 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
939 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
940
dbed5a9b
JM
9412014-05-21 John Marino <gnugcc@marino.st>
942
943 * liberty.h: Use basename function on DragonFly.
944
b6799f37
SE
9452014-05-01 Steve Ellcey <sellcey@mips.com>
946
947 * include/longlong.h: Use 'defined()' to check __mips16.
948
8df07a2c
RS
9492014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
950
951 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
952
130a7859
YZ
9532014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
954
955 * longlong.h: Merge from glibc.
956
d2d21de9
TT
9572014-01-21 Tom Tromey <tromey@redhat.com>
958
959 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
960 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
961 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
962 (NOARGS): Don't define.
963 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
964
1f26ac87
JM
9652013-12-23 Bill Maddox <maddox@google.com>
966
967 * demangle.h (enum gnu_v3_ctor_kinds):
968 Added literal gnu_v3_unified_ctor.
969 (enum gnu_v3_ctor_kinds):
970 Added literal gnu_v3_unified_dtor.
971
b21fbbd2
RS
9722013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
973
974 * longlong.h: New file.
975
eda14d6a
MG
9762013-10-29 Marc Glisse <marc.glisse@inria.fr>
977
978 PR tree-optimization/58689
979 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
980 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
981 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
982 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
983 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
984 Mark with attribute returns_nonnull.
985
88f4509c
SA
9862013-10-22 Sterling Augustine <saugustine@google.com>
987
988 * gdb/gdb-index.h: Merge from gdb tree.
989
a98cbc36
AM
9902013-08-20 Alan Modra <amodra@gmail.com>
991
992 * floatformat.h (floatformat_ibm_long_double): Delete.
993 (floatformat_ibm_long_double_big): Declare.
994 (floatformat_ibm_long_double_little): Declare.
995
f524d0aa
DC
9962013-08-19 Dehao Chen <dehao@google.com>
997
998 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
999
2077db1b
CT
10002013-08-02 Caroline Tice <cmtice@google.com>
1001
1002 * vtv-change-permission.h: New file.
1003
9eb85f27
JM
10042013-04-03 Jason Merrill <jason@redhat.com>
1005
1006 Demangle C++11 ref-qualifier.
1007 * demangle.h (enum demangle_component_type): Add
1008 DEMANGLE_COMPONENT_REFERENCE_THIS,
1009 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
1010
54be96ce
CC
10112013-03-01 Cary Coutant <ccoutant@google.com>
1012
1013 * dwarf2.h (enum dwarf_sect): New enum type.
1014
913bd57d
ST
10152013-02-11 Sriraman Tallam <tmsriram@google.com>
1016
1017 * plugin-api.h (enum ld_plugin_level): Assign integers
1018 explicitly for all values.
1019
162b4e41
KT
10202013-01-30 Kai Tietz <ktietz@redhat.com>
1021
1022 PR other/54620
1023 PR target/39064
1024 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
1025 stdint.h and sys/types.h headers are present.
1026 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
1027
9654e9c2
AH
10282012-12-18 Aldy Hernandez <aldyh@redhat.com>
1029
1030 PR other/54324
1031 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
1032 < 3.4.
1033
7dbb85a7
JM
10342012-11-09 Jason Merrill <jason@redhat.com>
1035
1036 * demangle.h (enum demangle_component_type): Add
1037 DEMANGLE_COMPONENT_TAGGED_NAME.
1038
ecdbd01a 10392012-10-29 Sterling Augustine <saugustine@google.com>
92a285c1 1040 Cary Coutant <ccoutant@google.com>
99ea153e
SA
1041
1042 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
1043 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
1044 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
1045
1046
7c424acd
JM
10472012-10-08 Jason Merrill <jason@redhat.com>
1048
1049 * demangle.h (enum demangle_component_type): Add
1050 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
1051
ed770de9
FW
10522012-09-18 Florian Weimer <fweimer@redhat.com>
1053
1054 PR other/54411
1055 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
1056
316b938e
CC
10572012-09-06 Cary Coutant <ccoutant@google.com>
1058
1059 * dwarf2.def: Edit comment.
1060
36ec6d1c
ST
10612012-08-24 Sriraman Tallam <tmsriram@google.com>
1062
1063 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
1064 New interface.
1065 (ld_plugin_unique_segment_for_sections): New interface.
1066 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
1067 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
1068 (tv_allow_unique_segment_for_sections): New member.
1069 (tv_unique_segment_for_sections): New member.
1070
69488641
DE
10712012-07-13 Doug Evans <dje@google.com>
1072
1073 * filenames.h: #include "hashtab.h".
1074 (filename_hash, filename_eq): Declare.
1075
18100198
DE
10762012-06-18 Doug Evans <dje@google.com>
1077
1078 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
1079
b4cd65d1
RÁE
10802012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
1081
1082 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
1083
c6133dbe
JJ
10842012-06-08 Jakub Jelinek <jakub@redhat.com>
1085
1086 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
1087 forms.
1088 * dwarf2.h (enum dwarf_macro_record_type): Add
1089 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
1090 and DW_MACRO_GNU_transparent_include_alt.
1091
60a1fb35
DE
10922012-05-23 Doug Evans <dje@google.com>
1093
1094 * leb128.h: #include stdint.h, inttypes.h.
1095 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
1096 Change to take a uint64_t * argument instead of unsigned long long.
1097 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
1098 Change to take an int64_t * argument instead of long long.
1099
19460426
DE
11002012-05-22 Doug Evans <dje@google.com>
1101
1102 * leb128.h: New file.
1103
103ab31f
GF
11042012-05-19 Gary Funck <gary@intrepid.com>
1105
1106 * dwarf2.def: Update comment re: UPC extensions to reference
1107 DWARF4 specification.
1108
43f7c432
CC
11092012-05-02 Cary Coutant <ccoutant@google.com>
1110
1111 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
1112 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
1113
d028426a
DE
11142012-04-28 Doug Evans <dje@google.com>
1115
1116 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
1117
accea034
TT
11182012-04-27 Tom Tromey <tromey@redhat.com>
1119
1120 * dwarf2.h: Wrap function declarations in extern "C".
1121
11ec770e
TT
11222012-04-27 Tom Tromey <tromey@redhat.com>
1123
1124 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
1125 (enum dwarf_location_atom, enum dwarf_type, enum
1126 dwarf_call_frame_info): Remove.
1127 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
1128 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
1129 Include dwarf2.def.
1130 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
1131 (get_DW_OP_name, get_DW_ATE_name): Declare.
1132 * dwarf2.def: New file, from dwarf2.h.
1133
5973ae1a
TG
11342012-04-10 Tristan Gingold <gingold@adacore.com>
1135
1136 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
1137 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
1138
3beac6b9
CC
11392012-01-26 Cary Coutant <ccoutant@google.com>
1140
1141 * dwarf2.h (enum dwarf_form): Add Fission extensions.
1142 (enum dwarf_attribute): Likewise.
1143
4b6aaa99
JM
11442012-01-06 Jason Merrill <jason@redhat.com>
1145
1146 PR c++/6057
1147 PR c++/48051
1148 PR c++/50855
1149 PR c++/51322
1150 * demangle.h (enum demangle_component_type): Add
1151 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
1152
0a35513e
AH
11532011-11-07 Richard Henderson <rth@redhat.com>
1154
1155 Merged from transactional-memory.
1156
1157 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
1158 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
1159 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
1160 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
1161
40c4cbcd
DD
11622011-10-21 Ulrich Drepper <drepper@gmail.com>
1163
1164 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
1165
11662011-10-21 Marc Glisse <marc.glisse@inria.fr>
1167
1168 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
1169
be50fcea
DE
11702011-09-28 Doug Evans <dje@google.com>
1171
8c850a5a
DE
1172 * timeval-utils.h: New file.
1173
be50fcea
DE
1174 * libiberty.h (countargv): Declare.
1175
59d605ad
CC
11762011-09-26 Cary Coutant <ccoutant@google.com>
1177
1178 PR lto/47247
1179 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
1180 LDPR_PREVAILING_DEF_IRONLY_EXP.
1181 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
1182
2d2b02c4
CC
11832011-09-23 Cary Coutant <ccoutant@google.com>
1184
1185 PR 40831
1186 * demangle.h (enum demangle_component_type): Add
1187 DEMANGLE_COMPONENT_CLONE.
1188
4d1c7421
RO
11892011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1190
1191 * xregex.h (regoff_t): Define.
1192
d423df48
JJ
11932011-07-22 Jakub Jelinek <jakub@redhat.com>
1194
520cda8c
JJ
1195 * dwarf2.h (DW_AT_GNU_macros): New.
1196 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
1197
d423df48
JJ
1198 PR c++/49756
1199 * libiberty.h (stack_limit_increase): New prototype.
1200
8ff3369c
ST
12012011-07-13 Sriraman Tallam <tmsriram@google.com>
1202
1203 * plugin-api.h
1204 (ld_plugin_section): New struct.
1205 (ld_plugin_get_section_count): New typedef.
1206 (ld_plugin_get_section_type): New typedef.
1207 (ld_plugin_get_section_name): New typedef.
1208 (ld_plugin_get_section_contents): New typedef.
1209 (ld_plugin_update_section_order): New typedef.
1210 (ld_plugin_allow_section_ordering): New typedef.
1211 (LDPT_GET_SECTION_COUNT): New enum value.
1212 (LDPT_GET_SECTION_TYPE): New enum value.
1213 (LDPT_GET_SECTION_NAME): New enum value.
1214 (LDPT_GET_SECTION_CONTENTS): New enum value.
1215 (LDPT_UPDATE_SECTION_ORDER): New enum value.
1216 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
1217 (tv_get_section_count): New struct members.
1218 (tv_get_section_type): New struct members.
1219 (tv_get_section_name): New struct members.
1220 (tv_get_section_contents): New struct members.
1221 (tv_update_section_order): New struct members.
1222 (tv_allow_section_ordering): New struct members.
1223
985b34c7
JB
12242011-07-01 Joel Brobecker <brobecker@adacore.com>
1225
1226 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
1227 on Darwin, as well as on the systems that use a DOS-like
1228 filesystem.
1229
ddb555ed
JJ
12302011-06-22 Jakub Jelinek <jakub@redhat.com>
1231
1232 PR debug/47858
1233 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
1234
f019462c
JK
12352011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1236
1237 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
1238 (DMGL_RET_DROP): New.
1239
be80a87e
JJ
12402011-04-30 Jakub Jelinek <jakub@redhat.com>
1241
1242 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
1243 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
1244
e5b0dad8
JK
12452011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
1248
5499e346
TG
12492011-03-31 Tristan Gingold <gingold@adacore.com>
1250
1251 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
1252
ec6165f8
MW
12532011-03-24 Mark Wielaard <mjw@redhat.com>
1254
1255 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
1256
40fb5033
RÁE
12572010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
1258
1259 * plugin-api.h (ld_plugin_get_view): New.
1260 (ld_plugin_tag): Add LDPT_GET_VIEW.
1261 (ld_plugin_tv): Add tv_get_view.
1262
2b1c5433
JJ
12632011-03-16 Jakub Jelinek <jakub@redhat.com>
1264
1265 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
1266 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
1267 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
1268 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
1269 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
1270 DW_OP_GNU_entry_value): New.
1271
94369251
KT
12722011-02-28 Kai Tietz <kai.tietz@onevision.com>
1273
1274 * filenames.h (filename_ncmp): New prototype.
1275
f7aadc6c
KT
12762011-02-23 Kai Tietz <kai.tietz@onevision.com>
1277
1278 * dwarf2.h (_ELF_DWARF2_H): Renamed to
1279 _DWARF2_H.
1280 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
1281 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
1282 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
1283 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
1284
753cc685
IS
12852011-01-12 Iain Sandoe <iains@gcc.gnu.org>
1286
1287 * dwarf2.h: Update value for DW_AT_hi_user.
1288
d82f74d3
ILT
12892010-11-16 Ian Lance Taylor <iant@google.com>
1290
1291 * simple-object.h (simple_object_attributes_merge): Declare,
1292 replacing simple_object_attributes_compare.
1293
458ebeba
ILT
12942010-11-04 Ian Lance Taylor <iant@google.com>
1295
1296 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
1297
1cfabf34
ILT
12982010-11-02 Ian Lance Taylor <iant@google.com>
1299
1300 * simple-object.h: New file.
1301
f24a1469
DK
13022010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
1303
1304 Sync LD plugin patch series (part 1/6) with src/include/.
1305 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
1306
ecdbd01a 13072010-10-06 Andi Kleen <ak@linux.intel.com>
6e9bd0f8
AK
1308
1309 * libiberty.h (setproctitle): Add prototype.
1310
c8a27c40
JJ
13112010-09-09 Jakub Jelinek <jakub@redhat.com>
1312
1313 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
1314
d414dde9
KW
13152010-07-06 Ken Werner <ken.werner@de.ibm.com>
1316
1317 * floatformat.h (floatformat_ieee_half_big): Add declaration.
1318 (floatformat_ieee_half_little): Likewise.
1319
c8259dd9
RAE
13202010-06-21 Rafael Espindola <espindola@google.com>
1321
1322 * plugin-api.h (ld_plugin_set_extra_library_path): New.
1323 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
1324 (ld_plugin_tv): Add tv_set_extra_library_path.
1325
f0057424
JJ
13262010-06-21 Jakub Jelinek <jakub@redhat.com>
1327
1328 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
1329
47f3e769
RAE
13302010-06-18 Rafael Espindola <espindola@google.com>
1331
1332 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
1333 Make argument const.
1334
4b9c045f
TG
13352010-06-08 Tristan Gingold <gingold@adacore.com>
1336
1337 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
1338 DW_TAG_HP_Bliss_field_set.
1339 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
1340 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
1341 DW_AT_HP_definition_points, DW_AT_HP_default_location and
1342 DW_AT_HP_is_result_param.
1343 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
1344 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
1345 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
1346 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
1347 (enum dwarf_line_number_x_ops): Add
1348 DW_LNE_HP_source_file_correlation.
1349 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
1350 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
1351 DW_LANG_HP_Assembler.
1352
a9429e29
LB
13532010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1354
1355 * splay-tree.h: Update copyright years.
1356 (splay_tree_s): Document fields.
1357 (splay_tree_new_typed_alloc): New.
1358
1359 * hashtab.h: Update copyright years.
1360 (htab_create_typed_alloc): New.
1361
621e1f2e
RAE
13622010-06-01 Rafael Espindola <espindola@google.com>
1363
1364 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
1365
a1cbd45d
PA
13662010-04-26 Pedro Alves <pedro@codesourcery.com>
1367
1368 * filenames.h (PATH_SEPARATOR): Delete.
1369
3009276c
PA
13702010-04-23 Pedro Alves <pedro@codesourcery.com>
1371
1372 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
1373 always define it independently of host, add `dos_based' parameter,
1374 and handle it.
8430d670 1375 (PATH_SEPARATOR): Define.
3009276c
PA
1376 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
1377 independently of host, add `dos_based' parameter, and handle it.
1378 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
1379 it independently of host, add `dos_based' parameter, and handle
1380 it.
1381 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
1382 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
1383 (HAS_DOS_DRIVE_SPEC): New.
1384 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
1385 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
1386 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
1387 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
1388
ee3b548f
NC
13892010-04-20 Nick Clifton <nickc@redhat.com>
1390
1391 * sha1.h: Update copyright notice to use GPLv3.
1392
8b9b8e93
DE
13932010-04-14 Doug Evans <dje@google.com>
1394
1395 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
1396
da125f6f
MK
13972010-04-13 Matthias Klose <doko@ubuntu.com>
1398
1399 * elf: Remove empty directory.
1400
b172360d
JJ
14012010-04-06 Jakub Jelinek <jakub@redhat.com>
1402
1403 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
1404 field.
1405
4be9a940
JM
14062010-03-23 Joseph Myers <joseph@codesourcery.com>
1407
1408 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
1409
d9019c99
JB
14102010-01-13 Joel Brobecker <brobecker@adacore.com>
1411
1412 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
1413 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
1414
5b40c067
TG
14152010-01-11 Tristan Gingold <gingold@adacore.com>
1416
1417 * demangle.h (ada_demangle): Add prototype.
1418
6a4d4e8a
RO
14192010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1420
1421 PR bootstrap/41771
1422 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
1423
df7b6aaa
JB
14242009-12-29 Joel Brobecker <brobecker@adacore.com>
1425
1426 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
1427
9cd4e79b
JM
14282009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
1429
1430 Add DWARF attribute value for the "Borland fastcall" calling
1431 convention.
1432 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
1433
428b80d5
KT
14342009-10-23 Kai Tietz <kai.tietz@onevision.com>
1435
1436 * splay-tree.h (libi_uhostptr_t): Add gcc specific
1437 __extension__ for long long type case to silent cX9.
1438 (libi_shostptr_t): Likewise.
1439
941e566a
RE
14402009-10-19 Rafael Avila de Espindola <espindola@google.com>
1441
1442 PR40790
da125f6f 1443 * plugin-api.h: Don't include stdint.h unconditionally.
941e566a 1444
7613143b
JJ
14452009-10-15 Jakub Jelinek <jakub@redhat.com>
1446
1447 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
1448 a DWARF 4 addition.
1449
63f72e39
RAE
14502009-10-09 Rafael Espindola <espindola@google.com>
1451
1452 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
1453 libname.
1454
14552009-10-05 Rafael Espindola <espindola@google.com>
a12368e5 1456
f1aebde0
RE
1457 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1458 (ld_plugin_get_input_file): New.
1459 (ld_plugin_release_input_file): New.
1460 (ld_plugin_add_input_library): New.
1461 (ld_plugin_message): Mark format const.
1462 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1463 LDPT_ADD_INPUT_LIBRARY.
1464 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1465 tv_add_input_library.
a12368e5 1466
e5dd62e2
JQ
14672009-10-04 Jerry Quinn <jlquinn@optonline.net>
1468
1469 * plugin-api.h: Fix compile.
1470
8430d670 14712009-10-03 Rafael Espindola <espindola@google.com>
d7f09764
DN
1472
1473 * plugin-api.h: New.
1474 * lto-symtab.h: New.
1475
c03c5248
JM
14762009-09-29 Jason Merrill <jason@redhat.com>
1477
1478 * demangle.h (enum demangle_component_type): Add
1479 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1480 DEMANGLE_COMPONENT_UNNAMED_TYPE.
1481 (struct demangle_component): Add s_unary_num.
1482
7653f273
DS
14832009-09-25 Dodji Seketeli <dodji@redhat.com>
1484
1485 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1486 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1487 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1488
5ae5f596
CC
14892009-09-25 Cary Coutant <ccoutant@google.com>
1490
1491 Add rest of new values from DWARF Version 4.
1492 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1493 New tags.
1494 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1495 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1496 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1497 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1498 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1499 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1500 attributes.
1501 (DW_LANG_Python): New language.
1502
d40a19da
DS
15032009-09-22 Dodji Seketeli <dodji@redhat.com>
1504
1505 * dwarf2.h (enum dwarf_tag): Add
1506 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1507
330b922f
ILT
15082009-07-24 Ian Lance Taylor <iant@google.com>
1509
1510 PR bootstrap/40854
1511 * libiberty.h (xcrc32): Rename from crc32.
1512
b524249c
ILT
15132009-07-24 Ian Lance Taylor <iant@google.com>
1514
1515 * libiberty.h (crc32): Declare.
1516
4310f048
CC
15172009-07-20 Cary Coutant <ccoutant@google.com>
1518 Doug Evans <dje@google.com>
07d9f9b8
CC
1519
1520 Add some dwarf4 values.
1521 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1522 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1523 DW_FORM_flag_present, DW_FORM_sig8.
1524 (enum dwarf_attribute): Add DW_AT_signature.
1525
23b1a789
JK
15262009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1527
1528 * demangle.h
1529 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1530 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1531 New.
1532
116b0722
JJ
15332009-07-09 Jakub Jelinek <jakub@redhat.com>
1534
1535 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1536 and DW_OP_stack_value.
1537
a80b0574
TT
15382009-07-09 Tom Tromey <tromey@redhat.com>
1539
1540 * elf/dwarf2.h: Remove, renaming to...
1541 * dwarf2.h: ... this.
1542
bbf531f0
TT
15432009-06-29 Tom Tromey <tromey@redhat.com>
1544
1545 * elf/dwarf2.h: New file. Merged with gdb.
1546
780ca5bf
ILT
15472009-06-09 Ian Lance Taylor <ian@airs.com>
1548
1549 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1550
15512009-06-03 Ian Lance Taylor <iant@google.com>
6bc7bc14
ILT
1552
1553 * ansidecl.h (EXPORTED_CONST): Define.
1554
75afccba
ILT
15552009-05-31 Ian Lance Taylor <iant@google.com>
1556
1557 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
1558 the way we treat an ISO C compiler. Don't define inline as a
8430d670 1559 macro when compiling with C++.
75afccba
ILT
1560 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
1561 when compiling with C++.
1562 * fibheap.h: Add extern "C" when compiling with C++.
1563
6a87e1d4
TG
15642009-04-22 Taras Glek <tglek@mozilla.com>
1565
bda61b12
L
1566 * hashtab.h: Update GTY annotations to new syntax.
1567 * splay-tree.h: Likewise.
6a87e1d4 1568
448545cb
JM
15692009-03-17 Jason Merrill <jason@redhat.com>
1570
1571 * demangle.h (enum demangle_component_type): Add
1572 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1573
07523e7c
JM
15742008-12-10 Jason Merrill <jason@redhat.com>
1575
1576 * demangle.h (enum demangle_component_type): Add
1577 DEMANGLE_COMPONENT_FIXED_TYPE.
1578
2ad646bd
BW
15792008-11-19 Bob Wilson <bob.wilson@acm.org>
1580
1581 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1582 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1583 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1584 (XCHAL_NUM_AREGS): Change to 32.
1585 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1586 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1587 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1588 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1589 (XCHAL_DEBUGLEVEL): Change to 6.
1590
085c6bd4
AM
15912008-10-21 Alan Modra <amodra@bigpond.net.au>
1592
1593 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1594
38179091
JM
15952008-10-06 Jason Merrill <jason@redhat.com>
1596
1597 * demangle.h (enum demangle_component_type): Add
1598 DEMANGLE_COMPONENT_PACK_EXPANSION.
1599
5a3d7e74
JM
16002008-09-09 Jason Merrill <jason@redhat.com>
1601
1602 * demangle.h (enum demangle_component_type): Add
1603 DEMANGLE_COMPONENT_DECLTYPE.
1604
622c36c9
JB
16052008-07-07 Joel Brobecker <brobecker@adacore.com>
1606
1607 * safe-ctype.h: Add #include of ctype.h before redefining
1608 the ctype.h macros.
1609
47cfcc3a
JB
16102008-07-04 Joel Brobecker <brobecker@adacore.com>
1611
1612 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1613 included. Redefine the various macros provided by ctype.h as
1614 undefined variables.
1615
190a9bd7
KG
16162008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1617
1618 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1619 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1620
9bb28c1b
ILT
16212008-03-24 Ian Lance Taylor <iant@google.com>
1622
598848e4
ILT
1623 * sha1.h: New file, from gnulib.
1624
9bb28c1b
ILT
1625 * md5.h: Add extern "C" when compiled with C++.
1626
46450975
ILT
16272008-03-21 Ian Lance Taylor <iant@google.com>
1628
1629 * filenames.h: Add extern "C" when compiled with C++.
1630
5fd38b88
BW
16312008-02-11 Bob Wilson <bob.wilson@acm.org>
1632
1633 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1634 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1635
e5df4fb1
DD
16362008-01-26 David Daney <ddaney@avtrex.com>
1637
1638 * demangle.h (demangle_component_type): Add
1639 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1640 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1641 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1642 (demangle_component): Add struct s_character to union u.
1643
da59326f
JM
16442007-11-07 Joseph Myers <joseph@codesourcery.com>
1645 Daniel Jacobowitz <dan@codesourcery.com>
1646
1647 * floatformat.h (struct floatformat): Add split_half field.
1648 (floatformat_ibm_long_double): New.
1649
48492bdf
TT
16502007-09-06 Tom Tromey <tromey@redhat.com>
1651
1652 * libiberty.h (pex_free): Document process killing.
1653
1ab28be5
DG
16542007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1655
1656 * demangle.h (enum demangle_component_type): Add
1657 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1658
f4f29b59
BE
16592007-07-25 Ben Elliston <bje@au.ibm.com>
1660
1661 * ternary.h: Remove.
1662
2a48b790
BW
16632007-07-18 Bob Wilson <bob.wilson@acm.org>
1664
1665 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1666 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1667
4c85af60
NC
16682007-07-17 Nick Clifton <nickc@redhat.com>
1669
1670 * COPYING3: New file. Contains version 3 of the GNU General
1671 Public License.
1672
eb8f7caf
KT
16732007-07-12 Kai Tietz <kai.tietz@onevision.com>
1674
1675 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1676 needed for WIN64 when a long is not wide enough for a pointer.
92a285c1 1677 (splay_tree_key, splay_tree_value): Use the new types.
eb8f7caf 1678
2091ff66
NF
16792007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1680
1681 * libiberty.h (writeargv): Declare.
1682
289c40ed
MM
16832007-04-25 Mark Mitchell <mark@codesourcery.com>
1684
1685 * demangle.h: Change license to LGPL + exception.
1686
0c9bce0b
JB
16872007-03-29 Joel Brobecker <brobecker@adacore.com>
1688
1689 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1690 regardless of the type of file system.
1691
52bf96d2
JH
16922007-03-06 Jan Hubicka <jh@suse.cz>
1693
1694 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1695
fb6d0a04
JM
16962007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1697
1698 * libiberty.h (pex_write_input): Remove prototype.
1699
7cf4c53d
VP
17002007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1701
1702 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1703 (PEX_BINARY_ERROR): New define.
1704 (pex_read_err): New function.
1705
456cc5cf
SB
17062007-01-29 Simon Baldwin <simonb@google.com>
1707
1708 * demangle.h: New cplus_demangle_print_callback,
1709 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1710 prototypes, and demangle_callbackref type definition.
1711
0307c64e
NC
17122006-12-06 Nick Clifton <nickc@redhat.com>
1713
1714 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1715
334737af 17162006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
92a285c1 1717 J"orn Rennecke <joern.rennecke@st.com>
334737af
AS
1718
1719 PR driver/29931
1720 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1721
fbee3d21
BW
17222006-11-27 Bob Wilson <bob.wilson@acm.org>
1723
1724 * xtensa-config.h (XSHAL_ABI): New.
1725 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1726
8eff378c
JB
17272006-04-11 Jim Blandy <jimb@codesourcery.com>
1728
1729 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1730
78e97e7f
DD
17312006-01-18 DJ Delorie <dj@redhat.com>
1732
1733 * md5.h: Include ansidecl.h
1734
134c8a50
BW
17352006-01-09 Bob Wilson <bob.wilson@acm.org>
1736
1737 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1738
4fb358b8
BW
17392005-12-30 Bob Wilson <bob.wilson@acm.org>
1740
1741 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1742
92aed1cb
TL
17432005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1744
1745 PR java/9861
1746 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1747 output format for return types
1748
0432a5de
MK
17492005-10-31 Mark Kettenis <kettenis@gnu.org>
1750
1751 * floatformat.h (enum floatformat_byteorders): Add
1752 floatformat_vax.
1753 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1754
97393d0a
MM
17552005-09-26 Mark Mitchell <mark@codesourcery.com>
1756
1757 * libiberty.h (expandargv): New function.
1758
e89b6c1c
MK
17592005-08-17 Mark Kettenis <kettenis@gnu.org>
1760
1761 * floatformat.h (struct floatformat): Change type of large
1762 argument for is_valid member to `const void *'.
1763 (floatformat_to_double): Change type of second argument to `const
1764 void *'.
1765 (floatformat_from_double): Change type of last argument to `void
1766 *'.
1767 (floatformat_is_valid): Change type of last argument to `const
1768 void *'.
1769
12548280
BE
17702005-07-12 Ben Elliston <bje@au.ibm.com>
1771
1772 * xregex2.h (regexec): Qualify this prototype with __extension__
1773 when compiling with GNU C.
1774
3fe725de
SE
17752005-07-03 Steve Ellcey <sje@cup.hp.com>
1776
1777 PR other/13906
1778 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1779 * md5.h (md5_uintptr): New.
1780 (md5_ctx): Align buffer field.
1781
a3648cfc
DB
17822005-06-30 Daniel Berlin <dberlin@dberlin.org>
1783
1784 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1785 (HTAB_EMPTY_ENTRY): New macro.
1786
83fbfe42
GK
17872005-06-20 Geoffrey Keating <geoffk@apple.com>
1788
1789 * libiberty.h (strverscmp): Prototype.
1790
7973fd2a
GDR
17912005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1792
1793 * libiberty.h (XOBFINISH): New.
1794
39da352f
KG
17952005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1796
1797 * libiberty.h (vsnprintf): Add format attribute.
1798
b6e0f0b0
KG
17992005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1800
1801 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1802
ddcf783b
EZ
18032005-05-28 Eli Zaretskii <eliz@gnu.org>
1804
1805 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1806 needed.
1807 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1808
15da2806
RH
18092005-05-25 Richard Henderson <rth@redhat.com>
1810
1811 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1812
d7cf8390
GDR
18132005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1814
1815 * libiberty.h (ACONCAT): Properly cast value of alloca().
1816
1817 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
ddcf783b 1818 __cplusplus.
d7cf8390 1819
dbaef7e2
SE
18202005-05-12 Steve Ellcey <sje@cup.hp.com>
1821
1822 libiberty.h: Do not define empty basename prototype.
1823
d6d47ea0
NC
18242005-05-10 Nick Clifton <nickc@redhat.com>
1825
1826 * Update the address and phone number of the FSF organization in
1827 the GPL notices in the following files:
1828 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1829 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1830 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1831 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1832 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1833 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1834 xtensa-isa-internal.h, xtensa-isa.h
1835
32e82bd8
KG
18362005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1837
1838 * libiberty.h (unlock_std_streams): New.
1839
8766be86
KG
18402005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1841
1842 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1843 Don't use the PTR macro.
1844
1845 * sort.h: Don't use the PARAMS macro.
1846
6feaa084
KG
18472005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1848
1849 * libiberty.h (unlock_stream): New.
1850
27c556ec
KG
18512005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1852
1853 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1854 Remove parameter names.
1855
78a7dc90
KG
18562005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1857
1858 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1859 Provide prototypes for new functions.
1860
0fd20f36
ILT
18612005-03-29 Ian Lance Taylor <ian@airs.com>
1862
1863 * libiberty.h: Fix indentation.
1864
a584cf65
ILT
18652005-03-28 Ian Lance Taylor <ian@airs.com>
1866
1867 * libiberty.h: Include <stdio.h>.
1868 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1869 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1870 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1871 (pex_init, pex_run, pex_read_output): Declare.
1872 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1873 (struct pex_time): Define.
1874
f78c1452
MM
18752005-03-28 Mark Mitchell <mark@codesourcery.com>
1876
1877 * libiberty.h (ffs): Declare, if necessary.
ddcf783b 1878
93079c81
GDR
18792005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1880
1881 * xregex2.h (_RE_ARGS): Remove definition and uses.
1882
7a17ef5e
GDR
18832005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1884
1885 * ternary.h: Don't use PARAMS anymore.
1886
885f2199
GDR
18872005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1888
1889 * partition.h: Remove use of PARAMS.
1890 * obstack.h: Remove conditional prototypes __STDC__.
1891 * objalloc.h: Remove use of PARAMS.
1892 * splay-tree.h: Likewise.
1893
6da879de
GDR
18942005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1895
1896 * md5.h: Remove definition and uses of __P.
1897 * dyn-string.h: Remove uses of PARAMS.
1898 * fibheap.h: Likewise.
1899 * floatformat.h: Likewise.
1900 * hashtab.h: Likewise.
1901
9486db4f
GDR
19022005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1903
1904 * demangle.h: Remove uses of PARAMS.
1905
1906 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1907 ANSI_PROTOTYPES is always assumed.
1908 Remove uses of PARAMS throughout.
1909
17998b22
KG
19102005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1911
1912 * libiberty.h (xstrndup): Declare.
1913
65ec6c0e
KG
19142005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1915
1916 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1917
17049f0b
MM
19182005-03-09 Mark Mitchell <mark@codesourcery.com>
1919
1920 * libiberty.h (gettimeofday): Declare.
1921
c363985d
JB
19222005-03-01 Jan Beulich <jbeulich@novell.com>
1923
1924 * libiberty.h: Declare unlink_if_ordinary.
1925
be0f1e54
PB
19262005-02-14 Paolo Bonzini <bonzini@gnu.org>
1927
1928 PR bootstrap/19818
1929 * ansidecl.h (PARAMS): Guard from redefinition.
1930
d49d0907
BE
19312004-12-11 Ben Elliston <bje@au.ibm.com>
1932
1933 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1934 when __GNUC__ is defined and ints are less than 32-bits wide.
1935
530f5331
BW
19362004-10-07 Bob Wilson <bob.wilson@acm.org>
1937
1938 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1939 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1940 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1941
f45c31ea 19422004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
ff06bf4b
AL
1943
1944 * libiberty.h (basename): Prototype for __MINGW32__.
1945
3d091dac
KG
19462004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1947
1948 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1949 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1950 concat_copy2): Use ATTRIBUTE_SENTINEL.
1951
b1e8c0fd
GDR
19522004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1953
1954 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1955 const-qualification before disposal.
1956
5673cd61 19572004-07-24 Bernardo Innocenti <bernie@develer.com>
4b997cc8 1958
5673cd61 1959 * ansidecl.h (ARG_UNUSED): New Macro.
4b997cc8 1960
5673cd61 19612004-07-24 Bernardo Innocenti <bernie@develer.com>
b6fa4f6e
BI
1962
1963 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1964 libcpp/internal.h.
1965 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1966 macros.
1967
5673cd61
BI
19682004-07-21 Paolo Bonzini <bonzini@gnu.org>
1969
1970 * ansidecl.h (ATTRIBUTE_PURE): New.
1971
5557e16d
BI
19722004-07-13 Bernardo Innocenti <bernie@develer.com>
1973
1974 * libiberty.h (ASTRDUP): Add casts required for stricter
1975 type conversion rules of C++.
1976 * obstack.h (obstack_free): Likewise.
1977
073273c3
AJ
19782004-05-04 Andreas Jaeger <aj@suse.de>
1979
1980 * demangle.h: Do not use C++ reserved keyword typename as
1981 parameter for cplus_demangle_fill_builtin_type.
1982
228c46db
RH
19832004-04-22 Richard Henderson <rth@redhat.com>
1984
1985 * hashtab.h (struct htab): Add size_prime_index.
1986
7f96816a 19872004-04-13 Jeff Law <law@redhat.com>
ddcf783b 1988
6de9cd9a 1989 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
ddcf783b 1990
cfdfa110
ZW
19912004-03-30 Zack Weinberg <zack@codesourcery.com>
1992
1993 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1994
0d7fbf14
ILT
19952004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1996
1997 * dyn-string.h: Update copyright date.
1998
795b4c37
ILT
19992004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2000
2001 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
2002 the associated #defines.
2003
5e777af5
ILT
20042004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2005
d051dc88
ILT
2006 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
2007 "libiberty.h".
2008
e4a32afb
ILT
2009 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
2010
5e777af5
ILT
2011 * demangle.h (enum demangle_component_type): Define.
2012 (struct demangle_operator_info): Declare.
2013 (struct demangle_builtin_type_info): Declare.
2014 (struct demangle_component): Define.
2015 (cplus_demangle_fill_component): Declare.
2016 (cplus_demangle_fill_name): Declare.
2017 (cplus_demangle_fill_builtin_type): Declare.
2018 (cplus_demangle_fill_operator): Declare.
2019 (cplus_demangle_fill_extended_operator): Declare.
2020 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
2021 (cplus_demangle_v3_components): Declare.
2022 (cplus_demangle_print): Declare.
2023
2502b0bc 2024For older changes see ChangeLog-9103
6599da04
JM
2025\f
2026Local Variables:
2027mode: change-log
2028left-margin: 8
2029fill-column: 74
2030version-control: never
2031End: