]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Update ChangeLog and version files for release
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
3defceaa 12019-05-03 Release Manager
2
3 * GCC 9.1.0 released.
4
82e57271 52019-04-03 Vineet Gupta <vgupta@synopsys.com>
6
7 PR89877
8 * longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
9 (sub_ddmmss): Likewise.
10
0f7c25df 112019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12
13 * splay-tree.h (splay_tree_delete_key_fn): Update comment.
14 (splay_tree_delete_value_fn): Likewise.
15
130bd651 162019-01-09 Sandra Loosemore <sandra@codesourcery.com>
17
18 PR other/16615
19
20 * libiberty.h: Mechanically replace "can not" with "cannot".
21 * plugin-api.h: Likewise.
22
fbd26352 232019-01-01 Jakub Jelinek <jakub@redhat.com>
24
25 Update copyright years.
26
813421cd 272018-12-28 Thomas Schwinge <thomas@codesourcery.com>
28
29 * gomp-constants.h (GOACC_FLAG_HOST_FALLBACK)
30 (GOACC_FLAGS_MARSHAL_OP, GOACC_FLAGS_UNMARSHAL): Define.
31
302c9cee 322018-12-22 Jason Merrill <jason@redhat.com>
33
34 * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
35 ARM, HP, and EDG demangling styles.
36
ce27f7c1 372018-12-11 Nick Clifton <nickc@redhat.com>
38
39 PR 88409
40 * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
41
03e51746 422018-12-07 Nick Clifton <nickc@redhat.com>
43
44 * demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
45 (DEMANGLE_RECURSION_LIMIT): Define
46
7e5a76c8 472018-11-08 Jakub Jelinek <jakub@redhat.com>
48
49 * gomp-constants.h (GOMP_TASK_FLAG_REDUCTION,
50 GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
51 GOMP_DEPEND_MUTEXINOUTSET): Define.
52
95f798aa 532018-10-19 Jason Merrill <jason@redhat.com>
54
55 * demangle.h (enum demangle_component_type): Add
56 DEMANGLE_COMPONENT_TPARM_OBJ.
57
d42760aa 582018-10-29 David Malcolm <dmalcolm@redhat.com>
59
60 * unique-ptr.h (gnu::move): Generalize so it applies to all
61 lvalue references, rather than just to unique_ptr values.
62
14ad4d70 632018-07-26 Martin Liska <mliska@suse.cz>
64
c9e63184 65 PR lto/86548
14ad4d70 66 * libiberty.h (make_temp_file_with_prefix): New function.
67
6b75daa2 682018-05-30 Jan Hubicka <hubicka@ucw.cz>
69
70 * simple-object.h (simple_object_copy_lto_debug_sections): Add rename
71 parameter.
72
777e90ba 732018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
74
75 * splay-tree.h (splay_tree_compare_strings,
76 splay_tree_delete_pointers): Declare new utility functions.
77
42dac2eb 782018-05-24 Tom Rix <trix@juniper.net>
79
80 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
81
d9f58ac8 822018-05-02 Alan Modra <amodra@gmail.com>
83
84 * ansidecl.h (ATTRIBUTE_NONSTRING): Define.
85
ca233d5f 862018-05-01 Sriraman Tallam <tmsriram@google.com>
87
88 * plugin-api.h: Add plugin API to get the list of wrap
89 symbols.
90
7b0db09c 912018-02-09 Alexandre Oliva <aoliva@redhat.com>
92
8f6f3638 93 * dwarf2.def (DW_AT_GNU_entry_view): New.
94
7b0db09c 95 * dwarf2.def (DW_AT_GNU_locviews): New.
96 * dwarf2.h (enum dwarf_location_list_entry_type): Add
97 DW_LLE_GNU_view_pair.
98 (DW_LLE_view_pair): Define.
99
8e8f6434 1002018-01-03 Jakub Jelinek <jakub@redhat.com>
101
102 Update copyright years.
103
f46fa4e9 1042017-11-20 Kito Cheng <kito.cheng@gmail.com>
105
106 * longlong.h [__riscv] (__umulsidi3): Define.
107 [__riscv] (umul_ppmm): Likewise.
108 [__riscv] (__muluw3): Likewise.
109
a0a0ccef 1102017-11-10 Stephen Crane <sjc@immunant.com>
111
112 * plugin-api.h: Add plugin API for processing plugin-added
113 input files.
114
95f39a98 1152017-10-23 David Malcolm <dmalcolm@redhat.com>
116
117 * unique-ptr.h: Make include of <memory> conditional on C++11 or
118 later.
119
b6b04a7b 1202017-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
121 David Malcolm <dmalcolm@redhat.com>
122
123 * unique-ptr.h: New file.
124
ead428aa 1252017-09-15 Yao Qi <yao.qi@linaro.org>
126 Pedro Alves <palves@redhat.com>
127
128 * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
129
f47edbb5 1302017-09-12 Jiong Wang <jiong.wang@arm.com>
131
132 * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
133 * dwarf2.h (DW_CFA_DUP): New define.
134
7b53e714 1352017-08-21 Richard Biener <rguenther@suse.de>
136
137 * simple-object.h (simple_object_copy_lto_debug_sections): New
138 function.
139
a9901f70 1402017-07-31 Nick Clifton <nickc@redhat.com>
141
142 Binutils PR 21850
143 * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
144 #idef __cplusplus.
145
b3ffddb9 1462017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
147
148 * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
149 (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
150 (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
151 * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
152 (enum dwarf_name_index_attribute): Remove.
153 (get_DW_IDX_name): New declaration.
154
4cb48979 1552017-05-27 Maya Rashish <coypu@sdf.org>
156
157 * longlong.h: Remove ns32k support.
158
b16cb98e 1592017-05-24 Nathan Sidwell <nathan@acm.org>
160
161 * libiberty.h (ASTRDUP): Adjust cast to avoid warning.
162
9d5e3111 1632017-05-19 Eli Zaretskii <eliz@gnu.org>
164
165 * environ.h: Add #ifndef guard.
166
8149d1eb 1672017-05-18 Martin Liska <mliska@suse.cz>
168
169 * ansidecl.h: Define CONSTEXPR macro.
170
2f9ae5f1 1712017-04-04 Jonathan Wakely <jwakely@redhat.com>
172
173 * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
174
060a72ae 1752017-02-25 Jakub Jelinek <jakub@redhat.com>
176
177 PR debug/77589
178 * dwarf2.def (DW_OP_GNU_variable_value): New opcode.
179
37af486a 1802017-01-30 Alexandre Oliva <aoliva@redhat.com>
181
182 Introduce C++ support in libcc1.
183 * gcc-c-fe.def (int_type_v0): Rename from...
184 (int_type): ... this. Introduce new version.
185 (float_type_v0): Rename from...
186 (float_type): ... this. Introduce new version.
187 (char_type): New.
188 * gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
189 (gcc_type_array): Move...
190 * gcc-interface.h: ... here.
191 * gcc-cp-fe.def: New.
192 * gcc-cp-interface.h: New.
193
a7fcd045 1942017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
195
21b34f35 196 * gcc-interface.h (enum gcc_base_api_version): Update comment
197 for GCC_FE_VERSION_1.
198 (struct gcc_base_vtable): Rename set_arguments to
199 set_arguments_v0. Add set_arguments, set_triplet_regexp and
200 set_driver_filename.
201
2bff1a27 202 * gcc-interface.h (enum gcc_base_api_version): Add comment to
203 GCC_FE_VERSION_1.
204 (struct gcc_base_vtable): Rename compile to compile_v0.
205 Update comment for compile. New methods set_verbose and
206 compile.
207
a7fcd045 208 * gcc-interface.h (enum gcc_base_api_version): Add
209 GCC_FE_VERSION_1.
210
645a0bd9 2112017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
55a56509 212 Martin Jambor <mjambor@suse.cz>
213
214 * hsa.h: Moved here from libgomp/plugin/hsa.h.
215
fba96576 2162017-01-04 Richard Earnshaw <rearnsha@arm.com>
217 Jiong Wang <jiong.wang@arm.com>
218
219 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
220 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
221
6d191b11 2222017-01-04 Jakub Jelinek <jakub@redhat.com>
223
224 Update copyright years.
225
6916b9d2 2262016-12-21 Jakub Jelinek <jakub@redhat.com>
227
228 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
229 (DW_FORM_ref_sup4): ... this. New form.
230 (DW_FORM_ref_sup8): New form.
231
3f6f78bc 2322016-11-03 David Tolnay <dtolnay@gmail.com>
233 Mark Wielaard <mark@klomp.org>
234
235 * demangle.h (DMGL_RUST): New macro.
236 (DMGL_STYLE_MASK): Add DMGL_RUST.
237 (demangling_styles): Add dlang_rust.
238 (RUST_DEMANGLING_STYLE_STRING): New macro.
239 (RUST_DEMANGLING): New macro.
240 (rust_demangle): New prototype.
241 (rust_is_mangled): Likewise.
242 (rust_demangle_sym): Likewise.
243
2e9e9363 2442016-11-07 Jason Merrill <jason@redhat.com>
245
246 * demangle.h (enum demangle_component_type): Add
247 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
248
2b8a924c 2492016-10-17 Jakub Jelinek <jakub@redhat.com>
250
251 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
252 calling convention codes.
253 (enum dwarf_line_number_content_type): New.
254 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
255 codes.
256 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
257 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
258 (enum dwarf_name_index_attribute): New.
259 (enum dwarf_range_list_entry): New.
260 (enum dwarf_unit_type): New.
261 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
262 DW_OP_* and DW_ATE_* entries.
263
eb133d34 2642016-10-14 Pedro Alves <palves@redhat.com>
265
266 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
267 OVERRIDE): Define as empty.
268 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
269 __final.
270 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
271 empty.
272
3ea7a5e2 2732016-10-14 Pedro Alves <palves@redhat.com>
274
275 * ansidecl.h (GCC_FINAL): Delete.
276 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
277
ffbd598f 2782016-08-15 Jakub Jelinek <jakub@redhat.com>
279
280 * dwarf2.def (DW_AT_string_length_bit_size,
281 DW_AT_string_length_byte_size): New attributes.
282
832d369d 2832016-08-12 Alexandre Oliva <aoliva@redhat.com>
284
285 PR debug/63240
286 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
ffbd598f 287 * dwarf2.h (enum dwarf_defaulted_attribute): New.
832d369d 288
ad23bd26 2892016-07-29 Aldy Hernandez <aldyh@redhat.com>
290
291 * libiberty.h (MAX_ALLOCA_SIZE): New macro.
292
1802571b 2932016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
294
295 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
296 describe the need for incrementing this macro whenever the plugin
297 interface is modified.
298
ddec7b20 2992016-04-29 Tom Tromey <tom@tromey.com>
300
301 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
302 DW_LANG_Rust_old>: New constants.
303
bf8ce8ad 3042016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
305
306 * longlong.h (umul_ppmm): Remove SHMEDIA checks.
307 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
308
608e1e37 3092016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
310
311 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
312 'Cal' constraint.
313 (sub_ddmmss): Likewise.
314
5cb6b0b9 3152016-03-17 Thomas Schwinge <thomas@codesourcery.com>
316
317 * gomp-constants.h (enum gomp_map_kind): Rename
318 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users.
319
943e339d 3202016-03-03 Than McIntosh <thanm@google.com>
321
322 * plugin-api.h: Add new hooks to the plugin transfer vector to
323 to support querying section alignment and section size.
324 (ld_plugin_get_input_section_alignment): New hook.
325 (ld_plugin_get_input_section_size): New hook.
326 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
327 and LDPT_GET_INPUT_SECTION_SIZE.
328 (ld_plugin_tv): Add tv_get_input_section_alignment and
329 tv_get_input_section_size.
330
3312016-03-03 Evgenii Stepanov <eugenis@google.com>
332
333 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
334
56686608 3352016-01-19 Martin Jambor <mjambor@suse.cz>
336
337 * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
338 (GOMP_VERSION_HSA): Likewise.
339 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
340 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
341 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
342 (GOMP_TARGET_ARG_ID_MASK): Likewise.
343 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
344 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
345 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
346 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
347
0bd8bd68 3482016-01-07 Mike Frysinger <vapier@gentoo.org>
349
350 * longlong.h: Change !__SHMEDIA__ to
351 (!defined (__SHMEDIA__) || !__SHMEDIA__).
352 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
353
e2e4b9a0 3542016-01-05 Mike Frysinger <vapier@gentoo.org>
355
356 * libiberty.h (dupargv): Change arg to char * const *.
357 (writeargv, countargv): Likewise.
358
cdc645f7 3592015-11-27 Pedro Alves <palves@redhat.com>
360
361 PR other/61321
362 PR other/61233
363 * demangle.h (enum demangle_component_type)
364 <DEMANGLE_COMPONENT_CONVERSION>: New value.
365
08de21a4 3662015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
367
368 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
369 __sparc__]: Define.
370
2fc5e987 3712015-11-12 James Norris <jnorris@codesourcery.com>
372 Joseph Myers <joseph@codesourcery.com>
373
374 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
375 and GOMP_MAP_LINK.
376
d8431314 3772015-11-09 Alan Modra <amodra@gmail.com>
378
379 PR gdb/17133
380 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
381
1ed1385e 3822015-11-09 Alan Modra <amodra@gmail.com>
383
384 PR gdb/17133
385 * obstack.h: Import current gnulib file.
386
9561765e 3872015-11-05 Jakub Jelinek <jakub@redhat.com>
388 Ilya Verbin <ilya.verbin@intel.com>
389
390 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
391 (GOMP_MAP_FLAG_ALWAYS): Remove.
392 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
393 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
394 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
395 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
396 (GOMP_MAP_ALWAYS_P): Define.
397 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
398
bcc58dc6 3992015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
400 Joseph Myers <joseph@codesourcery.com>
401 Mark Shinwell <shinwell@codesourcery.com>
402 Andrew Stubbs <ams@codesourcery.com>
403 Rich Felker <dalias@libc.org>
404
405 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
406
fff1535d 4072015-10-18 Roland McGrath <roland@gnu.org>
408
409 PR other/63758
410 * environ.h: New file.
411
43895be5 4122015-10-13 Jakub Jelinek <jakub@redhat.com>
413 Ilya Verbin <ilya.verbin@intel.com>
414
415 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
416 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
417 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
418 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
419 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
420 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
421 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
422 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
423 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
424 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
425 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
426 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
427 GOMP_TARGET_FLAG_UPDATE): Define.
428
e561d5e1 4292015-09-28 Nathan Sidwell <nathan@codesourcery.com>
430
431 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
432 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
433 GOMP_DIM_MASK): New.
434 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
435 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
436 GOMP_LAUNCH_OP_SHIFT): New.
437 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
438 GOMP_LAUNCH_OP): New.
439 (GOMP_LAUNCH_OP_MAX): New.
440
d3d8e632 4412015-08-24 Nathan Sidwell <nathan@codesourcery.com>
442
443 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
444 GOMP_VERSION_INTEL_MIC): New.
445 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
446
2f72d95e 4472015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
448
449 * dwarf2.def (DW_AT_GNU_bias): New attribute.
450
011db277 4512015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
452
453 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
454 attributes.
455
5a45f149 4562015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
457
458 * ansidecl.h (GCC_FINAL): New macro.
459
f212338e 4602015-08-10 Thomas Schwinge <thomas@codesourcery.com>
461
462 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
463
19ecc7c1 4642015-05-22 Yunlian Jiang <yunlian@google.com>
465
466 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
467 not defined.
468
5b208a42 4692015-03-19 Richard Biener <rguenther@suse.de>
470
471 * partition.h (struct partition_elem): Re-order elements to
472 avoid padding.
473
45e87ca9 4742015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
475
476 PR target/65261
477 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
478
5221952d 4792015-02-19 Pedro Alves <palves@redhat.com>
480
481 * floatformat.h [__cplusplus]: Wrap in extern "C".
482
f36f9b8b 4832015-02-04 Jakub Jelinek <jakub@redhat.com>
484
485 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
486 and DW_LANG_Fortran08.
487
ca4c3545 4882015-01-15 Thomas Schwinge <thomas@codesourcery.com>
489 Julian Brown <julian@codesourcery.com>
490 James Norris <jnorris@codesourcery.com>
491
492 * gomp-constants.h: New file.
493
dee58864 4942014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
88a6165f 495
496 * libiberty.h: Merge Copyright year update from Binutils.
497
655833ff 4982014-12-24 Uros Bizjak <ubizjak@gmail.com>
499 Ben Elliston <bje@au.ibm.com>
500 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
501
502 * libiberty.h (xasprintf): Declare.
503
5d95297a 5042014-12-11 Uros Bizjak <ubizjak@gmail.com>
c9e63184 505 Ben Elliston <bje@au.ibm.com>
506 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5d95297a 507
508 * libiberty.h (xvasprintf): Declare.
509
eb06b251 5102014-12-09 Trevor Saunders <tsaunders@mozilla.com>
511
512 * hashtab.h, splay-tree.h: Remove GTY markers.
513
9d231822 5142014-12-08 Mark Wielaard <mjw@redhat.com>
515
516 PR debug/60782
517 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
518
b4721d74 5192014-11-21 Mark Wielaard <mjw@redhat.com>
520
521 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
522 DW_LANG_C_plus_plus_14.
523
aa643a01 5242014-11-25 Mark Wielaard <mjw@redhat.com>
525
526 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
527
69a2f316 5282014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
529
530 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
531 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
532 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
533 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
534 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
535 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
536 (DW_AT_APPLE_property): New macros.
537
4d0069ee 5382014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
539 Manuel López-Ibáñez <manu@gcc.gnu.org>
540
541 PR driver/36312
542 * filenames.h: Add prototype for canonical_filename_eq.
543
863e76f9 5442014-11-11 David Malcolm <dmalcolm@redhat.com>
545
546 * ChangeLog.jit: New.
547
ec4adff1 5482014-10-28 Richard Henderson <rth@redhat.com>
549
550 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
551
5e1a5aba 5522014-10-28 Yury Gribov <y.gribov@samsung.com>
553
554 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
555
ab103e33 5562014-10-27 Phil Muldoon <pmuldoon@redhat.com>
557 Jan Kratochvil <jan.kratochvil@redhat.com>
558 Tom Tromey <tromey@redhat.com>
559
560 * gcc-c-fe.def: New file.
561 * gcc-c-interface.h: New file.
562 * gcc-interface.h: New file.
563
51190923 5642014-10-15 David Malcolm <dmalcolm@redhat.com>
565
566 * libiberty.h (choose_tmpdir): New prototype.
567
77cab475 5682013-10-02 Mark Wielaard <mjw@redhat.com>
569
570 PR debug/63239
571 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
572
59a81bf9 5732014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
574
575 * libiberty.h (PEX_STDOUT_APPEND): New flag.
576 (PEX_STDERR_APPEND): Likewise.
577
23c22e01 5782014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
579
580 * demangle.h (DMGL_DLANG): New macro.
581 (DMGL_STYLE_MASK): Add DMGL_DLANG.
582 (demangling_styles): Add dlang_demangling.
583 (DLANG_DEMANGLING_STYLE_STRING): New macro.
584 (DLANG_DEMANGLING): New macro.
585 (dlang_demangle): New prototype.
586
22538acd 5872014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
588
589 * longlong.h: Add __udiv_w_sdiv prototype.
590
d968efea 5912014-06-10 Thomas Schwinge <thomas@codesourcery.com>
592
593 PR lto/61334
594 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
595 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
596
463553db 5972014-05-21 John Marino <gnugcc@marino.st>
598
599 * liberty.h: Use basename function on DragonFly.
600
5f0ba1cc 6012014-05-01 Steve Ellcey <sellcey@mips.com>
602
603 * include/longlong.h: Use 'defined()' to check __mips16.
604
cee1824e 6052014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
606
607 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
608
a95d3a28 6092014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
610
611 * longlong.h: Merge from glibc.
612
e14937e9 6132014-01-21 Tom Tromey <tromey@redhat.com>
614
615 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
616 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
617 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
618 (NOARGS): Don't define.
619 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
620
468088ac 6212013-12-23 Bill Maddox <maddox@google.com>
622
623 * demangle.h (enum gnu_v3_ctor_kinds):
624 Added literal gnu_v3_unified_ctor.
625 (enum gnu_v3_ctor_kinds):
626 Added literal gnu_v3_unified_dtor.
627
81927967 6282013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
629
630 * longlong.h: New file.
631
2b0d0b81 6322013-10-29 Marc Glisse <marc.glisse@inria.fr>
633
634 PR tree-optimization/58689
635 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
636 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
637 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
638 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
639 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
640 Mark with attribute returns_nonnull.
641
ba477559 6422013-10-22 Sterling Augustine <saugustine@google.com>
643
644 * gdb/gdb-index.h: Merge from gdb tree.
645
6d69d407 6462013-08-20 Alan Modra <amodra@gmail.com>
647
648 * floatformat.h (floatformat_ibm_long_double): Delete.
649 (floatformat_ibm_long_double_big): Declare.
650 (floatformat_ibm_long_double_little): Declare.
651
47e5a776 6522013-08-19 Dehao Chen <dehao@google.com>
653
654 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
655
b710ec85 6562013-08-02 Caroline Tice <cmtice@google.com>
657
658 * vtv-change-permission.h: New file.
659
1189258f 6602013-04-03 Jason Merrill <jason@redhat.com>
661
662 Demangle C++11 ref-qualifier.
663 * demangle.h (enum demangle_component_type): Add
664 DEMANGLE_COMPONENT_REFERENCE_THIS,
665 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
666
e82adc39 6672013-03-01 Cary Coutant <ccoutant@google.com>
668
669 * dwarf2.h (enum dwarf_sect): New enum type.
670
0d360bdc 6712013-02-11 Sriraman Tallam <tmsriram@google.com>
672
673 * plugin-api.h (enum ld_plugin_level): Assign integers
674 explicitly for all values.
675
9261f555 6762013-01-30 Kai Tietz <ktietz@redhat.com>
677
678 PR other/54620
679 PR target/39064
680 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
681 stdint.h and sys/types.h headers are present.
682 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
683
576b1370 6842012-12-18 Aldy Hernandez <aldyh@redhat.com>
685
686 PR other/54324
687 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
688 < 3.4.
689
d4701f6c 6902012-11-09 Jason Merrill <jason@redhat.com>
691
692 * demangle.h (enum demangle_component_type): Add
693 DEMANGLE_COMPONENT_TAGGED_NAME.
694
21ebaa24 6952012-10-29 Sterling Augustine <saugustine@google.com>
c9e63184 696 Cary Coutant <ccoutant@google.com>
b35329c7 697
698 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
699 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
700 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
701
702
462819c8 7032012-10-08 Jason Merrill <jason@redhat.com>
704
705 * demangle.h (enum demangle_component_type): Add
706 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
707
63d6cef5 7082012-09-18 Florian Weimer <fweimer@redhat.com>
709
710 PR other/54411
711 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
712
0131450a 7132012-09-06 Cary Coutant <ccoutant@google.com>
714
715 * dwarf2.def: Edit comment.
716
ec4151f2 7172012-08-24 Sriraman Tallam <tmsriram@google.com>
718
719 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
720 New interface.
721 (ld_plugin_unique_segment_for_sections): New interface.
722 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
723 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
724 (tv_allow_unique_segment_for_sections): New member.
725 (tv_unique_segment_for_sections): New member.
726
712932d2 7272012-07-13 Doug Evans <dje@google.com>
728
729 * filenames.h: #include "hashtab.h".
730 (filename_hash, filename_eq): Declare.
731
3c4aeb35 7322012-06-18 Doug Evans <dje@google.com>
733
734 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
735
c0b7038e 7362012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
737
738 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
739
d233e0db 7402012-06-08 Jakub Jelinek <jakub@redhat.com>
741
742 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
743 forms.
744 * dwarf2.h (enum dwarf_macro_record_type): Add
745 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
746 and DW_MACRO_GNU_transparent_include_alt.
747
73e554b7 7482012-05-23 Doug Evans <dje@google.com>
749
750 * leb128.h: #include stdint.h, inttypes.h.
751 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
752 Change to take a uint64_t * argument instead of unsigned long long.
753 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
754 Change to take an int64_t * argument instead of long long.
755
d0c5362c 7562012-05-22 Doug Evans <dje@google.com>
757
758 * leb128.h: New file.
759
06d1ba50 7602012-05-19 Gary Funck <gary@intrepid.com>
761
762 * dwarf2.def: Update comment re: UPC extensions to reference
763 DWARF4 specification.
764
9618d32d 7652012-05-02 Cary Coutant <ccoutant@google.com>
766
767 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
768 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
769
ee9571b9 7702012-04-28 Doug Evans <dje@google.com>
771
772 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
773
8fd919b6 7742012-04-27 Tom Tromey <tromey@redhat.com>
775
776 * dwarf2.h: Wrap function declarations in extern "C".
777
c9f46599 7782012-04-27 Tom Tromey <tromey@redhat.com>
779
780 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
781 (enum dwarf_location_atom, enum dwarf_type, enum
782 dwarf_call_frame_info): Remove.
783 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
784 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
785 Include dwarf2.def.
786 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
787 (get_DW_OP_name, get_DW_ATE_name): Declare.
788 * dwarf2.def: New file, from dwarf2.h.
789
ee0af6e0 7902012-04-10 Tristan Gingold <gingold@adacore.com>
791
792 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
793 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
794
abbb0ba2 7952012-01-26 Cary Coutant <ccoutant@google.com>
796
797 * dwarf2.h (enum dwarf_form): Add Fission extensions.
798 (enum dwarf_attribute): Likewise.
799
2d847c18 8002012-01-06 Jason Merrill <jason@redhat.com>
801
802 PR c++/6057
803 PR c++/48051
804 PR c++/50855
805 PR c++/51322
806 * demangle.h (enum demangle_component_type): Add
807 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
808
4c0315d0 8092011-11-07 Richard Henderson <rth@redhat.com>
810
811 Merged from transactional-memory.
812
813 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
814 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
815 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
816 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
817
b103fef5 8182011-10-21 Ulrich Drepper <drepper@gmail.com>
819
820 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
821
8222011-10-21 Marc Glisse <marc.glisse@inria.fr>
823
824 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
825
c12ded99 8262011-09-28 Doug Evans <dje@google.com>
827
e30b3499 828 * timeval-utils.h: New file.
829
c12ded99 830 * libiberty.h (countargv): Declare.
831
17f036ad 8322011-09-26 Cary Coutant <ccoutant@google.com>
833
834 PR lto/47247
835 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
836 LDPR_PREVAILING_DEF_IRONLY_EXP.
837 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
838
0d80d940 8392011-09-23 Cary Coutant <ccoutant@google.com>
840
841 PR 40831
842 * demangle.h (enum demangle_component_type): Add
843 DEMANGLE_COMPONENT_CLONE.
844
71d67b2d 8452011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
846
847 * xregex.h (regoff_t): Define.
848
00dacc40 8492011-07-22 Jakub Jelinek <jakub@redhat.com>
850
60699ecd 851 * dwarf2.h (DW_AT_GNU_macros): New.
852 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
853
00dacc40 854 PR c++/49756
855 * libiberty.h (stack_limit_increase): New prototype.
856
3bb7aade 8572011-07-13 Sriraman Tallam <tmsriram@google.com>
858
859 * plugin-api.h
860 (ld_plugin_section): New struct.
861 (ld_plugin_get_section_count): New typedef.
862 (ld_plugin_get_section_type): New typedef.
863 (ld_plugin_get_section_name): New typedef.
864 (ld_plugin_get_section_contents): New typedef.
865 (ld_plugin_update_section_order): New typedef.
866 (ld_plugin_allow_section_ordering): New typedef.
867 (LDPT_GET_SECTION_COUNT): New enum value.
868 (LDPT_GET_SECTION_TYPE): New enum value.
869 (LDPT_GET_SECTION_NAME): New enum value.
870 (LDPT_GET_SECTION_CONTENTS): New enum value.
871 (LDPT_UPDATE_SECTION_ORDER): New enum value.
872 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
873 (tv_get_section_count): New struct members.
874 (tv_get_section_type): New struct members.
875 (tv_get_section_name): New struct members.
876 (tv_get_section_contents): New struct members.
877 (tv_update_section_order): New struct members.
878 (tv_allow_section_ordering): New struct members.
879
fd109ff5 8802011-07-01 Joel Brobecker <brobecker@adacore.com>
881
882 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
883 on Darwin, as well as on the systems that use a DOS-like
884 filesystem.
885
841424cc 8862011-06-22 Jakub Jelinek <jakub@redhat.com>
887
888 PR debug/47858
889 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
890
932501f9 8912011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
894 (DMGL_RET_DROP): New.
895
e86bbaee 8962011-04-30 Jakub Jelinek <jakub@redhat.com>
897
898 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
899 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
900
cdd0bb4b 9012011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
902
903 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
904
3e8b7d36 9052011-03-31 Tristan Gingold <gingold@adacore.com>
906
907 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
908
5c550782 9092011-03-24 Mark Wielaard <mjw@redhat.com>
910
911 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
912
fa5d241f 9132010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
914
915 * plugin-api.h (ld_plugin_get_view): New.
916 (ld_plugin_tag): Add LDPT_GET_VIEW.
917 (ld_plugin_tv): Add tv_get_view.
918
4143d08b 9192011-03-16 Jakub Jelinek <jakub@redhat.com>
920
921 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
922 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
923 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
924 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
925 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
926 DW_OP_GNU_entry_value): New.
927
875ffd1d 9282011-02-28 Kai Tietz <kai.tietz@onevision.com>
929
930 * filenames.h (filename_ncmp): New prototype.
931
fbc6ee3a 9322011-02-23 Kai Tietz <kai.tietz@onevision.com>
933
934 * dwarf2.h (_ELF_DWARF2_H): Renamed to
935 _DWARF2_H.
936 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
937 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
938 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
939 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
940
f97b152f 9412011-01-12 Iain Sandoe <iains@gcc.gnu.org>
942
943 * dwarf2.h: Update value for DW_AT_hi_user.
944
2e521e13 9452010-11-16 Ian Lance Taylor <iant@google.com>
946
947 * simple-object.h (simple_object_attributes_merge): Declare,
948 replacing simple_object_attributes_compare.
949
46c5c275 9502010-11-04 Ian Lance Taylor <iant@google.com>
951
952 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
953
ebb6c20c 9542010-11-02 Ian Lance Taylor <iant@google.com>
955
956 * simple-object.h: New file.
957
8de56b55 9582010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
959
960 Sync LD plugin patch series (part 1/6) with src/include/.
961 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
962
21ebaa24 9632010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 964
965 * libiberty.h (setproctitle): Add prototype.
966
f9c61ef7 9672010-09-09 Jakub Jelinek <jakub@redhat.com>
968
969 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
970
b2d17628 9712010-07-06 Ken Werner <ken.werner@de.ibm.com>
972
973 * floatformat.h (floatformat_ieee_half_big): Add declaration.
974 (floatformat_ieee_half_little): Likewise.
975
ab3da48a 9762010-06-21 Rafael Espindola <espindola@google.com>
977
978 * plugin-api.h (ld_plugin_set_extra_library_path): New.
979 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
980 (ld_plugin_tv): Add tv_set_extra_library_path.
981
952114f8 9822010-06-21 Jakub Jelinek <jakub@redhat.com>
983
984 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
985
7d99a199 9862010-06-18 Rafael Espindola <espindola@google.com>
987
988 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
989 Make argument const.
990
3e00a9d3 9912010-06-08 Tristan Gingold <gingold@adacore.com>
992
993 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
994 DW_TAG_HP_Bliss_field_set.
995 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
996 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
997 DW_AT_HP_definition_points, DW_AT_HP_default_location and
998 DW_AT_HP_is_result_param.
999 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
1000 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
1001 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
1002 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
1003 (enum dwarf_line_number_x_ops): Add
1004 DW_LNE_HP_source_file_correlation.
1005 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
1006 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
1007 DW_LANG_HP_Assembler.
1008
ba72912a 10092010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1010
1011 * splay-tree.h: Update copyright years.
1012 (splay_tree_s): Document fields.
1013 (splay_tree_new_typed_alloc): New.
1014
1015 * hashtab.h: Update copyright years.
1016 (htab_create_typed_alloc): New.
1017
cff884a9 10182010-06-01 Rafael Espindola <espindola@google.com>
1019
1020 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
1021
c5212646 10222010-04-26 Pedro Alves <pedro@codesourcery.com>
1023
1024 * filenames.h (PATH_SEPARATOR): Delete.
1025
2d7565f9 10262010-04-23 Pedro Alves <pedro@codesourcery.com>
1027
1028 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
1029 always define it independently of host, add `dos_based' parameter,
1030 and handle it.
d2b5c460 1031 (PATH_SEPARATOR): Define.
2d7565f9 1032 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
1033 independently of host, add `dos_based' parameter, and handle it.
1034 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
1035 it independently of host, add `dos_based' parameter, and handle
1036 it.
1037 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
1038 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
1039 (HAS_DOS_DRIVE_SPEC): New.
1040 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
1041 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
1042 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
1043 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
1044
249057fc 10452010-04-20 Nick Clifton <nickc@redhat.com>
1046
1047 * sha1.h: Update copyright notice to use GPLv3.
1048
81eaa852 10492010-04-14 Doug Evans <dje@google.com>
1050
1051 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
1052
889783e3 10532010-04-13 Matthias Klose <doko@ubuntu.com>
1054
1055 * elf: Remove empty directory.
1056
a1b9762a 10572010-04-06 Jakub Jelinek <jakub@redhat.com>
1058
1059 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
1060 field.
1061
c8bee5e9 10622010-03-23 Joseph Myers <joseph@codesourcery.com>
1063
1064 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
1065
b17eeb61 10662010-01-13 Joel Brobecker <brobecker@adacore.com>
1067
1068 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
1069 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
1070
10650b19 10712010-01-11 Tristan Gingold <gingold@adacore.com>
1072
1073 * demangle.h (ada_demangle): Add prototype.
1074
1eb1b33f 10752010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1076
1077 PR bootstrap/41771
1078 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
1079
ffed923e 10802009-12-29 Joel Brobecker <brobecker@adacore.com>
1081
1082 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
1083
36ce008e 10842009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
1085
1086 Add DWARF attribute value for the "Borland fastcall" calling
1087 convention.
1088 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
1089
9c241155 10902009-10-23 Kai Tietz <kai.tietz@onevision.com>
1091
1092 * splay-tree.h (libi_uhostptr_t): Add gcc specific
1093 __extension__ for long long type case to silent cX9.
1094 (libi_shostptr_t): Likewise.
1095
f5dac1dd 10962009-10-19 Rafael Avila de Espindola <espindola@google.com>
1097
1098 PR40790
889783e3 1099 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 1100
711a4686 11012009-10-15 Jakub Jelinek <jakub@redhat.com>
1102
1103 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
1104 a DWARF 4 addition.
1105
5460ff78 11062009-10-09 Rafael Espindola <espindola@google.com>
1107
1108 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
1109 libname.
1110
11112009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 1112
ef356dfa 1113 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1114 (ld_plugin_get_input_file): New.
1115 (ld_plugin_release_input_file): New.
1116 (ld_plugin_add_input_library): New.
1117 (ld_plugin_message): Mark format const.
1118 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1119 LDPT_ADD_INPUT_LIBRARY.
1120 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1121 tv_add_input_library.
cb793c69 1122
03d46b27 11232009-10-04 Jerry Quinn <jlquinn@optonline.net>
1124
1125 * plugin-api.h: Fix compile.
1126
d2b5c460 11272009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 1128
1129 * plugin-api.h: New.
1130 * lto-symtab.h: New.
1131
4817b87c 11322009-09-29 Jason Merrill <jason@redhat.com>
1133
1134 * demangle.h (enum demangle_component_type): Add
1135 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1136 DEMANGLE_COMPONENT_UNNAMED_TYPE.
1137 (struct demangle_component): Add s_unary_num.
1138
86cbedda 11392009-09-25 Dodji Seketeli <dodji@redhat.com>
1140
1141 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1142 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1143 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1144
4b9ed140 11452009-09-25 Cary Coutant <ccoutant@google.com>
1146
1147 Add rest of new values from DWARF Version 4.
1148 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1149 New tags.
1150 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1151 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1152 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1153 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1154 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1155 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1156 attributes.
1157 (DW_LANG_Python): New language.
1158
5d1e31fa 11592009-09-22 Dodji Seketeli <dodji@redhat.com>
1160
1161 * dwarf2.h (enum dwarf_tag): Add
1162 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1163
75d716e2 11642009-07-24 Ian Lance Taylor <iant@google.com>
1165
1166 PR bootstrap/40854
1167 * libiberty.h (xcrc32): Rename from crc32.
1168
be347f2e 11692009-07-24 Ian Lance Taylor <iant@google.com>
1170
1171 * libiberty.h (crc32): Declare.
1172
5e006d27 11732009-07-20 Cary Coutant <ccoutant@google.com>
1174 Doug Evans <dje@google.com>
f12fbb9c 1175
1176 Add some dwarf4 values.
1177 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1178 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1179 DW_FORM_flag_present, DW_FORM_sig8.
1180 (enum dwarf_attribute): Add DW_AT_signature.
1181
7ddff01e 11822009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 * demangle.h
1185 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1186 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1187 New.
1188
8fdd1a73 11892009-07-09 Jakub Jelinek <jakub@redhat.com>
1190
1191 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1192 and DW_OP_stack_value.
1193
bde36f4a 11942009-07-09 Tom Tromey <tromey@redhat.com>
1195
1196 * elf/dwarf2.h: Remove, renaming to...
1197 * dwarf2.h: ... this.
1198
2452254d 11992009-06-29 Tom Tromey <tromey@redhat.com>
1200
1201 * elf/dwarf2.h: New file. Merged with gdb.
1202
5741047e 12032009-06-09 Ian Lance Taylor <ian@airs.com>
1204
1205 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1206
12072009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 1208
1209 * ansidecl.h (EXPORTED_CONST): Define.
1210
74b36562 12112009-05-31 Ian Lance Taylor <iant@google.com>
1212
1213 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
1214 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 1215 macro when compiling with C++.
74b36562 1216 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
1217 when compiling with C++.
1218 * fibheap.h: Add extern "C" when compiling with C++.
1219
4f99ab94 12202009-04-22 Taras Glek <tglek@mozilla.com>
1221
5daf45f2 1222 * hashtab.h: Update GTY annotations to new syntax.
1223 * splay-tree.h: Likewise.
4f99ab94 1224
e92154af 12252009-03-17 Jason Merrill <jason@redhat.com>
1226
1227 * demangle.h (enum demangle_component_type): Add
1228 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1229
e4583147 12302008-12-10 Jason Merrill <jason@redhat.com>
1231
1232 * demangle.h (enum demangle_component_type): Add
1233 DEMANGLE_COMPONENT_FIXED_TYPE.
1234
e057bf62 12352008-11-19 Bob Wilson <bob.wilson@acm.org>
1236
1237 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1238 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1239 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1240 (XCHAL_NUM_AREGS): Change to 32.
1241 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1242 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1243 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1244 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1245 (XCHAL_DEBUGLEVEL): Change to 6.
1246
68a40a77 12472008-10-21 Alan Modra <amodra@bigpond.net.au>
1248
1249 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1250
4682b6fe 12512008-10-06 Jason Merrill <jason@redhat.com>
1252
1253 * demangle.h (enum demangle_component_type): Add
1254 DEMANGLE_COMPONENT_PACK_EXPANSION.
1255
a2ad5e1b 12562008-09-09 Jason Merrill <jason@redhat.com>
1257
1258 * demangle.h (enum demangle_component_type): Add
1259 DEMANGLE_COMPONENT_DECLTYPE.
1260
bc5f68df 12612008-07-07 Joel Brobecker <brobecker@adacore.com>
1262
1263 * safe-ctype.h: Add #include of ctype.h before redefining
1264 the ctype.h macros.
1265
3725d22e 12662008-07-04 Joel Brobecker <brobecker@adacore.com>
1267
1268 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1269 included. Redefine the various macros provided by ctype.h as
1270 undefined variables.
1271
b60b4740 12722008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1273
1274 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1275 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1276
4acbb723 12772008-03-24 Ian Lance Taylor <iant@google.com>
1278
af9790a0 1279 * sha1.h: New file, from gnulib.
1280
4acbb723 1281 * md5.h: Add extern "C" when compiled with C++.
1282
3b4c5c14 12832008-03-21 Ian Lance Taylor <iant@google.com>
1284
1285 * filenames.h: Add extern "C" when compiled with C++.
1286
e54ec148 12872008-02-11 Bob Wilson <bob.wilson@acm.org>
1288
1289 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1290 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1291
c8d35c3c 12922008-01-26 David Daney <ddaney@avtrex.com>
1293
1294 * demangle.h (demangle_component_type): Add
1295 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1296 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1297 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1298 (demangle_component): Add struct s_character to union u.
1299
4d403838 13002007-11-07 Joseph Myers <joseph@codesourcery.com>
1301 Daniel Jacobowitz <dan@codesourcery.com>
1302
1303 * floatformat.h (struct floatformat): Add split_half field.
1304 (floatformat_ibm_long_double): New.
1305
406035ae 13062007-09-06 Tom Tromey <tromey@redhat.com>
1307
1308 * libiberty.h (pex_free): Document process killing.
1309
c4692e04 13102007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1311
1312 * demangle.h (enum demangle_component_type): Add
1313 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1314
a3d8cd7b 13152007-07-25 Ben Elliston <bje@au.ibm.com>
1316
1317 * ternary.h: Remove.
1318
4690907f 13192007-07-18 Bob Wilson <bob.wilson@acm.org>
1320
1321 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1322 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1323
1ee47085 13242007-07-17 Nick Clifton <nickc@redhat.com>
1325
1326 * COPYING3: New file. Contains version 3 of the GNU General
1327 Public License.
1328
01616473 13292007-07-12 Kai Tietz <kai.tietz@onevision.com>
1330
1331 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1332 needed for WIN64 when a long is not wide enough for a pointer.
c9e63184 1333 (splay_tree_key, splay_tree_value): Use the new types.
01616473 1334
c159e0b7 13352007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1336
1337 * libiberty.h (writeargv): Declare.
1338
1846fb72 13392007-04-25 Mark Mitchell <mark@codesourcery.com>
1340
1341 * demangle.h: Change license to LGPL + exception.
1342
a5cb63da 13432007-03-29 Joel Brobecker <brobecker@adacore.com>
1344
1345 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1346 regardless of the type of file system.
1347
5de92639 13482007-03-06 Jan Hubicka <jh@suse.cz>
1349
1350 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1351
50382252 13522007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1353
1354 * libiberty.h (pex_write_input): Remove prototype.
1355
f8b619f0 13562007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1357
1358 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1359 (PEX_BINARY_ERROR): New define.
1360 (pex_read_err): New function.
1361
611fc3d0 13622007-01-29 Simon Baldwin <simonb@google.com>
1363
1364 * demangle.h: New cplus_demangle_print_callback,
1365 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1366 prototypes, and demangle_callbackref type definition.
1367
9430e4a9 13682006-12-06 Nick Clifton <nickc@redhat.com>
1369
1370 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1371
6fa7e596 13722006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
c9e63184 1373 J"orn Rennecke <joern.rennecke@st.com>
6fa7e596 1374
1375 PR driver/29931
1376 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1377
802cc599 13782006-11-27 Bob Wilson <bob.wilson@acm.org>
1379
1380 * xtensa-config.h (XSHAL_ABI): New.
1381 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1382
d7e51a35 13832006-04-11 Jim Blandy <jimb@codesourcery.com>
1384
1385 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1386
48b2395d 13872006-01-18 DJ Delorie <dj@redhat.com>
1388
1389 * md5.h: Include ansidecl.h
1390
367a6058 13912006-01-09 Bob Wilson <bob.wilson@acm.org>
1392
1393 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1394
3161b3ad 13952005-12-30 Bob Wilson <bob.wilson@acm.org>
1396
1397 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1398
4c8420c9 13992005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1400
1401 PR java/9861
1402 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1403 output format for return types
1404
c38d39c9 14052005-10-31 Mark Kettenis <kettenis@gnu.org>
1406
1407 * floatformat.h (enum floatformat_byteorders): Add
1408 floatformat_vax.
1409 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1410
bab0d4c5 14112005-09-26 Mark Mitchell <mark@codesourcery.com>
1412
1413 * libiberty.h (expandargv): New function.
1414
5a929093 14152005-08-17 Mark Kettenis <kettenis@gnu.org>
1416
1417 * floatformat.h (struct floatformat): Change type of large
1418 argument for is_valid member to `const void *'.
1419 (floatformat_to_double): Change type of second argument to `const
1420 void *'.
1421 (floatformat_from_double): Change type of last argument to `void
1422 *'.
1423 (floatformat_is_valid): Change type of last argument to `const
1424 void *'.
1425
317d4fda 14262005-07-12 Ben Elliston <bje@au.ibm.com>
1427
1428 * xregex2.h (regexec): Qualify this prototype with __extension__
1429 when compiling with GNU C.
1430
91fc5678 14312005-07-03 Steve Ellcey <sje@cup.hp.com>
1432
1433 PR other/13906
1434 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1435 * md5.h (md5_uintptr): New.
1436 (md5_ctx): Align buffer field.
1437
a55dc2cd 14382005-06-30 Daniel Berlin <dberlin@dberlin.org>
1439
1440 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1441 (HTAB_EMPTY_ENTRY): New macro.
1442
28cc9eac 14432005-06-20 Geoffrey Keating <geoffk@apple.com>
1444
1445 * libiberty.h (strverscmp): Prototype.
1446
4fac984f 14472005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1448
1449 * libiberty.h (XOBFINISH): New.
1450
8be91f46 14512005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1452
1453 * libiberty.h (vsnprintf): Add format attribute.
1454
1b52004c 14552005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1456
1457 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1458
71f27b28 14592005-05-28 Eli Zaretskii <eliz@gnu.org>
1460
1461 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1462 needed.
1463 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1464
e63e3841 14652005-05-25 Richard Henderson <rth@redhat.com>
1466
1467 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1468
f2d737fc 14692005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1470
1471 * libiberty.h (ACONCAT): Properly cast value of alloca().
1472
1473 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 1474 __cplusplus.
f2d737fc 1475
c72b6e6e 14762005-05-12 Steve Ellcey <sje@cup.hp.com>
1477
1478 libiberty.h: Do not define empty basename prototype.
1479
2f8ebb8e 14802005-05-10 Nick Clifton <nickc@redhat.com>
1481
1482 * Update the address and phone number of the FSF organization in
1483 the GPL notices in the following files:
1484 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1485 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1486 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1487 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1488 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1489 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1490 xtensa-isa-internal.h, xtensa-isa.h
1491
243fbe73 14922005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1493
1494 * libiberty.h (unlock_std_streams): New.
1495
2b0988cf 14962005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1497
1498 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1499 Don't use the PTR macro.
1500
1501 * sort.h: Don't use the PARAMS macro.
1502
bb06f0f5 15032005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1504
1505 * libiberty.h (unlock_stream): New.
1506
e7f1b027 15072005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1508
1509 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1510 Remove parameter names.
1511
35f4c956 15122005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1513
1514 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1515 Provide prototypes for new functions.
1516
c7df38d7 15172005-03-29 Ian Lance Taylor <ian@airs.com>
1518
1519 * libiberty.h: Fix indentation.
1520
22683dca 15212005-03-28 Ian Lance Taylor <ian@airs.com>
1522
1523 * libiberty.h: Include <stdio.h>.
1524 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1525 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1526 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1527 (pex_init, pex_run, pex_read_output): Declare.
1528 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1529 (struct pex_time): Define.
1530
5cc697d9 15312005-03-28 Mark Mitchell <mark@codesourcery.com>
1532
1533 * libiberty.h (ffs): Declare, if necessary.
71f27b28 1534
320d4d0a 15352005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1536
1537 * xregex2.h (_RE_ARGS): Remove definition and uses.
1538
cd72df1f 15392005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1540
1541 * ternary.h: Don't use PARAMS anymore.
1542
f8d9d6a0 15432005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1544
1545 * partition.h: Remove use of PARAMS.
1546 * obstack.h: Remove conditional prototypes __STDC__.
1547 * objalloc.h: Remove use of PARAMS.
1548 * splay-tree.h: Likewise.
1549
8858115e 15502005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1551
1552 * md5.h: Remove definition and uses of __P.
1553 * dyn-string.h: Remove uses of PARAMS.
1554 * fibheap.h: Likewise.
1555 * floatformat.h: Likewise.
1556 * hashtab.h: Likewise.
1557
d94aaf66 15582005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1559
1560 * demangle.h: Remove uses of PARAMS.
1561
1562 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1563 ANSI_PROTOTYPES is always assumed.
1564 Remove uses of PARAMS throughout.
1565
a2ef32b0 15662005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1567
1568 * libiberty.h (xstrndup): Declare.
1569
82c5c135 15702005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1571
1572 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1573
5a24a79a 15742005-03-09 Mark Mitchell <mark@codesourcery.com>
1575
1576 * libiberty.h (gettimeofday): Declare.
1577
4e0e2181 15782005-03-01 Jan Beulich <jbeulich@novell.com>
1579
1580 * libiberty.h: Declare unlink_if_ordinary.
1581
bb30d1f4 15822005-02-14 Paolo Bonzini <bonzini@gnu.org>
1583
1584 PR bootstrap/19818
1585 * ansidecl.h (PARAMS): Guard from redefinition.
1586
4927c18d 15872004-12-11 Ben Elliston <bje@au.ibm.com>
1588
1589 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1590 when __GNUC__ is defined and ints are less than 32-bits wide.
1591
c909ad97 15922004-10-07 Bob Wilson <bob.wilson@acm.org>
1593
1594 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1595 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1596 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1597
b882e8a2 15982004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 1599
1600 * libiberty.h (basename): Prototype for __MINGW32__.
1601
bf6c8de0 16022004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1603
1604 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1605 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1606 concat_copy2): Use ATTRIBUTE_SENTINEL.
1607
8eb0977a 16082004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1609
1610 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1611 const-qualification before disposal.
1612
001ad2d4 16132004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 1614
001ad2d4 1615 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 1616
001ad2d4 16172004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 1618
1619 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1620 libcpp/internal.h.
1621 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1622 macros.
1623
001ad2d4 16242004-07-21 Paolo Bonzini <bonzini@gnu.org>
1625
1626 * ansidecl.h (ATTRIBUTE_PURE): New.
1627
2c04b951 16282004-07-13 Bernardo Innocenti <bernie@develer.com>
1629
1630 * libiberty.h (ASTRDUP): Add casts required for stricter
1631 type conversion rules of C++.
1632 * obstack.h (obstack_free): Likewise.
1633
80329a50 16342004-05-04 Andreas Jaeger <aj@suse.de>
1635
1636 * demangle.h: Do not use C++ reserved keyword typename as
1637 parameter for cplus_demangle_fill_builtin_type.
1638
e3190d3d 16392004-04-22 Richard Henderson <rth@redhat.com>
1640
1641 * hashtab.h (struct htab): Add size_prime_index.
1642
14c235d9 16432004-04-13 Jeff Law <law@redhat.com>
71f27b28 1644
4ee9c684 1645 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 1646
87a98662 16472004-03-30 Zack Weinberg <zack@codesourcery.com>
1648
1649 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1650
81e091aa 16512004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1652
1653 * dyn-string.h: Update copyright date.
1654
02c71081 16552004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1656
1657 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1658 the associated #defines.
1659
f95cb811 16602004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1661
0a48bf84 1662 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1663 "libiberty.h".
1664
a2ebbb48 1665 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1666
f95cb811 1667 * demangle.h (enum demangle_component_type): Define.
1668 (struct demangle_operator_info): Declare.
1669 (struct demangle_builtin_type_info): Declare.
1670 (struct demangle_component): Define.
1671 (cplus_demangle_fill_component): Declare.
1672 (cplus_demangle_fill_name): Declare.
1673 (cplus_demangle_fill_builtin_type): Declare.
1674 (cplus_demangle_fill_operator): Declare.
1675 (cplus_demangle_fill_extended_operator): Declare.
1676 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1677 (cplus_demangle_v3_components): Declare.
1678 (cplus_demangle_print): Declare.
1679
dd5bd0ad 1680For older changes see ChangeLog-9103
28e9041c 1681\f
1682Local Variables:
1683mode: change-log
1684left-margin: 8
1685fill-column: 74
1686version-control: never
1687End: