]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Remove broken ifcvt code for speculating memory writes
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
2fc5e987 12015-11-12 James Norris <jnorris@codesourcery.com>
2 Joseph Myers <joseph@codesourcery.com>
3
4 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
5 and GOMP_MAP_LINK.
6
d8431314 72015-11-09 Alan Modra <amodra@gmail.com>
8
9 PR gdb/17133
10 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
11
1ed1385e 122015-11-09 Alan Modra <amodra@gmail.com>
13
14 PR gdb/17133
15 * obstack.h: Import current gnulib file.
16
9561765e 172015-11-05 Jakub Jelinek <jakub@redhat.com>
18 Ilya Verbin <ilya.verbin@intel.com>
19
20 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
21 (GOMP_MAP_FLAG_ALWAYS): Remove.
22 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
23 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
24 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
25 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
26 (GOMP_MAP_ALWAYS_P): Define.
27 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
28
bcc58dc6 292015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
30 Joseph Myers <joseph@codesourcery.com>
31 Mark Shinwell <shinwell@codesourcery.com>
32 Andrew Stubbs <ams@codesourcery.com>
33 Rich Felker <dalias@libc.org>
34
35 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
36
fff1535d 372015-10-18 Roland McGrath <roland@gnu.org>
38
39 PR other/63758
40 * environ.h: New file.
41
43895be5 422015-10-13 Jakub Jelinek <jakub@redhat.com>
43 Ilya Verbin <ilya.verbin@intel.com>
44
45 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
46 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
47 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
48 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
49 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
50 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
51 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
52 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
53 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
54 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
55 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
56 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
57 GOMP_TARGET_FLAG_UPDATE): Define.
58
e561d5e1 592015-09-28 Nathan Sidwell <nathan@codesourcery.com>
60
61 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
62 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
63 GOMP_DIM_MASK): New.
64 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
65 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
66 GOMP_LAUNCH_OP_SHIFT): New.
67 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
68 GOMP_LAUNCH_OP): New.
69 (GOMP_LAUNCH_OP_MAX): New.
70
d3d8e632 712015-08-24 Nathan Sidwell <nathan@codesourcery.com>
72
73 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
74 GOMP_VERSION_INTEL_MIC): New.
75 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
76
2f72d95e 772015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
78
79 * dwarf2.def (DW_AT_GNU_bias): New attribute.
80
011db277 812015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
82
83 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
84 attributes.
85
5a45f149 862015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
87
88 * ansidecl.h (GCC_FINAL): New macro.
89
f212338e 902015-08-10 Thomas Schwinge <thomas@codesourcery.com>
91
92 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
93
19ecc7c1 942015-05-22 Yunlian Jiang <yunlian@google.com>
95
96 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
97 not defined.
98
5b208a42 992015-03-19 Richard Biener <rguenther@suse.de>
100
101 * partition.h (struct partition_elem): Re-order elements to
102 avoid padding.
103
45e87ca9 1042015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
105
106 PR target/65261
107 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
108
5221952d 1092015-02-19 Pedro Alves <palves@redhat.com>
110
111 * floatformat.h [__cplusplus]: Wrap in extern "C".
112
f36f9b8b 1132015-02-04 Jakub Jelinek <jakub@redhat.com>
114
115 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
116 and DW_LANG_Fortran08.
117
ca4c3545 1182015-01-15 Thomas Schwinge <thomas@codesourcery.com>
119 Julian Brown <julian@codesourcery.com>
120 James Norris <jnorris@codesourcery.com>
121
122 * gomp-constants.h: New file.
123
dee58864 1242014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
88a6165f 125
126 * libiberty.h: Merge Copyright year update from Binutils.
127
655833ff 1282014-12-24 Uros Bizjak <ubizjak@gmail.com>
129 Ben Elliston <bje@au.ibm.com>
130 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
131
132 * libiberty.h (xasprintf): Declare.
133
5d95297a 1342014-12-11 Uros Bizjak <ubizjak@gmail.com>
135 Ben Elliston <bje@au.ibm.com>
136 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
137
138 * libiberty.h (xvasprintf): Declare.
139
eb06b251 1402014-12-09 Trevor Saunders <tsaunders@mozilla.com>
141
142 * hashtab.h, splay-tree.h: Remove GTY markers.
143
9d231822 1442014-12-08 Mark Wielaard <mjw@redhat.com>
145
146 PR debug/60782
147 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
148
b4721d74 1492014-11-21 Mark Wielaard <mjw@redhat.com>
150
151 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
152 DW_LANG_C_plus_plus_14.
153
aa643a01 1542014-11-25 Mark Wielaard <mjw@redhat.com>
155
156 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
157
69a2f316 1582014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
159
160 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
161 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
162 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
163 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
164 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
165 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
166 (DW_AT_APPLE_property): New macros.
167
4d0069ee 1682014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
169 Manuel López-Ibáñez <manu@gcc.gnu.org>
170
171 PR driver/36312
172 * filenames.h: Add prototype for canonical_filename_eq.
173
863e76f9 1742014-11-11 David Malcolm <dmalcolm@redhat.com>
175
176 * ChangeLog.jit: New.
177
ec4adff1 1782014-10-28 Richard Henderson <rth@redhat.com>
179
180 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
181
5e1a5aba 1822014-10-28 Yury Gribov <y.gribov@samsung.com>
183
184 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
185
ab103e33 1862014-10-27 Phil Muldoon <pmuldoon@redhat.com>
187 Jan Kratochvil <jan.kratochvil@redhat.com>
188 Tom Tromey <tromey@redhat.com>
189
190 * gcc-c-fe.def: New file.
191 * gcc-c-interface.h: New file.
192 * gcc-interface.h: New file.
193
51190923 1942014-10-15 David Malcolm <dmalcolm@redhat.com>
195
196 * libiberty.h (choose_tmpdir): New prototype.
197
77cab475 1982013-10-02 Mark Wielaard <mjw@redhat.com>
199
200 PR debug/63239
201 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
202
59a81bf9 2032014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
204
205 * libiberty.h (PEX_STDOUT_APPEND): New flag.
206 (PEX_STDERR_APPEND): Likewise.
207
23c22e01 2082014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
209
210 * demangle.h (DMGL_DLANG): New macro.
211 (DMGL_STYLE_MASK): Add DMGL_DLANG.
212 (demangling_styles): Add dlang_demangling.
213 (DLANG_DEMANGLING_STYLE_STRING): New macro.
214 (DLANG_DEMANGLING): New macro.
215 (dlang_demangle): New prototype.
216
22538acd 2172014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
218
219 * longlong.h: Add __udiv_w_sdiv prototype.
220
d968efea 2212014-06-10 Thomas Schwinge <thomas@codesourcery.com>
222
223 PR lto/61334
224 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
225 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
226
463553db 2272014-05-21 John Marino <gnugcc@marino.st>
228
229 * liberty.h: Use basename function on DragonFly.
230
5f0ba1cc 2312014-05-01 Steve Ellcey <sellcey@mips.com>
232
233 * include/longlong.h: Use 'defined()' to check __mips16.
234
cee1824e 2352014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
236
237 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
238
a95d3a28 2392014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
240
241 * longlong.h: Merge from glibc.
242
e14937e9 2432014-01-21 Tom Tromey <tromey@redhat.com>
244
245 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
246 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
247 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
248 (NOARGS): Don't define.
249 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
250
468088ac 2512013-12-23 Bill Maddox <maddox@google.com>
252
253 * demangle.h (enum gnu_v3_ctor_kinds):
254 Added literal gnu_v3_unified_ctor.
255 (enum gnu_v3_ctor_kinds):
256 Added literal gnu_v3_unified_dtor.
257
81927967 2582013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
259
260 * longlong.h: New file.
261
2b0d0b81 2622013-10-29 Marc Glisse <marc.glisse@inria.fr>
263
264 PR tree-optimization/58689
265 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
266 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
267 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
268 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
269 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
270 Mark with attribute returns_nonnull.
271
ba477559 2722013-10-22 Sterling Augustine <saugustine@google.com>
273
274 * gdb/gdb-index.h: Merge from gdb tree.
275
6d69d407 2762013-08-20 Alan Modra <amodra@gmail.com>
277
278 * floatformat.h (floatformat_ibm_long_double): Delete.
279 (floatformat_ibm_long_double_big): Declare.
280 (floatformat_ibm_long_double_little): Declare.
281
47e5a776 2822013-08-19 Dehao Chen <dehao@google.com>
283
284 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
285
b710ec85 2862013-08-02 Caroline Tice <cmtice@google.com>
287
288 * vtv-change-permission.h: New file.
289
1189258f 2902013-04-03 Jason Merrill <jason@redhat.com>
291
292 Demangle C++11 ref-qualifier.
293 * demangle.h (enum demangle_component_type): Add
294 DEMANGLE_COMPONENT_REFERENCE_THIS,
295 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
296
e82adc39 2972013-03-01 Cary Coutant <ccoutant@google.com>
298
299 * dwarf2.h (enum dwarf_sect): New enum type.
300
0d360bdc 3012013-02-11 Sriraman Tallam <tmsriram@google.com>
302
303 * plugin-api.h (enum ld_plugin_level): Assign integers
304 explicitly for all values.
305
9261f555 3062013-01-30 Kai Tietz <ktietz@redhat.com>
307
308 PR other/54620
309 PR target/39064
310 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
311 stdint.h and sys/types.h headers are present.
312 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
313
576b1370 3142012-12-18 Aldy Hernandez <aldyh@redhat.com>
315
316 PR other/54324
317 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
318 < 3.4.
319
d4701f6c 3202012-11-09 Jason Merrill <jason@redhat.com>
321
322 * demangle.h (enum demangle_component_type): Add
323 DEMANGLE_COMPONENT_TAGGED_NAME.
324
21ebaa24 3252012-10-29 Sterling Augustine <saugustine@google.com>
326 Cary Coutant <ccoutant@google.com>
b35329c7 327
328 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
329 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
330 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
331
332
462819c8 3332012-10-08 Jason Merrill <jason@redhat.com>
334
335 * demangle.h (enum demangle_component_type): Add
336 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
337
63d6cef5 3382012-09-18 Florian Weimer <fweimer@redhat.com>
339
340 PR other/54411
341 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
342
0131450a 3432012-09-06 Cary Coutant <ccoutant@google.com>
344
345 * dwarf2.def: Edit comment.
346
ec4151f2 3472012-08-24 Sriraman Tallam <tmsriram@google.com>
348
349 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
350 New interface.
351 (ld_plugin_unique_segment_for_sections): New interface.
352 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
353 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
354 (tv_allow_unique_segment_for_sections): New member.
355 (tv_unique_segment_for_sections): New member.
356
712932d2 3572012-07-13 Doug Evans <dje@google.com>
358
359 * filenames.h: #include "hashtab.h".
360 (filename_hash, filename_eq): Declare.
361
3c4aeb35 3622012-06-18 Doug Evans <dje@google.com>
363
364 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
365
c0b7038e 3662012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
367
368 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
369
d233e0db 3702012-06-08 Jakub Jelinek <jakub@redhat.com>
371
372 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
373 forms.
374 * dwarf2.h (enum dwarf_macro_record_type): Add
375 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
376 and DW_MACRO_GNU_transparent_include_alt.
377
73e554b7 3782012-05-23 Doug Evans <dje@google.com>
379
380 * leb128.h: #include stdint.h, inttypes.h.
381 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
382 Change to take a uint64_t * argument instead of unsigned long long.
383 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
384 Change to take an int64_t * argument instead of long long.
385
d0c5362c 3862012-05-22 Doug Evans <dje@google.com>
387
388 * leb128.h: New file.
389
06d1ba50 3902012-05-19 Gary Funck <gary@intrepid.com>
391
392 * dwarf2.def: Update comment re: UPC extensions to reference
393 DWARF4 specification.
394
9618d32d 3952012-05-02 Cary Coutant <ccoutant@google.com>
396
397 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
398 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
399
ee9571b9 4002012-04-28 Doug Evans <dje@google.com>
401
402 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
403
8fd919b6 4042012-04-27 Tom Tromey <tromey@redhat.com>
405
406 * dwarf2.h: Wrap function declarations in extern "C".
407
c9f46599 4082012-04-27 Tom Tromey <tromey@redhat.com>
409
410 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
411 (enum dwarf_location_atom, enum dwarf_type, enum
412 dwarf_call_frame_info): Remove.
413 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
414 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
415 Include dwarf2.def.
416 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
417 (get_DW_OP_name, get_DW_ATE_name): Declare.
418 * dwarf2.def: New file, from dwarf2.h.
419
ee0af6e0 4202012-04-10 Tristan Gingold <gingold@adacore.com>
421
422 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
423 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
424
abbb0ba2 4252012-01-26 Cary Coutant <ccoutant@google.com>
426
427 * dwarf2.h (enum dwarf_form): Add Fission extensions.
428 (enum dwarf_attribute): Likewise.
429
2d847c18 4302012-01-06 Jason Merrill <jason@redhat.com>
431
432 PR c++/6057
433 PR c++/48051
434 PR c++/50855
435 PR c++/51322
436 * demangle.h (enum demangle_component_type): Add
437 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
438
4c0315d0 4392011-11-07 Richard Henderson <rth@redhat.com>
440
441 Merged from transactional-memory.
442
443 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
444 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
445 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
446 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
447
b103fef5 4482011-10-21 Ulrich Drepper <drepper@gmail.com>
449
450 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
451
4522011-10-21 Marc Glisse <marc.glisse@inria.fr>
453
454 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
455
c12ded99 4562011-09-28 Doug Evans <dje@google.com>
457
e30b3499 458 * timeval-utils.h: New file.
459
c12ded99 460 * libiberty.h (countargv): Declare.
461
17f036ad 4622011-09-26 Cary Coutant <ccoutant@google.com>
463
464 PR lto/47247
465 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
466 LDPR_PREVAILING_DEF_IRONLY_EXP.
467 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
468
0d80d940 4692011-09-23 Cary Coutant <ccoutant@google.com>
470
471 PR 40831
472 * demangle.h (enum demangle_component_type): Add
473 DEMANGLE_COMPONENT_CLONE.
474
71d67b2d 4752011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
476
477 * xregex.h (regoff_t): Define.
478
00dacc40 4792011-07-22 Jakub Jelinek <jakub@redhat.com>
480
60699ecd 481 * dwarf2.h (DW_AT_GNU_macros): New.
482 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
483
00dacc40 484 PR c++/49756
485 * libiberty.h (stack_limit_increase): New prototype.
486
3bb7aade 4872011-07-13 Sriraman Tallam <tmsriram@google.com>
488
489 * plugin-api.h
490 (ld_plugin_section): New struct.
491 (ld_plugin_get_section_count): New typedef.
492 (ld_plugin_get_section_type): New typedef.
493 (ld_plugin_get_section_name): New typedef.
494 (ld_plugin_get_section_contents): New typedef.
495 (ld_plugin_update_section_order): New typedef.
496 (ld_plugin_allow_section_ordering): New typedef.
497 (LDPT_GET_SECTION_COUNT): New enum value.
498 (LDPT_GET_SECTION_TYPE): New enum value.
499 (LDPT_GET_SECTION_NAME): New enum value.
500 (LDPT_GET_SECTION_CONTENTS): New enum value.
501 (LDPT_UPDATE_SECTION_ORDER): New enum value.
502 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
503 (tv_get_section_count): New struct members.
504 (tv_get_section_type): New struct members.
505 (tv_get_section_name): New struct members.
506 (tv_get_section_contents): New struct members.
507 (tv_update_section_order): New struct members.
508 (tv_allow_section_ordering): New struct members.
509
fd109ff5 5102011-07-01 Joel Brobecker <brobecker@adacore.com>
511
512 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
513 on Darwin, as well as on the systems that use a DOS-like
514 filesystem.
515
841424cc 5162011-06-22 Jakub Jelinek <jakub@redhat.com>
517
518 PR debug/47858
519 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
520
932501f9 5212011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
522
523 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
524 (DMGL_RET_DROP): New.
525
e86bbaee 5262011-04-30 Jakub Jelinek <jakub@redhat.com>
527
528 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
529 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
530
cdd0bb4b 5312011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
532
533 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
534
3e8b7d36 5352011-03-31 Tristan Gingold <gingold@adacore.com>
536
537 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
538
5c550782 5392011-03-24 Mark Wielaard <mjw@redhat.com>
540
541 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
542
fa5d241f 5432010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
544
545 * plugin-api.h (ld_plugin_get_view): New.
546 (ld_plugin_tag): Add LDPT_GET_VIEW.
547 (ld_plugin_tv): Add tv_get_view.
548
4143d08b 5492011-03-16 Jakub Jelinek <jakub@redhat.com>
550
551 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
552 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
553 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
554 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
555 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
556 DW_OP_GNU_entry_value): New.
557
875ffd1d 5582011-02-28 Kai Tietz <kai.tietz@onevision.com>
559
560 * filenames.h (filename_ncmp): New prototype.
561
fbc6ee3a 5622011-02-23 Kai Tietz <kai.tietz@onevision.com>
563
564 * dwarf2.h (_ELF_DWARF2_H): Renamed to
565 _DWARF2_H.
566 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
567 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
568 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
569 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
570
f97b152f 5712011-01-12 Iain Sandoe <iains@gcc.gnu.org>
572
573 * dwarf2.h: Update value for DW_AT_hi_user.
574
2e521e13 5752010-11-16 Ian Lance Taylor <iant@google.com>
576
577 * simple-object.h (simple_object_attributes_merge): Declare,
578 replacing simple_object_attributes_compare.
579
46c5c275 5802010-11-04 Ian Lance Taylor <iant@google.com>
581
582 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
583
ebb6c20c 5842010-11-02 Ian Lance Taylor <iant@google.com>
585
586 * simple-object.h: New file.
587
8de56b55 5882010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
589
590 Sync LD plugin patch series (part 1/6) with src/include/.
591 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
592
21ebaa24 5932010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 594
595 * libiberty.h (setproctitle): Add prototype.
596
f9c61ef7 5972010-09-09 Jakub Jelinek <jakub@redhat.com>
598
599 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
600
b2d17628 6012010-07-06 Ken Werner <ken.werner@de.ibm.com>
602
603 * floatformat.h (floatformat_ieee_half_big): Add declaration.
604 (floatformat_ieee_half_little): Likewise.
605
ab3da48a 6062010-06-21 Rafael Espindola <espindola@google.com>
607
608 * plugin-api.h (ld_plugin_set_extra_library_path): New.
609 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
610 (ld_plugin_tv): Add tv_set_extra_library_path.
611
952114f8 6122010-06-21 Jakub Jelinek <jakub@redhat.com>
613
614 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
615
7d99a199 6162010-06-18 Rafael Espindola <espindola@google.com>
617
618 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
619 Make argument const.
620
3e00a9d3 6212010-06-08 Tristan Gingold <gingold@adacore.com>
622
623 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
624 DW_TAG_HP_Bliss_field_set.
625 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
626 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
627 DW_AT_HP_definition_points, DW_AT_HP_default_location and
628 DW_AT_HP_is_result_param.
629 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
630 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
631 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
632 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
633 (enum dwarf_line_number_x_ops): Add
634 DW_LNE_HP_source_file_correlation.
635 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
636 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
637 DW_LANG_HP_Assembler.
638
ba72912a 6392010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
640
641 * splay-tree.h: Update copyright years.
642 (splay_tree_s): Document fields.
643 (splay_tree_new_typed_alloc): New.
644
645 * hashtab.h: Update copyright years.
646 (htab_create_typed_alloc): New.
647
cff884a9 6482010-06-01 Rafael Espindola <espindola@google.com>
649
650 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
651
c5212646 6522010-04-26 Pedro Alves <pedro@codesourcery.com>
653
654 * filenames.h (PATH_SEPARATOR): Delete.
655
2d7565f9 6562010-04-23 Pedro Alves <pedro@codesourcery.com>
657
658 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
659 always define it independently of host, add `dos_based' parameter,
660 and handle it.
d2b5c460 661 (PATH_SEPARATOR): Define.
2d7565f9 662 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
663 independently of host, add `dos_based' parameter, and handle it.
664 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
665 it independently of host, add `dos_based' parameter, and handle
666 it.
667 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
668 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
669 (HAS_DOS_DRIVE_SPEC): New.
670 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
671 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
672 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
673 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
674
249057fc 6752010-04-20 Nick Clifton <nickc@redhat.com>
676
677 * sha1.h: Update copyright notice to use GPLv3.
678
81eaa852 6792010-04-14 Doug Evans <dje@google.com>
680
681 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
682
889783e3 6832010-04-13 Matthias Klose <doko@ubuntu.com>
684
685 * elf: Remove empty directory.
686
a1b9762a 6872010-04-06 Jakub Jelinek <jakub@redhat.com>
688
689 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
690 field.
691
c8bee5e9 6922010-03-23 Joseph Myers <joseph@codesourcery.com>
693
694 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
695
b17eeb61 6962010-01-13 Joel Brobecker <brobecker@adacore.com>
697
698 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
699 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
700
10650b19 7012010-01-11 Tristan Gingold <gingold@adacore.com>
702
703 * demangle.h (ada_demangle): Add prototype.
704
1eb1b33f 7052010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
706
707 PR bootstrap/41771
708 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
709
ffed923e 7102009-12-29 Joel Brobecker <brobecker@adacore.com>
711
712 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
713
36ce008e 7142009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
715
716 Add DWARF attribute value for the "Borland fastcall" calling
717 convention.
718 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
719
9c241155 7202009-10-23 Kai Tietz <kai.tietz@onevision.com>
721
722 * splay-tree.h (libi_uhostptr_t): Add gcc specific
723 __extension__ for long long type case to silent cX9.
724 (libi_shostptr_t): Likewise.
725
f5dac1dd 7262009-10-19 Rafael Avila de Espindola <espindola@google.com>
727
728 PR40790
889783e3 729 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 730
711a4686 7312009-10-15 Jakub Jelinek <jakub@redhat.com>
732
733 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
734 a DWARF 4 addition.
735
5460ff78 7362009-10-09 Rafael Espindola <espindola@google.com>
737
738 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
739 libname.
740
7412009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 742
ef356dfa 743 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
744 (ld_plugin_get_input_file): New.
745 (ld_plugin_release_input_file): New.
746 (ld_plugin_add_input_library): New.
747 (ld_plugin_message): Mark format const.
748 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
749 LDPT_ADD_INPUT_LIBRARY.
750 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
751 tv_add_input_library.
cb793c69 752
03d46b27 7532009-10-04 Jerry Quinn <jlquinn@optonline.net>
754
755 * plugin-api.h: Fix compile.
756
d2b5c460 7572009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 758
759 * plugin-api.h: New.
760 * lto-symtab.h: New.
761
4817b87c 7622009-09-29 Jason Merrill <jason@redhat.com>
763
764 * demangle.h (enum demangle_component_type): Add
765 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
766 DEMANGLE_COMPONENT_UNNAMED_TYPE.
767 (struct demangle_component): Add s_unary_num.
768
86cbedda 7692009-09-25 Dodji Seketeli <dodji@redhat.com>
770
771 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
772 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
773 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
774
4b9ed140 7752009-09-25 Cary Coutant <ccoutant@google.com>
776
777 Add rest of new values from DWARF Version 4.
778 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
779 New tags.
780 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
781 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
782 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
783 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
784 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
785 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
786 attributes.
787 (DW_LANG_Python): New language.
788
5d1e31fa 7892009-09-22 Dodji Seketeli <dodji@redhat.com>
790
791 * dwarf2.h (enum dwarf_tag): Add
792 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
793
75d716e2 7942009-07-24 Ian Lance Taylor <iant@google.com>
795
796 PR bootstrap/40854
797 * libiberty.h (xcrc32): Rename from crc32.
798
be347f2e 7992009-07-24 Ian Lance Taylor <iant@google.com>
800
801 * libiberty.h (crc32): Declare.
802
5e006d27 8032009-07-20 Cary Coutant <ccoutant@google.com>
804 Doug Evans <dje@google.com>
f12fbb9c 805
806 Add some dwarf4 values.
807 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
808 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
809 DW_FORM_flag_present, DW_FORM_sig8.
810 (enum dwarf_attribute): Add DW_AT_signature.
811
7ddff01e 8122009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
813
814 * demangle.h
815 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
816 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
817 New.
818
8fdd1a73 8192009-07-09 Jakub Jelinek <jakub@redhat.com>
820
821 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
822 and DW_OP_stack_value.
823
bde36f4a 8242009-07-09 Tom Tromey <tromey@redhat.com>
825
826 * elf/dwarf2.h: Remove, renaming to...
827 * dwarf2.h: ... this.
828
2452254d 8292009-06-29 Tom Tromey <tromey@redhat.com>
830
831 * elf/dwarf2.h: New file. Merged with gdb.
832
5741047e 8332009-06-09 Ian Lance Taylor <ian@airs.com>
834
835 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
836
8372009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 838
839 * ansidecl.h (EXPORTED_CONST): Define.
840
74b36562 8412009-05-31 Ian Lance Taylor <iant@google.com>
842
843 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
844 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 845 macro when compiling with C++.
74b36562 846 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
847 when compiling with C++.
848 * fibheap.h: Add extern "C" when compiling with C++.
849
4f99ab94 8502009-04-22 Taras Glek <tglek@mozilla.com>
851
5daf45f2 852 * hashtab.h: Update GTY annotations to new syntax.
853 * splay-tree.h: Likewise.
4f99ab94 854
e92154af 8552009-03-17 Jason Merrill <jason@redhat.com>
856
857 * demangle.h (enum demangle_component_type): Add
858 DEMANGLE_COMPONENT_FUNCTION_PARAM.
859
e4583147 8602008-12-10 Jason Merrill <jason@redhat.com>
861
862 * demangle.h (enum demangle_component_type): Add
863 DEMANGLE_COMPONENT_FIXED_TYPE.
864
e057bf62 8652008-11-19 Bob Wilson <bob.wilson@acm.org>
866
867 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
868 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
869 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
870 (XCHAL_NUM_AREGS): Change to 32.
871 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
872 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
873 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
874 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
875 (XCHAL_DEBUGLEVEL): Change to 6.
876
68a40a77 8772008-10-21 Alan Modra <amodra@bigpond.net.au>
878
879 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
880
4682b6fe 8812008-10-06 Jason Merrill <jason@redhat.com>
882
883 * demangle.h (enum demangle_component_type): Add
884 DEMANGLE_COMPONENT_PACK_EXPANSION.
885
a2ad5e1b 8862008-09-09 Jason Merrill <jason@redhat.com>
887
888 * demangle.h (enum demangle_component_type): Add
889 DEMANGLE_COMPONENT_DECLTYPE.
890
bc5f68df 8912008-07-07 Joel Brobecker <brobecker@adacore.com>
892
893 * safe-ctype.h: Add #include of ctype.h before redefining
894 the ctype.h macros.
895
3725d22e 8962008-07-04 Joel Brobecker <brobecker@adacore.com>
897
898 * safe-ctype.h: Remove #error when detecting that ctype.h has been
899 included. Redefine the various macros provided by ctype.h as
900 undefined variables.
901
b60b4740 9022008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
903
904 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
905 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
906
4acbb723 9072008-03-24 Ian Lance Taylor <iant@google.com>
908
af9790a0 909 * sha1.h: New file, from gnulib.
910
4acbb723 911 * md5.h: Add extern "C" when compiled with C++.
912
3b4c5c14 9132008-03-21 Ian Lance Taylor <iant@google.com>
914
915 * filenames.h: Add extern "C" when compiled with C++.
916
e54ec148 9172008-02-11 Bob Wilson <bob.wilson@acm.org>
918
919 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
920 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
921
c8d35c3c 9222008-01-26 David Daney <ddaney@avtrex.com>
923
924 * demangle.h (demangle_component_type): Add
925 DEMANGLE_COMPONENT_JAVA_RESOURCE,
926 DEMANGLE_COMPONENT_COMPOUND_NAME, and
927 DEMANGLE_COMPONENT_CHARACTER as new enum values.
928 (demangle_component): Add struct s_character to union u.
929
4d403838 9302007-11-07 Joseph Myers <joseph@codesourcery.com>
931 Daniel Jacobowitz <dan@codesourcery.com>
932
933 * floatformat.h (struct floatformat): Add split_half field.
934 (floatformat_ibm_long_double): New.
935
406035ae 9362007-09-06 Tom Tromey <tromey@redhat.com>
937
938 * libiberty.h (pex_free): Document process killing.
939
c4692e04 9402007-08-31 Douglas Gregor <doug.gregor@gmail.com>
941
942 * demangle.h (enum demangle_component_type): Add
943 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
944
a3d8cd7b 9452007-07-25 Ben Elliston <bje@au.ibm.com>
946
947 * ternary.h: Remove.
948
4690907f 9492007-07-18 Bob Wilson <bob.wilson@acm.org>
950
951 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
952 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
953
1ee47085 9542007-07-17 Nick Clifton <nickc@redhat.com>
955
956 * COPYING3: New file. Contains version 3 of the GNU General
957 Public License.
958
01616473 9592007-07-12 Kai Tietz <kai.tietz@onevision.com>
960
961 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
962 needed for WIN64 when a long is not wide enough for a pointer.
963 (splay_tree_key, splay_tree_value): Use the new types.
964
c159e0b7 9652007-05-07 Nathan Froyd <froydnj@codesourcery.com>
966
967 * libiberty.h (writeargv): Declare.
968
1846fb72 9692007-04-25 Mark Mitchell <mark@codesourcery.com>
970
971 * demangle.h: Change license to LGPL + exception.
972
a5cb63da 9732007-03-29 Joel Brobecker <brobecker@adacore.com>
974
975 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
976 regardless of the type of file system.
977
5de92639 9782007-03-06 Jan Hubicka <jh@suse.cz>
979
980 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
981
50382252 9822007-02-09 Joseph S. Myers <joseph@codesourcery.com>
983
984 * libiberty.h (pex_write_input): Remove prototype.
985
f8b619f0 9862007-01-31 Vladimir Prus <vladimir@codesourcery.com>
987
988 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
989 (PEX_BINARY_ERROR): New define.
990 (pex_read_err): New function.
991
611fc3d0 9922007-01-29 Simon Baldwin <simonb@google.com>
993
994 * demangle.h: New cplus_demangle_print_callback,
995 cplus_demangle_v3_callback, and java_demangle_v3_callback function
996 prototypes, and demangle_callbackref type definition.
997
9430e4a9 9982006-12-06 Nick Clifton <nickc@redhat.com>
999
1000 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1001
6fa7e596 10022006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
1003 J"orn Rennecke <joern.rennecke@st.com>
1004
1005 PR driver/29931
1006 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1007
802cc599 10082006-11-27 Bob Wilson <bob.wilson@acm.org>
1009
1010 * xtensa-config.h (XSHAL_ABI): New.
1011 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1012
d7e51a35 10132006-04-11 Jim Blandy <jimb@codesourcery.com>
1014
1015 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1016
48b2395d 10172006-01-18 DJ Delorie <dj@redhat.com>
1018
1019 * md5.h: Include ansidecl.h
1020
367a6058 10212006-01-09 Bob Wilson <bob.wilson@acm.org>
1022
1023 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1024
3161b3ad 10252005-12-30 Bob Wilson <bob.wilson@acm.org>
1026
1027 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1028
4c8420c9 10292005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1030
1031 PR java/9861
1032 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1033 output format for return types
1034
c38d39c9 10352005-10-31 Mark Kettenis <kettenis@gnu.org>
1036
1037 * floatformat.h (enum floatformat_byteorders): Add
1038 floatformat_vax.
1039 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1040
bab0d4c5 10412005-09-26 Mark Mitchell <mark@codesourcery.com>
1042
1043 * libiberty.h (expandargv): New function.
1044
5a929093 10452005-08-17 Mark Kettenis <kettenis@gnu.org>
1046
1047 * floatformat.h (struct floatformat): Change type of large
1048 argument for is_valid member to `const void *'.
1049 (floatformat_to_double): Change type of second argument to `const
1050 void *'.
1051 (floatformat_from_double): Change type of last argument to `void
1052 *'.
1053 (floatformat_is_valid): Change type of last argument to `const
1054 void *'.
1055
317d4fda 10562005-07-12 Ben Elliston <bje@au.ibm.com>
1057
1058 * xregex2.h (regexec): Qualify this prototype with __extension__
1059 when compiling with GNU C.
1060
91fc5678 10612005-07-03 Steve Ellcey <sje@cup.hp.com>
1062
1063 PR other/13906
1064 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1065 * md5.h (md5_uintptr): New.
1066 (md5_ctx): Align buffer field.
1067
a55dc2cd 10682005-06-30 Daniel Berlin <dberlin@dberlin.org>
1069
1070 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1071 (HTAB_EMPTY_ENTRY): New macro.
1072
28cc9eac 10732005-06-20 Geoffrey Keating <geoffk@apple.com>
1074
1075 * libiberty.h (strverscmp): Prototype.
1076
4fac984f 10772005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1078
1079 * libiberty.h (XOBFINISH): New.
1080
8be91f46 10812005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1082
1083 * libiberty.h (vsnprintf): Add format attribute.
1084
1b52004c 10852005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1086
1087 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1088
71f27b28 10892005-05-28 Eli Zaretskii <eliz@gnu.org>
1090
1091 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1092 needed.
1093 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1094
e63e3841 10952005-05-25 Richard Henderson <rth@redhat.com>
1096
1097 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1098
f2d737fc 10992005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1100
1101 * libiberty.h (ACONCAT): Properly cast value of alloca().
1102
1103 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 1104 __cplusplus.
f2d737fc 1105
c72b6e6e 11062005-05-12 Steve Ellcey <sje@cup.hp.com>
1107
1108 libiberty.h: Do not define empty basename prototype.
1109
2f8ebb8e 11102005-05-10 Nick Clifton <nickc@redhat.com>
1111
1112 * Update the address and phone number of the FSF organization in
1113 the GPL notices in the following files:
1114 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1115 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1116 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1117 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1118 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1119 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1120 xtensa-isa-internal.h, xtensa-isa.h
1121
243fbe73 11222005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1123
1124 * libiberty.h (unlock_std_streams): New.
1125
2b0988cf 11262005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1127
1128 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1129 Don't use the PTR macro.
1130
1131 * sort.h: Don't use the PARAMS macro.
1132
bb06f0f5 11332005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1134
1135 * libiberty.h (unlock_stream): New.
1136
e7f1b027 11372005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1138
1139 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1140 Remove parameter names.
1141
35f4c956 11422005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1143
1144 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1145 Provide prototypes for new functions.
1146
c7df38d7 11472005-03-29 Ian Lance Taylor <ian@airs.com>
1148
1149 * libiberty.h: Fix indentation.
1150
22683dca 11512005-03-28 Ian Lance Taylor <ian@airs.com>
1152
1153 * libiberty.h: Include <stdio.h>.
1154 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1155 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1156 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1157 (pex_init, pex_run, pex_read_output): Declare.
1158 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1159 (struct pex_time): Define.
1160
5cc697d9 11612005-03-28 Mark Mitchell <mark@codesourcery.com>
1162
1163 * libiberty.h (ffs): Declare, if necessary.
71f27b28 1164
320d4d0a 11652005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1166
1167 * xregex2.h (_RE_ARGS): Remove definition and uses.
1168
cd72df1f 11692005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1170
1171 * ternary.h: Don't use PARAMS anymore.
1172
f8d9d6a0 11732005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1174
1175 * partition.h: Remove use of PARAMS.
1176 * obstack.h: Remove conditional prototypes __STDC__.
1177 * objalloc.h: Remove use of PARAMS.
1178 * splay-tree.h: Likewise.
1179
8858115e 11802005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1181
1182 * md5.h: Remove definition and uses of __P.
1183 * dyn-string.h: Remove uses of PARAMS.
1184 * fibheap.h: Likewise.
1185 * floatformat.h: Likewise.
1186 * hashtab.h: Likewise.
1187
d94aaf66 11882005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1189
1190 * demangle.h: Remove uses of PARAMS.
1191
1192 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1193 ANSI_PROTOTYPES is always assumed.
1194 Remove uses of PARAMS throughout.
1195
a2ef32b0 11962005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1197
1198 * libiberty.h (xstrndup): Declare.
1199
82c5c135 12002005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1201
1202 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1203
5a24a79a 12042005-03-09 Mark Mitchell <mark@codesourcery.com>
1205
1206 * libiberty.h (gettimeofday): Declare.
1207
4e0e2181 12082005-03-01 Jan Beulich <jbeulich@novell.com>
1209
1210 * libiberty.h: Declare unlink_if_ordinary.
1211
bb30d1f4 12122005-02-14 Paolo Bonzini <bonzini@gnu.org>
1213
1214 PR bootstrap/19818
1215 * ansidecl.h (PARAMS): Guard from redefinition.
1216
4927c18d 12172004-12-11 Ben Elliston <bje@au.ibm.com>
1218
1219 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1220 when __GNUC__ is defined and ints are less than 32-bits wide.
1221
c909ad97 12222004-10-07 Bob Wilson <bob.wilson@acm.org>
1223
1224 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1225 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1226 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1227
b882e8a2 12282004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 1229
1230 * libiberty.h (basename): Prototype for __MINGW32__.
1231
bf6c8de0 12322004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1233
1234 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1235 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1236 concat_copy2): Use ATTRIBUTE_SENTINEL.
1237
8eb0977a 12382004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1239
1240 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1241 const-qualification before disposal.
1242
001ad2d4 12432004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 1244
001ad2d4 1245 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 1246
001ad2d4 12472004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 1248
1249 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1250 libcpp/internal.h.
1251 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1252 macros.
1253
001ad2d4 12542004-07-21 Paolo Bonzini <bonzini@gnu.org>
1255
1256 * ansidecl.h (ATTRIBUTE_PURE): New.
1257
2c04b951 12582004-07-13 Bernardo Innocenti <bernie@develer.com>
1259
1260 * libiberty.h (ASTRDUP): Add casts required for stricter
1261 type conversion rules of C++.
1262 * obstack.h (obstack_free): Likewise.
1263
80329a50 12642004-05-04 Andreas Jaeger <aj@suse.de>
1265
1266 * demangle.h: Do not use C++ reserved keyword typename as
1267 parameter for cplus_demangle_fill_builtin_type.
1268
e3190d3d 12692004-04-22 Richard Henderson <rth@redhat.com>
1270
1271 * hashtab.h (struct htab): Add size_prime_index.
1272
14c235d9 12732004-04-13 Jeff Law <law@redhat.com>
71f27b28 1274
4ee9c684 1275 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 1276
87a98662 12772004-03-30 Zack Weinberg <zack@codesourcery.com>
1278
1279 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1280
81e091aa 12812004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1282
1283 * dyn-string.h: Update copyright date.
1284
02c71081 12852004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1286
1287 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1288 the associated #defines.
1289
f95cb811 12902004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1291
0a48bf84 1292 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1293 "libiberty.h".
1294
a2ebbb48 1295 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1296
f95cb811 1297 * demangle.h (enum demangle_component_type): Define.
1298 (struct demangle_operator_info): Declare.
1299 (struct demangle_builtin_type_info): Declare.
1300 (struct demangle_component): Define.
1301 (cplus_demangle_fill_component): Declare.
1302 (cplus_demangle_fill_name): Declare.
1303 (cplus_demangle_fill_builtin_type): Declare.
1304 (cplus_demangle_fill_operator): Declare.
1305 (cplus_demangle_fill_extended_operator): Declare.
1306 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1307 (cplus_demangle_v3_components): Declare.
1308 (cplus_demangle_print): Declare.
1309
dd5bd0ad 1310For older changes see ChangeLog-9103
28e9041c 1311\f
1312Local Variables:
1313mode: change-log
1314left-margin: 8
1315fill-column: 74
1316version-control: never
1317End: