]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Implement 2801, Default-constructibility of unique_ptr.
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
6d191b11 12017-01-04 Jakub Jelinek <jakub@redhat.com>
2
3 Update copyright years.
4
6916b9d2 52016-12-21 Jakub Jelinek <jakub@redhat.com>
6
7 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
8 (DW_FORM_ref_sup4): ... this. New form.
9 (DW_FORM_ref_sup8): New form.
10
3f6f78bc 112016-11-03 David Tolnay <dtolnay@gmail.com>
12 Mark Wielaard <mark@klomp.org>
13
14 * demangle.h (DMGL_RUST): New macro.
15 (DMGL_STYLE_MASK): Add DMGL_RUST.
16 (demangling_styles): Add dlang_rust.
17 (RUST_DEMANGLING_STYLE_STRING): New macro.
18 (RUST_DEMANGLING): New macro.
19 (rust_demangle): New prototype.
20 (rust_is_mangled): Likewise.
21 (rust_demangle_sym): Likewise.
22
2e9e9363 232016-11-07 Jason Merrill <jason@redhat.com>
24
25 * demangle.h (enum demangle_component_type): Add
26 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
27
2b8a924c 282016-10-17 Jakub Jelinek <jakub@redhat.com>
29
30 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
31 calling convention codes.
32 (enum dwarf_line_number_content_type): New.
33 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
34 codes.
35 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
36 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
37 (enum dwarf_name_index_attribute): New.
38 (enum dwarf_range_list_entry): New.
39 (enum dwarf_unit_type): New.
40 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
41 DW_OP_* and DW_ATE_* entries.
42
eb133d34 432016-10-14 Pedro Alves <palves@redhat.com>
44
45 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
46 OVERRIDE): Define as empty.
47 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
48 __final.
49 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
50 empty.
51
3ea7a5e2 522016-10-14 Pedro Alves <palves@redhat.com>
53
54 * ansidecl.h (GCC_FINAL): Delete.
55 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
56
ffbd598f 572016-08-15 Jakub Jelinek <jakub@redhat.com>
58
59 * dwarf2.def (DW_AT_string_length_bit_size,
60 DW_AT_string_length_byte_size): New attributes.
61
832d369d 622016-08-12 Alexandre Oliva <aoliva@redhat.com>
63
64 PR debug/63240
65 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
ffbd598f 66 * dwarf2.h (enum dwarf_defaulted_attribute): New.
832d369d 67
ad23bd26 682016-07-29 Aldy Hernandez <aldyh@redhat.com>
69
70 * libiberty.h (MAX_ALLOCA_SIZE): New macro.
71
1802571b 722016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
73
74 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
75 describe the need for incrementing this macro whenever the plugin
76 interface is modified.
77
ddec7b20 782016-04-29 Tom Tromey <tom@tromey.com>
79
80 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
81 DW_LANG_Rust_old>: New constants.
82
bf8ce8ad 832016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
84
85 * longlong.h (umul_ppmm): Remove SHMEDIA checks.
86 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
87
608e1e37 882016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
89
90 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
91 'Cal' constraint.
92 (sub_ddmmss): Likewise.
93
5cb6b0b9 942016-03-17 Thomas Schwinge <thomas@codesourcery.com>
95
96 * gomp-constants.h (enum gomp_map_kind): Rename
97 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users.
98
943e339d 992016-03-03 Than McIntosh <thanm@google.com>
100
101 * plugin-api.h: Add new hooks to the plugin transfer vector to
102 to support querying section alignment and section size.
103 (ld_plugin_get_input_section_alignment): New hook.
104 (ld_plugin_get_input_section_size): New hook.
105 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
106 and LDPT_GET_INPUT_SECTION_SIZE.
107 (ld_plugin_tv): Add tv_get_input_section_alignment and
108 tv_get_input_section_size.
109
1102016-03-03 Evgenii Stepanov <eugenis@google.com>
111
112 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
113
56686608 1142016-01-19 Martin Jambor <mjambor@suse.cz>
115
116 * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
117 (GOMP_VERSION_HSA): Likewise.
118 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
119 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
120 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
121 (GOMP_TARGET_ARG_ID_MASK): Likewise.
122 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
123 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
124 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
125 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
126
0bd8bd68 1272016-01-07 Mike Frysinger <vapier@gentoo.org>
128
129 * longlong.h: Change !__SHMEDIA__ to
130 (!defined (__SHMEDIA__) || !__SHMEDIA__).
131 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
132
e2e4b9a0 1332016-01-05 Mike Frysinger <vapier@gentoo.org>
134
135 * libiberty.h (dupargv): Change arg to char * const *.
136 (writeargv, countargv): Likewise.
137
cdc645f7 1382015-11-27 Pedro Alves <palves@redhat.com>
139
140 PR other/61321
141 PR other/61233
142 * demangle.h (enum demangle_component_type)
143 <DEMANGLE_COMPONENT_CONVERSION>: New value.
144
08de21a4 1452015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
146
147 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
148 __sparc__]: Define.
149
2fc5e987 1502015-11-12 James Norris <jnorris@codesourcery.com>
151 Joseph Myers <joseph@codesourcery.com>
152
153 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
154 and GOMP_MAP_LINK.
155
d8431314 1562015-11-09 Alan Modra <amodra@gmail.com>
157
158 PR gdb/17133
159 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
160
1ed1385e 1612015-11-09 Alan Modra <amodra@gmail.com>
162
163 PR gdb/17133
164 * obstack.h: Import current gnulib file.
165
9561765e 1662015-11-05 Jakub Jelinek <jakub@redhat.com>
167 Ilya Verbin <ilya.verbin@intel.com>
168
169 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
170 (GOMP_MAP_FLAG_ALWAYS): Remove.
171 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
172 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
173 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
174 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
175 (GOMP_MAP_ALWAYS_P): Define.
176 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
177
bcc58dc6 1782015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
179 Joseph Myers <joseph@codesourcery.com>
180 Mark Shinwell <shinwell@codesourcery.com>
181 Andrew Stubbs <ams@codesourcery.com>
182 Rich Felker <dalias@libc.org>
183
184 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
185
fff1535d 1862015-10-18 Roland McGrath <roland@gnu.org>
187
188 PR other/63758
189 * environ.h: New file.
190
43895be5 1912015-10-13 Jakub Jelinek <jakub@redhat.com>
192 Ilya Verbin <ilya.verbin@intel.com>
193
194 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
195 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
196 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
197 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
198 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
199 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
200 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
201 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
202 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
203 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
204 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
205 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
206 GOMP_TARGET_FLAG_UPDATE): Define.
207
e561d5e1 2082015-09-28 Nathan Sidwell <nathan@codesourcery.com>
209
210 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
211 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
212 GOMP_DIM_MASK): New.
213 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
214 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
215 GOMP_LAUNCH_OP_SHIFT): New.
216 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
217 GOMP_LAUNCH_OP): New.
218 (GOMP_LAUNCH_OP_MAX): New.
219
d3d8e632 2202015-08-24 Nathan Sidwell <nathan@codesourcery.com>
221
222 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
223 GOMP_VERSION_INTEL_MIC): New.
224 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
225
2f72d95e 2262015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
227
228 * dwarf2.def (DW_AT_GNU_bias): New attribute.
229
011db277 2302015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
231
232 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
233 attributes.
234
5a45f149 2352015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
236
237 * ansidecl.h (GCC_FINAL): New macro.
238
f212338e 2392015-08-10 Thomas Schwinge <thomas@codesourcery.com>
240
241 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
242
19ecc7c1 2432015-05-22 Yunlian Jiang <yunlian@google.com>
244
245 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
246 not defined.
247
5b208a42 2482015-03-19 Richard Biener <rguenther@suse.de>
249
250 * partition.h (struct partition_elem): Re-order elements to
251 avoid padding.
252
45e87ca9 2532015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
254
255 PR target/65261
256 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
257
5221952d 2582015-02-19 Pedro Alves <palves@redhat.com>
259
260 * floatformat.h [__cplusplus]: Wrap in extern "C".
261
f36f9b8b 2622015-02-04 Jakub Jelinek <jakub@redhat.com>
263
264 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
265 and DW_LANG_Fortran08.
266
ca4c3545 2672015-01-15 Thomas Schwinge <thomas@codesourcery.com>
268 Julian Brown <julian@codesourcery.com>
269 James Norris <jnorris@codesourcery.com>
270
271 * gomp-constants.h: New file.
272
dee58864 2732014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
88a6165f 274
275 * libiberty.h: Merge Copyright year update from Binutils.
276
655833ff 2772014-12-24 Uros Bizjak <ubizjak@gmail.com>
278 Ben Elliston <bje@au.ibm.com>
279 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
280
281 * libiberty.h (xasprintf): Declare.
282
5d95297a 2832014-12-11 Uros Bizjak <ubizjak@gmail.com>
284 Ben Elliston <bje@au.ibm.com>
285 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
286
287 * libiberty.h (xvasprintf): Declare.
288
eb06b251 2892014-12-09 Trevor Saunders <tsaunders@mozilla.com>
290
291 * hashtab.h, splay-tree.h: Remove GTY markers.
292
9d231822 2932014-12-08 Mark Wielaard <mjw@redhat.com>
294
295 PR debug/60782
296 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
297
b4721d74 2982014-11-21 Mark Wielaard <mjw@redhat.com>
299
300 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
301 DW_LANG_C_plus_plus_14.
302
aa643a01 3032014-11-25 Mark Wielaard <mjw@redhat.com>
304
305 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
306
69a2f316 3072014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
308
309 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
310 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
311 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
312 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
313 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
314 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
315 (DW_AT_APPLE_property): New macros.
316
4d0069ee 3172014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
318 Manuel López-Ibáñez <manu@gcc.gnu.org>
319
320 PR driver/36312
321 * filenames.h: Add prototype for canonical_filename_eq.
322
863e76f9 3232014-11-11 David Malcolm <dmalcolm@redhat.com>
324
325 * ChangeLog.jit: New.
326
ec4adff1 3272014-10-28 Richard Henderson <rth@redhat.com>
328
329 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
330
5e1a5aba 3312014-10-28 Yury Gribov <y.gribov@samsung.com>
332
333 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
334
ab103e33 3352014-10-27 Phil Muldoon <pmuldoon@redhat.com>
336 Jan Kratochvil <jan.kratochvil@redhat.com>
337 Tom Tromey <tromey@redhat.com>
338
339 * gcc-c-fe.def: New file.
340 * gcc-c-interface.h: New file.
341 * gcc-interface.h: New file.
342
51190923 3432014-10-15 David Malcolm <dmalcolm@redhat.com>
344
345 * libiberty.h (choose_tmpdir): New prototype.
346
77cab475 3472013-10-02 Mark Wielaard <mjw@redhat.com>
348
349 PR debug/63239
350 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
351
59a81bf9 3522014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
353
354 * libiberty.h (PEX_STDOUT_APPEND): New flag.
355 (PEX_STDERR_APPEND): Likewise.
356
23c22e01 3572014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
358
359 * demangle.h (DMGL_DLANG): New macro.
360 (DMGL_STYLE_MASK): Add DMGL_DLANG.
361 (demangling_styles): Add dlang_demangling.
362 (DLANG_DEMANGLING_STYLE_STRING): New macro.
363 (DLANG_DEMANGLING): New macro.
364 (dlang_demangle): New prototype.
365
22538acd 3662014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
367
368 * longlong.h: Add __udiv_w_sdiv prototype.
369
d968efea 3702014-06-10 Thomas Schwinge <thomas@codesourcery.com>
371
372 PR lto/61334
373 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
374 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
375
463553db 3762014-05-21 John Marino <gnugcc@marino.st>
377
378 * liberty.h: Use basename function on DragonFly.
379
5f0ba1cc 3802014-05-01 Steve Ellcey <sellcey@mips.com>
381
382 * include/longlong.h: Use 'defined()' to check __mips16.
383
cee1824e 3842014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
385
386 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
387
a95d3a28 3882014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
389
390 * longlong.h: Merge from glibc.
391
e14937e9 3922014-01-21 Tom Tromey <tromey@redhat.com>
393
394 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
395 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
396 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
397 (NOARGS): Don't define.
398 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
399
468088ac 4002013-12-23 Bill Maddox <maddox@google.com>
401
402 * demangle.h (enum gnu_v3_ctor_kinds):
403 Added literal gnu_v3_unified_ctor.
404 (enum gnu_v3_ctor_kinds):
405 Added literal gnu_v3_unified_dtor.
406
81927967 4072013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
408
409 * longlong.h: New file.
410
2b0d0b81 4112013-10-29 Marc Glisse <marc.glisse@inria.fr>
412
413 PR tree-optimization/58689
414 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
415 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
416 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
417 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
418 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
419 Mark with attribute returns_nonnull.
420
ba477559 4212013-10-22 Sterling Augustine <saugustine@google.com>
422
423 * gdb/gdb-index.h: Merge from gdb tree.
424
6d69d407 4252013-08-20 Alan Modra <amodra@gmail.com>
426
427 * floatformat.h (floatformat_ibm_long_double): Delete.
428 (floatformat_ibm_long_double_big): Declare.
429 (floatformat_ibm_long_double_little): Declare.
430
47e5a776 4312013-08-19 Dehao Chen <dehao@google.com>
432
433 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
434
b710ec85 4352013-08-02 Caroline Tice <cmtice@google.com>
436
437 * vtv-change-permission.h: New file.
438
1189258f 4392013-04-03 Jason Merrill <jason@redhat.com>
440
441 Demangle C++11 ref-qualifier.
442 * demangle.h (enum demangle_component_type): Add
443 DEMANGLE_COMPONENT_REFERENCE_THIS,
444 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
445
e82adc39 4462013-03-01 Cary Coutant <ccoutant@google.com>
447
448 * dwarf2.h (enum dwarf_sect): New enum type.
449
0d360bdc 4502013-02-11 Sriraman Tallam <tmsriram@google.com>
451
452 * plugin-api.h (enum ld_plugin_level): Assign integers
453 explicitly for all values.
454
9261f555 4552013-01-30 Kai Tietz <ktietz@redhat.com>
456
457 PR other/54620
458 PR target/39064
459 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
460 stdint.h and sys/types.h headers are present.
461 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
462
576b1370 4632012-12-18 Aldy Hernandez <aldyh@redhat.com>
464
465 PR other/54324
466 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
467 < 3.4.
468
d4701f6c 4692012-11-09 Jason Merrill <jason@redhat.com>
470
471 * demangle.h (enum demangle_component_type): Add
472 DEMANGLE_COMPONENT_TAGGED_NAME.
473
21ebaa24 4742012-10-29 Sterling Augustine <saugustine@google.com>
475 Cary Coutant <ccoutant@google.com>
b35329c7 476
477 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
478 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
479 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
480
481
462819c8 4822012-10-08 Jason Merrill <jason@redhat.com>
483
484 * demangle.h (enum demangle_component_type): Add
485 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
486
63d6cef5 4872012-09-18 Florian Weimer <fweimer@redhat.com>
488
489 PR other/54411
490 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
491
0131450a 4922012-09-06 Cary Coutant <ccoutant@google.com>
493
494 * dwarf2.def: Edit comment.
495
ec4151f2 4962012-08-24 Sriraman Tallam <tmsriram@google.com>
497
498 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
499 New interface.
500 (ld_plugin_unique_segment_for_sections): New interface.
501 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
502 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
503 (tv_allow_unique_segment_for_sections): New member.
504 (tv_unique_segment_for_sections): New member.
505
712932d2 5062012-07-13 Doug Evans <dje@google.com>
507
508 * filenames.h: #include "hashtab.h".
509 (filename_hash, filename_eq): Declare.
510
3c4aeb35 5112012-06-18 Doug Evans <dje@google.com>
512
513 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
514
c0b7038e 5152012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
516
517 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
518
d233e0db 5192012-06-08 Jakub Jelinek <jakub@redhat.com>
520
521 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
522 forms.
523 * dwarf2.h (enum dwarf_macro_record_type): Add
524 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
525 and DW_MACRO_GNU_transparent_include_alt.
526
73e554b7 5272012-05-23 Doug Evans <dje@google.com>
528
529 * leb128.h: #include stdint.h, inttypes.h.
530 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
531 Change to take a uint64_t * argument instead of unsigned long long.
532 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
533 Change to take an int64_t * argument instead of long long.
534
d0c5362c 5352012-05-22 Doug Evans <dje@google.com>
536
537 * leb128.h: New file.
538
06d1ba50 5392012-05-19 Gary Funck <gary@intrepid.com>
540
541 * dwarf2.def: Update comment re: UPC extensions to reference
542 DWARF4 specification.
543
9618d32d 5442012-05-02 Cary Coutant <ccoutant@google.com>
545
546 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
547 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
548
ee9571b9 5492012-04-28 Doug Evans <dje@google.com>
550
551 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
552
8fd919b6 5532012-04-27 Tom Tromey <tromey@redhat.com>
554
555 * dwarf2.h: Wrap function declarations in extern "C".
556
c9f46599 5572012-04-27 Tom Tromey <tromey@redhat.com>
558
559 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
560 (enum dwarf_location_atom, enum dwarf_type, enum
561 dwarf_call_frame_info): Remove.
562 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
563 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
564 Include dwarf2.def.
565 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
566 (get_DW_OP_name, get_DW_ATE_name): Declare.
567 * dwarf2.def: New file, from dwarf2.h.
568
ee0af6e0 5692012-04-10 Tristan Gingold <gingold@adacore.com>
570
571 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
572 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
573
abbb0ba2 5742012-01-26 Cary Coutant <ccoutant@google.com>
575
576 * dwarf2.h (enum dwarf_form): Add Fission extensions.
577 (enum dwarf_attribute): Likewise.
578
2d847c18 5792012-01-06 Jason Merrill <jason@redhat.com>
580
581 PR c++/6057
582 PR c++/48051
583 PR c++/50855
584 PR c++/51322
585 * demangle.h (enum demangle_component_type): Add
586 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
587
4c0315d0 5882011-11-07 Richard Henderson <rth@redhat.com>
589
590 Merged from transactional-memory.
591
592 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
593 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
594 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
595 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
596
b103fef5 5972011-10-21 Ulrich Drepper <drepper@gmail.com>
598
599 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
600
6012011-10-21 Marc Glisse <marc.glisse@inria.fr>
602
603 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
604
c12ded99 6052011-09-28 Doug Evans <dje@google.com>
606
e30b3499 607 * timeval-utils.h: New file.
608
c12ded99 609 * libiberty.h (countargv): Declare.
610
17f036ad 6112011-09-26 Cary Coutant <ccoutant@google.com>
612
613 PR lto/47247
614 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
615 LDPR_PREVAILING_DEF_IRONLY_EXP.
616 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
617
0d80d940 6182011-09-23 Cary Coutant <ccoutant@google.com>
619
620 PR 40831
621 * demangle.h (enum demangle_component_type): Add
622 DEMANGLE_COMPONENT_CLONE.
623
71d67b2d 6242011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
625
626 * xregex.h (regoff_t): Define.
627
00dacc40 6282011-07-22 Jakub Jelinek <jakub@redhat.com>
629
60699ecd 630 * dwarf2.h (DW_AT_GNU_macros): New.
631 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
632
00dacc40 633 PR c++/49756
634 * libiberty.h (stack_limit_increase): New prototype.
635
3bb7aade 6362011-07-13 Sriraman Tallam <tmsriram@google.com>
637
638 * plugin-api.h
639 (ld_plugin_section): New struct.
640 (ld_plugin_get_section_count): New typedef.
641 (ld_plugin_get_section_type): New typedef.
642 (ld_plugin_get_section_name): New typedef.
643 (ld_plugin_get_section_contents): New typedef.
644 (ld_plugin_update_section_order): New typedef.
645 (ld_plugin_allow_section_ordering): New typedef.
646 (LDPT_GET_SECTION_COUNT): New enum value.
647 (LDPT_GET_SECTION_TYPE): New enum value.
648 (LDPT_GET_SECTION_NAME): New enum value.
649 (LDPT_GET_SECTION_CONTENTS): New enum value.
650 (LDPT_UPDATE_SECTION_ORDER): New enum value.
651 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
652 (tv_get_section_count): New struct members.
653 (tv_get_section_type): New struct members.
654 (tv_get_section_name): New struct members.
655 (tv_get_section_contents): New struct members.
656 (tv_update_section_order): New struct members.
657 (tv_allow_section_ordering): New struct members.
658
fd109ff5 6592011-07-01 Joel Brobecker <brobecker@adacore.com>
660
661 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
662 on Darwin, as well as on the systems that use a DOS-like
663 filesystem.
664
841424cc 6652011-06-22 Jakub Jelinek <jakub@redhat.com>
666
667 PR debug/47858
668 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
669
932501f9 6702011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
671
672 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
673 (DMGL_RET_DROP): New.
674
e86bbaee 6752011-04-30 Jakub Jelinek <jakub@redhat.com>
676
677 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
678 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
679
cdd0bb4b 6802011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
683
3e8b7d36 6842011-03-31 Tristan Gingold <gingold@adacore.com>
685
686 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
687
5c550782 6882011-03-24 Mark Wielaard <mjw@redhat.com>
689
690 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
691
fa5d241f 6922010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
693
694 * plugin-api.h (ld_plugin_get_view): New.
695 (ld_plugin_tag): Add LDPT_GET_VIEW.
696 (ld_plugin_tv): Add tv_get_view.
697
4143d08b 6982011-03-16 Jakub Jelinek <jakub@redhat.com>
699
700 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
701 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
702 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
703 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
704 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
705 DW_OP_GNU_entry_value): New.
706
875ffd1d 7072011-02-28 Kai Tietz <kai.tietz@onevision.com>
708
709 * filenames.h (filename_ncmp): New prototype.
710
fbc6ee3a 7112011-02-23 Kai Tietz <kai.tietz@onevision.com>
712
713 * dwarf2.h (_ELF_DWARF2_H): Renamed to
714 _DWARF2_H.
715 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
716 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
717 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
718 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
719
f97b152f 7202011-01-12 Iain Sandoe <iains@gcc.gnu.org>
721
722 * dwarf2.h: Update value for DW_AT_hi_user.
723
2e521e13 7242010-11-16 Ian Lance Taylor <iant@google.com>
725
726 * simple-object.h (simple_object_attributes_merge): Declare,
727 replacing simple_object_attributes_compare.
728
46c5c275 7292010-11-04 Ian Lance Taylor <iant@google.com>
730
731 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
732
ebb6c20c 7332010-11-02 Ian Lance Taylor <iant@google.com>
734
735 * simple-object.h: New file.
736
8de56b55 7372010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
738
739 Sync LD plugin patch series (part 1/6) with src/include/.
740 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
741
21ebaa24 7422010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 743
744 * libiberty.h (setproctitle): Add prototype.
745
f9c61ef7 7462010-09-09 Jakub Jelinek <jakub@redhat.com>
747
748 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
749
b2d17628 7502010-07-06 Ken Werner <ken.werner@de.ibm.com>
751
752 * floatformat.h (floatformat_ieee_half_big): Add declaration.
753 (floatformat_ieee_half_little): Likewise.
754
ab3da48a 7552010-06-21 Rafael Espindola <espindola@google.com>
756
757 * plugin-api.h (ld_plugin_set_extra_library_path): New.
758 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
759 (ld_plugin_tv): Add tv_set_extra_library_path.
760
952114f8 7612010-06-21 Jakub Jelinek <jakub@redhat.com>
762
763 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
764
7d99a199 7652010-06-18 Rafael Espindola <espindola@google.com>
766
767 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
768 Make argument const.
769
3e00a9d3 7702010-06-08 Tristan Gingold <gingold@adacore.com>
771
772 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
773 DW_TAG_HP_Bliss_field_set.
774 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
775 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
776 DW_AT_HP_definition_points, DW_AT_HP_default_location and
777 DW_AT_HP_is_result_param.
778 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
779 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
780 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
781 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
782 (enum dwarf_line_number_x_ops): Add
783 DW_LNE_HP_source_file_correlation.
784 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
785 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
786 DW_LANG_HP_Assembler.
787
ba72912a 7882010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
789
790 * splay-tree.h: Update copyright years.
791 (splay_tree_s): Document fields.
792 (splay_tree_new_typed_alloc): New.
793
794 * hashtab.h: Update copyright years.
795 (htab_create_typed_alloc): New.
796
cff884a9 7972010-06-01 Rafael Espindola <espindola@google.com>
798
799 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
800
c5212646 8012010-04-26 Pedro Alves <pedro@codesourcery.com>
802
803 * filenames.h (PATH_SEPARATOR): Delete.
804
2d7565f9 8052010-04-23 Pedro Alves <pedro@codesourcery.com>
806
807 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
808 always define it independently of host, add `dos_based' parameter,
809 and handle it.
d2b5c460 810 (PATH_SEPARATOR): Define.
2d7565f9 811 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
812 independently of host, add `dos_based' parameter, and handle it.
813 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
814 it independently of host, add `dos_based' parameter, and handle
815 it.
816 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
817 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
818 (HAS_DOS_DRIVE_SPEC): New.
819 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
820 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
821 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
822 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
823
249057fc 8242010-04-20 Nick Clifton <nickc@redhat.com>
825
826 * sha1.h: Update copyright notice to use GPLv3.
827
81eaa852 8282010-04-14 Doug Evans <dje@google.com>
829
830 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
831
889783e3 8322010-04-13 Matthias Klose <doko@ubuntu.com>
833
834 * elf: Remove empty directory.
835
a1b9762a 8362010-04-06 Jakub Jelinek <jakub@redhat.com>
837
838 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
839 field.
840
c8bee5e9 8412010-03-23 Joseph Myers <joseph@codesourcery.com>
842
843 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
844
b17eeb61 8452010-01-13 Joel Brobecker <brobecker@adacore.com>
846
847 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
848 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
849
10650b19 8502010-01-11 Tristan Gingold <gingold@adacore.com>
851
852 * demangle.h (ada_demangle): Add prototype.
853
1eb1b33f 8542010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
855
856 PR bootstrap/41771
857 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
858
ffed923e 8592009-12-29 Joel Brobecker <brobecker@adacore.com>
860
861 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
862
36ce008e 8632009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
864
865 Add DWARF attribute value for the "Borland fastcall" calling
866 convention.
867 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
868
9c241155 8692009-10-23 Kai Tietz <kai.tietz@onevision.com>
870
871 * splay-tree.h (libi_uhostptr_t): Add gcc specific
872 __extension__ for long long type case to silent cX9.
873 (libi_shostptr_t): Likewise.
874
f5dac1dd 8752009-10-19 Rafael Avila de Espindola <espindola@google.com>
876
877 PR40790
889783e3 878 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 879
711a4686 8802009-10-15 Jakub Jelinek <jakub@redhat.com>
881
882 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
883 a DWARF 4 addition.
884
5460ff78 8852009-10-09 Rafael Espindola <espindola@google.com>
886
887 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
888 libname.
889
8902009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 891
ef356dfa 892 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
893 (ld_plugin_get_input_file): New.
894 (ld_plugin_release_input_file): New.
895 (ld_plugin_add_input_library): New.
896 (ld_plugin_message): Mark format const.
897 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
898 LDPT_ADD_INPUT_LIBRARY.
899 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
900 tv_add_input_library.
cb793c69 901
03d46b27 9022009-10-04 Jerry Quinn <jlquinn@optonline.net>
903
904 * plugin-api.h: Fix compile.
905
d2b5c460 9062009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 907
908 * plugin-api.h: New.
909 * lto-symtab.h: New.
910
4817b87c 9112009-09-29 Jason Merrill <jason@redhat.com>
912
913 * demangle.h (enum demangle_component_type): Add
914 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
915 DEMANGLE_COMPONENT_UNNAMED_TYPE.
916 (struct demangle_component): Add s_unary_num.
917
86cbedda 9182009-09-25 Dodji Seketeli <dodji@redhat.com>
919
920 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
921 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
922 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
923
4b9ed140 9242009-09-25 Cary Coutant <ccoutant@google.com>
925
926 Add rest of new values from DWARF Version 4.
927 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
928 New tags.
929 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
930 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
931 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
932 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
933 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
934 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
935 attributes.
936 (DW_LANG_Python): New language.
937
5d1e31fa 9382009-09-22 Dodji Seketeli <dodji@redhat.com>
939
940 * dwarf2.h (enum dwarf_tag): Add
941 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
942
75d716e2 9432009-07-24 Ian Lance Taylor <iant@google.com>
944
945 PR bootstrap/40854
946 * libiberty.h (xcrc32): Rename from crc32.
947
be347f2e 9482009-07-24 Ian Lance Taylor <iant@google.com>
949
950 * libiberty.h (crc32): Declare.
951
5e006d27 9522009-07-20 Cary Coutant <ccoutant@google.com>
953 Doug Evans <dje@google.com>
f12fbb9c 954
955 Add some dwarf4 values.
956 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
957 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
958 DW_FORM_flag_present, DW_FORM_sig8.
959 (enum dwarf_attribute): Add DW_AT_signature.
960
7ddff01e 9612009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
962
963 * demangle.h
964 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
965 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
966 New.
967
8fdd1a73 9682009-07-09 Jakub Jelinek <jakub@redhat.com>
969
970 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
971 and DW_OP_stack_value.
972
bde36f4a 9732009-07-09 Tom Tromey <tromey@redhat.com>
974
975 * elf/dwarf2.h: Remove, renaming to...
976 * dwarf2.h: ... this.
977
2452254d 9782009-06-29 Tom Tromey <tromey@redhat.com>
979
980 * elf/dwarf2.h: New file. Merged with gdb.
981
5741047e 9822009-06-09 Ian Lance Taylor <ian@airs.com>
983
984 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
985
9862009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 987
988 * ansidecl.h (EXPORTED_CONST): Define.
989
74b36562 9902009-05-31 Ian Lance Taylor <iant@google.com>
991
992 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
993 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 994 macro when compiling with C++.
74b36562 995 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
996 when compiling with C++.
997 * fibheap.h: Add extern "C" when compiling with C++.
998
4f99ab94 9992009-04-22 Taras Glek <tglek@mozilla.com>
1000
5daf45f2 1001 * hashtab.h: Update GTY annotations to new syntax.
1002 * splay-tree.h: Likewise.
4f99ab94 1003
e92154af 10042009-03-17 Jason Merrill <jason@redhat.com>
1005
1006 * demangle.h (enum demangle_component_type): Add
1007 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1008
e4583147 10092008-12-10 Jason Merrill <jason@redhat.com>
1010
1011 * demangle.h (enum demangle_component_type): Add
1012 DEMANGLE_COMPONENT_FIXED_TYPE.
1013
e057bf62 10142008-11-19 Bob Wilson <bob.wilson@acm.org>
1015
1016 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1017 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1018 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1019 (XCHAL_NUM_AREGS): Change to 32.
1020 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1021 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1022 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1023 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1024 (XCHAL_DEBUGLEVEL): Change to 6.
1025
68a40a77 10262008-10-21 Alan Modra <amodra@bigpond.net.au>
1027
1028 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1029
4682b6fe 10302008-10-06 Jason Merrill <jason@redhat.com>
1031
1032 * demangle.h (enum demangle_component_type): Add
1033 DEMANGLE_COMPONENT_PACK_EXPANSION.
1034
a2ad5e1b 10352008-09-09 Jason Merrill <jason@redhat.com>
1036
1037 * demangle.h (enum demangle_component_type): Add
1038 DEMANGLE_COMPONENT_DECLTYPE.
1039
bc5f68df 10402008-07-07 Joel Brobecker <brobecker@adacore.com>
1041
1042 * safe-ctype.h: Add #include of ctype.h before redefining
1043 the ctype.h macros.
1044
3725d22e 10452008-07-04 Joel Brobecker <brobecker@adacore.com>
1046
1047 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1048 included. Redefine the various macros provided by ctype.h as
1049 undefined variables.
1050
b60b4740 10512008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1052
1053 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1054 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1055
4acbb723 10562008-03-24 Ian Lance Taylor <iant@google.com>
1057
af9790a0 1058 * sha1.h: New file, from gnulib.
1059
4acbb723 1060 * md5.h: Add extern "C" when compiled with C++.
1061
3b4c5c14 10622008-03-21 Ian Lance Taylor <iant@google.com>
1063
1064 * filenames.h: Add extern "C" when compiled with C++.
1065
e54ec148 10662008-02-11 Bob Wilson <bob.wilson@acm.org>
1067
1068 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1069 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1070
c8d35c3c 10712008-01-26 David Daney <ddaney@avtrex.com>
1072
1073 * demangle.h (demangle_component_type): Add
1074 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1075 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1076 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1077 (demangle_component): Add struct s_character to union u.
1078
4d403838 10792007-11-07 Joseph Myers <joseph@codesourcery.com>
1080 Daniel Jacobowitz <dan@codesourcery.com>
1081
1082 * floatformat.h (struct floatformat): Add split_half field.
1083 (floatformat_ibm_long_double): New.
1084
406035ae 10852007-09-06 Tom Tromey <tromey@redhat.com>
1086
1087 * libiberty.h (pex_free): Document process killing.
1088
c4692e04 10892007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1090
1091 * demangle.h (enum demangle_component_type): Add
1092 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1093
a3d8cd7b 10942007-07-25 Ben Elliston <bje@au.ibm.com>
1095
1096 * ternary.h: Remove.
1097
4690907f 10982007-07-18 Bob Wilson <bob.wilson@acm.org>
1099
1100 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1101 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1102
1ee47085 11032007-07-17 Nick Clifton <nickc@redhat.com>
1104
1105 * COPYING3: New file. Contains version 3 of the GNU General
1106 Public License.
1107
01616473 11082007-07-12 Kai Tietz <kai.tietz@onevision.com>
1109
1110 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1111 needed for WIN64 when a long is not wide enough for a pointer.
1112 (splay_tree_key, splay_tree_value): Use the new types.
1113
c159e0b7 11142007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1115
1116 * libiberty.h (writeargv): Declare.
1117
1846fb72 11182007-04-25 Mark Mitchell <mark@codesourcery.com>
1119
1120 * demangle.h: Change license to LGPL + exception.
1121
a5cb63da 11222007-03-29 Joel Brobecker <brobecker@adacore.com>
1123
1124 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1125 regardless of the type of file system.
1126
5de92639 11272007-03-06 Jan Hubicka <jh@suse.cz>
1128
1129 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1130
50382252 11312007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1132
1133 * libiberty.h (pex_write_input): Remove prototype.
1134
f8b619f0 11352007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1136
1137 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1138 (PEX_BINARY_ERROR): New define.
1139 (pex_read_err): New function.
1140
611fc3d0 11412007-01-29 Simon Baldwin <simonb@google.com>
1142
1143 * demangle.h: New cplus_demangle_print_callback,
1144 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1145 prototypes, and demangle_callbackref type definition.
1146
9430e4a9 11472006-12-06 Nick Clifton <nickc@redhat.com>
1148
1149 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1150
6fa7e596 11512006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
1152 J"orn Rennecke <joern.rennecke@st.com>
1153
1154 PR driver/29931
1155 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1156
802cc599 11572006-11-27 Bob Wilson <bob.wilson@acm.org>
1158
1159 * xtensa-config.h (XSHAL_ABI): New.
1160 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1161
d7e51a35 11622006-04-11 Jim Blandy <jimb@codesourcery.com>
1163
1164 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1165
48b2395d 11662006-01-18 DJ Delorie <dj@redhat.com>
1167
1168 * md5.h: Include ansidecl.h
1169
367a6058 11702006-01-09 Bob Wilson <bob.wilson@acm.org>
1171
1172 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1173
3161b3ad 11742005-12-30 Bob Wilson <bob.wilson@acm.org>
1175
1176 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1177
4c8420c9 11782005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1179
1180 PR java/9861
1181 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1182 output format for return types
1183
c38d39c9 11842005-10-31 Mark Kettenis <kettenis@gnu.org>
1185
1186 * floatformat.h (enum floatformat_byteorders): Add
1187 floatformat_vax.
1188 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1189
bab0d4c5 11902005-09-26 Mark Mitchell <mark@codesourcery.com>
1191
1192 * libiberty.h (expandargv): New function.
1193
5a929093 11942005-08-17 Mark Kettenis <kettenis@gnu.org>
1195
1196 * floatformat.h (struct floatformat): Change type of large
1197 argument for is_valid member to `const void *'.
1198 (floatformat_to_double): Change type of second argument to `const
1199 void *'.
1200 (floatformat_from_double): Change type of last argument to `void
1201 *'.
1202 (floatformat_is_valid): Change type of last argument to `const
1203 void *'.
1204
317d4fda 12052005-07-12 Ben Elliston <bje@au.ibm.com>
1206
1207 * xregex2.h (regexec): Qualify this prototype with __extension__
1208 when compiling with GNU C.
1209
91fc5678 12102005-07-03 Steve Ellcey <sje@cup.hp.com>
1211
1212 PR other/13906
1213 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1214 * md5.h (md5_uintptr): New.
1215 (md5_ctx): Align buffer field.
1216
a55dc2cd 12172005-06-30 Daniel Berlin <dberlin@dberlin.org>
1218
1219 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1220 (HTAB_EMPTY_ENTRY): New macro.
1221
28cc9eac 12222005-06-20 Geoffrey Keating <geoffk@apple.com>
1223
1224 * libiberty.h (strverscmp): Prototype.
1225
4fac984f 12262005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1227
1228 * libiberty.h (XOBFINISH): New.
1229
8be91f46 12302005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1231
1232 * libiberty.h (vsnprintf): Add format attribute.
1233
1b52004c 12342005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1235
1236 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1237
71f27b28 12382005-05-28 Eli Zaretskii <eliz@gnu.org>
1239
1240 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1241 needed.
1242 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1243
e63e3841 12442005-05-25 Richard Henderson <rth@redhat.com>
1245
1246 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1247
f2d737fc 12482005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1249
1250 * libiberty.h (ACONCAT): Properly cast value of alloca().
1251
1252 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 1253 __cplusplus.
f2d737fc 1254
c72b6e6e 12552005-05-12 Steve Ellcey <sje@cup.hp.com>
1256
1257 libiberty.h: Do not define empty basename prototype.
1258
2f8ebb8e 12592005-05-10 Nick Clifton <nickc@redhat.com>
1260
1261 * Update the address and phone number of the FSF organization in
1262 the GPL notices in the following files:
1263 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1264 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1265 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1266 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1267 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1268 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1269 xtensa-isa-internal.h, xtensa-isa.h
1270
243fbe73 12712005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1272
1273 * libiberty.h (unlock_std_streams): New.
1274
2b0988cf 12752005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1276
1277 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1278 Don't use the PTR macro.
1279
1280 * sort.h: Don't use the PARAMS macro.
1281
bb06f0f5 12822005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1283
1284 * libiberty.h (unlock_stream): New.
1285
e7f1b027 12862005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1287
1288 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1289 Remove parameter names.
1290
35f4c956 12912005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1292
1293 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1294 Provide prototypes for new functions.
1295
c7df38d7 12962005-03-29 Ian Lance Taylor <ian@airs.com>
1297
1298 * libiberty.h: Fix indentation.
1299
22683dca 13002005-03-28 Ian Lance Taylor <ian@airs.com>
1301
1302 * libiberty.h: Include <stdio.h>.
1303 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1304 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1305 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1306 (pex_init, pex_run, pex_read_output): Declare.
1307 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1308 (struct pex_time): Define.
1309
5cc697d9 13102005-03-28 Mark Mitchell <mark@codesourcery.com>
1311
1312 * libiberty.h (ffs): Declare, if necessary.
71f27b28 1313
320d4d0a 13142005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1315
1316 * xregex2.h (_RE_ARGS): Remove definition and uses.
1317
cd72df1f 13182005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1319
1320 * ternary.h: Don't use PARAMS anymore.
1321
f8d9d6a0 13222005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1323
1324 * partition.h: Remove use of PARAMS.
1325 * obstack.h: Remove conditional prototypes __STDC__.
1326 * objalloc.h: Remove use of PARAMS.
1327 * splay-tree.h: Likewise.
1328
8858115e 13292005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1330
1331 * md5.h: Remove definition and uses of __P.
1332 * dyn-string.h: Remove uses of PARAMS.
1333 * fibheap.h: Likewise.
1334 * floatformat.h: Likewise.
1335 * hashtab.h: Likewise.
1336
d94aaf66 13372005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1338
1339 * demangle.h: Remove uses of PARAMS.
1340
1341 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1342 ANSI_PROTOTYPES is always assumed.
1343 Remove uses of PARAMS throughout.
1344
a2ef32b0 13452005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1346
1347 * libiberty.h (xstrndup): Declare.
1348
82c5c135 13492005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1350
1351 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1352
5a24a79a 13532005-03-09 Mark Mitchell <mark@codesourcery.com>
1354
1355 * libiberty.h (gettimeofday): Declare.
1356
4e0e2181 13572005-03-01 Jan Beulich <jbeulich@novell.com>
1358
1359 * libiberty.h: Declare unlink_if_ordinary.
1360
bb30d1f4 13612005-02-14 Paolo Bonzini <bonzini@gnu.org>
1362
1363 PR bootstrap/19818
1364 * ansidecl.h (PARAMS): Guard from redefinition.
1365
4927c18d 13662004-12-11 Ben Elliston <bje@au.ibm.com>
1367
1368 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1369 when __GNUC__ is defined and ints are less than 32-bits wide.
1370
c909ad97 13712004-10-07 Bob Wilson <bob.wilson@acm.org>
1372
1373 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1374 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1375 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1376
b882e8a2 13772004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 1378
1379 * libiberty.h (basename): Prototype for __MINGW32__.
1380
bf6c8de0 13812004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1382
1383 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1384 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1385 concat_copy2): Use ATTRIBUTE_SENTINEL.
1386
8eb0977a 13872004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1388
1389 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1390 const-qualification before disposal.
1391
001ad2d4 13922004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 1393
001ad2d4 1394 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 1395
001ad2d4 13962004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 1397
1398 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1399 libcpp/internal.h.
1400 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1401 macros.
1402
001ad2d4 14032004-07-21 Paolo Bonzini <bonzini@gnu.org>
1404
1405 * ansidecl.h (ATTRIBUTE_PURE): New.
1406
2c04b951 14072004-07-13 Bernardo Innocenti <bernie@develer.com>
1408
1409 * libiberty.h (ASTRDUP): Add casts required for stricter
1410 type conversion rules of C++.
1411 * obstack.h (obstack_free): Likewise.
1412
80329a50 14132004-05-04 Andreas Jaeger <aj@suse.de>
1414
1415 * demangle.h: Do not use C++ reserved keyword typename as
1416 parameter for cplus_demangle_fill_builtin_type.
1417
e3190d3d 14182004-04-22 Richard Henderson <rth@redhat.com>
1419
1420 * hashtab.h (struct htab): Add size_prime_index.
1421
14c235d9 14222004-04-13 Jeff Law <law@redhat.com>
71f27b28 1423
4ee9c684 1424 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 1425
87a98662 14262004-03-30 Zack Weinberg <zack@codesourcery.com>
1427
1428 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1429
81e091aa 14302004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1431
1432 * dyn-string.h: Update copyright date.
1433
02c71081 14342004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1435
1436 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1437 the associated #defines.
1438
f95cb811 14392004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1440
0a48bf84 1441 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1442 "libiberty.h".
1443
a2ebbb48 1444 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1445
f95cb811 1446 * demangle.h (enum demangle_component_type): Define.
1447 (struct demangle_operator_info): Declare.
1448 (struct demangle_builtin_type_info): Declare.
1449 (struct demangle_component): Define.
1450 (cplus_demangle_fill_component): Declare.
1451 (cplus_demangle_fill_name): Declare.
1452 (cplus_demangle_fill_builtin_type): Declare.
1453 (cplus_demangle_fill_operator): Declare.
1454 (cplus_demangle_fill_extended_operator): Declare.
1455 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1456 (cplus_demangle_v3_components): Declare.
1457 (cplus_demangle_print): Declare.
1458
dd5bd0ad 1459For older changes see ChangeLog-9103
28e9041c 1460\f
1461Local Variables:
1462mode: change-log
1463left-margin: 8
1464fill-column: 74
1465version-control: never
1466End: