]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Replace 8 spaces with a tabular in ChangeLog files.
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
14ad4d70 12018-07-26 Martin Liska <mliska@suse.cz>
2
c9e63184 3 PR lto/86548
14ad4d70 4 * libiberty.h (make_temp_file_with_prefix): New function.
5
6b75daa2 62018-05-30 Jan Hubicka <hubicka@ucw.cz>
7
8 * simple-object.h (simple_object_copy_lto_debug_sections): Add rename
9 parameter.
10
777e90ba 112018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
12
13 * splay-tree.h (splay_tree_compare_strings,
14 splay_tree_delete_pointers): Declare new utility functions.
15
42dac2eb 162018-05-24 Tom Rix <trix@juniper.net>
17
18 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
19
d9f58ac8 202018-05-02 Alan Modra <amodra@gmail.com>
21
22 * ansidecl.h (ATTRIBUTE_NONSTRING): Define.
23
ca233d5f 242018-05-01 Sriraman Tallam <tmsriram@google.com>
25
26 * plugin-api.h: Add plugin API to get the list of wrap
27 symbols.
28
7b0db09c 292018-02-09 Alexandre Oliva <aoliva@redhat.com>
30
8f6f3638 31 * dwarf2.def (DW_AT_GNU_entry_view): New.
32
7b0db09c 33 * dwarf2.def (DW_AT_GNU_locviews): New.
34 * dwarf2.h (enum dwarf_location_list_entry_type): Add
35 DW_LLE_GNU_view_pair.
36 (DW_LLE_view_pair): Define.
37
8e8f6434 382018-01-03 Jakub Jelinek <jakub@redhat.com>
39
40 Update copyright years.
41
f46fa4e9 422017-11-20 Kito Cheng <kito.cheng@gmail.com>
43
44 * longlong.h [__riscv] (__umulsidi3): Define.
45 [__riscv] (umul_ppmm): Likewise.
46 [__riscv] (__muluw3): Likewise.
47
a0a0ccef 482017-11-10 Stephen Crane <sjc@immunant.com>
49
50 * plugin-api.h: Add plugin API for processing plugin-added
51 input files.
52
95f39a98 532017-10-23 David Malcolm <dmalcolm@redhat.com>
54
55 * unique-ptr.h: Make include of <memory> conditional on C++11 or
56 later.
57
b6b04a7b 582017-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
59 David Malcolm <dmalcolm@redhat.com>
60
61 * unique-ptr.h: New file.
62
ead428aa 632017-09-15 Yao Qi <yao.qi@linaro.org>
64 Pedro Alves <palves@redhat.com>
65
66 * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
67
f47edbb5 682017-09-12 Jiong Wang <jiong.wang@arm.com>
69
70 * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
71 * dwarf2.h (DW_CFA_DUP): New define.
72
7b53e714 732017-08-21 Richard Biener <rguenther@suse.de>
74
75 * simple-object.h (simple_object_copy_lto_debug_sections): New
76 function.
77
a9901f70 782017-07-31 Nick Clifton <nickc@redhat.com>
79
80 Binutils PR 21850
81 * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
82 #idef __cplusplus.
83
b3ffddb9 842017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
85
86 * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
87 (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
88 (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
89 * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
90 (enum dwarf_name_index_attribute): Remove.
91 (get_DW_IDX_name): New declaration.
92
4cb48979 932017-05-27 Maya Rashish <coypu@sdf.org>
94
95 * longlong.h: Remove ns32k support.
96
b16cb98e 972017-05-24 Nathan Sidwell <nathan@acm.org>
98
99 * libiberty.h (ASTRDUP): Adjust cast to avoid warning.
100
9d5e3111 1012017-05-19 Eli Zaretskii <eliz@gnu.org>
102
103 * environ.h: Add #ifndef guard.
104
8149d1eb 1052017-05-18 Martin Liska <mliska@suse.cz>
106
107 * ansidecl.h: Define CONSTEXPR macro.
108
2f9ae5f1 1092017-04-04 Jonathan Wakely <jwakely@redhat.com>
110
111 * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
112
060a72ae 1132017-02-25 Jakub Jelinek <jakub@redhat.com>
114
115 PR debug/77589
116 * dwarf2.def (DW_OP_GNU_variable_value): New opcode.
117
37af486a 1182017-01-30 Alexandre Oliva <aoliva@redhat.com>
119
120 Introduce C++ support in libcc1.
121 * gcc-c-fe.def (int_type_v0): Rename from...
122 (int_type): ... this. Introduce new version.
123 (float_type_v0): Rename from...
124 (float_type): ... this. Introduce new version.
125 (char_type): New.
126 * gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
127 (gcc_type_array): Move...
128 * gcc-interface.h: ... here.
129 * gcc-cp-fe.def: New.
130 * gcc-cp-interface.h: New.
131
a7fcd045 1322017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
133
21b34f35 134 * gcc-interface.h (enum gcc_base_api_version): Update comment
135 for GCC_FE_VERSION_1.
136 (struct gcc_base_vtable): Rename set_arguments to
137 set_arguments_v0. Add set_arguments, set_triplet_regexp and
138 set_driver_filename.
139
2bff1a27 140 * gcc-interface.h (enum gcc_base_api_version): Add comment to
141 GCC_FE_VERSION_1.
142 (struct gcc_base_vtable): Rename compile to compile_v0.
143 Update comment for compile. New methods set_verbose and
144 compile.
145
a7fcd045 146 * gcc-interface.h (enum gcc_base_api_version): Add
147 GCC_FE_VERSION_1.
148
645a0bd9 1492017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
55a56509 150 Martin Jambor <mjambor@suse.cz>
151
152 * hsa.h: Moved here from libgomp/plugin/hsa.h.
153
fba96576 1542017-01-04 Richard Earnshaw <rearnsha@arm.com>
155 Jiong Wang <jiong.wang@arm.com>
156
157 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
158 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
159
6d191b11 1602017-01-04 Jakub Jelinek <jakub@redhat.com>
161
162 Update copyright years.
163
6916b9d2 1642016-12-21 Jakub Jelinek <jakub@redhat.com>
165
166 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
167 (DW_FORM_ref_sup4): ... this. New form.
168 (DW_FORM_ref_sup8): New form.
169
3f6f78bc 1702016-11-03 David Tolnay <dtolnay@gmail.com>
171 Mark Wielaard <mark@klomp.org>
172
173 * demangle.h (DMGL_RUST): New macro.
174 (DMGL_STYLE_MASK): Add DMGL_RUST.
175 (demangling_styles): Add dlang_rust.
176 (RUST_DEMANGLING_STYLE_STRING): New macro.
177 (RUST_DEMANGLING): New macro.
178 (rust_demangle): New prototype.
179 (rust_is_mangled): Likewise.
180 (rust_demangle_sym): Likewise.
181
2e9e9363 1822016-11-07 Jason Merrill <jason@redhat.com>
183
184 * demangle.h (enum demangle_component_type): Add
185 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
186
2b8a924c 1872016-10-17 Jakub Jelinek <jakub@redhat.com>
188
189 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
190 calling convention codes.
191 (enum dwarf_line_number_content_type): New.
192 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
193 codes.
194 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
195 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
196 (enum dwarf_name_index_attribute): New.
197 (enum dwarf_range_list_entry): New.
198 (enum dwarf_unit_type): New.
199 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
200 DW_OP_* and DW_ATE_* entries.
201
eb133d34 2022016-10-14 Pedro Alves <palves@redhat.com>
203
204 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
205 OVERRIDE): Define as empty.
206 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
207 __final.
208 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
209 empty.
210
3ea7a5e2 2112016-10-14 Pedro Alves <palves@redhat.com>
212
213 * ansidecl.h (GCC_FINAL): Delete.
214 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
215
ffbd598f 2162016-08-15 Jakub Jelinek <jakub@redhat.com>
217
218 * dwarf2.def (DW_AT_string_length_bit_size,
219 DW_AT_string_length_byte_size): New attributes.
220
832d369d 2212016-08-12 Alexandre Oliva <aoliva@redhat.com>
222
223 PR debug/63240
224 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
ffbd598f 225 * dwarf2.h (enum dwarf_defaulted_attribute): New.
832d369d 226
ad23bd26 2272016-07-29 Aldy Hernandez <aldyh@redhat.com>
228
229 * libiberty.h (MAX_ALLOCA_SIZE): New macro.
230
1802571b 2312016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
232
233 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
234 describe the need for incrementing this macro whenever the plugin
235 interface is modified.
236
ddec7b20 2372016-04-29 Tom Tromey <tom@tromey.com>
238
239 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
240 DW_LANG_Rust_old>: New constants.
241
bf8ce8ad 2422016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
243
244 * longlong.h (umul_ppmm): Remove SHMEDIA checks.
245 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
246
608e1e37 2472016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
248
249 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
250 'Cal' constraint.
251 (sub_ddmmss): Likewise.
252
5cb6b0b9 2532016-03-17 Thomas Schwinge <thomas@codesourcery.com>
254
255 * gomp-constants.h (enum gomp_map_kind): Rename
256 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users.
257
943e339d 2582016-03-03 Than McIntosh <thanm@google.com>
259
260 * plugin-api.h: Add new hooks to the plugin transfer vector to
261 to support querying section alignment and section size.
262 (ld_plugin_get_input_section_alignment): New hook.
263 (ld_plugin_get_input_section_size): New hook.
264 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
265 and LDPT_GET_INPUT_SECTION_SIZE.
266 (ld_plugin_tv): Add tv_get_input_section_alignment and
267 tv_get_input_section_size.
268
2692016-03-03 Evgenii Stepanov <eugenis@google.com>
270
271 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
272
56686608 2732016-01-19 Martin Jambor <mjambor@suse.cz>
274
275 * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
276 (GOMP_VERSION_HSA): Likewise.
277 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
278 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
279 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
280 (GOMP_TARGET_ARG_ID_MASK): Likewise.
281 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
282 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
283 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
284 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
285
0bd8bd68 2862016-01-07 Mike Frysinger <vapier@gentoo.org>
287
288 * longlong.h: Change !__SHMEDIA__ to
289 (!defined (__SHMEDIA__) || !__SHMEDIA__).
290 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
291
e2e4b9a0 2922016-01-05 Mike Frysinger <vapier@gentoo.org>
293
294 * libiberty.h (dupargv): Change arg to char * const *.
295 (writeargv, countargv): Likewise.
296
cdc645f7 2972015-11-27 Pedro Alves <palves@redhat.com>
298
299 PR other/61321
300 PR other/61233
301 * demangle.h (enum demangle_component_type)
302 <DEMANGLE_COMPONENT_CONVERSION>: New value.
303
08de21a4 3042015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
305
306 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
307 __sparc__]: Define.
308
2fc5e987 3092015-11-12 James Norris <jnorris@codesourcery.com>
310 Joseph Myers <joseph@codesourcery.com>
311
312 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
313 and GOMP_MAP_LINK.
314
d8431314 3152015-11-09 Alan Modra <amodra@gmail.com>
316
317 PR gdb/17133
318 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
319
1ed1385e 3202015-11-09 Alan Modra <amodra@gmail.com>
321
322 PR gdb/17133
323 * obstack.h: Import current gnulib file.
324
9561765e 3252015-11-05 Jakub Jelinek <jakub@redhat.com>
326 Ilya Verbin <ilya.verbin@intel.com>
327
328 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
329 (GOMP_MAP_FLAG_ALWAYS): Remove.
330 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
331 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
332 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
333 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
334 (GOMP_MAP_ALWAYS_P): Define.
335 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
336
bcc58dc6 3372015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
338 Joseph Myers <joseph@codesourcery.com>
339 Mark Shinwell <shinwell@codesourcery.com>
340 Andrew Stubbs <ams@codesourcery.com>
341 Rich Felker <dalias@libc.org>
342
343 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
344
fff1535d 3452015-10-18 Roland McGrath <roland@gnu.org>
346
347 PR other/63758
348 * environ.h: New file.
349
43895be5 3502015-10-13 Jakub Jelinek <jakub@redhat.com>
351 Ilya Verbin <ilya.verbin@intel.com>
352
353 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
354 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
355 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
356 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
357 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
358 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
359 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
360 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
361 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
362 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
363 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
364 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
365 GOMP_TARGET_FLAG_UPDATE): Define.
366
e561d5e1 3672015-09-28 Nathan Sidwell <nathan@codesourcery.com>
368
369 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
370 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
371 GOMP_DIM_MASK): New.
372 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
373 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
374 GOMP_LAUNCH_OP_SHIFT): New.
375 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
376 GOMP_LAUNCH_OP): New.
377 (GOMP_LAUNCH_OP_MAX): New.
378
d3d8e632 3792015-08-24 Nathan Sidwell <nathan@codesourcery.com>
380
381 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
382 GOMP_VERSION_INTEL_MIC): New.
383 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
384
2f72d95e 3852015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
386
387 * dwarf2.def (DW_AT_GNU_bias): New attribute.
388
011db277 3892015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
390
391 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
392 attributes.
393
5a45f149 3942015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
395
396 * ansidecl.h (GCC_FINAL): New macro.
397
f212338e 3982015-08-10 Thomas Schwinge <thomas@codesourcery.com>
399
400 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
401
19ecc7c1 4022015-05-22 Yunlian Jiang <yunlian@google.com>
403
404 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
405 not defined.
406
5b208a42 4072015-03-19 Richard Biener <rguenther@suse.de>
408
409 * partition.h (struct partition_elem): Re-order elements to
410 avoid padding.
411
45e87ca9 4122015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
413
414 PR target/65261
415 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
416
5221952d 4172015-02-19 Pedro Alves <palves@redhat.com>
418
419 * floatformat.h [__cplusplus]: Wrap in extern "C".
420
f36f9b8b 4212015-02-04 Jakub Jelinek <jakub@redhat.com>
422
423 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
424 and DW_LANG_Fortran08.
425
ca4c3545 4262015-01-15 Thomas Schwinge <thomas@codesourcery.com>
427 Julian Brown <julian@codesourcery.com>
428 James Norris <jnorris@codesourcery.com>
429
430 * gomp-constants.h: New file.
431
dee58864 4322014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
88a6165f 433
434 * libiberty.h: Merge Copyright year update from Binutils.
435
655833ff 4362014-12-24 Uros Bizjak <ubizjak@gmail.com>
437 Ben Elliston <bje@au.ibm.com>
438 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
439
440 * libiberty.h (xasprintf): Declare.
441
5d95297a 4422014-12-11 Uros Bizjak <ubizjak@gmail.com>
c9e63184 443 Ben Elliston <bje@au.ibm.com>
444 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5d95297a 445
446 * libiberty.h (xvasprintf): Declare.
447
eb06b251 4482014-12-09 Trevor Saunders <tsaunders@mozilla.com>
449
450 * hashtab.h, splay-tree.h: Remove GTY markers.
451
9d231822 4522014-12-08 Mark Wielaard <mjw@redhat.com>
453
454 PR debug/60782
455 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
456
b4721d74 4572014-11-21 Mark Wielaard <mjw@redhat.com>
458
459 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
460 DW_LANG_C_plus_plus_14.
461
aa643a01 4622014-11-25 Mark Wielaard <mjw@redhat.com>
463
464 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
465
69a2f316 4662014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
467
468 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
469 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
470 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
471 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
472 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
473 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
474 (DW_AT_APPLE_property): New macros.
475
4d0069ee 4762014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
477 Manuel López-Ibáñez <manu@gcc.gnu.org>
478
479 PR driver/36312
480 * filenames.h: Add prototype for canonical_filename_eq.
481
863e76f9 4822014-11-11 David Malcolm <dmalcolm@redhat.com>
483
484 * ChangeLog.jit: New.
485
ec4adff1 4862014-10-28 Richard Henderson <rth@redhat.com>
487
488 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
489
5e1a5aba 4902014-10-28 Yury Gribov <y.gribov@samsung.com>
491
492 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
493
ab103e33 4942014-10-27 Phil Muldoon <pmuldoon@redhat.com>
495 Jan Kratochvil <jan.kratochvil@redhat.com>
496 Tom Tromey <tromey@redhat.com>
497
498 * gcc-c-fe.def: New file.
499 * gcc-c-interface.h: New file.
500 * gcc-interface.h: New file.
501
51190923 5022014-10-15 David Malcolm <dmalcolm@redhat.com>
503
504 * libiberty.h (choose_tmpdir): New prototype.
505
77cab475 5062013-10-02 Mark Wielaard <mjw@redhat.com>
507
508 PR debug/63239
509 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
510
59a81bf9 5112014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
512
513 * libiberty.h (PEX_STDOUT_APPEND): New flag.
514 (PEX_STDERR_APPEND): Likewise.
515
23c22e01 5162014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
517
518 * demangle.h (DMGL_DLANG): New macro.
519 (DMGL_STYLE_MASK): Add DMGL_DLANG.
520 (demangling_styles): Add dlang_demangling.
521 (DLANG_DEMANGLING_STYLE_STRING): New macro.
522 (DLANG_DEMANGLING): New macro.
523 (dlang_demangle): New prototype.
524
22538acd 5252014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
526
527 * longlong.h: Add __udiv_w_sdiv prototype.
528
d968efea 5292014-06-10 Thomas Schwinge <thomas@codesourcery.com>
530
531 PR lto/61334
532 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
533 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
534
463553db 5352014-05-21 John Marino <gnugcc@marino.st>
536
537 * liberty.h: Use basename function on DragonFly.
538
5f0ba1cc 5392014-05-01 Steve Ellcey <sellcey@mips.com>
540
541 * include/longlong.h: Use 'defined()' to check __mips16.
542
cee1824e 5432014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
544
545 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
546
a95d3a28 5472014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
548
549 * longlong.h: Merge from glibc.
550
e14937e9 5512014-01-21 Tom Tromey <tromey@redhat.com>
552
553 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
554 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
555 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
556 (NOARGS): Don't define.
557 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
558
468088ac 5592013-12-23 Bill Maddox <maddox@google.com>
560
561 * demangle.h (enum gnu_v3_ctor_kinds):
562 Added literal gnu_v3_unified_ctor.
563 (enum gnu_v3_ctor_kinds):
564 Added literal gnu_v3_unified_dtor.
565
81927967 5662013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
567
568 * longlong.h: New file.
569
2b0d0b81 5702013-10-29 Marc Glisse <marc.glisse@inria.fr>
571
572 PR tree-optimization/58689
573 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
574 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
575 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
576 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
577 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
578 Mark with attribute returns_nonnull.
579
ba477559 5802013-10-22 Sterling Augustine <saugustine@google.com>
581
582 * gdb/gdb-index.h: Merge from gdb tree.
583
6d69d407 5842013-08-20 Alan Modra <amodra@gmail.com>
585
586 * floatformat.h (floatformat_ibm_long_double): Delete.
587 (floatformat_ibm_long_double_big): Declare.
588 (floatformat_ibm_long_double_little): Declare.
589
47e5a776 5902013-08-19 Dehao Chen <dehao@google.com>
591
592 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
593
b710ec85 5942013-08-02 Caroline Tice <cmtice@google.com>
595
596 * vtv-change-permission.h: New file.
597
1189258f 5982013-04-03 Jason Merrill <jason@redhat.com>
599
600 Demangle C++11 ref-qualifier.
601 * demangle.h (enum demangle_component_type): Add
602 DEMANGLE_COMPONENT_REFERENCE_THIS,
603 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
604
e82adc39 6052013-03-01 Cary Coutant <ccoutant@google.com>
606
607 * dwarf2.h (enum dwarf_sect): New enum type.
608
0d360bdc 6092013-02-11 Sriraman Tallam <tmsriram@google.com>
610
611 * plugin-api.h (enum ld_plugin_level): Assign integers
612 explicitly for all values.
613
9261f555 6142013-01-30 Kai Tietz <ktietz@redhat.com>
615
616 PR other/54620
617 PR target/39064
618 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
619 stdint.h and sys/types.h headers are present.
620 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
621
576b1370 6222012-12-18 Aldy Hernandez <aldyh@redhat.com>
623
624 PR other/54324
625 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
626 < 3.4.
627
d4701f6c 6282012-11-09 Jason Merrill <jason@redhat.com>
629
630 * demangle.h (enum demangle_component_type): Add
631 DEMANGLE_COMPONENT_TAGGED_NAME.
632
21ebaa24 6332012-10-29 Sterling Augustine <saugustine@google.com>
c9e63184 634 Cary Coutant <ccoutant@google.com>
b35329c7 635
636 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
637 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
638 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
639
640
462819c8 6412012-10-08 Jason Merrill <jason@redhat.com>
642
643 * demangle.h (enum demangle_component_type): Add
644 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
645
63d6cef5 6462012-09-18 Florian Weimer <fweimer@redhat.com>
647
648 PR other/54411
649 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
650
0131450a 6512012-09-06 Cary Coutant <ccoutant@google.com>
652
653 * dwarf2.def: Edit comment.
654
ec4151f2 6552012-08-24 Sriraman Tallam <tmsriram@google.com>
656
657 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
658 New interface.
659 (ld_plugin_unique_segment_for_sections): New interface.
660 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
661 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
662 (tv_allow_unique_segment_for_sections): New member.
663 (tv_unique_segment_for_sections): New member.
664
712932d2 6652012-07-13 Doug Evans <dje@google.com>
666
667 * filenames.h: #include "hashtab.h".
668 (filename_hash, filename_eq): Declare.
669
3c4aeb35 6702012-06-18 Doug Evans <dje@google.com>
671
672 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
673
c0b7038e 6742012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
675
676 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
677
d233e0db 6782012-06-08 Jakub Jelinek <jakub@redhat.com>
679
680 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
681 forms.
682 * dwarf2.h (enum dwarf_macro_record_type): Add
683 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
684 and DW_MACRO_GNU_transparent_include_alt.
685
73e554b7 6862012-05-23 Doug Evans <dje@google.com>
687
688 * leb128.h: #include stdint.h, inttypes.h.
689 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
690 Change to take a uint64_t * argument instead of unsigned long long.
691 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
692 Change to take an int64_t * argument instead of long long.
693
d0c5362c 6942012-05-22 Doug Evans <dje@google.com>
695
696 * leb128.h: New file.
697
06d1ba50 6982012-05-19 Gary Funck <gary@intrepid.com>
699
700 * dwarf2.def: Update comment re: UPC extensions to reference
701 DWARF4 specification.
702
9618d32d 7032012-05-02 Cary Coutant <ccoutant@google.com>
704
705 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
706 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
707
ee9571b9 7082012-04-28 Doug Evans <dje@google.com>
709
710 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
711
8fd919b6 7122012-04-27 Tom Tromey <tromey@redhat.com>
713
714 * dwarf2.h: Wrap function declarations in extern "C".
715
c9f46599 7162012-04-27 Tom Tromey <tromey@redhat.com>
717
718 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
719 (enum dwarf_location_atom, enum dwarf_type, enum
720 dwarf_call_frame_info): Remove.
721 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
722 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
723 Include dwarf2.def.
724 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
725 (get_DW_OP_name, get_DW_ATE_name): Declare.
726 * dwarf2.def: New file, from dwarf2.h.
727
ee0af6e0 7282012-04-10 Tristan Gingold <gingold@adacore.com>
729
730 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
731 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
732
abbb0ba2 7332012-01-26 Cary Coutant <ccoutant@google.com>
734
735 * dwarf2.h (enum dwarf_form): Add Fission extensions.
736 (enum dwarf_attribute): Likewise.
737
2d847c18 7382012-01-06 Jason Merrill <jason@redhat.com>
739
740 PR c++/6057
741 PR c++/48051
742 PR c++/50855
743 PR c++/51322
744 * demangle.h (enum demangle_component_type): Add
745 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
746
4c0315d0 7472011-11-07 Richard Henderson <rth@redhat.com>
748
749 Merged from transactional-memory.
750
751 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
752 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
753 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
754 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
755
b103fef5 7562011-10-21 Ulrich Drepper <drepper@gmail.com>
757
758 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
759
7602011-10-21 Marc Glisse <marc.glisse@inria.fr>
761
762 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
763
c12ded99 7642011-09-28 Doug Evans <dje@google.com>
765
e30b3499 766 * timeval-utils.h: New file.
767
c12ded99 768 * libiberty.h (countargv): Declare.
769
17f036ad 7702011-09-26 Cary Coutant <ccoutant@google.com>
771
772 PR lto/47247
773 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
774 LDPR_PREVAILING_DEF_IRONLY_EXP.
775 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
776
0d80d940 7772011-09-23 Cary Coutant <ccoutant@google.com>
778
779 PR 40831
780 * demangle.h (enum demangle_component_type): Add
781 DEMANGLE_COMPONENT_CLONE.
782
71d67b2d 7832011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
784
785 * xregex.h (regoff_t): Define.
786
00dacc40 7872011-07-22 Jakub Jelinek <jakub@redhat.com>
788
60699ecd 789 * dwarf2.h (DW_AT_GNU_macros): New.
790 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
791
00dacc40 792 PR c++/49756
793 * libiberty.h (stack_limit_increase): New prototype.
794
3bb7aade 7952011-07-13 Sriraman Tallam <tmsriram@google.com>
796
797 * plugin-api.h
798 (ld_plugin_section): New struct.
799 (ld_plugin_get_section_count): New typedef.
800 (ld_plugin_get_section_type): New typedef.
801 (ld_plugin_get_section_name): New typedef.
802 (ld_plugin_get_section_contents): New typedef.
803 (ld_plugin_update_section_order): New typedef.
804 (ld_plugin_allow_section_ordering): New typedef.
805 (LDPT_GET_SECTION_COUNT): New enum value.
806 (LDPT_GET_SECTION_TYPE): New enum value.
807 (LDPT_GET_SECTION_NAME): New enum value.
808 (LDPT_GET_SECTION_CONTENTS): New enum value.
809 (LDPT_UPDATE_SECTION_ORDER): New enum value.
810 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
811 (tv_get_section_count): New struct members.
812 (tv_get_section_type): New struct members.
813 (tv_get_section_name): New struct members.
814 (tv_get_section_contents): New struct members.
815 (tv_update_section_order): New struct members.
816 (tv_allow_section_ordering): New struct members.
817
fd109ff5 8182011-07-01 Joel Brobecker <brobecker@adacore.com>
819
820 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
821 on Darwin, as well as on the systems that use a DOS-like
822 filesystem.
823
841424cc 8242011-06-22 Jakub Jelinek <jakub@redhat.com>
825
826 PR debug/47858
827 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
828
932501f9 8292011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
830
831 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
832 (DMGL_RET_DROP): New.
833
e86bbaee 8342011-04-30 Jakub Jelinek <jakub@redhat.com>
835
836 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
837 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
838
cdd0bb4b 8392011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
840
841 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
842
3e8b7d36 8432011-03-31 Tristan Gingold <gingold@adacore.com>
844
845 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
846
5c550782 8472011-03-24 Mark Wielaard <mjw@redhat.com>
848
849 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
850
fa5d241f 8512010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
852
853 * plugin-api.h (ld_plugin_get_view): New.
854 (ld_plugin_tag): Add LDPT_GET_VIEW.
855 (ld_plugin_tv): Add tv_get_view.
856
4143d08b 8572011-03-16 Jakub Jelinek <jakub@redhat.com>
858
859 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
860 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
861 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
862 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
863 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
864 DW_OP_GNU_entry_value): New.
865
875ffd1d 8662011-02-28 Kai Tietz <kai.tietz@onevision.com>
867
868 * filenames.h (filename_ncmp): New prototype.
869
fbc6ee3a 8702011-02-23 Kai Tietz <kai.tietz@onevision.com>
871
872 * dwarf2.h (_ELF_DWARF2_H): Renamed to
873 _DWARF2_H.
874 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
875 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
876 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
877 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
878
f97b152f 8792011-01-12 Iain Sandoe <iains@gcc.gnu.org>
880
881 * dwarf2.h: Update value for DW_AT_hi_user.
882
2e521e13 8832010-11-16 Ian Lance Taylor <iant@google.com>
884
885 * simple-object.h (simple_object_attributes_merge): Declare,
886 replacing simple_object_attributes_compare.
887
46c5c275 8882010-11-04 Ian Lance Taylor <iant@google.com>
889
890 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
891
ebb6c20c 8922010-11-02 Ian Lance Taylor <iant@google.com>
893
894 * simple-object.h: New file.
895
8de56b55 8962010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
897
898 Sync LD plugin patch series (part 1/6) with src/include/.
899 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
900
21ebaa24 9012010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 902
903 * libiberty.h (setproctitle): Add prototype.
904
f9c61ef7 9052010-09-09 Jakub Jelinek <jakub@redhat.com>
906
907 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
908
b2d17628 9092010-07-06 Ken Werner <ken.werner@de.ibm.com>
910
911 * floatformat.h (floatformat_ieee_half_big): Add declaration.
912 (floatformat_ieee_half_little): Likewise.
913
ab3da48a 9142010-06-21 Rafael Espindola <espindola@google.com>
915
916 * plugin-api.h (ld_plugin_set_extra_library_path): New.
917 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
918 (ld_plugin_tv): Add tv_set_extra_library_path.
919
952114f8 9202010-06-21 Jakub Jelinek <jakub@redhat.com>
921
922 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
923
7d99a199 9242010-06-18 Rafael Espindola <espindola@google.com>
925
926 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
927 Make argument const.
928
3e00a9d3 9292010-06-08 Tristan Gingold <gingold@adacore.com>
930
931 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
932 DW_TAG_HP_Bliss_field_set.
933 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
934 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
935 DW_AT_HP_definition_points, DW_AT_HP_default_location and
936 DW_AT_HP_is_result_param.
937 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
938 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
939 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
940 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
941 (enum dwarf_line_number_x_ops): Add
942 DW_LNE_HP_source_file_correlation.
943 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
944 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
945 DW_LANG_HP_Assembler.
946
ba72912a 9472010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
948
949 * splay-tree.h: Update copyright years.
950 (splay_tree_s): Document fields.
951 (splay_tree_new_typed_alloc): New.
952
953 * hashtab.h: Update copyright years.
954 (htab_create_typed_alloc): New.
955
cff884a9 9562010-06-01 Rafael Espindola <espindola@google.com>
957
958 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
959
c5212646 9602010-04-26 Pedro Alves <pedro@codesourcery.com>
961
962 * filenames.h (PATH_SEPARATOR): Delete.
963
2d7565f9 9642010-04-23 Pedro Alves <pedro@codesourcery.com>
965
966 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
967 always define it independently of host, add `dos_based' parameter,
968 and handle it.
d2b5c460 969 (PATH_SEPARATOR): Define.
2d7565f9 970 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
971 independently of host, add `dos_based' parameter, and handle it.
972 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
973 it independently of host, add `dos_based' parameter, and handle
974 it.
975 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
976 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
977 (HAS_DOS_DRIVE_SPEC): New.
978 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
979 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
980 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
981 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
982
249057fc 9832010-04-20 Nick Clifton <nickc@redhat.com>
984
985 * sha1.h: Update copyright notice to use GPLv3.
986
81eaa852 9872010-04-14 Doug Evans <dje@google.com>
988
989 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
990
889783e3 9912010-04-13 Matthias Klose <doko@ubuntu.com>
992
993 * elf: Remove empty directory.
994
a1b9762a 9952010-04-06 Jakub Jelinek <jakub@redhat.com>
996
997 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
998 field.
999
c8bee5e9 10002010-03-23 Joseph Myers <joseph@codesourcery.com>
1001
1002 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
1003
b17eeb61 10042010-01-13 Joel Brobecker <brobecker@adacore.com>
1005
1006 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
1007 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
1008
10650b19 10092010-01-11 Tristan Gingold <gingold@adacore.com>
1010
1011 * demangle.h (ada_demangle): Add prototype.
1012
1eb1b33f 10132010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1014
1015 PR bootstrap/41771
1016 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
1017
ffed923e 10182009-12-29 Joel Brobecker <brobecker@adacore.com>
1019
1020 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
1021
36ce008e 10222009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
1023
1024 Add DWARF attribute value for the "Borland fastcall" calling
1025 convention.
1026 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
1027
9c241155 10282009-10-23 Kai Tietz <kai.tietz@onevision.com>
1029
1030 * splay-tree.h (libi_uhostptr_t): Add gcc specific
1031 __extension__ for long long type case to silent cX9.
1032 (libi_shostptr_t): Likewise.
1033
f5dac1dd 10342009-10-19 Rafael Avila de Espindola <espindola@google.com>
1035
1036 PR40790
889783e3 1037 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 1038
711a4686 10392009-10-15 Jakub Jelinek <jakub@redhat.com>
1040
1041 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
1042 a DWARF 4 addition.
1043
5460ff78 10442009-10-09 Rafael Espindola <espindola@google.com>
1045
1046 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
1047 libname.
1048
10492009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 1050
ef356dfa 1051 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1052 (ld_plugin_get_input_file): New.
1053 (ld_plugin_release_input_file): New.
1054 (ld_plugin_add_input_library): New.
1055 (ld_plugin_message): Mark format const.
1056 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1057 LDPT_ADD_INPUT_LIBRARY.
1058 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1059 tv_add_input_library.
cb793c69 1060
03d46b27 10612009-10-04 Jerry Quinn <jlquinn@optonline.net>
1062
1063 * plugin-api.h: Fix compile.
1064
d2b5c460 10652009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 1066
1067 * plugin-api.h: New.
1068 * lto-symtab.h: New.
1069
4817b87c 10702009-09-29 Jason Merrill <jason@redhat.com>
1071
1072 * demangle.h (enum demangle_component_type): Add
1073 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1074 DEMANGLE_COMPONENT_UNNAMED_TYPE.
1075 (struct demangle_component): Add s_unary_num.
1076
86cbedda 10772009-09-25 Dodji Seketeli <dodji@redhat.com>
1078
1079 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1080 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1081 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1082
4b9ed140 10832009-09-25 Cary Coutant <ccoutant@google.com>
1084
1085 Add rest of new values from DWARF Version 4.
1086 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1087 New tags.
1088 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1089 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1090 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1091 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1092 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1093 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1094 attributes.
1095 (DW_LANG_Python): New language.
1096
5d1e31fa 10972009-09-22 Dodji Seketeli <dodji@redhat.com>
1098
1099 * dwarf2.h (enum dwarf_tag): Add
1100 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1101
75d716e2 11022009-07-24 Ian Lance Taylor <iant@google.com>
1103
1104 PR bootstrap/40854
1105 * libiberty.h (xcrc32): Rename from crc32.
1106
be347f2e 11072009-07-24 Ian Lance Taylor <iant@google.com>
1108
1109 * libiberty.h (crc32): Declare.
1110
5e006d27 11112009-07-20 Cary Coutant <ccoutant@google.com>
1112 Doug Evans <dje@google.com>
f12fbb9c 1113
1114 Add some dwarf4 values.
1115 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1116 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1117 DW_FORM_flag_present, DW_FORM_sig8.
1118 (enum dwarf_attribute): Add DW_AT_signature.
1119
7ddff01e 11202009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1121
1122 * demangle.h
1123 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1124 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1125 New.
1126
8fdd1a73 11272009-07-09 Jakub Jelinek <jakub@redhat.com>
1128
1129 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1130 and DW_OP_stack_value.
1131
bde36f4a 11322009-07-09 Tom Tromey <tromey@redhat.com>
1133
1134 * elf/dwarf2.h: Remove, renaming to...
1135 * dwarf2.h: ... this.
1136
2452254d 11372009-06-29 Tom Tromey <tromey@redhat.com>
1138
1139 * elf/dwarf2.h: New file. Merged with gdb.
1140
5741047e 11412009-06-09 Ian Lance Taylor <ian@airs.com>
1142
1143 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1144
11452009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 1146
1147 * ansidecl.h (EXPORTED_CONST): Define.
1148
74b36562 11492009-05-31 Ian Lance Taylor <iant@google.com>
1150
1151 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
1152 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 1153 macro when compiling with C++.
74b36562 1154 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
1155 when compiling with C++.
1156 * fibheap.h: Add extern "C" when compiling with C++.
1157
4f99ab94 11582009-04-22 Taras Glek <tglek@mozilla.com>
1159
5daf45f2 1160 * hashtab.h: Update GTY annotations to new syntax.
1161 * splay-tree.h: Likewise.
4f99ab94 1162
e92154af 11632009-03-17 Jason Merrill <jason@redhat.com>
1164
1165 * demangle.h (enum demangle_component_type): Add
1166 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1167
e4583147 11682008-12-10 Jason Merrill <jason@redhat.com>
1169
1170 * demangle.h (enum demangle_component_type): Add
1171 DEMANGLE_COMPONENT_FIXED_TYPE.
1172
e057bf62 11732008-11-19 Bob Wilson <bob.wilson@acm.org>
1174
1175 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1176 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1177 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1178 (XCHAL_NUM_AREGS): Change to 32.
1179 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1180 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1181 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1182 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1183 (XCHAL_DEBUGLEVEL): Change to 6.
1184
68a40a77 11852008-10-21 Alan Modra <amodra@bigpond.net.au>
1186
1187 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1188
4682b6fe 11892008-10-06 Jason Merrill <jason@redhat.com>
1190
1191 * demangle.h (enum demangle_component_type): Add
1192 DEMANGLE_COMPONENT_PACK_EXPANSION.
1193
a2ad5e1b 11942008-09-09 Jason Merrill <jason@redhat.com>
1195
1196 * demangle.h (enum demangle_component_type): Add
1197 DEMANGLE_COMPONENT_DECLTYPE.
1198
bc5f68df 11992008-07-07 Joel Brobecker <brobecker@adacore.com>
1200
1201 * safe-ctype.h: Add #include of ctype.h before redefining
1202 the ctype.h macros.
1203
3725d22e 12042008-07-04 Joel Brobecker <brobecker@adacore.com>
1205
1206 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1207 included. Redefine the various macros provided by ctype.h as
1208 undefined variables.
1209
b60b4740 12102008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1211
1212 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1213 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1214
4acbb723 12152008-03-24 Ian Lance Taylor <iant@google.com>
1216
af9790a0 1217 * sha1.h: New file, from gnulib.
1218
4acbb723 1219 * md5.h: Add extern "C" when compiled with C++.
1220
3b4c5c14 12212008-03-21 Ian Lance Taylor <iant@google.com>
1222
1223 * filenames.h: Add extern "C" when compiled with C++.
1224
e54ec148 12252008-02-11 Bob Wilson <bob.wilson@acm.org>
1226
1227 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1228 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1229
c8d35c3c 12302008-01-26 David Daney <ddaney@avtrex.com>
1231
1232 * demangle.h (demangle_component_type): Add
1233 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1234 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1235 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1236 (demangle_component): Add struct s_character to union u.
1237
4d403838 12382007-11-07 Joseph Myers <joseph@codesourcery.com>
1239 Daniel Jacobowitz <dan@codesourcery.com>
1240
1241 * floatformat.h (struct floatformat): Add split_half field.
1242 (floatformat_ibm_long_double): New.
1243
406035ae 12442007-09-06 Tom Tromey <tromey@redhat.com>
1245
1246 * libiberty.h (pex_free): Document process killing.
1247
c4692e04 12482007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1249
1250 * demangle.h (enum demangle_component_type): Add
1251 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1252
a3d8cd7b 12532007-07-25 Ben Elliston <bje@au.ibm.com>
1254
1255 * ternary.h: Remove.
1256
4690907f 12572007-07-18 Bob Wilson <bob.wilson@acm.org>
1258
1259 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1260 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1261
1ee47085 12622007-07-17 Nick Clifton <nickc@redhat.com>
1263
1264 * COPYING3: New file. Contains version 3 of the GNU General
1265 Public License.
1266
01616473 12672007-07-12 Kai Tietz <kai.tietz@onevision.com>
1268
1269 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1270 needed for WIN64 when a long is not wide enough for a pointer.
c9e63184 1271 (splay_tree_key, splay_tree_value): Use the new types.
01616473 1272
c159e0b7 12732007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1274
1275 * libiberty.h (writeargv): Declare.
1276
1846fb72 12772007-04-25 Mark Mitchell <mark@codesourcery.com>
1278
1279 * demangle.h: Change license to LGPL + exception.
1280
a5cb63da 12812007-03-29 Joel Brobecker <brobecker@adacore.com>
1282
1283 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1284 regardless of the type of file system.
1285
5de92639 12862007-03-06 Jan Hubicka <jh@suse.cz>
1287
1288 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1289
50382252 12902007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1291
1292 * libiberty.h (pex_write_input): Remove prototype.
1293
f8b619f0 12942007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1295
1296 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1297 (PEX_BINARY_ERROR): New define.
1298 (pex_read_err): New function.
1299
611fc3d0 13002007-01-29 Simon Baldwin <simonb@google.com>
1301
1302 * demangle.h: New cplus_demangle_print_callback,
1303 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1304 prototypes, and demangle_callbackref type definition.
1305
9430e4a9 13062006-12-06 Nick Clifton <nickc@redhat.com>
1307
1308 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1309
6fa7e596 13102006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
c9e63184 1311 J"orn Rennecke <joern.rennecke@st.com>
6fa7e596 1312
1313 PR driver/29931
1314 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1315
802cc599 13162006-11-27 Bob Wilson <bob.wilson@acm.org>
1317
1318 * xtensa-config.h (XSHAL_ABI): New.
1319 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1320
d7e51a35 13212006-04-11 Jim Blandy <jimb@codesourcery.com>
1322
1323 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1324
48b2395d 13252006-01-18 DJ Delorie <dj@redhat.com>
1326
1327 * md5.h: Include ansidecl.h
1328
367a6058 13292006-01-09 Bob Wilson <bob.wilson@acm.org>
1330
1331 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1332
3161b3ad 13332005-12-30 Bob Wilson <bob.wilson@acm.org>
1334
1335 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1336
4c8420c9 13372005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1338
1339 PR java/9861
1340 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1341 output format for return types
1342
c38d39c9 13432005-10-31 Mark Kettenis <kettenis@gnu.org>
1344
1345 * floatformat.h (enum floatformat_byteorders): Add
1346 floatformat_vax.
1347 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1348
bab0d4c5 13492005-09-26 Mark Mitchell <mark@codesourcery.com>
1350
1351 * libiberty.h (expandargv): New function.
1352
5a929093 13532005-08-17 Mark Kettenis <kettenis@gnu.org>
1354
1355 * floatformat.h (struct floatformat): Change type of large
1356 argument for is_valid member to `const void *'.
1357 (floatformat_to_double): Change type of second argument to `const
1358 void *'.
1359 (floatformat_from_double): Change type of last argument to `void
1360 *'.
1361 (floatformat_is_valid): Change type of last argument to `const
1362 void *'.
1363
317d4fda 13642005-07-12 Ben Elliston <bje@au.ibm.com>
1365
1366 * xregex2.h (regexec): Qualify this prototype with __extension__
1367 when compiling with GNU C.
1368
91fc5678 13692005-07-03 Steve Ellcey <sje@cup.hp.com>
1370
1371 PR other/13906
1372 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1373 * md5.h (md5_uintptr): New.
1374 (md5_ctx): Align buffer field.
1375
a55dc2cd 13762005-06-30 Daniel Berlin <dberlin@dberlin.org>
1377
1378 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1379 (HTAB_EMPTY_ENTRY): New macro.
1380
28cc9eac 13812005-06-20 Geoffrey Keating <geoffk@apple.com>
1382
1383 * libiberty.h (strverscmp): Prototype.
1384
4fac984f 13852005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1386
1387 * libiberty.h (XOBFINISH): New.
1388
8be91f46 13892005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1390
1391 * libiberty.h (vsnprintf): Add format attribute.
1392
1b52004c 13932005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1394
1395 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1396
71f27b28 13972005-05-28 Eli Zaretskii <eliz@gnu.org>
1398
1399 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1400 needed.
1401 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1402
e63e3841 14032005-05-25 Richard Henderson <rth@redhat.com>
1404
1405 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1406
f2d737fc 14072005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1408
1409 * libiberty.h (ACONCAT): Properly cast value of alloca().
1410
1411 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 1412 __cplusplus.
f2d737fc 1413
c72b6e6e 14142005-05-12 Steve Ellcey <sje@cup.hp.com>
1415
1416 libiberty.h: Do not define empty basename prototype.
1417
2f8ebb8e 14182005-05-10 Nick Clifton <nickc@redhat.com>
1419
1420 * Update the address and phone number of the FSF organization in
1421 the GPL notices in the following files:
1422 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1423 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1424 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1425 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1426 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1427 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1428 xtensa-isa-internal.h, xtensa-isa.h
1429
243fbe73 14302005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1431
1432 * libiberty.h (unlock_std_streams): New.
1433
2b0988cf 14342005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1435
1436 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1437 Don't use the PTR macro.
1438
1439 * sort.h: Don't use the PARAMS macro.
1440
bb06f0f5 14412005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1442
1443 * libiberty.h (unlock_stream): New.
1444
e7f1b027 14452005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1446
1447 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1448 Remove parameter names.
1449
35f4c956 14502005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1451
1452 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1453 Provide prototypes for new functions.
1454
c7df38d7 14552005-03-29 Ian Lance Taylor <ian@airs.com>
1456
1457 * libiberty.h: Fix indentation.
1458
22683dca 14592005-03-28 Ian Lance Taylor <ian@airs.com>
1460
1461 * libiberty.h: Include <stdio.h>.
1462 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1463 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1464 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1465 (pex_init, pex_run, pex_read_output): Declare.
1466 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1467 (struct pex_time): Define.
1468
5cc697d9 14692005-03-28 Mark Mitchell <mark@codesourcery.com>
1470
1471 * libiberty.h (ffs): Declare, if necessary.
71f27b28 1472
320d4d0a 14732005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1474
1475 * xregex2.h (_RE_ARGS): Remove definition and uses.
1476
cd72df1f 14772005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1478
1479 * ternary.h: Don't use PARAMS anymore.
1480
f8d9d6a0 14812005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1482
1483 * partition.h: Remove use of PARAMS.
1484 * obstack.h: Remove conditional prototypes __STDC__.
1485 * objalloc.h: Remove use of PARAMS.
1486 * splay-tree.h: Likewise.
1487
8858115e 14882005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1489
1490 * md5.h: Remove definition and uses of __P.
1491 * dyn-string.h: Remove uses of PARAMS.
1492 * fibheap.h: Likewise.
1493 * floatformat.h: Likewise.
1494 * hashtab.h: Likewise.
1495
d94aaf66 14962005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1497
1498 * demangle.h: Remove uses of PARAMS.
1499
1500 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1501 ANSI_PROTOTYPES is always assumed.
1502 Remove uses of PARAMS throughout.
1503
a2ef32b0 15042005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1505
1506 * libiberty.h (xstrndup): Declare.
1507
82c5c135 15082005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1509
1510 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1511
5a24a79a 15122005-03-09 Mark Mitchell <mark@codesourcery.com>
1513
1514 * libiberty.h (gettimeofday): Declare.
1515
4e0e2181 15162005-03-01 Jan Beulich <jbeulich@novell.com>
1517
1518 * libiberty.h: Declare unlink_if_ordinary.
1519
bb30d1f4 15202005-02-14 Paolo Bonzini <bonzini@gnu.org>
1521
1522 PR bootstrap/19818
1523 * ansidecl.h (PARAMS): Guard from redefinition.
1524
4927c18d 15252004-12-11 Ben Elliston <bje@au.ibm.com>
1526
1527 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1528 when __GNUC__ is defined and ints are less than 32-bits wide.
1529
c909ad97 15302004-10-07 Bob Wilson <bob.wilson@acm.org>
1531
1532 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1533 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1534 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1535
b882e8a2 15362004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 1537
1538 * libiberty.h (basename): Prototype for __MINGW32__.
1539
bf6c8de0 15402004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1541
1542 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1543 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1544 concat_copy2): Use ATTRIBUTE_SENTINEL.
1545
8eb0977a 15462004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1547
1548 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1549 const-qualification before disposal.
1550
001ad2d4 15512004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 1552
001ad2d4 1553 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 1554
001ad2d4 15552004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 1556
1557 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1558 libcpp/internal.h.
1559 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1560 macros.
1561
001ad2d4 15622004-07-21 Paolo Bonzini <bonzini@gnu.org>
1563
1564 * ansidecl.h (ATTRIBUTE_PURE): New.
1565
2c04b951 15662004-07-13 Bernardo Innocenti <bernie@develer.com>
1567
1568 * libiberty.h (ASTRDUP): Add casts required for stricter
1569 type conversion rules of C++.
1570 * obstack.h (obstack_free): Likewise.
1571
80329a50 15722004-05-04 Andreas Jaeger <aj@suse.de>
1573
1574 * demangle.h: Do not use C++ reserved keyword typename as
1575 parameter for cplus_demangle_fill_builtin_type.
1576
e3190d3d 15772004-04-22 Richard Henderson <rth@redhat.com>
1578
1579 * hashtab.h (struct htab): Add size_prime_index.
1580
14c235d9 15812004-04-13 Jeff Law <law@redhat.com>
71f27b28 1582
4ee9c684 1583 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 1584
87a98662 15852004-03-30 Zack Weinberg <zack@codesourcery.com>
1586
1587 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1588
81e091aa 15892004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1590
1591 * dyn-string.h: Update copyright date.
1592
02c71081 15932004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1594
1595 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1596 the associated #defines.
1597
f95cb811 15982004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1599
0a48bf84 1600 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1601 "libiberty.h".
1602
a2ebbb48 1603 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1604
f95cb811 1605 * demangle.h (enum demangle_component_type): Define.
1606 (struct demangle_operator_info): Declare.
1607 (struct demangle_builtin_type_info): Declare.
1608 (struct demangle_component): Define.
1609 (cplus_demangle_fill_component): Declare.
1610 (cplus_demangle_fill_name): Declare.
1611 (cplus_demangle_fill_builtin_type): Declare.
1612 (cplus_demangle_fill_operator): Declare.
1613 (cplus_demangle_fill_extended_operator): Declare.
1614 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1615 (cplus_demangle_v3_components): Declare.
1616 (cplus_demangle_print): Declare.
1617
dd5bd0ad 1618For older changes see ChangeLog-9103
28e9041c 1619\f
1620Local Variables:
1621mode: change-log
1622left-margin: 8
1623fill-column: 74
1624version-control: never
1625End: