]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
* de.po, eo.po: Update.
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
645a0bd9 12017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
55a56509 2 Martin Jambor <mjambor@suse.cz>
3
4 * hsa.h: Moved here from libgomp/plugin/hsa.h.
5
fba96576 62017-01-04 Richard Earnshaw <rearnsha@arm.com>
7 Jiong Wang <jiong.wang@arm.com>
8
9 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
10 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
11
6d191b11 122017-01-04 Jakub Jelinek <jakub@redhat.com>
13
14 Update copyright years.
15
6916b9d2 162016-12-21 Jakub Jelinek <jakub@redhat.com>
17
18 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
19 (DW_FORM_ref_sup4): ... this. New form.
20 (DW_FORM_ref_sup8): New form.
21
3f6f78bc 222016-11-03 David Tolnay <dtolnay@gmail.com>
23 Mark Wielaard <mark@klomp.org>
24
25 * demangle.h (DMGL_RUST): New macro.
26 (DMGL_STYLE_MASK): Add DMGL_RUST.
27 (demangling_styles): Add dlang_rust.
28 (RUST_DEMANGLING_STYLE_STRING): New macro.
29 (RUST_DEMANGLING): New macro.
30 (rust_demangle): New prototype.
31 (rust_is_mangled): Likewise.
32 (rust_demangle_sym): Likewise.
33
2e9e9363 342016-11-07 Jason Merrill <jason@redhat.com>
35
36 * demangle.h (enum demangle_component_type): Add
37 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
38
2b8a924c 392016-10-17 Jakub Jelinek <jakub@redhat.com>
40
41 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
42 calling convention codes.
43 (enum dwarf_line_number_content_type): New.
44 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
45 codes.
46 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
47 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
48 (enum dwarf_name_index_attribute): New.
49 (enum dwarf_range_list_entry): New.
50 (enum dwarf_unit_type): New.
51 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
52 DW_OP_* and DW_ATE_* entries.
53
eb133d34 542016-10-14 Pedro Alves <palves@redhat.com>
55
56 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
57 OVERRIDE): Define as empty.
58 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
59 __final.
60 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
61 empty.
62
3ea7a5e2 632016-10-14 Pedro Alves <palves@redhat.com>
64
65 * ansidecl.h (GCC_FINAL): Delete.
66 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
67
ffbd598f 682016-08-15 Jakub Jelinek <jakub@redhat.com>
69
70 * dwarf2.def (DW_AT_string_length_bit_size,
71 DW_AT_string_length_byte_size): New attributes.
72
832d369d 732016-08-12 Alexandre Oliva <aoliva@redhat.com>
74
75 PR debug/63240
76 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
ffbd598f 77 * dwarf2.h (enum dwarf_defaulted_attribute): New.
832d369d 78
ad23bd26 792016-07-29 Aldy Hernandez <aldyh@redhat.com>
80
81 * libiberty.h (MAX_ALLOCA_SIZE): New macro.
82
1802571b 832016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
84
85 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
86 describe the need for incrementing this macro whenever the plugin
87 interface is modified.
88
ddec7b20 892016-04-29 Tom Tromey <tom@tromey.com>
90
91 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
92 DW_LANG_Rust_old>: New constants.
93
bf8ce8ad 942016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
95
96 * longlong.h (umul_ppmm): Remove SHMEDIA checks.
97 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
98
608e1e37 992016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
100
101 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
102 'Cal' constraint.
103 (sub_ddmmss): Likewise.
104
5cb6b0b9 1052016-03-17 Thomas Schwinge <thomas@codesourcery.com>
106
107 * gomp-constants.h (enum gomp_map_kind): Rename
108 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users.
109
943e339d 1102016-03-03 Than McIntosh <thanm@google.com>
111
112 * plugin-api.h: Add new hooks to the plugin transfer vector to
113 to support querying section alignment and section size.
114 (ld_plugin_get_input_section_alignment): New hook.
115 (ld_plugin_get_input_section_size): New hook.
116 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
117 and LDPT_GET_INPUT_SECTION_SIZE.
118 (ld_plugin_tv): Add tv_get_input_section_alignment and
119 tv_get_input_section_size.
120
1212016-03-03 Evgenii Stepanov <eugenis@google.com>
122
123 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
124
56686608 1252016-01-19 Martin Jambor <mjambor@suse.cz>
126
127 * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
128 (GOMP_VERSION_HSA): Likewise.
129 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
130 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
131 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
132 (GOMP_TARGET_ARG_ID_MASK): Likewise.
133 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
134 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
135 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
136 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
137
0bd8bd68 1382016-01-07 Mike Frysinger <vapier@gentoo.org>
139
140 * longlong.h: Change !__SHMEDIA__ to
141 (!defined (__SHMEDIA__) || !__SHMEDIA__).
142 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
143
e2e4b9a0 1442016-01-05 Mike Frysinger <vapier@gentoo.org>
145
146 * libiberty.h (dupargv): Change arg to char * const *.
147 (writeargv, countargv): Likewise.
148
cdc645f7 1492015-11-27 Pedro Alves <palves@redhat.com>
150
151 PR other/61321
152 PR other/61233
153 * demangle.h (enum demangle_component_type)
154 <DEMANGLE_COMPONENT_CONVERSION>: New value.
155
08de21a4 1562015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
157
158 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
159 __sparc__]: Define.
160
2fc5e987 1612015-11-12 James Norris <jnorris@codesourcery.com>
162 Joseph Myers <joseph@codesourcery.com>
163
164 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
165 and GOMP_MAP_LINK.
166
d8431314 1672015-11-09 Alan Modra <amodra@gmail.com>
168
169 PR gdb/17133
170 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
171
1ed1385e 1722015-11-09 Alan Modra <amodra@gmail.com>
173
174 PR gdb/17133
175 * obstack.h: Import current gnulib file.
176
9561765e 1772015-11-05 Jakub Jelinek <jakub@redhat.com>
178 Ilya Verbin <ilya.verbin@intel.com>
179
180 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
181 (GOMP_MAP_FLAG_ALWAYS): Remove.
182 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
183 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
184 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
185 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
186 (GOMP_MAP_ALWAYS_P): Define.
187 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
188
bcc58dc6 1892015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
190 Joseph Myers <joseph@codesourcery.com>
191 Mark Shinwell <shinwell@codesourcery.com>
192 Andrew Stubbs <ams@codesourcery.com>
193 Rich Felker <dalias@libc.org>
194
195 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
196
fff1535d 1972015-10-18 Roland McGrath <roland@gnu.org>
198
199 PR other/63758
200 * environ.h: New file.
201
43895be5 2022015-10-13 Jakub Jelinek <jakub@redhat.com>
203 Ilya Verbin <ilya.verbin@intel.com>
204
205 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
206 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
207 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
208 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
209 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
210 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
211 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
212 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
213 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
214 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
215 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
216 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
217 GOMP_TARGET_FLAG_UPDATE): Define.
218
e561d5e1 2192015-09-28 Nathan Sidwell <nathan@codesourcery.com>
220
221 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
222 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
223 GOMP_DIM_MASK): New.
224 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
225 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
226 GOMP_LAUNCH_OP_SHIFT): New.
227 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
228 GOMP_LAUNCH_OP): New.
229 (GOMP_LAUNCH_OP_MAX): New.
230
d3d8e632 2312015-08-24 Nathan Sidwell <nathan@codesourcery.com>
232
233 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
234 GOMP_VERSION_INTEL_MIC): New.
235 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
236
2f72d95e 2372015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
238
239 * dwarf2.def (DW_AT_GNU_bias): New attribute.
240
011db277 2412015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
242
243 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
244 attributes.
245
5a45f149 2462015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
247
248 * ansidecl.h (GCC_FINAL): New macro.
249
f212338e 2502015-08-10 Thomas Schwinge <thomas@codesourcery.com>
251
252 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
253
19ecc7c1 2542015-05-22 Yunlian Jiang <yunlian@google.com>
255
256 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
257 not defined.
258
5b208a42 2592015-03-19 Richard Biener <rguenther@suse.de>
260
261 * partition.h (struct partition_elem): Re-order elements to
262 avoid padding.
263
45e87ca9 2642015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
265
266 PR target/65261
267 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
268
5221952d 2692015-02-19 Pedro Alves <palves@redhat.com>
270
271 * floatformat.h [__cplusplus]: Wrap in extern "C".
272
f36f9b8b 2732015-02-04 Jakub Jelinek <jakub@redhat.com>
274
275 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
276 and DW_LANG_Fortran08.
277
ca4c3545 2782015-01-15 Thomas Schwinge <thomas@codesourcery.com>
279 Julian Brown <julian@codesourcery.com>
280 James Norris <jnorris@codesourcery.com>
281
282 * gomp-constants.h: New file.
283
dee58864 2842014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
88a6165f 285
286 * libiberty.h: Merge Copyright year update from Binutils.
287
655833ff 2882014-12-24 Uros Bizjak <ubizjak@gmail.com>
289 Ben Elliston <bje@au.ibm.com>
290 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
291
292 * libiberty.h (xasprintf): Declare.
293
5d95297a 2942014-12-11 Uros Bizjak <ubizjak@gmail.com>
295 Ben Elliston <bje@au.ibm.com>
296 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
297
298 * libiberty.h (xvasprintf): Declare.
299
eb06b251 3002014-12-09 Trevor Saunders <tsaunders@mozilla.com>
301
302 * hashtab.h, splay-tree.h: Remove GTY markers.
303
9d231822 3042014-12-08 Mark Wielaard <mjw@redhat.com>
305
306 PR debug/60782
307 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
308
b4721d74 3092014-11-21 Mark Wielaard <mjw@redhat.com>
310
311 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
312 DW_LANG_C_plus_plus_14.
313
aa643a01 3142014-11-25 Mark Wielaard <mjw@redhat.com>
315
316 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
317
69a2f316 3182014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
319
320 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
321 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
322 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
323 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
324 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
325 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
326 (DW_AT_APPLE_property): New macros.
327
4d0069ee 3282014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
329 Manuel López-Ibáñez <manu@gcc.gnu.org>
330
331 PR driver/36312
332 * filenames.h: Add prototype for canonical_filename_eq.
333
863e76f9 3342014-11-11 David Malcolm <dmalcolm@redhat.com>
335
336 * ChangeLog.jit: New.
337
ec4adff1 3382014-10-28 Richard Henderson <rth@redhat.com>
339
340 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
341
5e1a5aba 3422014-10-28 Yury Gribov <y.gribov@samsung.com>
343
344 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
345
ab103e33 3462014-10-27 Phil Muldoon <pmuldoon@redhat.com>
347 Jan Kratochvil <jan.kratochvil@redhat.com>
348 Tom Tromey <tromey@redhat.com>
349
350 * gcc-c-fe.def: New file.
351 * gcc-c-interface.h: New file.
352 * gcc-interface.h: New file.
353
51190923 3542014-10-15 David Malcolm <dmalcolm@redhat.com>
355
356 * libiberty.h (choose_tmpdir): New prototype.
357
77cab475 3582013-10-02 Mark Wielaard <mjw@redhat.com>
359
360 PR debug/63239
361 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
362
59a81bf9 3632014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
364
365 * libiberty.h (PEX_STDOUT_APPEND): New flag.
366 (PEX_STDERR_APPEND): Likewise.
367
23c22e01 3682014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
369
370 * demangle.h (DMGL_DLANG): New macro.
371 (DMGL_STYLE_MASK): Add DMGL_DLANG.
372 (demangling_styles): Add dlang_demangling.
373 (DLANG_DEMANGLING_STYLE_STRING): New macro.
374 (DLANG_DEMANGLING): New macro.
375 (dlang_demangle): New prototype.
376
22538acd 3772014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
378
379 * longlong.h: Add __udiv_w_sdiv prototype.
380
d968efea 3812014-06-10 Thomas Schwinge <thomas@codesourcery.com>
382
383 PR lto/61334
384 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
385 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
386
463553db 3872014-05-21 John Marino <gnugcc@marino.st>
388
389 * liberty.h: Use basename function on DragonFly.
390
5f0ba1cc 3912014-05-01 Steve Ellcey <sellcey@mips.com>
392
393 * include/longlong.h: Use 'defined()' to check __mips16.
394
cee1824e 3952014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
396
397 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
398
a95d3a28 3992014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
400
401 * longlong.h: Merge from glibc.
402
e14937e9 4032014-01-21 Tom Tromey <tromey@redhat.com>
404
405 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
406 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
407 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
408 (NOARGS): Don't define.
409 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
410
468088ac 4112013-12-23 Bill Maddox <maddox@google.com>
412
413 * demangle.h (enum gnu_v3_ctor_kinds):
414 Added literal gnu_v3_unified_ctor.
415 (enum gnu_v3_ctor_kinds):
416 Added literal gnu_v3_unified_dtor.
417
81927967 4182013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
419
420 * longlong.h: New file.
421
2b0d0b81 4222013-10-29 Marc Glisse <marc.glisse@inria.fr>
423
424 PR tree-optimization/58689
425 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
426 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
427 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
428 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
429 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
430 Mark with attribute returns_nonnull.
431
ba477559 4322013-10-22 Sterling Augustine <saugustine@google.com>
433
434 * gdb/gdb-index.h: Merge from gdb tree.
435
6d69d407 4362013-08-20 Alan Modra <amodra@gmail.com>
437
438 * floatformat.h (floatformat_ibm_long_double): Delete.
439 (floatformat_ibm_long_double_big): Declare.
440 (floatformat_ibm_long_double_little): Declare.
441
47e5a776 4422013-08-19 Dehao Chen <dehao@google.com>
443
444 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
445
b710ec85 4462013-08-02 Caroline Tice <cmtice@google.com>
447
448 * vtv-change-permission.h: New file.
449
1189258f 4502013-04-03 Jason Merrill <jason@redhat.com>
451
452 Demangle C++11 ref-qualifier.
453 * demangle.h (enum demangle_component_type): Add
454 DEMANGLE_COMPONENT_REFERENCE_THIS,
455 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
456
e82adc39 4572013-03-01 Cary Coutant <ccoutant@google.com>
458
459 * dwarf2.h (enum dwarf_sect): New enum type.
460
0d360bdc 4612013-02-11 Sriraman Tallam <tmsriram@google.com>
462
463 * plugin-api.h (enum ld_plugin_level): Assign integers
464 explicitly for all values.
465
9261f555 4662013-01-30 Kai Tietz <ktietz@redhat.com>
467
468 PR other/54620
469 PR target/39064
470 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
471 stdint.h and sys/types.h headers are present.
472 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
473
576b1370 4742012-12-18 Aldy Hernandez <aldyh@redhat.com>
475
476 PR other/54324
477 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
478 < 3.4.
479
d4701f6c 4802012-11-09 Jason Merrill <jason@redhat.com>
481
482 * demangle.h (enum demangle_component_type): Add
483 DEMANGLE_COMPONENT_TAGGED_NAME.
484
21ebaa24 4852012-10-29 Sterling Augustine <saugustine@google.com>
486 Cary Coutant <ccoutant@google.com>
b35329c7 487
488 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
489 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
490 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
491
492
462819c8 4932012-10-08 Jason Merrill <jason@redhat.com>
494
495 * demangle.h (enum demangle_component_type): Add
496 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
497
63d6cef5 4982012-09-18 Florian Weimer <fweimer@redhat.com>
499
500 PR other/54411
501 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
502
0131450a 5032012-09-06 Cary Coutant <ccoutant@google.com>
504
505 * dwarf2.def: Edit comment.
506
ec4151f2 5072012-08-24 Sriraman Tallam <tmsriram@google.com>
508
509 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
510 New interface.
511 (ld_plugin_unique_segment_for_sections): New interface.
512 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
513 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
514 (tv_allow_unique_segment_for_sections): New member.
515 (tv_unique_segment_for_sections): New member.
516
712932d2 5172012-07-13 Doug Evans <dje@google.com>
518
519 * filenames.h: #include "hashtab.h".
520 (filename_hash, filename_eq): Declare.
521
3c4aeb35 5222012-06-18 Doug Evans <dje@google.com>
523
524 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
525
c0b7038e 5262012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
527
528 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
529
d233e0db 5302012-06-08 Jakub Jelinek <jakub@redhat.com>
531
532 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
533 forms.
534 * dwarf2.h (enum dwarf_macro_record_type): Add
535 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
536 and DW_MACRO_GNU_transparent_include_alt.
537
73e554b7 5382012-05-23 Doug Evans <dje@google.com>
539
540 * leb128.h: #include stdint.h, inttypes.h.
541 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
542 Change to take a uint64_t * argument instead of unsigned long long.
543 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
544 Change to take an int64_t * argument instead of long long.
545
d0c5362c 5462012-05-22 Doug Evans <dje@google.com>
547
548 * leb128.h: New file.
549
06d1ba50 5502012-05-19 Gary Funck <gary@intrepid.com>
551
552 * dwarf2.def: Update comment re: UPC extensions to reference
553 DWARF4 specification.
554
9618d32d 5552012-05-02 Cary Coutant <ccoutant@google.com>
556
557 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
558 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
559
ee9571b9 5602012-04-28 Doug Evans <dje@google.com>
561
562 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
563
8fd919b6 5642012-04-27 Tom Tromey <tromey@redhat.com>
565
566 * dwarf2.h: Wrap function declarations in extern "C".
567
c9f46599 5682012-04-27 Tom Tromey <tromey@redhat.com>
569
570 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
571 (enum dwarf_location_atom, enum dwarf_type, enum
572 dwarf_call_frame_info): Remove.
573 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
574 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
575 Include dwarf2.def.
576 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
577 (get_DW_OP_name, get_DW_ATE_name): Declare.
578 * dwarf2.def: New file, from dwarf2.h.
579
ee0af6e0 5802012-04-10 Tristan Gingold <gingold@adacore.com>
581
582 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
583 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
584
abbb0ba2 5852012-01-26 Cary Coutant <ccoutant@google.com>
586
587 * dwarf2.h (enum dwarf_form): Add Fission extensions.
588 (enum dwarf_attribute): Likewise.
589
2d847c18 5902012-01-06 Jason Merrill <jason@redhat.com>
591
592 PR c++/6057
593 PR c++/48051
594 PR c++/50855
595 PR c++/51322
596 * demangle.h (enum demangle_component_type): Add
597 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
598
4c0315d0 5992011-11-07 Richard Henderson <rth@redhat.com>
600
601 Merged from transactional-memory.
602
603 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
604 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
605 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
606 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
607
b103fef5 6082011-10-21 Ulrich Drepper <drepper@gmail.com>
609
610 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
611
6122011-10-21 Marc Glisse <marc.glisse@inria.fr>
613
614 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
615
c12ded99 6162011-09-28 Doug Evans <dje@google.com>
617
e30b3499 618 * timeval-utils.h: New file.
619
c12ded99 620 * libiberty.h (countargv): Declare.
621
17f036ad 6222011-09-26 Cary Coutant <ccoutant@google.com>
623
624 PR lto/47247
625 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
626 LDPR_PREVAILING_DEF_IRONLY_EXP.
627 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
628
0d80d940 6292011-09-23 Cary Coutant <ccoutant@google.com>
630
631 PR 40831
632 * demangle.h (enum demangle_component_type): Add
633 DEMANGLE_COMPONENT_CLONE.
634
71d67b2d 6352011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
636
637 * xregex.h (regoff_t): Define.
638
00dacc40 6392011-07-22 Jakub Jelinek <jakub@redhat.com>
640
60699ecd 641 * dwarf2.h (DW_AT_GNU_macros): New.
642 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
643
00dacc40 644 PR c++/49756
645 * libiberty.h (stack_limit_increase): New prototype.
646
3bb7aade 6472011-07-13 Sriraman Tallam <tmsriram@google.com>
648
649 * plugin-api.h
650 (ld_plugin_section): New struct.
651 (ld_plugin_get_section_count): New typedef.
652 (ld_plugin_get_section_type): New typedef.
653 (ld_plugin_get_section_name): New typedef.
654 (ld_plugin_get_section_contents): New typedef.
655 (ld_plugin_update_section_order): New typedef.
656 (ld_plugin_allow_section_ordering): New typedef.
657 (LDPT_GET_SECTION_COUNT): New enum value.
658 (LDPT_GET_SECTION_TYPE): New enum value.
659 (LDPT_GET_SECTION_NAME): New enum value.
660 (LDPT_GET_SECTION_CONTENTS): New enum value.
661 (LDPT_UPDATE_SECTION_ORDER): New enum value.
662 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
663 (tv_get_section_count): New struct members.
664 (tv_get_section_type): New struct members.
665 (tv_get_section_name): New struct members.
666 (tv_get_section_contents): New struct members.
667 (tv_update_section_order): New struct members.
668 (tv_allow_section_ordering): New struct members.
669
fd109ff5 6702011-07-01 Joel Brobecker <brobecker@adacore.com>
671
672 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
673 on Darwin, as well as on the systems that use a DOS-like
674 filesystem.
675
841424cc 6762011-06-22 Jakub Jelinek <jakub@redhat.com>
677
678 PR debug/47858
679 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
680
932501f9 6812011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
682
683 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
684 (DMGL_RET_DROP): New.
685
e86bbaee 6862011-04-30 Jakub Jelinek <jakub@redhat.com>
687
688 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
689 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
690
cdd0bb4b 6912011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
692
693 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
694
3e8b7d36 6952011-03-31 Tristan Gingold <gingold@adacore.com>
696
697 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
698
5c550782 6992011-03-24 Mark Wielaard <mjw@redhat.com>
700
701 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
702
fa5d241f 7032010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
704
705 * plugin-api.h (ld_plugin_get_view): New.
706 (ld_plugin_tag): Add LDPT_GET_VIEW.
707 (ld_plugin_tv): Add tv_get_view.
708
4143d08b 7092011-03-16 Jakub Jelinek <jakub@redhat.com>
710
711 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
712 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
713 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
714 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
715 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
716 DW_OP_GNU_entry_value): New.
717
875ffd1d 7182011-02-28 Kai Tietz <kai.tietz@onevision.com>
719
720 * filenames.h (filename_ncmp): New prototype.
721
fbc6ee3a 7222011-02-23 Kai Tietz <kai.tietz@onevision.com>
723
724 * dwarf2.h (_ELF_DWARF2_H): Renamed to
725 _DWARF2_H.
726 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
727 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
728 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
729 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
730
f97b152f 7312011-01-12 Iain Sandoe <iains@gcc.gnu.org>
732
733 * dwarf2.h: Update value for DW_AT_hi_user.
734
2e521e13 7352010-11-16 Ian Lance Taylor <iant@google.com>
736
737 * simple-object.h (simple_object_attributes_merge): Declare,
738 replacing simple_object_attributes_compare.
739
46c5c275 7402010-11-04 Ian Lance Taylor <iant@google.com>
741
742 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
743
ebb6c20c 7442010-11-02 Ian Lance Taylor <iant@google.com>
745
746 * simple-object.h: New file.
747
8de56b55 7482010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
749
750 Sync LD plugin patch series (part 1/6) with src/include/.
751 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
752
21ebaa24 7532010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 754
755 * libiberty.h (setproctitle): Add prototype.
756
f9c61ef7 7572010-09-09 Jakub Jelinek <jakub@redhat.com>
758
759 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
760
b2d17628 7612010-07-06 Ken Werner <ken.werner@de.ibm.com>
762
763 * floatformat.h (floatformat_ieee_half_big): Add declaration.
764 (floatformat_ieee_half_little): Likewise.
765
ab3da48a 7662010-06-21 Rafael Espindola <espindola@google.com>
767
768 * plugin-api.h (ld_plugin_set_extra_library_path): New.
769 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
770 (ld_plugin_tv): Add tv_set_extra_library_path.
771
952114f8 7722010-06-21 Jakub Jelinek <jakub@redhat.com>
773
774 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
775
7d99a199 7762010-06-18 Rafael Espindola <espindola@google.com>
777
778 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
779 Make argument const.
780
3e00a9d3 7812010-06-08 Tristan Gingold <gingold@adacore.com>
782
783 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
784 DW_TAG_HP_Bliss_field_set.
785 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
786 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
787 DW_AT_HP_definition_points, DW_AT_HP_default_location and
788 DW_AT_HP_is_result_param.
789 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
790 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
791 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
792 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
793 (enum dwarf_line_number_x_ops): Add
794 DW_LNE_HP_source_file_correlation.
795 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
796 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
797 DW_LANG_HP_Assembler.
798
ba72912a 7992010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
800
801 * splay-tree.h: Update copyright years.
802 (splay_tree_s): Document fields.
803 (splay_tree_new_typed_alloc): New.
804
805 * hashtab.h: Update copyright years.
806 (htab_create_typed_alloc): New.
807
cff884a9 8082010-06-01 Rafael Espindola <espindola@google.com>
809
810 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
811
c5212646 8122010-04-26 Pedro Alves <pedro@codesourcery.com>
813
814 * filenames.h (PATH_SEPARATOR): Delete.
815
2d7565f9 8162010-04-23 Pedro Alves <pedro@codesourcery.com>
817
818 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
819 always define it independently of host, add `dos_based' parameter,
820 and handle it.
d2b5c460 821 (PATH_SEPARATOR): Define.
2d7565f9 822 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
823 independently of host, add `dos_based' parameter, and handle it.
824 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
825 it independently of host, add `dos_based' parameter, and handle
826 it.
827 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
828 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
829 (HAS_DOS_DRIVE_SPEC): New.
830 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
831 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
832 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
833 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
834
249057fc 8352010-04-20 Nick Clifton <nickc@redhat.com>
836
837 * sha1.h: Update copyright notice to use GPLv3.
838
81eaa852 8392010-04-14 Doug Evans <dje@google.com>
840
841 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
842
889783e3 8432010-04-13 Matthias Klose <doko@ubuntu.com>
844
845 * elf: Remove empty directory.
846
a1b9762a 8472010-04-06 Jakub Jelinek <jakub@redhat.com>
848
849 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
850 field.
851
c8bee5e9 8522010-03-23 Joseph Myers <joseph@codesourcery.com>
853
854 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
855
b17eeb61 8562010-01-13 Joel Brobecker <brobecker@adacore.com>
857
858 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
859 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
860
10650b19 8612010-01-11 Tristan Gingold <gingold@adacore.com>
862
863 * demangle.h (ada_demangle): Add prototype.
864
1eb1b33f 8652010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
866
867 PR bootstrap/41771
868 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
869
ffed923e 8702009-12-29 Joel Brobecker <brobecker@adacore.com>
871
872 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
873
36ce008e 8742009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
875
876 Add DWARF attribute value for the "Borland fastcall" calling
877 convention.
878 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
879
9c241155 8802009-10-23 Kai Tietz <kai.tietz@onevision.com>
881
882 * splay-tree.h (libi_uhostptr_t): Add gcc specific
883 __extension__ for long long type case to silent cX9.
884 (libi_shostptr_t): Likewise.
885
f5dac1dd 8862009-10-19 Rafael Avila de Espindola <espindola@google.com>
887
888 PR40790
889783e3 889 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 890
711a4686 8912009-10-15 Jakub Jelinek <jakub@redhat.com>
892
893 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
894 a DWARF 4 addition.
895
5460ff78 8962009-10-09 Rafael Espindola <espindola@google.com>
897
898 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
899 libname.
900
9012009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 902
ef356dfa 903 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
904 (ld_plugin_get_input_file): New.
905 (ld_plugin_release_input_file): New.
906 (ld_plugin_add_input_library): New.
907 (ld_plugin_message): Mark format const.
908 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
909 LDPT_ADD_INPUT_LIBRARY.
910 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
911 tv_add_input_library.
cb793c69 912
03d46b27 9132009-10-04 Jerry Quinn <jlquinn@optonline.net>
914
915 * plugin-api.h: Fix compile.
916
d2b5c460 9172009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 918
919 * plugin-api.h: New.
920 * lto-symtab.h: New.
921
4817b87c 9222009-09-29 Jason Merrill <jason@redhat.com>
923
924 * demangle.h (enum demangle_component_type): Add
925 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
926 DEMANGLE_COMPONENT_UNNAMED_TYPE.
927 (struct demangle_component): Add s_unary_num.
928
86cbedda 9292009-09-25 Dodji Seketeli <dodji@redhat.com>
930
931 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
932 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
933 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
934
4b9ed140 9352009-09-25 Cary Coutant <ccoutant@google.com>
936
937 Add rest of new values from DWARF Version 4.
938 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
939 New tags.
940 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
941 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
942 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
943 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
944 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
945 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
946 attributes.
947 (DW_LANG_Python): New language.
948
5d1e31fa 9492009-09-22 Dodji Seketeli <dodji@redhat.com>
950
951 * dwarf2.h (enum dwarf_tag): Add
952 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
953
75d716e2 9542009-07-24 Ian Lance Taylor <iant@google.com>
955
956 PR bootstrap/40854
957 * libiberty.h (xcrc32): Rename from crc32.
958
be347f2e 9592009-07-24 Ian Lance Taylor <iant@google.com>
960
961 * libiberty.h (crc32): Declare.
962
5e006d27 9632009-07-20 Cary Coutant <ccoutant@google.com>
964 Doug Evans <dje@google.com>
f12fbb9c 965
966 Add some dwarf4 values.
967 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
968 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
969 DW_FORM_flag_present, DW_FORM_sig8.
970 (enum dwarf_attribute): Add DW_AT_signature.
971
7ddff01e 9722009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
973
974 * demangle.h
975 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
976 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
977 New.
978
8fdd1a73 9792009-07-09 Jakub Jelinek <jakub@redhat.com>
980
981 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
982 and DW_OP_stack_value.
983
bde36f4a 9842009-07-09 Tom Tromey <tromey@redhat.com>
985
986 * elf/dwarf2.h: Remove, renaming to...
987 * dwarf2.h: ... this.
988
2452254d 9892009-06-29 Tom Tromey <tromey@redhat.com>
990
991 * elf/dwarf2.h: New file. Merged with gdb.
992
5741047e 9932009-06-09 Ian Lance Taylor <ian@airs.com>
994
995 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
996
9972009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 998
999 * ansidecl.h (EXPORTED_CONST): Define.
1000
74b36562 10012009-05-31 Ian Lance Taylor <iant@google.com>
1002
1003 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
1004 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 1005 macro when compiling with C++.
74b36562 1006 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
1007 when compiling with C++.
1008 * fibheap.h: Add extern "C" when compiling with C++.
1009
4f99ab94 10102009-04-22 Taras Glek <tglek@mozilla.com>
1011
5daf45f2 1012 * hashtab.h: Update GTY annotations to new syntax.
1013 * splay-tree.h: Likewise.
4f99ab94 1014
e92154af 10152009-03-17 Jason Merrill <jason@redhat.com>
1016
1017 * demangle.h (enum demangle_component_type): Add
1018 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1019
e4583147 10202008-12-10 Jason Merrill <jason@redhat.com>
1021
1022 * demangle.h (enum demangle_component_type): Add
1023 DEMANGLE_COMPONENT_FIXED_TYPE.
1024
e057bf62 10252008-11-19 Bob Wilson <bob.wilson@acm.org>
1026
1027 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1028 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1029 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1030 (XCHAL_NUM_AREGS): Change to 32.
1031 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1032 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1033 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1034 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1035 (XCHAL_DEBUGLEVEL): Change to 6.
1036
68a40a77 10372008-10-21 Alan Modra <amodra@bigpond.net.au>
1038
1039 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1040
4682b6fe 10412008-10-06 Jason Merrill <jason@redhat.com>
1042
1043 * demangle.h (enum demangle_component_type): Add
1044 DEMANGLE_COMPONENT_PACK_EXPANSION.
1045
a2ad5e1b 10462008-09-09 Jason Merrill <jason@redhat.com>
1047
1048 * demangle.h (enum demangle_component_type): Add
1049 DEMANGLE_COMPONENT_DECLTYPE.
1050
bc5f68df 10512008-07-07 Joel Brobecker <brobecker@adacore.com>
1052
1053 * safe-ctype.h: Add #include of ctype.h before redefining
1054 the ctype.h macros.
1055
3725d22e 10562008-07-04 Joel Brobecker <brobecker@adacore.com>
1057
1058 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1059 included. Redefine the various macros provided by ctype.h as
1060 undefined variables.
1061
b60b4740 10622008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1063
1064 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1065 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1066
4acbb723 10672008-03-24 Ian Lance Taylor <iant@google.com>
1068
af9790a0 1069 * sha1.h: New file, from gnulib.
1070
4acbb723 1071 * md5.h: Add extern "C" when compiled with C++.
1072
3b4c5c14 10732008-03-21 Ian Lance Taylor <iant@google.com>
1074
1075 * filenames.h: Add extern "C" when compiled with C++.
1076
e54ec148 10772008-02-11 Bob Wilson <bob.wilson@acm.org>
1078
1079 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1080 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1081
c8d35c3c 10822008-01-26 David Daney <ddaney@avtrex.com>
1083
1084 * demangle.h (demangle_component_type): Add
1085 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1086 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1087 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1088 (demangle_component): Add struct s_character to union u.
1089
4d403838 10902007-11-07 Joseph Myers <joseph@codesourcery.com>
1091 Daniel Jacobowitz <dan@codesourcery.com>
1092
1093 * floatformat.h (struct floatformat): Add split_half field.
1094 (floatformat_ibm_long_double): New.
1095
406035ae 10962007-09-06 Tom Tromey <tromey@redhat.com>
1097
1098 * libiberty.h (pex_free): Document process killing.
1099
c4692e04 11002007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1101
1102 * demangle.h (enum demangle_component_type): Add
1103 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1104
a3d8cd7b 11052007-07-25 Ben Elliston <bje@au.ibm.com>
1106
1107 * ternary.h: Remove.
1108
4690907f 11092007-07-18 Bob Wilson <bob.wilson@acm.org>
1110
1111 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1112 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1113
1ee47085 11142007-07-17 Nick Clifton <nickc@redhat.com>
1115
1116 * COPYING3: New file. Contains version 3 of the GNU General
1117 Public License.
1118
01616473 11192007-07-12 Kai Tietz <kai.tietz@onevision.com>
1120
1121 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1122 needed for WIN64 when a long is not wide enough for a pointer.
1123 (splay_tree_key, splay_tree_value): Use the new types.
1124
c159e0b7 11252007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1126
1127 * libiberty.h (writeargv): Declare.
1128
1846fb72 11292007-04-25 Mark Mitchell <mark@codesourcery.com>
1130
1131 * demangle.h: Change license to LGPL + exception.
1132
a5cb63da 11332007-03-29 Joel Brobecker <brobecker@adacore.com>
1134
1135 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1136 regardless of the type of file system.
1137
5de92639 11382007-03-06 Jan Hubicka <jh@suse.cz>
1139
1140 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1141
50382252 11422007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1143
1144 * libiberty.h (pex_write_input): Remove prototype.
1145
f8b619f0 11462007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1147
1148 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1149 (PEX_BINARY_ERROR): New define.
1150 (pex_read_err): New function.
1151
611fc3d0 11522007-01-29 Simon Baldwin <simonb@google.com>
1153
1154 * demangle.h: New cplus_demangle_print_callback,
1155 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1156 prototypes, and demangle_callbackref type definition.
1157
9430e4a9 11582006-12-06 Nick Clifton <nickc@redhat.com>
1159
1160 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1161
6fa7e596 11622006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
1163 J"orn Rennecke <joern.rennecke@st.com>
1164
1165 PR driver/29931
1166 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1167
802cc599 11682006-11-27 Bob Wilson <bob.wilson@acm.org>
1169
1170 * xtensa-config.h (XSHAL_ABI): New.
1171 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1172
d7e51a35 11732006-04-11 Jim Blandy <jimb@codesourcery.com>
1174
1175 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1176
48b2395d 11772006-01-18 DJ Delorie <dj@redhat.com>
1178
1179 * md5.h: Include ansidecl.h
1180
367a6058 11812006-01-09 Bob Wilson <bob.wilson@acm.org>
1182
1183 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1184
3161b3ad 11852005-12-30 Bob Wilson <bob.wilson@acm.org>
1186
1187 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1188
4c8420c9 11892005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1190
1191 PR java/9861
1192 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1193 output format for return types
1194
c38d39c9 11952005-10-31 Mark Kettenis <kettenis@gnu.org>
1196
1197 * floatformat.h (enum floatformat_byteorders): Add
1198 floatformat_vax.
1199 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1200
bab0d4c5 12012005-09-26 Mark Mitchell <mark@codesourcery.com>
1202
1203 * libiberty.h (expandargv): New function.
1204
5a929093 12052005-08-17 Mark Kettenis <kettenis@gnu.org>
1206
1207 * floatformat.h (struct floatformat): Change type of large
1208 argument for is_valid member to `const void *'.
1209 (floatformat_to_double): Change type of second argument to `const
1210 void *'.
1211 (floatformat_from_double): Change type of last argument to `void
1212 *'.
1213 (floatformat_is_valid): Change type of last argument to `const
1214 void *'.
1215
317d4fda 12162005-07-12 Ben Elliston <bje@au.ibm.com>
1217
1218 * xregex2.h (regexec): Qualify this prototype with __extension__
1219 when compiling with GNU C.
1220
91fc5678 12212005-07-03 Steve Ellcey <sje@cup.hp.com>
1222
1223 PR other/13906
1224 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1225 * md5.h (md5_uintptr): New.
1226 (md5_ctx): Align buffer field.
1227
a55dc2cd 12282005-06-30 Daniel Berlin <dberlin@dberlin.org>
1229
1230 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1231 (HTAB_EMPTY_ENTRY): New macro.
1232
28cc9eac 12332005-06-20 Geoffrey Keating <geoffk@apple.com>
1234
1235 * libiberty.h (strverscmp): Prototype.
1236
4fac984f 12372005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1238
1239 * libiberty.h (XOBFINISH): New.
1240
8be91f46 12412005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1242
1243 * libiberty.h (vsnprintf): Add format attribute.
1244
1b52004c 12452005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1246
1247 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1248
71f27b28 12492005-05-28 Eli Zaretskii <eliz@gnu.org>
1250
1251 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1252 needed.
1253 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1254
e63e3841 12552005-05-25 Richard Henderson <rth@redhat.com>
1256
1257 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1258
f2d737fc 12592005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1260
1261 * libiberty.h (ACONCAT): Properly cast value of alloca().
1262
1263 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 1264 __cplusplus.
f2d737fc 1265
c72b6e6e 12662005-05-12 Steve Ellcey <sje@cup.hp.com>
1267
1268 libiberty.h: Do not define empty basename prototype.
1269
2f8ebb8e 12702005-05-10 Nick Clifton <nickc@redhat.com>
1271
1272 * Update the address and phone number of the FSF organization in
1273 the GPL notices in the following files:
1274 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1275 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1276 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1277 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1278 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1279 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1280 xtensa-isa-internal.h, xtensa-isa.h
1281
243fbe73 12822005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1283
1284 * libiberty.h (unlock_std_streams): New.
1285
2b0988cf 12862005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1287
1288 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1289 Don't use the PTR macro.
1290
1291 * sort.h: Don't use the PARAMS macro.
1292
bb06f0f5 12932005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1294
1295 * libiberty.h (unlock_stream): New.
1296
e7f1b027 12972005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1298
1299 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1300 Remove parameter names.
1301
35f4c956 13022005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1303
1304 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1305 Provide prototypes for new functions.
1306
c7df38d7 13072005-03-29 Ian Lance Taylor <ian@airs.com>
1308
1309 * libiberty.h: Fix indentation.
1310
22683dca 13112005-03-28 Ian Lance Taylor <ian@airs.com>
1312
1313 * libiberty.h: Include <stdio.h>.
1314 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1315 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1316 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1317 (pex_init, pex_run, pex_read_output): Declare.
1318 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1319 (struct pex_time): Define.
1320
5cc697d9 13212005-03-28 Mark Mitchell <mark@codesourcery.com>
1322
1323 * libiberty.h (ffs): Declare, if necessary.
71f27b28 1324
320d4d0a 13252005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1326
1327 * xregex2.h (_RE_ARGS): Remove definition and uses.
1328
cd72df1f 13292005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1330
1331 * ternary.h: Don't use PARAMS anymore.
1332
f8d9d6a0 13332005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1334
1335 * partition.h: Remove use of PARAMS.
1336 * obstack.h: Remove conditional prototypes __STDC__.
1337 * objalloc.h: Remove use of PARAMS.
1338 * splay-tree.h: Likewise.
1339
8858115e 13402005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1341
1342 * md5.h: Remove definition and uses of __P.
1343 * dyn-string.h: Remove uses of PARAMS.
1344 * fibheap.h: Likewise.
1345 * floatformat.h: Likewise.
1346 * hashtab.h: Likewise.
1347
d94aaf66 13482005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1349
1350 * demangle.h: Remove uses of PARAMS.
1351
1352 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1353 ANSI_PROTOTYPES is always assumed.
1354 Remove uses of PARAMS throughout.
1355
a2ef32b0 13562005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1357
1358 * libiberty.h (xstrndup): Declare.
1359
82c5c135 13602005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1361
1362 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1363
5a24a79a 13642005-03-09 Mark Mitchell <mark@codesourcery.com>
1365
1366 * libiberty.h (gettimeofday): Declare.
1367
4e0e2181 13682005-03-01 Jan Beulich <jbeulich@novell.com>
1369
1370 * libiberty.h: Declare unlink_if_ordinary.
1371
bb30d1f4 13722005-02-14 Paolo Bonzini <bonzini@gnu.org>
1373
1374 PR bootstrap/19818
1375 * ansidecl.h (PARAMS): Guard from redefinition.
1376
4927c18d 13772004-12-11 Ben Elliston <bje@au.ibm.com>
1378
1379 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1380 when __GNUC__ is defined and ints are less than 32-bits wide.
1381
c909ad97 13822004-10-07 Bob Wilson <bob.wilson@acm.org>
1383
1384 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1385 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1386 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1387
b882e8a2 13882004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 1389
1390 * libiberty.h (basename): Prototype for __MINGW32__.
1391
bf6c8de0 13922004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1393
1394 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1395 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1396 concat_copy2): Use ATTRIBUTE_SENTINEL.
1397
8eb0977a 13982004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1399
1400 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1401 const-qualification before disposal.
1402
001ad2d4 14032004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 1404
001ad2d4 1405 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 1406
001ad2d4 14072004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 1408
1409 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1410 libcpp/internal.h.
1411 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1412 macros.
1413
001ad2d4 14142004-07-21 Paolo Bonzini <bonzini@gnu.org>
1415
1416 * ansidecl.h (ATTRIBUTE_PURE): New.
1417
2c04b951 14182004-07-13 Bernardo Innocenti <bernie@develer.com>
1419
1420 * libiberty.h (ASTRDUP): Add casts required for stricter
1421 type conversion rules of C++.
1422 * obstack.h (obstack_free): Likewise.
1423
80329a50 14242004-05-04 Andreas Jaeger <aj@suse.de>
1425
1426 * demangle.h: Do not use C++ reserved keyword typename as
1427 parameter for cplus_demangle_fill_builtin_type.
1428
e3190d3d 14292004-04-22 Richard Henderson <rth@redhat.com>
1430
1431 * hashtab.h (struct htab): Add size_prime_index.
1432
14c235d9 14332004-04-13 Jeff Law <law@redhat.com>
71f27b28 1434
4ee9c684 1435 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 1436
87a98662 14372004-03-30 Zack Weinberg <zack@codesourcery.com>
1438
1439 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1440
81e091aa 14412004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1442
1443 * dyn-string.h: Update copyright date.
1444
02c71081 14452004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1446
1447 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1448 the associated #defines.
1449
f95cb811 14502004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1451
0a48bf84 1452 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1453 "libiberty.h".
1454
a2ebbb48 1455 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1456
f95cb811 1457 * demangle.h (enum demangle_component_type): Define.
1458 (struct demangle_operator_info): Declare.
1459 (struct demangle_builtin_type_info): Declare.
1460 (struct demangle_component): Define.
1461 (cplus_demangle_fill_component): Declare.
1462 (cplus_demangle_fill_name): Declare.
1463 (cplus_demangle_fill_builtin_type): Declare.
1464 (cplus_demangle_fill_operator): Declare.
1465 (cplus_demangle_fill_extended_operator): Declare.
1466 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1467 (cplus_demangle_v3_components): Declare.
1468 (cplus_demangle_print): Declare.
1469
dd5bd0ad 1470For older changes see ChangeLog-9103
28e9041c 1471\f
1472Local Variables:
1473mode: change-log
1474left-margin: 8
1475fill-column: 74
1476version-control: never
1477End: