match_asm_constraints: Use copy_rtx where needed (PR88001)
[official-gcc.git] / include / ChangeLog
blobb3592d370ceaf8d1e41b6a8db996289714470159
1 2018-12-11  Nick Clifton  <nickc@redhat.com>
3         PR 88409
4         * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
6 2018-12-07  Nick Clifton  <nickc@redhat.com>
8         * demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
9         (DEMANGLE_RECURSION_LIMIT): Define
11 2018-11-08  Jakub Jelinek  <jakub@redhat.com>
13         * gomp-constants.h (GOMP_TASK_FLAG_REDUCTION,
14         GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
15         GOMP_DEPEND_MUTEXINOUTSET): Define.
17 2018-10-19  Jason Merrill  <jason@redhat.com>
19         * demangle.h (enum demangle_component_type): Add
20         DEMANGLE_COMPONENT_TPARM_OBJ.
22 2018-10-29  David Malcolm  <dmalcolm@redhat.com>
24         * unique-ptr.h (gnu::move): Generalize so it applies to all
25         lvalue references, rather than just to unique_ptr values.
27 2018-07-26  Martin Liska  <mliska@suse.cz>
29         PR lto/86548
30         * libiberty.h (make_temp_file_with_prefix): New function.
32 2018-05-30  Jan Hubicka  <hubicka@ucw.cz>
34         * simple-object.h (simple_object_copy_lto_debug_sections): Add rename
35         parameter.
37 2018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
39         * splay-tree.h (splay_tree_compare_strings,
40         splay_tree_delete_pointers): Declare new utility functions.
42 2018-05-24  Tom Rix  <trix@juniper.net>
44         * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
46 2018-05-02  Alan Modra  <amodra@gmail.com>
48         * ansidecl.h (ATTRIBUTE_NONSTRING): Define.
50 2018-05-01  Sriraman Tallam  <tmsriram@google.com>
52         * plugin-api.h: Add plugin API to get the list of wrap
53         symbols.
55 2018-02-09  Alexandre Oliva <aoliva@redhat.com>
57         * dwarf2.def (DW_AT_GNU_entry_view): New.
59         * dwarf2.def (DW_AT_GNU_locviews): New.
60         * dwarf2.h (enum dwarf_location_list_entry_type): Add
61         DW_LLE_GNU_view_pair.
62         (DW_LLE_view_pair): Define.
64 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
66         Update copyright years.
68 2017-11-20  Kito Cheng  <kito.cheng@gmail.com>
70         * longlong.h [__riscv] (__umulsidi3): Define.
71         [__riscv] (umul_ppmm): Likewise.
72         [__riscv] (__muluw3): Likewise.
74 2017-11-10  Stephen Crane <sjc@immunant.com>
76         * plugin-api.h: Add plugin API for processing plugin-added
77         input files.
79 2017-10-23  David Malcolm  <dmalcolm@redhat.com>
81         * unique-ptr.h: Make include of <memory> conditional on C++11 or
82         later.
84 2017-10-16  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
85             David Malcolm  <dmalcolm@redhat.com>
87         * unique-ptr.h: New file.
89 2017-09-15  Yao Qi  <yao.qi@linaro.org>
90             Pedro Alves  <palves@redhat.com>
92         * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
94 2017-09-12  Jiong Wang  <jiong.wang@arm.com>
96         * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
97         * dwarf2.h (DW_CFA_DUP): New define.
99 2017-08-21  Richard Biener  <rguenther@suse.de>
101         * simple-object.h (simple_object_copy_lto_debug_sections): New
102         function.
104 2017-07-31  Nick Clifton  <nickc@redhat.com>
106         Binutils PR 21850
107         * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
108         #idef __cplusplus.
110 2017-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
112         * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
113         (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
114         (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
115         * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
116         (enum dwarf_name_index_attribute): Remove.
117         (get_DW_IDX_name): New declaration.
119 2017-05-27  Maya Rashish  <coypu@sdf.org>
121         * longlong.h: Remove ns32k support.
123 2017-05-24  Nathan Sidwell  <nathan@acm.org>
125         * libiberty.h (ASTRDUP): Adjust cast to avoid warning.
127 2017-05-19  Eli Zaretskii <eliz@gnu.org>
129         * environ.h: Add #ifndef guard.
131 2017-05-18  Martin Liska  <mliska@suse.cz>
133         * ansidecl.h: Define CONSTEXPR macro.
135 2017-04-04  Jonathan Wakely  <jwakely@redhat.com>
137         * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
139 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
141         PR debug/77589
142         * dwarf2.def (DW_OP_GNU_variable_value): New opcode.
144 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
146         Introduce C++ support in libcc1.
147         * gcc-c-fe.def (int_type_v0): Rename from...
148         (int_type): ... this.  Introduce new version.
149         (float_type_v0): Rename from...
150         (float_type): ... this.  Introduce new version.
151         (char_type): New.
152         * gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
153         (gcc_type_array): Move...
154         * gcc-interface.h: ... here.
155         * gcc-cp-fe.def: New.
156         * gcc-cp-interface.h: New.
158 2017-01-30  Jan Kratochvil <jan.kratochvil@redhat.com>
160         * gcc-interface.h (enum gcc_base_api_version): Update comment
161         for GCC_FE_VERSION_1.
162         (struct gcc_base_vtable): Rename set_arguments to
163         set_arguments_v0.  Add set_arguments, set_triplet_regexp and
164         set_driver_filename.
166         * gcc-interface.h (enum gcc_base_api_version): Add comment to
167         GCC_FE_VERSION_1.
168         (struct gcc_base_vtable): Rename compile to compile_v0.
169         Update comment for compile.  New methods set_verbose and
170         compile.
172         * gcc-interface.h (enum gcc_base_api_version): Add
173         GCC_FE_VERSION_1.
175 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
176             Martin Jambor  <mjambor@suse.cz>
178         * hsa.h: Moved here from libgomp/plugin/hsa.h.
180 2017-01-04  Richard Earnshaw  <rearnsha@arm.com>
181             Jiong Wang  <jiong.wang@arm.com>
183         * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
184         (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
186 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
188         Update copyright years.
190 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
192         * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
193         (DW_FORM_ref_sup4): ... this.  New form.
194         (DW_FORM_ref_sup8): New form.
196 2016-11-03  David Tolnay <dtolnay@gmail.com>
197             Mark Wielaard  <mark@klomp.org>
199         * demangle.h (DMGL_RUST): New macro.
200         (DMGL_STYLE_MASK): Add DMGL_RUST.
201         (demangling_styles): Add dlang_rust.
202         (RUST_DEMANGLING_STYLE_STRING): New macro.
203         (RUST_DEMANGLING): New macro.
204         (rust_demangle): New prototype.
205         (rust_is_mangled): Likewise.
206         (rust_demangle_sym): Likewise.
208 2016-11-07  Jason Merrill  <jason@redhat.com>
210         * demangle.h (enum demangle_component_type): Add
211         DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
213 2016-10-17  Jakub Jelinek  <jakub@redhat.com>
215         * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
216         calling convention codes.
217         (enum dwarf_line_number_content_type): New.
218         (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
219         codes.
220         (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
221         (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
222         (enum dwarf_name_index_attribute): New.
223         (enum dwarf_range_list_entry): New.
224         (enum dwarf_unit_type): New.
225         * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
226         DW_OP_* and DW_ATE_* entries.
228 2016-10-14  Pedro Alves  <palves@redhat.com>
230         * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
231         OVERRIDE): Define as empty.
232         [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
233         __final.
234         [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
235         empty.
237 2016-10-14  Pedro Alves  <palves@redhat.com>
239         * ansidecl.h (GCC_FINAL): Delete.
240         (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
242 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
244         * dwarf2.def (DW_AT_string_length_bit_size,
245         DW_AT_string_length_byte_size): New attributes.
247 2016-08-12  Alexandre Oliva <aoliva@redhat.com>
249         PR debug/63240
250         * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
251         * dwarf2.h (enum dwarf_defaulted_attribute): New.
253 2016-07-29  Aldy Hernandez  <aldyh@redhat.com>
255         * libiberty.h (MAX_ALLOCA_SIZE): New macro.
257 2016-05-26  Chung-Lin Tang  <cltang@codesourcery.com>
259         * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
260         describe the need for incrementing this macro whenever the plugin
261         interface is modified.
263 2016-04-29  Tom Tromey  <tom@tromey.com>
265         * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
266         DW_LANG_Rust_old>: New constants.
268 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
270         * longlong.h (umul_ppmm): Remove SHMEDIA checks.
271         (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
273 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
275         * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
276         'Cal' constraint.
277         (sub_ddmmss): Likewise.
279 2016-03-17  Thomas Schwinge  <thomas@codesourcery.com>
281         * gomp-constants.h (enum gomp_map_kind): Rename
282         GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE.  Adjust all users.
284 2016-03-03  Than McIntosh <thanm@google.com>
286         * plugin-api.h: Add new hooks to the plugin transfer vector to
287         to support querying section alignment and section size.
288         (ld_plugin_get_input_section_alignment): New hook.
289         (ld_plugin_get_input_section_size): New hook.
290         (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
291         and LDPT_GET_INPUT_SECTION_SIZE.
292         (ld_plugin_tv): Add tv_get_input_section_alignment and
293         tv_get_input_section_size.
295 2016-03-03  Evgenii Stepanov  <eugenis@google.com>
297         * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
299 2016-01-19  Martin Jambor  <mjambor@suse.cz>
301         * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
302         (GOMP_VERSION_HSA): Likewise.
303         (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
304         (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
305         (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
306         (GOMP_TARGET_ARG_ID_MASK): Likewise.
307         (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
308         (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
309         (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
310         (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
312 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
314         * longlong.h: Change !__SHMEDIA__ to
315         (!defined (__SHMEDIA__) || !__SHMEDIA__).
316         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
318 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
320         * libiberty.h (dupargv): Change arg to char * const *.
321         (writeargv, countargv): Likewise.
323 2015-11-27  Pedro Alves  <palves@redhat.com>
325         PR other/61321
326         PR other/61233
327         * demangle.h (enum demangle_component_type)
328         <DEMANGLE_COMPONENT_CONVERSION>: New value.
330 2015-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
332         * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
333         __sparc__]: Define.
335 2015-11-12  James Norris  <jnorris@codesourcery.com>
336             Joseph Myers  <joseph@codesourcery.com>
338         * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
339         and GOMP_MAP_LINK.
341 2015-11-09  Alan Modra  <amodra@gmail.com>
343         PR gdb/17133
344         * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
346 2015-11-09  Alan Modra  <amodra@gmail.com>
348         PR gdb/17133
349         * obstack.h: Import current gnulib file.
351 2015-11-05  Jakub Jelinek  <jakub@redhat.com>
352             Ilya Verbin  <ilya.verbin@intel.com>
354         * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
355         (GOMP_MAP_FLAG_ALWAYS): Remove.
356         (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
357         GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
358         GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
359         Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
360         (GOMP_MAP_ALWAYS_P): Define.
361         (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
363 2015-10-27  Daniel Jacobowitz  <dan@codesourcery.com>
364             Joseph Myers  <joseph@codesourcery.com>
365             Mark Shinwell  <shinwell@codesourcery.com>
366             Andrew Stubbs  <ams@codesourcery.com>
367             Rich Felker <dalias@libc.org>
369         * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
371 2015-10-18  Roland McGrath  <roland@gnu.org>
373         PR other/63758
374         * environ.h: New file.
376 2015-10-13  Jakub Jelinek  <jakub@redhat.com>
377             Ilya Verbin  <ilya.verbin@intel.com>
379         * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
380         (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
381         GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
382         GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
383         GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
384         GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
385         GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
386         (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
387         (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
388         GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
389         GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
390         GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
391         GOMP_TARGET_FLAG_UPDATE): Define.
393 2015-09-28  Nathan Sidwell  <nathan@codesourcery.com>
395         * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
396         (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
397         GOMP_DIM_MASK): New.
398         (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
399         (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
400         GOMP_LAUNCH_OP_SHIFT): New.
401         (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
402         GOMP_LAUNCH_OP): New.
403         (GOMP_LAUNCH_OP_MAX): New.
405 2015-08-24  Nathan Sidwell  <nathan@codesourcery.com>
407         * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
408         GOMP_VERSION_INTEL_MIC): New.
409         (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
411 2015-08-14  Pierre-Marie de Rodat  <derodat@adacore.com>
413         * dwarf2.def (DW_AT_GNU_bias): New attribute.
415 2015-08-14  Pierre-Marie de Rodat  <derodat@adacore.com>
417         * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
418         attributes.
420 2015-08-11  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
422         * ansidecl.h (GCC_FINAL): New macro.
424 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
426         * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
428 2015-05-22  Yunlian Jiang  <yunlian@google.com>
430         * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
431         not defined.
433 2015-03-19  Richard Biener  <rguenther@suse.de>
435         * partition.h (struct partition_elem): Re-order elements to
436         avoid padding.
438 2015-03-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
440         PR target/65261
441         * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
443 2015-02-19  Pedro Alves  <palves@redhat.com>
445         * floatformat.h [__cplusplus]: Wrap in extern "C".
447 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
449         * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
450         and DW_LANG_Fortran08.
452 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
453             Julian Brown  <julian@codesourcery.com>
454             James Norris  <jnorris@codesourcery.com>
456         * gomp-constants.h: New file.
458 2014-12-14  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
460         * libiberty.h: Merge Copyright year update from Binutils.
462 2014-12-24  Uros Bizjak  <ubizjak@gmail.com>
463             Ben Elliston  <bje@au.ibm.com>
464             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
466         * libiberty.h (xasprintf): Declare.
468 2014-12-11  Uros Bizjak  <ubizjak@gmail.com>
469             Ben Elliston  <bje@au.ibm.com>
470             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
472         * libiberty.h (xvasprintf): Declare.
474 2014-12-09  Trevor Saunders  <tsaunders@mozilla.com>
476         * hashtab.h, splay-tree.h: Remove GTY markers.
478 2014-12-08  Mark Wielaard  <mjw@redhat.com>
480         PR debug/60782
481         * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
483 2014-11-21  Mark Wielaard  <mjw@redhat.com>
485         * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
486         DW_LANG_C_plus_plus_14.
488 2014-11-25  Mark Wielaard  <mjw@redhat.com>
490         * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
492 2014-11-14  Shinichiro Hamaji  <shinichiro.hamaji@gmail.com>
494         * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
495         (DW_AT_APPLE_isa, DW_AT_APPLE_block)
496         (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
497         (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
498         (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
499         (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
500         (DW_AT_APPLE_property): New macros.
502 2014-11-11  Anthony Brandon  <anthony.brandon@gmail.com>
503             Manuel López-Ibáñez  <manu@gcc.gnu.org>
505         PR driver/36312
506         * filenames.h: Add prototype for canonical_filename_eq.
508 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
510         * ChangeLog.jit: New.
512 2014-10-28  Richard Henderson  <rth@redhat.com>
514         * longlong.h [__alpha] (umul_ppmm): Disable for c++.
516 2014-10-28  Yury Gribov  <y.gribov@samsung.com>
518         * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
520 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
521             Jan Kratochvil  <jan.kratochvil@redhat.com>
522             Tom Tromey  <tromey@redhat.com>
524         * gcc-c-fe.def: New file.
525         * gcc-c-interface.h: New file.
526         * gcc-interface.h: New file.
528 2014-10-15  David Malcolm  <dmalcolm@redhat.com>
530         * libiberty.h (choose_tmpdir): New prototype.
532 2013-10-02  Mark Wielaard  <mjw@redhat.com>
534         PR debug/63239
535         * dwarf2.def (DW_AT_GNU_deleted): New attribute.
537 2014-09-26  Max Ostapenko  <m.ostapenko@partner.samsung.com>
539         * libiberty.h (PEX_STDOUT_APPEND): New flag.
540         (PEX_STDERR_APPEND): Likewise.
542 2014-09-23  Iain Buclaw  <ibuclaw@gdcproject.org>
544         * demangle.h (DMGL_DLANG): New macro.
545         (DMGL_STYLE_MASK): Add DMGL_DLANG.
546         (demangling_styles): Add dlang_demangling.
547         (DLANG_DEMANGLING_STYLE_STRING): New macro.
548         (DLANG_DEMANGLING): New macro.
549         (dlang_demangle): New prototype.
551 2014-09-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
553         * longlong.h: Add __udiv_w_sdiv prototype.
555 2014-06-10  Thomas Schwinge  <thomas@codesourcery.com>
557         PR lto/61334
558         * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
559         !HAVE_DECL_STRNLEN] (strnlen): New prototype.
561 2014-05-21  John Marino  <gnugcc@marino.st>
563         * liberty.h: Use basename function on DragonFly.
565 2014-05-01  Steve Ellcey  <sellcey@mips.com>
567         * include/longlong.h: Use 'defined()' to check __mips16.
569 2014-04-30  Richard Sandiford  <rdsandiford@googlemail.com>
571         * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
573 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
575         * longlong.h: Merge from glibc.
577 2014-01-21  Tom Tromey  <tromey@redhat.com>
579         * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
580         (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
581         (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
582         (NOARGS): Don't define.
583         * libiberty.h (expandargv, writeargv): Don't use PARAMS.
585 2013-12-23  Bill Maddox  <maddox@google.com>
587         * demangle.h (enum gnu_v3_ctor_kinds):
588         Added literal gnu_v3_unified_ctor.
589         (enum gnu_v3_ctor_kinds):
590         Added literal gnu_v3_unified_dtor.
592 2013-12-04  Richard Sandiford  <rdsandiford@googlemail.com>
594         * longlong.h: New file.
596 2013-10-29  Marc Glisse  <marc.glisse@inria.fr>
598         PR tree-optimization/58689
599         * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
600         * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
601         concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
602         (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
603         xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
604         Mark with attribute returns_nonnull.
606 2013-10-22  Sterling Augustine  <saugustine@google.com>
608         * gdb/gdb-index.h: Merge from gdb tree.
610 2013-08-20  Alan Modra  <amodra@gmail.com>
612         * floatformat.h (floatformat_ibm_long_double): Delete.
613         (floatformat_ibm_long_double_big): Declare.
614         (floatformat_ibm_long_double_little): Declare.
616 2013-08-19  Dehao Chen  <dehao@google.com>
618         * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
620 2013-08-02  Caroline Tice  <cmtice@google.com>
622         * vtv-change-permission.h: New file.
624 2013-04-03  Jason Merrill  <jason@redhat.com>
626         Demangle C++11 ref-qualifier.
627         * demangle.h (enum demangle_component_type): Add
628         DEMANGLE_COMPONENT_REFERENCE_THIS,
629         DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
631 2013-03-01  Cary Coutant  <ccoutant@google.com>
633         * dwarf2.h (enum dwarf_sect): New enum type.
635 2013-02-11  Sriraman Tallam  <tmsriram@google.com>
637         * plugin-api.h (enum ld_plugin_level): Assign integers
638         explicitly for all values.
640 2013-01-30  Kai Tietz  <ktietz@redhat.com>
642         PR other/54620
643         PR target/39064
644         * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
645         stdint.h and sys/types.h headers are present.
646         * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
648 2012-12-18  Aldy Hernandez  <aldyh@redhat.com>
650         PR other/54324
651         * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
652         < 3.4.
654 2012-11-09  Jason Merrill  <jason@redhat.com>
656         * demangle.h (enum demangle_component_type): Add
657         DEMANGLE_COMPONENT_TAGGED_NAME.
659 2012-10-29  Sterling Augustine  <saugustine@google.com>
660             Cary Coutant  <ccoutant@google.com>
662         * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
663         DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
664         DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
667 2012-10-08  Jason Merrill  <jason@redhat.com>
669         * demangle.h (enum demangle_component_type): Add
670         DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
672 2012-09-18  Florian Weimer  <fweimer@redhat.com>
674         PR other/54411
675         * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
677 2012-09-06  Cary Coutant  <ccoutant@google.com>
679         * dwarf2.def: Edit comment.
681 2012-08-24  Sriraman Tallam  <tmsriram@google.com>
683         * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
684         New interface.
685         (ld_plugin_unique_segment_for_sections): New interface.
686         (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
687         (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
688         (tv_allow_unique_segment_for_sections): New member.
689         (tv_unique_segment_for_sections): New member.
691 2012-07-13  Doug Evans  <dje@google.com>
693         * filenames.h: #include "hashtab.h".
694         (filename_hash, filename_eq): Declare.
696 2012-06-18  Doug Evans  <dje@google.com>
698         * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
700 2012-06-12  Rafael Ávila de Espíndola <respindola@mozilla.com>
702         * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
704 2012-06-08  Jakub Jelinek  <jakub@redhat.com>
706         * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
707         forms.
708         * dwarf2.h (enum dwarf_macro_record_type): Add
709         DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
710         and DW_MACRO_GNU_transparent_include_alt.
712 2012-05-23  Doug Evans  <dje@google.com>
714         * leb128.h: #include stdint.h, inttypes.h.
715         (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
716         Change to take a uint64_t * argument instead of unsigned long long.
717         (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
718         Change to take an int64_t * argument instead of long long.
720 2012-05-22  Doug Evans  <dje@google.com>
722         * leb128.h: New file.
724 2012-05-19  Gary Funck  <gary@intrepid.com>
726         * dwarf2.def: Update comment re: UPC extensions to reference
727         DWARF4 specification.
729 2012-05-02  Cary Coutant  <ccoutant@google.com>
731         * dwarf2.def: Remove DW_FORM_GNU_ref_index,
732         replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
734 2012-04-28  Doug Evans  <dje@google.com>
736         * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
738 2012-04-27  Tom Tromey  <tromey@redhat.com>
740         * dwarf2.h: Wrap function declarations in extern "C".
742 2012-04-27  Tom Tromey  <tromey@redhat.com>
744         * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
745         (enum dwarf_location_atom, enum dwarf_type, enum
746         dwarf_call_frame_info): Remove.
747         (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
748         (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
749         Include dwarf2.def.
750         (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
751         (get_DW_OP_name, get_DW_ATE_name): Declare.
752         * dwarf2.def: New file, from dwarf2.h.
754 2012-04-10  Tristan Gingold  <gingold@adacore.com>
756         * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
757         (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
759 2012-01-26  Cary Coutant  <ccoutant@google.com>
761         * dwarf2.h (enum dwarf_form): Add Fission extensions.
762         (enum dwarf_attribute): Likewise.
764 2012-01-06  Jason Merrill  <jason@redhat.com>
766         PR c++/6057
767         PR c++/48051
768         PR c++/50855
769         PR c++/51322
770         * demangle.h (enum demangle_component_type): Add
771         DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
773 2011-11-07  Richard Henderson  <rth@redhat.com>
775         Merged from transactional-memory.
777         * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
778         (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
779         (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
780         (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
782 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
784         * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
786 2011-10-21  Marc Glisse  <marc.glisse@inria.fr>
788         * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
790 2011-09-28  Doug Evans  <dje@google.com>
792         * timeval-utils.h: New file.
794         * libiberty.h (countargv): Declare.
796 2011-09-26  Cary Coutant  <ccoutant@google.com>
798         PR lto/47247
799         * plugin-api.h (enum ld_plugin_symbol_resolution): Add
800         LDPR_PREVAILING_DEF_IRONLY_EXP.
801         (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
803 2011-09-23  Cary Coutant  <ccoutant@google.com>
805         PR 40831
806         * demangle.h (enum demangle_component_type): Add
807         DEMANGLE_COMPONENT_CLONE.
809 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
811         * xregex.h (regoff_t): Define.
813 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
815         * dwarf2.h (DW_AT_GNU_macros): New.
816         (enum dwarf_macro_record_type): New enum.  Add DW_MACRO_GNU_*.
818         PR c++/49756
819         * libiberty.h (stack_limit_increase): New prototype.
821 2011-07-13  Sriraman Tallam  <tmsriram@google.com>
822         
823         * plugin-api.h
824         (ld_plugin_section): New struct.
825         (ld_plugin_get_section_count): New typedef.
826         (ld_plugin_get_section_type): New typedef.
827         (ld_plugin_get_section_name): New typedef.
828         (ld_plugin_get_section_contents): New typedef.
829         (ld_plugin_update_section_order): New typedef.
830         (ld_plugin_allow_section_ordering): New typedef.
831         (LDPT_GET_SECTION_COUNT): New enum value.
832         (LDPT_GET_SECTION_TYPE): New enum value.
833         (LDPT_GET_SECTION_NAME): New enum value.
834         (LDPT_GET_SECTION_CONTENTS): New enum value.
835         (LDPT_UPDATE_SECTION_ORDER): New enum value.
836         (LDPT_ALLOW_SECTION_ORDERING): New enum value.
837         (tv_get_section_count): New struct members.
838         (tv_get_section_type): New struct members.
839         (tv_get_section_name): New struct members.
840         (tv_get_section_contents): New struct members.
841         (tv_update_section_order): New struct members.
842         (tv_allow_section_ordering): New struct members.
844 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
846         * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
847         on Darwin, as well as on the systems that use a DOS-like
848         filesystem.
850 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
852         PR debug/47858
853         * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
855 2011-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
857         * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
858         (DMGL_RET_DROP): New.
860 2011-04-30  Jakub Jelinek  <jakub@redhat.com>
862         * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
863         DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
865 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
867         * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
869 2011-03-31  Tristan Gingold  <gingold@adacore.com>
871         * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
873 2011-03-24  Mark Wielaard  <mjw@redhat.com>
875         * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
877 2010-03-23  Rafael Ávila de Espíndola <respindola@mozilla.com>
879         * plugin-api.h (ld_plugin_get_view): New.
880         (ld_plugin_tag): Add LDPT_GET_VIEW.
881         (ld_plugin_tv): Add tv_get_view.
883 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
885         * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
886         DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
887         DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
888         DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
889         DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
890         DW_OP_GNU_entry_value): New.
892 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
894         * filenames.h (filename_ncmp): New prototype.
896 2011-02-23  Kai Tietz  <kai.tietz@onevision.com>
898         * dwarf2.h (_ELF_DWARF2_H): Renamed to
899         _DWARF2_H.
900         (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
901         DWARF2_External_PubNames, DWARF2_Internal_PubNames,
902         DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
903         DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
905 2011-01-12  Iain Sandoe  <iains@gcc.gnu.org>
907         * dwarf2.h: Update value for DW_AT_hi_user.
909 2010-11-16  Ian Lance Taylor  <iant@google.com>
911         * simple-object.h (simple_object_attributes_merge): Declare,
912         replacing simple_object_attributes_compare.
914 2010-11-04  Ian Lance Taylor  <iant@google.com>
916         * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
918 2010-11-02  Ian Lance Taylor  <iant@google.com>
920         * simple-object.h: New file.
922 2010-10-15  Dave Korn  <dave.korn.cygwin@gmail.com> 
924         Sync LD plugin patch series (part 1/6) with src/include/.
925         * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
927 2010-10-06  Andi Kleen  <ak@linux.intel.com>
929         * libiberty.h (setproctitle): Add prototype.
931 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
933         * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
935 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
937         * floatformat.h (floatformat_ieee_half_big): Add declaration.
938         (floatformat_ieee_half_little): Likewise.
940 2010-06-21  Rafael Espindola  <espindola@google.com>
942         * plugin-api.h (ld_plugin_set_extra_library_path): New.
943         (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
944         (ld_plugin_tv): Add tv_set_extra_library_path.
946 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
948         * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
950 2010-06-18  Rafael Espindola  <espindola@google.com>
952         * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
953         Make argument const.
955 2010-06-08  Tristan Gingold  <gingold@adacore.com>
957         * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
958         DW_TAG_HP_Bliss_field_set.
959         (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
960         DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
961         DW_AT_HP_definition_points, DW_AT_HP_default_location and
962         DW_AT_HP_is_result_param.
963         (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
964         DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
965         DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
966         DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
967         (enum dwarf_line_number_x_ops): Add
968         DW_LNE_HP_source_file_correlation.
969         (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
970         DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
971         DW_LANG_HP_Assembler.
973 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
975         * splay-tree.h: Update copyright years.
976         (splay_tree_s): Document fields.
977         (splay_tree_new_typed_alloc): New.
979         * hashtab.h: Update copyright years.
980         (htab_create_typed_alloc): New.
982 2010-06-01  Rafael Espindola  <espindola@google.com>
984         * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
986 2010-04-26  Pedro Alves  <pedro@codesourcery.com>
988         * filenames.h (PATH_SEPARATOR): Delete.
990 2010-04-23  Pedro Alves  <pedro@codesourcery.com>
992         * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
993         always define it independently of host, add `dos_based' parameter,
994         and handle it.
995         (PATH_SEPARATOR): Define.
996         (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
997         independently of host, add `dos_based' parameter, and handle it.
998         (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
999         it independently of host, add `dos_based' parameter, and handle
1000         it.
1001         (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
1002         (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
1003         (HAS_DOS_DRIVE_SPEC): New.
1004         (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
1005         (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
1006         (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
1007         * libiberty.h (dos_lbasename, unix_lbasename): Declare.
1009 2010-04-20  Nick Clifton  <nickc@redhat.com>
1011         * sha1.h: Update copyright notice to use GPLv3.
1013 2010-04-14  Doug Evans  <dje@google.com>
1015         * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
1017 2010-04-13  Matthias Klose  <doko@ubuntu.com>
1019         * elf: Remove empty directory.
1021 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
1023         * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
1024         field.
1026 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1028         * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
1030 2010-01-13  Joel Brobecker  <brobecker@adacore.com>
1032         Add new DW_AT_use_GNAT_descriptive_type CU attribute.
1033         * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
1035 2010-01-11  Tristan Gingold  <gingold@adacore.com>
1037         * demangle.h (ada_demangle): Add prototype.
1039 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1041         PR bootstrap/41771
1042         * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
1044 2009-12-29  Joel Brobecker  <brobecker@adacore.com>
1046         * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
1048 2009-11-06  Jonas Maebe  <jonas.maebe@elis.ugent.be>
1050         Add DWARF attribute value for the "Borland fastcall" calling
1051         convention.
1052         * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
1054 2009-10-23  Kai Tietz  <kai.tietz@onevision.com>
1056         * splay-tree.h (libi_uhostptr_t): Add gcc specific
1057         __extension__ for long long type case to silent cX9.
1058         (libi_shostptr_t): Likewise.
1060 2009-10-19  Rafael Avila de Espindola  <espindola@google.com>
1062         PR40790
1063         * plugin-api.h: Don't include stdint.h unconditionally.
1065 2009-10-15  Jakub Jelinek  <jakub@redhat.com>
1067         * include/dwarf2.h (DW_LANG_Python): Add comment that it is
1068         a DWARF 4 addition.
1070 2009-10-09  Rafael Espindola  <espindola@google.com>
1072         * plugin-api.h (ld_plugin_add_input_library): Change argument name to
1073         libname.
1075 2009-10-05  Rafael Espindola  <espindola@google.com>
1077         * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1078         (ld_plugin_get_input_file): New.
1079         (ld_plugin_release_input_file): New.
1080         (ld_plugin_add_input_library): New.
1081         (ld_plugin_message): Mark format const.
1082         (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1083         LDPT_ADD_INPUT_LIBRARY.
1084         (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1085         tv_add_input_library.
1087 2009-10-04  Jerry Quinn  <jlquinn@optonline.net>
1089         * plugin-api.h: Fix compile.
1091 2009-10-03  Rafael Espindola  <espindola@google.com>
1093         * plugin-api.h: New.
1094         * lto-symtab.h: New.
1096 2009-09-29  Jason Merrill  <jason@redhat.com>
1098         * demangle.h (enum demangle_component_type): Add
1099         DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1100         DEMANGLE_COMPONENT_UNNAMED_TYPE.
1101         (struct demangle_component): Add s_unary_num.
1103 2009-09-25  Dodji Seketeli  <dodji@redhat.com>
1105         * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1106         DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1107         and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1109 2009-09-25  Cary Coutant  <ccoutant@google.com>
1111         Add rest of new values from DWARF Version 4.
1112         * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1113         New tags.
1114         (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1115         (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1116         DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1117         DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1118         DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1119         DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1120         attributes.
1121         (DW_LANG_Python): New language.
1123 2009-09-22  Dodji Seketeli  <dodji@redhat.com>
1125         * dwarf2.h (enum dwarf_tag): Add
1126         DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1128 2009-07-24  Ian Lance Taylor  <iant@google.com>
1130         PR bootstrap/40854
1131         * libiberty.h (xcrc32): Rename from crc32.
1133 2009-07-24  Ian Lance Taylor  <iant@google.com>
1135         * libiberty.h (crc32): Declare.
1137 2009-07-20  Cary Coutant  <ccoutant@google.com>
1138             Doug Evans  <dje@google.com>
1140         Add some dwarf4 values.
1141         * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1142         (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1143         DW_FORM_flag_present, DW_FORM_sig8.
1144         (enum dwarf_attribute): Add DW_AT_signature.
1146 2009-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1148         * demangle.h
1149         (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1150         (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1151         New.
1153 2009-07-09  Jakub Jelinek  <jakub@redhat.com>
1155         * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1156         and DW_OP_stack_value.
1158 2009-07-09  Tom Tromey  <tromey@redhat.com>
1160         * elf/dwarf2.h: Remove, renaming to...
1161         * dwarf2.h: ... this.
1163 2009-06-29  Tom Tromey  <tromey@redhat.com>
1165         * elf/dwarf2.h: New file.  Merged with gdb.
1167 2009-06-09  Ian Lance Taylor  <ian@airs.com>
1169         * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1171 2009-06-03  Ian Lance Taylor  <iant@google.com>
1173         * ansidecl.h (EXPORTED_CONST): Define.
1175 2009-05-31  Ian Lance Taylor  <iant@google.com>
1177         * ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
1178         the way we treat an ISO C compiler.  Don't define inline as a
1179         macro when compiling with C++.
1180         * dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
1181         when compiling with C++.
1182         * fibheap.h: Add extern "C" when compiling with C++.
1184 2009-04-22  Taras Glek <tglek@mozilla.com>
1186         * hashtab.h: Update GTY annotations to new syntax.
1187         * splay-tree.h: Likewise.
1189 2009-03-17  Jason Merrill  <jason@redhat.com>
1191         * demangle.h (enum demangle_component_type): Add
1192         DEMANGLE_COMPONENT_FUNCTION_PARAM.
1194 2008-12-10  Jason Merrill  <jason@redhat.com>
1196         * demangle.h (enum demangle_component_type): Add 
1197         DEMANGLE_COMPONENT_FIXED_TYPE.
1199 2008-11-19  Bob Wilson  <bob.wilson@acm.org>
1200         
1201         * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1202         (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1203         (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1204         (XCHAL_NUM_AREGS): Change to 32.
1205         (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1206         (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1207         (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1208         (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1209         (XCHAL_DEBUGLEVEL): Change to 6.
1210         
1211 2008-10-21  Alan Modra  <amodra@bigpond.net.au>
1213         * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1215 2008-10-06  Jason Merrill  <jason@redhat.com>
1217         * demangle.h (enum demangle_component_type): Add
1218         DEMANGLE_COMPONENT_PACK_EXPANSION.
1220 2008-09-09  Jason Merrill  <jason@redhat.com>
1222         * demangle.h (enum demangle_component_type): Add
1223         DEMANGLE_COMPONENT_DECLTYPE.
1225 2008-07-07  Joel Brobecker  <brobecker@adacore.com>
1227         * safe-ctype.h: Add #include of ctype.h before redefining
1228         the ctype.h macros.
1230 2008-07-04  Joel Brobecker  <brobecker@adacore.com>
1232         * safe-ctype.h: Remove #error when detecting that ctype.h has been
1233         included. Redefine the various macros provided by ctype.h as
1234         undefined variables.
1236 2008-06-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1238         * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1239         XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1241 2008-03-24  Ian Lance Taylor  <iant@google.com>
1243         * sha1.h: New file, from gnulib.
1245         * md5.h: Add extern "C" when compiled with C++.
1247 2008-03-21  Ian Lance Taylor  <iant@google.com>
1249         * filenames.h: Add extern "C" when compiled with C++.
1251 2008-02-11  Bob Wilson  <bob.wilson@acm.org>
1253         * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1254         (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1256 2008-01-26  David Daney  <ddaney@avtrex.com>
1258         * demangle.h (demangle_component_type):  Add
1259         DEMANGLE_COMPONENT_JAVA_RESOURCE,
1260         DEMANGLE_COMPONENT_COMPOUND_NAME, and
1261         DEMANGLE_COMPONENT_CHARACTER as new enum values.
1262         (demangle_component): Add struct s_character to union u.
1264 2007-11-07  Joseph Myers  <joseph@codesourcery.com>
1265             Daniel Jacobowitz  <dan@codesourcery.com>
1267         * floatformat.h (struct floatformat): Add split_half field.
1268         (floatformat_ibm_long_double): New.
1270 2007-09-06  Tom Tromey  <tromey@redhat.com>
1272         * libiberty.h (pex_free): Document process killing.
1274 2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
1275         
1276         * demangle.h (enum demangle_component_type): Add
1277         DEMANGLE_COMPONENT_RVALUE_REFERENCE. 
1279 2007-07-25  Ben Elliston  <bje@au.ibm.com>
1281         * ternary.h: Remove.
1283 2007-07-18  Bob Wilson  <bob.wilson@acm.org>
1284         
1285         * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1286         (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1287         
1288 2007-07-17  Nick Clifton  <nickc@redhat.com>
1290         * COPYING3: New file.  Contains version 3 of the GNU General
1291         Public License.
1293 2007-07-12  Kai Tietz   <kai.tietz@onevision.com>
1295         * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1296         needed for WIN64 when a long is not wide enough for a pointer.
1297         (splay_tree_key, splay_tree_value): Use the new types.
1299 2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
1301         * libiberty.h (writeargv): Declare.
1303 2007-04-25  Mark Mitchell  <mark@codesourcery.com>
1305         * demangle.h: Change license to LGPL + exception.
1307 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
1309         * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1310         regardless of the type of file system.
1312 2007-03-06  Jan Hubicka  <jh@suse.cz>
1313         
1314         * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1316 2007-02-09  Joseph S. Myers  <joseph@codesourcery.com>
1318         * libiberty.h (pex_write_input): Remove prototype.
1320 2007-01-31  Vladimir Prus  <vladimir@codesourcery.com>
1321         
1322         * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1323         (PEX_BINARY_ERROR): New define.
1324         (pex_read_err): New function.
1326 2007-01-29  Simon Baldwin <simonb@google.com>
1328         * demangle.h: New cplus_demangle_print_callback,
1329         cplus_demangle_v3_callback, and java_demangle_v3_callback function
1330         prototypes, and demangle_callbackref type definition.
1332 2006-12-06  Nick Clifton  <nickc@redhat.com>
1334         * ansidecl.h (ATTRIBUTE_PACKED): Define.
1336 2006-11-30  Andrew Stubbs  <andrew.stubbs@st.com>
1337             J"orn Rennecke <joern.rennecke@st.com>
1339         PR driver/29931
1340         * libiberty.h (make_relative_prefix_ignore_links): Declare.
1342 2006-11-27  Bob Wilson  <bob.wilson@acm.org>
1344         * xtensa-config.h (XSHAL_ABI): New.
1345         (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1347 2006-04-11  Jim Blandy  <jimb@codesourcery.com>
1349         * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1351 2006-01-18  DJ Delorie  <dj@redhat.com>
1353         * md5.h: Include ansidecl.h
1355 2006-01-09  Bob Wilson  <bob.wilson@acm.org>
1357         * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1359 2005-12-30  Bob Wilson  <bob.wilson@acm.org>
1361         * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1363 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
1365         PR java/9861
1366         * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1367         output format for return types
1369 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
1371         * floatformat.h (enum floatformat_byteorders): Add
1372         floatformat_vax.
1373         (floatformat_vax_aingle, floatformat_vax_double): Declare.
1375 2005-09-26  Mark Mitchell  <mark@codesourcery.com>
1377         * libiberty.h (expandargv): New function.
1379 2005-08-17  Mark Kettenis  <kettenis@gnu.org>
1381         * floatformat.h (struct floatformat): Change type of large
1382         argument for is_valid member to `const void *'.
1383         (floatformat_to_double): Change type of second argument to `const
1384         void *'.
1385         (floatformat_from_double): Change type of last argument to `void
1386         *'.
1387         (floatformat_is_valid): Change type of last argument to `const
1388         void *'.
1390 2005-07-12  Ben Elliston  <bje@au.ibm.com>
1392         * xregex2.h (regexec): Qualify this prototype with __extension__
1393         when compiling with GNU C.
1395 2005-07-03  Steve Ellcey  <sje@cup.hp.com>
1397         PR other/13906
1398         * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1399         * md5.h (md5_uintptr): New.
1400         (md5_ctx): Align buffer field.
1402 2005-06-30  Daniel Berlin  <dberlin@dberlin.org>
1403         
1404         * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1405         (HTAB_EMPTY_ENTRY): New macro.
1407 2005-06-20  Geoffrey Keating  <geoffk@apple.com>
1409         * libiberty.h (strverscmp): Prototype. 
1411 2005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1413         * libiberty.h (XOBFINISH): New.
1415 2005-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1417         * libiberty.h (vsnprintf): Add format attribute.
1419 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1421         * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1423 2005-05-28  Eli Zaretskii  <eliz@gnu.org>
1425         * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1426         needed.
1427         (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1429 2005-05-25  Richard Henderson  <rth@redhat.com>
1431         * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1433 2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1435         * libiberty.h (ACONCAT): Properly cast value of alloca().
1437         * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
1438         __cplusplus.
1440 2005-05-12  Steve Ellcey  <sje@cup.hp.com>
1442         libiberty.h: Do not define empty basename prototype.
1444 2005-05-10  Nick Clifton  <nickc@redhat.com>
1446         * Update the address and phone number of the FSF organization in
1447         the GPL notices in the following files:
1448         COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1449         dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1450         fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1451         libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1452         partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1453         symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1454         xtensa-isa-internal.h, xtensa-isa.h
1456 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1458         * libiberty.h (unlock_std_streams): New.
1460 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1462         * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1463         Don't use the PTR macro.
1465         * sort.h: Don't use the PARAMS macro.
1467 2005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1469         * libiberty.h (unlock_stream): New.
1471 2005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1473         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1474         Remove parameter names.
1476 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1478         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1479         Provide prototypes for new functions.
1481 2005-03-29  Ian Lance Taylor  <ian@airs.com>
1483         * libiberty.h: Fix indentation.
1485 2005-03-28  Ian Lance Taylor  <ian@airs.com>
1487         * libiberty.h: Include <stdio.h>.
1488         (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1489         (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1490         (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1491         (pex_init, pex_run, pex_read_output): Declare.
1492         (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1493         (struct pex_time): Define.
1495 2005-03-28  Mark Mitchell <mark@codesourcery.com>
1497         * libiberty.h (ffs): Declare, if necessary.
1499 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1501         * xregex2.h (_RE_ARGS): Remove definition and uses.
1503 2005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
1505         * ternary.h: Don't use PARAMS anymore.
1507 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1509         * partition.h: Remove use of PARAMS.
1510         * obstack.h: Remove conditional prototypes __STDC__.
1511         * objalloc.h:  Remove use of PARAMS.
1512         * splay-tree.h: Likewise.
1514 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1516         * md5.h: Remove definition and uses of __P.
1517         * dyn-string.h: Remove uses of PARAMS.
1518         * fibheap.h: Likewise.
1519         * floatformat.h: Likewise.
1520         * hashtab.h: Likewise.
1522 2005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1524         * demangle.h: Remove uses of PARAMS.
1526         * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1527         ANSI_PROTOTYPES is always assumed.
1528         Remove uses of PARAMS throughout.
1530 2005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1532         * libiberty.h (xstrndup): Declare.
1534 2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1536         * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1538 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
1540         * libiberty.h (gettimeofday): Declare.
1542 2005-03-01  Jan Beulich  <jbeulich@novell.com>
1544         * libiberty.h: Declare unlink_if_ordinary.
1546 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
1548         PR bootstrap/19818
1549         * ansidecl.h (PARAMS): Guard from redefinition.
1551 2004-12-11  Ben Elliston  <bje@au.ibm.com>
1553         * fibheap.h (struct fibnode): Only use unsigned long bitfields
1554         when __GNUC__ is defined and ints are less than 32-bits wide.
1556 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
1558         * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1559         XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1560         (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1562 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1564         * libiberty.h (basename): Prototype for __MINGW32__.
1566 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1568         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1569         * libiberty.h (concat, reconcat, concat_length, concat_copy,
1570         concat_copy2): Use ATTRIBUTE_SENTINEL.
1572 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1574         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1575         const-qualification before disposal.
1577 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
1579         * ansidecl.h (ARG_UNUSED): New Macro.
1581 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
1583         * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1584         libcpp/internal.h.
1585         (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1586         macros.
1588 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
1590         * ansidecl.h (ATTRIBUTE_PURE): New.
1592 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
1594         * libiberty.h (ASTRDUP): Add casts required for stricter
1595         type conversion rules of C++.
1596         * obstack.h (obstack_free): Likewise.
1598 2004-05-04  Andreas Jaeger  <aj@suse.de>
1600         * demangle.h: Do not use C++ reserved keyword typename as
1601         parameter for cplus_demangle_fill_builtin_type.
1603 2004-04-22  Richard Henderson  <rth@redhat.com>
1605         * hashtab.h (struct htab): Add size_prime_index.
1607 2004-04-13  Jeff Law  <law@redhat.com>
1609         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
1611 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
1613         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1615 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
1617         * dyn-string.h: Update copyright date.
1619 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
1621         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1622         the associated #defines.
1624 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1626         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1627         "libiberty.h".
1629         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1631         * demangle.h (enum demangle_component_type): Define.
1632         (struct demangle_operator_info): Declare.
1633         (struct demangle_builtin_type_info): Declare.
1634         (struct demangle_component): Define.
1635         (cplus_demangle_fill_component): Declare.
1636         (cplus_demangle_fill_name): Declare.
1637         (cplus_demangle_fill_builtin_type): Declare.
1638         (cplus_demangle_fill_operator): Declare.
1639         (cplus_demangle_fill_extended_operator): Declare.
1640         (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1641         (cplus_demangle_v3_components): Declare.
1642         (cplus_demangle_print): Declare.
1644 For older changes see ChangeLog-9103
1646 Local Variables:
1647 mode: change-log
1648 left-margin: 8
1649 fill-column: 74
1650 version-control: never
1651 End: