]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Fix comma at end of enumerator list seen with -std=c++98.
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
15711e83
ML
12020-03-21 Martin Liska <mliska@suse.cz>
2
3 * plugin-api.h (enum ld_plugin_symbol_type): Remove
4 comma after last value of an enum.
5 * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
6
c8429c2a
ML
72020-03-19 Martin Liska <mliska@suse.cz>
8
9 * lto-symtab.h (enum gcc_plugin_symbol_type): New.
10 (enum gcc_plugin_symbol_section_kind): Likewise.
11
f5389e17
ML
122020-03-19 Martin Liska <mliska@suse.cz>
13
14 * plugin-api.h (struct ld_plugin_symbol): Split
15 int def into 4 char fields.
16 (enum ld_plugin_symbol_type): New.
17 (enum ld_plugin_symbol_section_kind): New.
18 (enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2.
19
5f44a434
AB
202020-02-05 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * hashtab.h (htab_remove_elt): Make a parameter const.
23 (htab_remove_elt_with_hash): Likewise.
24
6fc0385c
TS
252020-01-10 Thomas Schwinge <thomas@codesourcery.com>
26
27 * gomp-constants.h (enum gomp_device_property): Remove.
28
8d9254fc
JJ
292020-01-01 Jakub Jelinek <jakub@redhat.com>
30
31 Update copyright years.
32
6c84c8bf
MR
332019-12-22 Maciej W. Rozycki <macro@codesourcery.com>
34 Frederik Harwath <frederik@codesourcery.com>
35 Thomas Schwinge <tschwinge@codesourcery.com>
36
37 * gomp-constants.h (gomp_device_property): New enum.
38
4fd872bc
JB
392019-12-19 Julian Brown <julian@codesourcery.com>
40
41 * gomp-constants.h (gomp_map_kind): Add GOMP_MAP_ATTACH_DETACH.
42
8e7e71ff
JB
432019-12-19 Julian Brown <julian@codesourcery.com>
44
45 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_4, GOMP_MAP_DEEP_COPY):
46 Define.
47 (gomp_map_kind): Add GOMP_MAP_ATTACH, GOMP_MAP_DETACH,
48 GOMP_MAP_FORCE_DETACH.
49
a6163563
JB
502019-12-19 Julian Brown <julian@codesourcery.com>
51 Maciej W. Rozycki <macro@codesourcery.com>
52 Tobias Burnus <tobias@codesourcery.com>
53 Thomas Schwinge <thomas@codesourcery.com>
54
55 * gomp-constants.h (gomp_map_kind): Support GOMP_MAP_NO_ALLOC.
56
513e0aa0
JL
572019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
58
59 * demangle.h (struct demangle_component): Add member
60 d_counting.
61
622019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
32fc3719
EMB
63
64 * demangle.h (rust_demangle_callback): Add.
65
fa499995
AS
662019-11-13 Andrew Stubbs <ams@codesourcery.com>
67 Kwok Cheung Yeung <kcy@codesourcery.com>
68 Julian Brown <julian@codesourcery.com>
69 Tom de Vries <tom@codesourcery.com>
70
71 * gomp-constants.h (GOMP_DEVICE_GCN): Define.
72 (GOMP_VERSION_GCN): Define.
73
0fddb184
ML
742019-08-08 Martin Liska <mliska@suse.cz>
75
76 PR bootstrap/91352
77 * libiberty.h (is_valid_fd): New function.
78
979526c9
EMB
792019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
80
81 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
82 (rust_demangle_sym): Move to libiberty/rust-demangle.h.
83
cbdce905
TS
842019-06-18 Thomas Schwinge <thomas@codesourcery.com>
85
86 * gomp-constants.h (enum gomp_map_kind): Fix description of
87 'GOMP_MAP_FIRSTPRIVATE'.
88
de1ee900
ML
892019-06-10 Martin Liska <mliska@suse.cz>
90
91 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
92 * libiberty.h (xmalloc): Use it.
93 (xrealloc): Likewise.
94 (xcalloc): Likewise.
95 (xstrdup): Likewise.
96 (xstrndup): Likewise.
97 (xmemdup): Likewise.
98
3bb0dcb6
ML
992019-06-10 Martin Liska <mliska@suse.cz>
100
101 * ansidecl.h:
102 (ATTRIBUTE_RESULT_SIZE_1): Define new macro.
103 (ATTRIBUTE_RESULT_SIZE_2): Likewise.
104 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
105 * libiberty.h (xmalloc): Add RESULT_SIZE attribute.
106 (xrealloc): Likewise.
107 (xcalloc): Likewise.
108
6b3a5e8a
MF
1092019-04-26 Michael Forney <mforney@mforney.org>
110
111 * libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASPRINTF
112 is not defined.
113
67a9a711
VG
1142019-04-03 Vineet Gupta <vgupta@synopsys.com>
115
116 PR89877
117 * longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
118 (sub_ddmmss): Likewise.
119
f9f75f8d
PW
1202019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
121
122 * splay-tree.h (splay_tree_delete_key_fn): Update comment.
123 (splay_tree_delete_value_fn): Likewise.
124
adcb167e
SL
1252019-01-09 Sandra Loosemore <sandra@codesourcery.com>
126
127 PR other/16615
128
129 * libiberty.h: Mechanically replace "can not" with "cannot".
130 * plugin-api.h: Likewise.
131
a5544970
JJ
1322019-01-01 Jakub Jelinek <jakub@redhat.com>
133
134 Update copyright years.
135
59d5960c
TS
1362018-12-28 Thomas Schwinge <thomas@codesourcery.com>
137
138 * gomp-constants.h (GOACC_FLAG_HOST_FALLBACK)
139 (GOACC_FLAGS_MARSHAL_OP, GOACC_FLAGS_UNMARSHAL): Define.
140
6c8120c5
JM
1412018-12-22 Jason Merrill <jason@redhat.com>
142
143 * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
144 ARM, HP, and EDG demangling styles.
145
921a4c30
NC
1462018-12-11 Nick Clifton <nickc@redhat.com>
147
148 PR 88409
149 * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
150
e96d1d8c
NC
1512018-12-07 Nick Clifton <nickc@redhat.com>
152
153 * demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
154 (DEMANGLE_RECURSION_LIMIT): Define
155
28567c40
JJ
1562018-11-08 Jakub Jelinek <jakub@redhat.com>
157
158 * gomp-constants.h (GOMP_TASK_FLAG_REDUCTION,
159 GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
160 GOMP_DEPEND_MUTEXINOUTSET): Define.
161
4be5c72c
JM
1622018-10-19 Jason Merrill <jason@redhat.com>
163
164 * demangle.h (enum demangle_component_type): Add
165 DEMANGLE_COMPONENT_TPARM_OBJ.
166
7e2de6df
DM
1672018-10-29 David Malcolm <dmalcolm@redhat.com>
168
169 * unique-ptr.h (gnu::move): Generalize so it applies to all
170 lvalue references, rather than just to unique_ptr values.
171
c00c9d03
ML
1722018-07-26 Martin Liska <mliska@suse.cz>
173
92a285c1 174 PR lto/86548
c00c9d03
ML
175 * libiberty.h (make_temp_file_with_prefix): New function.
176
e062dc80
JH
1772018-05-30 Jan Hubicka <hubicka@ucw.cz>
178
179 * simple-object.h (simple_object_copy_lto_debug_sections): Add rename
180 parameter.
181
b0c31bc6
BE
1822018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
183
184 * splay-tree.h (splay_tree_compare_strings,
185 splay_tree_delete_pointers): Declare new utility functions.
186
91294f1e
TR
1872018-05-24 Tom Rix <trix@juniper.net>
188
189 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
190
85b3bb6d
AM
1912018-05-02 Alan Modra <amodra@gmail.com>
192
193 * ansidecl.h (ATTRIBUTE_NONSTRING): Define.
194
01f30ce6
ST
1952018-05-01 Sriraman Tallam <tmsriram@google.com>
196
197 * plugin-api.h: Add plugin API to get the list of wrap
198 symbols.
199
bd2b9f1e
AO
2002018-02-09 Alexandre Oliva <aoliva@redhat.com>
201
58006663
AO
202 * dwarf2.def (DW_AT_GNU_entry_view): New.
203
bd2b9f1e
AO
204 * dwarf2.def (DW_AT_GNU_locviews): New.
205 * dwarf2.h (enum dwarf_location_list_entry_type): Add
206 DW_LLE_GNU_view_pair.
207 (DW_LLE_view_pair): Define.
208
85ec4feb
JJ
2092018-01-03 Jakub Jelinek <jakub@redhat.com>
210
211 Update copyright years.
212
ee1c2133
KC
2132017-11-20 Kito Cheng <kito.cheng@gmail.com>
214
215 * longlong.h [__riscv] (__umulsidi3): Define.
216 [__riscv] (umul_ppmm): Likewise.
217 [__riscv] (__muluw3): Likewise.
218
f382ac6d
SC
2192017-11-10 Stephen Crane <sjc@immunant.com>
220
221 * plugin-api.h: Add plugin API for processing plugin-added
222 input files.
223
b367de5d
DM
2242017-10-23 David Malcolm <dmalcolm@redhat.com>
225
226 * unique-ptr.h: Make include of <memory> conditional on C++11 or
227 later.
228
46d2b77d
DM
2292017-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
230 David Malcolm <dmalcolm@redhat.com>
231
232 * unique-ptr.h: New file.
233
681f5b7c
YQ
2342017-09-15 Yao Qi <yao.qi@linaro.org>
235 Pedro Alves <palves@redhat.com>
236
237 * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
238
ff971abe
JW
2392017-09-12 Jiong Wang <jiong.wang@arm.com>
240
241 * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
242 * dwarf2.h (DW_CFA_DUP): New define.
243
1ea85365
RB
2442017-08-21 Richard Biener <rguenther@suse.de>
245
246 * simple-object.h (simple_object_copy_lto_debug_sections): New
247 function.
248
efae2b2f
NC
2492017-07-31 Nick Clifton <nickc@redhat.com>
250
251 Binutils PR 21850
252 * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
253 #idef __cplusplus.
254
ef29f5dd
JK
2552017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
256
257 * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
258 (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
259 (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
260 * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
261 (enum dwarf_name_index_attribute): Remove.
262 (get_DW_IDX_name): New declaration.
263
e0c634b1
MR
2642017-05-27 Maya Rashish <coypu@sdf.org>
265
266 * longlong.h: Remove ns32k support.
267
2efc367f
NS
2682017-05-24 Nathan Sidwell <nathan@acm.org>
269
270 * libiberty.h (ASTRDUP): Adjust cast to avoid warning.
271
0ff0902b
EZ
2722017-05-19 Eli Zaretskii <eliz@gnu.org>
273
274 * environ.h: Add #ifndef guard.
275
671d5bcb
ML
2762017-05-18 Martin Liska <mliska@suse.cz>
277
278 * ansidecl.h: Define CONSTEXPR macro.
279
54fa7033
JW
2802017-04-04 Jonathan Wakely <jwakely@redhat.com>
281
282 * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
283
680c60fe
JJ
2842017-02-25 Jakub Jelinek <jakub@redhat.com>
285
286 PR debug/77589
287 * dwarf2.def (DW_OP_GNU_variable_value): New opcode.
288
8db29d88
AO
2892017-01-30 Alexandre Oliva <aoliva@redhat.com>
290
291 Introduce C++ support in libcc1.
292 * gcc-c-fe.def (int_type_v0): Rename from...
293 (int_type): ... this. Introduce new version.
294 (float_type_v0): Rename from...
295 (float_type): ... this. Introduce new version.
296 (char_type): New.
297 * gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
298 (gcc_type_array): Move...
299 * gcc-interface.h: ... here.
300 * gcc-cp-fe.def: New.
301 * gcc-cp-interface.h: New.
302
023721aa
JK
3032017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
304
5d1b2443
JK
305 * gcc-interface.h (enum gcc_base_api_version): Update comment
306 for GCC_FE_VERSION_1.
307 (struct gcc_base_vtable): Rename set_arguments to
308 set_arguments_v0. Add set_arguments, set_triplet_regexp and
309 set_driver_filename.
310
3b5c1072
JK
311 * gcc-interface.h (enum gcc_base_api_version): Add comment to
312 GCC_FE_VERSION_1.
313 (struct gcc_base_vtable): Rename compile to compile_v0.
314 Update comment for compile. New methods set_verbose and
315 compile.
316
023721aa
JK
317 * gcc-interface.h (enum gcc_base_api_version): Add
318 GCC_FE_VERSION_1.
319
f6a24a94 3202017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
321 Martin Jambor <mjambor@suse.cz>
322
323 * hsa.h: Moved here from libgomp/plugin/hsa.h.
324
65793e42
RE
3252017-01-04 Richard Earnshaw <rearnsha@arm.com>
326 Jiong Wang <jiong.wang@arm.com>
327
328 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
329 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
330
2afd3180
JJ
3312017-01-04 Jakub Jelinek <jakub@redhat.com>
332
333 Update copyright years.
334
d8ee9c7e
JJ
3352016-12-21 Jakub Jelinek <jakub@redhat.com>
336
337 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
338 (DW_FORM_ref_sup4): ... this. New form.
339 (DW_FORM_ref_sup8): New form.
340
10d48c59
DT
3412016-11-03 David Tolnay <dtolnay@gmail.com>
342 Mark Wielaard <mark@klomp.org>
343
344 * demangle.h (DMGL_RUST): New macro.
345 (DMGL_STYLE_MASK): Add DMGL_RUST.
346 (demangling_styles): Add dlang_rust.
347 (RUST_DEMANGLING_STYLE_STRING): New macro.
348 (RUST_DEMANGLING): New macro.
349 (rust_demangle): New prototype.
350 (rust_is_mangled): Likewise.
351 (rust_demangle_sym): Likewise.
352
51dc6603
JM
3532016-11-07 Jason Merrill <jason@redhat.com>
354
355 * demangle.h (enum demangle_component_type): Add
356 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
357
558c7db0
JJ
3582016-10-17 Jakub Jelinek <jakub@redhat.com>
359
360 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
361 calling convention codes.
362 (enum dwarf_line_number_content_type): New.
363 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
364 codes.
365 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
366 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
367 (enum dwarf_name_index_attribute): New.
368 (enum dwarf_range_list_entry): New.
369 (enum dwarf_unit_type): New.
370 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
371 DW_OP_* and DW_ATE_* entries.
372
30cd7c74
PA
3732016-10-14 Pedro Alves <palves@redhat.com>
374
375 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL,
376 OVERRIDE): Define as empty.
377 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as
378 __final.
379 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as
380 empty.
381
2121e959
PA
3822016-10-14 Pedro Alves <palves@redhat.com>
383
384 * ansidecl.h (GCC_FINAL): Delete.
385 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
386
980bd537
JJ
3872016-08-15 Jakub Jelinek <jakub@redhat.com>
388
389 * dwarf2.def (DW_AT_string_length_bit_size,
390 DW_AT_string_length_byte_size): New attributes.
391
e366d7d8
AO
3922016-08-12 Alexandre Oliva <aoliva@redhat.com>
393
394 PR debug/63240
395 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
980bd537 396 * dwarf2.h (enum dwarf_defaulted_attribute): New.
e366d7d8 397
ac631cbe
AH
3982016-07-29 Aldy Hernandez <aldyh@redhat.com>
399
400 * libiberty.h (MAX_ALLOCA_SIZE): New macro.
401
06fca33d
CLT
4022016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
403
404 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to
405 describe the need for incrementing this macro whenever the plugin
406 interface is modified.
407
76fe84ec
TT
4082016-04-29 Tom Tromey <tom@tromey.com>
409
410 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
411 DW_LANG_Rust_old>: New constants.
412
af952763
OE
4132016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
414
415 * longlong.h (umul_ppmm): Remove SHMEDIA checks.
416 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations.
417
1ab06af6
CZ
4182016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
419
420 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
421 'Cal' constraint.
422 (sub_ddmmss): Likewise.
423
91106e84
TS
4242016-03-17 Thomas Schwinge <thomas@codesourcery.com>
425
426 * gomp-constants.h (enum gomp_map_kind): Rename
427 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users.
428
e94da7c6
CC
4292016-03-03 Than McIntosh <thanm@google.com>
430
431 * plugin-api.h: Add new hooks to the plugin transfer vector to
432 to support querying section alignment and section size.
433 (ld_plugin_get_input_section_alignment): New hook.
434 (ld_plugin_get_input_section_size): New hook.
435 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
436 and LDPT_GET_INPUT_SECTION_SIZE.
437 (ld_plugin_tv): Add tv_get_input_section_alignment and
438 tv_get_input_section_size.
439
4402016-03-03 Evgenii Stepanov <eugenis@google.com>
441
442 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
443
b2b40051
MJ
4442016-01-19 Martin Jambor <mjambor@suse.cz>
445
446 * gomp-constants.h (GOMP_DEVICE_HSA): New macro.
447 (GOMP_VERSION_HSA): Likewise.
448 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise.
449 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise.
450 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise.
451 (GOMP_TARGET_ARG_ID_MASK): Likewise.
452 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise.
453 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise.
454 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise.
455 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise.
456
bd12353b
MF
4572016-01-07 Mike Frysinger <vapier@gentoo.org>
458
459 * longlong.h: Change !__SHMEDIA__ to
460 (!defined (__SHMEDIA__) || !__SHMEDIA__).
461 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
462
66f49f07
MF
4632016-01-05 Mike Frysinger <vapier@gentoo.org>
464
465 * libiberty.h (dupargv): Change arg to char * const *.
466 (writeargv, countargv): Likewise.
467
73fb6a9d
JJ
4682015-11-27 Pedro Alves <palves@redhat.com>
469
470 PR other/61321
471 PR other/61233
472 * demangle.h (enum demangle_component_type)
473 <DEMANGLE_COMPONENT_CONVERSION>: New value.
474
e5ef217c
RO
4752015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
476
477 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ &&
478 __sparc__]: Define.
479
6e232ba4
JN
4802015-11-12 James Norris <jnorris@codesourcery.com>
481 Joseph Myers <joseph@codesourcery.com>
482
483 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT
484 and GOMP_MAP_LINK.
485
f0e525fe
AM
4862015-11-09 Alan Modra <amodra@gmail.com>
487
488 PR gdb/17133
489 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
490
c9f265c9
AM
4912015-11-09 Alan Modra <amodra@gmail.com>
492
493 PR gdb/17133
494 * obstack.h: Import current gnulib file.
495
e01d41e5
JJ
4962015-11-05 Jakub Jelinek <jakub@redhat.com>
497 Ilya Verbin <ilya.verbin@intel.com>
498
499 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define.
500 (GOMP_MAP_FLAG_ALWAYS): Remove.
501 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of
502 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
503 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE.
504 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE.
505 (GOMP_MAP_ALWAYS_P): Define.
506 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment.
507
1e44e857
DJ
5082015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
509 Joseph Myers <joseph@codesourcery.com>
510 Mark Shinwell <shinwell@codesourcery.com>
511 Andrew Stubbs <ams@codesourcery.com>
512 Rich Felker <dalias@libc.org>
513
514 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
515
efd40fc4
RM
5162015-10-18 Roland McGrath <roland@gnu.org>
517
518 PR other/63758
519 * environ.h: New file.
520
d9a6bd32
JJ
5212015-10-13 Jakub Jelinek <jakub@redhat.com>
522 Ilya Verbin <ilya.verbin@intel.com>
523
524 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
525 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE,
526 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
527 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO,
528 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT,
529 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE,
530 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER.
531 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define.
532 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
533 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
534 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP,
535 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
536 GOMP_TARGET_FLAG_UPDATE): Define.
537
3e32ee19
NS
5382015-09-28 Nathan Sidwell <nathan@codesourcery.com>
539
540 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
541 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX,
542 GOMP_DIM_MASK): New.
543 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New.
544 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT,
545 GOMP_LAUNCH_OP_SHIFT): New.
546 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE,
547 GOMP_LAUNCH_OP): New.
548 (GOMP_LAUNCH_OP_MAX): New.
549
2a21ff19
NS
5502015-08-24 Nathan Sidwell <nathan@codesourcery.com>
551
552 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX,
553 GOMP_VERSION_INTEL_MIC): New.
554 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New.
555
9d147800
PMR
5562015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
557
558 * dwarf2.def (DW_AT_GNU_bias): New attribute.
559
07d574b4
PMR
5602015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
561
562 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
563 attributes.
564
96d4df8b
TS
5652015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
566
567 * ansidecl.h (GCC_FINAL): New macro.
568
b97e78b7
TS
5692015-08-10 Thomas Schwinge <thomas@codesourcery.com>
570
571 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove.
572
f50f17e6
YJ
5732015-05-22 Yunlian Jiang <yunlian@google.com>
574
575 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
576 not defined.
577
4c5c36d4
RB
5782015-03-19 Richard Biener <rguenther@suse.de>
579
580 * partition.h (struct partition_elem): Re-order elements to
581 avoid padding.
582
44d95244
MT
5832015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
584
585 PR target/65261
586 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
587
49d88979
PA
5882015-02-19 Pedro Alves <palves@redhat.com>
589
590 * floatformat.h [__cplusplus]: Wrap in extern "C".
591
de3aebff
JJ
5922015-02-04 Jakub Jelinek <jakub@redhat.com>
593
594 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03
595 and DW_LANG_Fortran08.
596
41dbbb37
TS
5972015-01-15 Thomas Schwinge <thomas@codesourcery.com>
598 Julian Brown <julian@codesourcery.com>
599 James Norris <jnorris@codesourcery.com>
600
601 * gomp-constants.h: New file.
602
4cfe4a12 6032014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7fc39e21
JBG
604
605 * libiberty.h: Merge Copyright year update from Binutils.
606
e8850918
UB
6072014-12-24 Uros Bizjak <ubizjak@gmail.com>
608 Ben Elliston <bje@au.ibm.com>
609 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
610
611 * libiberty.h (xasprintf): Declare.
612
01ca36af 6132014-12-11 Uros Bizjak <ubizjak@gmail.com>
92a285c1
ML
614 Ben Elliston <bje@au.ibm.com>
615 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
01ca36af
UB
616
617 * libiberty.h (xvasprintf): Declare.
618
63f5d5b8
TS
6192014-12-09 Trevor Saunders <tsaunders@mozilla.com>
620
621 * hashtab.h, splay-tree.h: Remove GTY markers.
622
bc3518da
MW
6232014-12-08 Mark Wielaard <mjw@redhat.com>
624
625 PR debug/60782
626 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
627
5d45c9c0
MW
6282014-11-21 Mark Wielaard <mjw@redhat.com>
629
630 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
631 DW_LANG_C_plus_plus_14.
632
42bc3520
MW
6332014-11-25 Mark Wielaard <mjw@redhat.com>
634
635 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
636
d8607f25
SH
6372014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
638
639 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
640 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
641 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
642 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
643 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
644 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
645 (DW_AT_APPLE_property): New macros.
646
3d00119c
AB
6472014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
648 Manuel López-Ibáñez <manu@gcc.gnu.org>
649
650 PR driver/36312
651 * filenames.h: Add prototype for canonical_filename_eq.
652
35485da9
DM
6532014-11-11 David Malcolm <dmalcolm@redhat.com>
654
655 * ChangeLog.jit: New.
656
99630555
RH
6572014-10-28 Richard Henderson <rth@redhat.com>
658
659 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
660
ea41822a
YG
6612014-10-28 Yury Gribov <y.gribov@samsung.com>
662
663 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
664
ddc8de03
PM
6652014-10-27 Phil Muldoon <pmuldoon@redhat.com>
666 Jan Kratochvil <jan.kratochvil@redhat.com>
667 Tom Tromey <tromey@redhat.com>
668
669 * gcc-c-fe.def: New file.
670 * gcc-c-interface.h: New file.
671 * gcc-interface.h: New file.
672
e39423c0
DM
6732014-10-15 David Malcolm <dmalcolm@redhat.com>
674
675 * libiberty.h (choose_tmpdir): New prototype.
676
f5059223
MW
6772013-10-02 Mark Wielaard <mjw@redhat.com>
678
679 PR debug/63239
680 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
681
29ce50b0
MO
6822014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
683
684 * libiberty.h (PEX_STDOUT_APPEND): New flag.
685 (PEX_STDERR_APPEND): Likewise.
686
43b1b9ed
IB
6872014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
688
689 * demangle.h (DMGL_DLANG): New macro.
690 (DMGL_STYLE_MASK): Add DMGL_DLANG.
691 (demangling_styles): Add dlang_demangling.
692 (DLANG_DEMANGLING_STYLE_STRING): New macro.
693 (DLANG_DEMANGLING): New macro.
694 (dlang_demangle): New prototype.
695
5e89d0ad
AK
6962014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
697
698 * longlong.h: Add __udiv_w_sdiv prototype.
699
35fa894a
TS
7002014-06-10 Thomas Schwinge <thomas@codesourcery.com>
701
702 PR lto/61334
703 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
704 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
705
dbed5a9b
JM
7062014-05-21 John Marino <gnugcc@marino.st>
707
708 * liberty.h: Use basename function on DragonFly.
709
b6799f37
SE
7102014-05-01 Steve Ellcey <sellcey@mips.com>
711
712 * include/longlong.h: Use 'defined()' to check __mips16.
713
8df07a2c
RS
7142014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
715
716 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
717
130a7859
YZ
7182014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
719
720 * longlong.h: Merge from glibc.
721
d2d21de9
TT
7222014-01-21 Tom Tromey <tromey@redhat.com>
723
724 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
725 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
726 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
727 (NOARGS): Don't define.
728 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
729
1f26ac87
JM
7302013-12-23 Bill Maddox <maddox@google.com>
731
732 * demangle.h (enum gnu_v3_ctor_kinds):
733 Added literal gnu_v3_unified_ctor.
734 (enum gnu_v3_ctor_kinds):
735 Added literal gnu_v3_unified_dtor.
736
b21fbbd2
RS
7372013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
738
739 * longlong.h: New file.
740
eda14d6a
MG
7412013-10-29 Marc Glisse <marc.glisse@inria.fr>
742
743 PR tree-optimization/58689
744 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
745 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
746 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
747 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
748 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
749 Mark with attribute returns_nonnull.
750
88f4509c
SA
7512013-10-22 Sterling Augustine <saugustine@google.com>
752
753 * gdb/gdb-index.h: Merge from gdb tree.
754
a98cbc36
AM
7552013-08-20 Alan Modra <amodra@gmail.com>
756
757 * floatformat.h (floatformat_ibm_long_double): Delete.
758 (floatformat_ibm_long_double_big): Declare.
759 (floatformat_ibm_long_double_little): Declare.
760
f524d0aa
DC
7612013-08-19 Dehao Chen <dehao@google.com>
762
763 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
764
2077db1b
CT
7652013-08-02 Caroline Tice <cmtice@google.com>
766
767 * vtv-change-permission.h: New file.
768
9eb85f27
JM
7692013-04-03 Jason Merrill <jason@redhat.com>
770
771 Demangle C++11 ref-qualifier.
772 * demangle.h (enum demangle_component_type): Add
773 DEMANGLE_COMPONENT_REFERENCE_THIS,
774 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
775
54be96ce
CC
7762013-03-01 Cary Coutant <ccoutant@google.com>
777
778 * dwarf2.h (enum dwarf_sect): New enum type.
779
913bd57d
ST
7802013-02-11 Sriraman Tallam <tmsriram@google.com>
781
782 * plugin-api.h (enum ld_plugin_level): Assign integers
783 explicitly for all values.
784
162b4e41
KT
7852013-01-30 Kai Tietz <ktietz@redhat.com>
786
787 PR other/54620
788 PR target/39064
789 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
790 stdint.h and sys/types.h headers are present.
791 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
792
9654e9c2
AH
7932012-12-18 Aldy Hernandez <aldyh@redhat.com>
794
795 PR other/54324
796 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
797 < 3.4.
798
7dbb85a7
JM
7992012-11-09 Jason Merrill <jason@redhat.com>
800
801 * demangle.h (enum demangle_component_type): Add
802 DEMANGLE_COMPONENT_TAGGED_NAME.
803
ecdbd01a 8042012-10-29 Sterling Augustine <saugustine@google.com>
92a285c1 805 Cary Coutant <ccoutant@google.com>
99ea153e
SA
806
807 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
808 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
809 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
810
811
7c424acd
JM
8122012-10-08 Jason Merrill <jason@redhat.com>
813
814 * demangle.h (enum demangle_component_type): Add
815 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
816
ed770de9
FW
8172012-09-18 Florian Weimer <fweimer@redhat.com>
818
819 PR other/54411
820 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
821
316b938e
CC
8222012-09-06 Cary Coutant <ccoutant@google.com>
823
824 * dwarf2.def: Edit comment.
825
36ec6d1c
ST
8262012-08-24 Sriraman Tallam <tmsriram@google.com>
827
828 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
829 New interface.
830 (ld_plugin_unique_segment_for_sections): New interface.
831 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
832 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
833 (tv_allow_unique_segment_for_sections): New member.
834 (tv_unique_segment_for_sections): New member.
835
69488641
DE
8362012-07-13 Doug Evans <dje@google.com>
837
838 * filenames.h: #include "hashtab.h".
839 (filename_hash, filename_eq): Declare.
840
18100198
DE
8412012-06-18 Doug Evans <dje@google.com>
842
843 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
844
b4cd65d1
RÁE
8452012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
846
847 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
848
c6133dbe
JJ
8492012-06-08 Jakub Jelinek <jakub@redhat.com>
850
851 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
852 forms.
853 * dwarf2.h (enum dwarf_macro_record_type): Add
854 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
855 and DW_MACRO_GNU_transparent_include_alt.
856
60a1fb35
DE
8572012-05-23 Doug Evans <dje@google.com>
858
859 * leb128.h: #include stdint.h, inttypes.h.
860 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
861 Change to take a uint64_t * argument instead of unsigned long long.
862 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
863 Change to take an int64_t * argument instead of long long.
864
19460426
DE
8652012-05-22 Doug Evans <dje@google.com>
866
867 * leb128.h: New file.
868
103ab31f
GF
8692012-05-19 Gary Funck <gary@intrepid.com>
870
871 * dwarf2.def: Update comment re: UPC extensions to reference
872 DWARF4 specification.
873
43f7c432
CC
8742012-05-02 Cary Coutant <ccoutant@google.com>
875
876 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
877 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
878
d028426a
DE
8792012-04-28 Doug Evans <dje@google.com>
880
881 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
882
accea034
TT
8832012-04-27 Tom Tromey <tromey@redhat.com>
884
885 * dwarf2.h: Wrap function declarations in extern "C".
886
11ec770e
TT
8872012-04-27 Tom Tromey <tromey@redhat.com>
888
889 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
890 (enum dwarf_location_atom, enum dwarf_type, enum
891 dwarf_call_frame_info): Remove.
892 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
893 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
894 Include dwarf2.def.
895 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
896 (get_DW_OP_name, get_DW_ATE_name): Declare.
897 * dwarf2.def: New file, from dwarf2.h.
898
5973ae1a
TG
8992012-04-10 Tristan Gingold <gingold@adacore.com>
900
901 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
902 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
903
3beac6b9
CC
9042012-01-26 Cary Coutant <ccoutant@google.com>
905
906 * dwarf2.h (enum dwarf_form): Add Fission extensions.
907 (enum dwarf_attribute): Likewise.
908
4b6aaa99
JM
9092012-01-06 Jason Merrill <jason@redhat.com>
910
911 PR c++/6057
912 PR c++/48051
913 PR c++/50855
914 PR c++/51322
915 * demangle.h (enum demangle_component_type): Add
916 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
917
0a35513e
AH
9182011-11-07 Richard Henderson <rth@redhat.com>
919
920 Merged from transactional-memory.
921
922 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
923 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
924 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
925 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
926
40c4cbcd
DD
9272011-10-21 Ulrich Drepper <drepper@gmail.com>
928
929 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
930
9312011-10-21 Marc Glisse <marc.glisse@inria.fr>
932
933 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
934
be50fcea
DE
9352011-09-28 Doug Evans <dje@google.com>
936
8c850a5a
DE
937 * timeval-utils.h: New file.
938
be50fcea
DE
939 * libiberty.h (countargv): Declare.
940
59d605ad
CC
9412011-09-26 Cary Coutant <ccoutant@google.com>
942
943 PR lto/47247
944 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
945 LDPR_PREVAILING_DEF_IRONLY_EXP.
946 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
947
2d2b02c4
CC
9482011-09-23 Cary Coutant <ccoutant@google.com>
949
950 PR 40831
951 * demangle.h (enum demangle_component_type): Add
952 DEMANGLE_COMPONENT_CLONE.
953
4d1c7421
RO
9542011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
955
956 * xregex.h (regoff_t): Define.
957
d423df48
JJ
9582011-07-22 Jakub Jelinek <jakub@redhat.com>
959
520cda8c
JJ
960 * dwarf2.h (DW_AT_GNU_macros): New.
961 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
962
d423df48
JJ
963 PR c++/49756
964 * libiberty.h (stack_limit_increase): New prototype.
965
8ff3369c
ST
9662011-07-13 Sriraman Tallam <tmsriram@google.com>
967
968 * plugin-api.h
969 (ld_plugin_section): New struct.
970 (ld_plugin_get_section_count): New typedef.
971 (ld_plugin_get_section_type): New typedef.
972 (ld_plugin_get_section_name): New typedef.
973 (ld_plugin_get_section_contents): New typedef.
974 (ld_plugin_update_section_order): New typedef.
975 (ld_plugin_allow_section_ordering): New typedef.
976 (LDPT_GET_SECTION_COUNT): New enum value.
977 (LDPT_GET_SECTION_TYPE): New enum value.
978 (LDPT_GET_SECTION_NAME): New enum value.
979 (LDPT_GET_SECTION_CONTENTS): New enum value.
980 (LDPT_UPDATE_SECTION_ORDER): New enum value.
981 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
982 (tv_get_section_count): New struct members.
983 (tv_get_section_type): New struct members.
984 (tv_get_section_name): New struct members.
985 (tv_get_section_contents): New struct members.
986 (tv_update_section_order): New struct members.
987 (tv_allow_section_ordering): New struct members.
988
985b34c7
JB
9892011-07-01 Joel Brobecker <brobecker@adacore.com>
990
991 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
992 on Darwin, as well as on the systems that use a DOS-like
993 filesystem.
994
ddb555ed
JJ
9952011-06-22 Jakub Jelinek <jakub@redhat.com>
996
997 PR debug/47858
998 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
999
f019462c
JK
10002011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1001
1002 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
1003 (DMGL_RET_DROP): New.
1004
be80a87e
JJ
10052011-04-30 Jakub Jelinek <jakub@redhat.com>
1006
1007 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
1008 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
1009
e5b0dad8
JK
10102011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1011
1012 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
1013
5499e346
TG
10142011-03-31 Tristan Gingold <gingold@adacore.com>
1015
1016 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
1017
ec6165f8
MW
10182011-03-24 Mark Wielaard <mjw@redhat.com>
1019
1020 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
1021
40fb5033
RÁE
10222010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
1023
1024 * plugin-api.h (ld_plugin_get_view): New.
1025 (ld_plugin_tag): Add LDPT_GET_VIEW.
1026 (ld_plugin_tv): Add tv_get_view.
1027
2b1c5433
JJ
10282011-03-16 Jakub Jelinek <jakub@redhat.com>
1029
1030 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
1031 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
1032 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
1033 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
1034 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
1035 DW_OP_GNU_entry_value): New.
1036
94369251
KT
10372011-02-28 Kai Tietz <kai.tietz@onevision.com>
1038
1039 * filenames.h (filename_ncmp): New prototype.
1040
f7aadc6c
KT
10412011-02-23 Kai Tietz <kai.tietz@onevision.com>
1042
1043 * dwarf2.h (_ELF_DWARF2_H): Renamed to
1044 _DWARF2_H.
1045 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
1046 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
1047 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
1048 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
1049
753cc685
IS
10502011-01-12 Iain Sandoe <iains@gcc.gnu.org>
1051
1052 * dwarf2.h: Update value for DW_AT_hi_user.
1053
d82f74d3
ILT
10542010-11-16 Ian Lance Taylor <iant@google.com>
1055
1056 * simple-object.h (simple_object_attributes_merge): Declare,
1057 replacing simple_object_attributes_compare.
1058
458ebeba
ILT
10592010-11-04 Ian Lance Taylor <iant@google.com>
1060
1061 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
1062
1cfabf34
ILT
10632010-11-02 Ian Lance Taylor <iant@google.com>
1064
1065 * simple-object.h: New file.
1066
f24a1469
DK
10672010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
1068
1069 Sync LD plugin patch series (part 1/6) with src/include/.
1070 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
1071
ecdbd01a 10722010-10-06 Andi Kleen <ak@linux.intel.com>
6e9bd0f8
AK
1073
1074 * libiberty.h (setproctitle): Add prototype.
1075
c8a27c40
JJ
10762010-09-09 Jakub Jelinek <jakub@redhat.com>
1077
1078 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
1079
d414dde9
KW
10802010-07-06 Ken Werner <ken.werner@de.ibm.com>
1081
1082 * floatformat.h (floatformat_ieee_half_big): Add declaration.
1083 (floatformat_ieee_half_little): Likewise.
1084
c8259dd9
RAE
10852010-06-21 Rafael Espindola <espindola@google.com>
1086
1087 * plugin-api.h (ld_plugin_set_extra_library_path): New.
1088 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
1089 (ld_plugin_tv): Add tv_set_extra_library_path.
1090
f0057424
JJ
10912010-06-21 Jakub Jelinek <jakub@redhat.com>
1092
1093 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
1094
47f3e769
RAE
10952010-06-18 Rafael Espindola <espindola@google.com>
1096
1097 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
1098 Make argument const.
1099
4b9c045f
TG
11002010-06-08 Tristan Gingold <gingold@adacore.com>
1101
1102 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
1103 DW_TAG_HP_Bliss_field_set.
1104 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
1105 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
1106 DW_AT_HP_definition_points, DW_AT_HP_default_location and
1107 DW_AT_HP_is_result_param.
1108 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
1109 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
1110 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
1111 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
1112 (enum dwarf_line_number_x_ops): Add
1113 DW_LNE_HP_source_file_correlation.
1114 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
1115 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
1116 DW_LANG_HP_Assembler.
1117
a9429e29
LB
11182010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1119
1120 * splay-tree.h: Update copyright years.
1121 (splay_tree_s): Document fields.
1122 (splay_tree_new_typed_alloc): New.
1123
1124 * hashtab.h: Update copyright years.
1125 (htab_create_typed_alloc): New.
1126
621e1f2e
RAE
11272010-06-01 Rafael Espindola <espindola@google.com>
1128
1129 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
1130
a1cbd45d
PA
11312010-04-26 Pedro Alves <pedro@codesourcery.com>
1132
1133 * filenames.h (PATH_SEPARATOR): Delete.
1134
3009276c
PA
11352010-04-23 Pedro Alves <pedro@codesourcery.com>
1136
1137 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
1138 always define it independently of host, add `dos_based' parameter,
1139 and handle it.
8430d670 1140 (PATH_SEPARATOR): Define.
3009276c
PA
1141 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
1142 independently of host, add `dos_based' parameter, and handle it.
1143 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
1144 it independently of host, add `dos_based' parameter, and handle
1145 it.
1146 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
1147 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
1148 (HAS_DOS_DRIVE_SPEC): New.
1149 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
1150 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
1151 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
1152 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
1153
ee3b548f
NC
11542010-04-20 Nick Clifton <nickc@redhat.com>
1155
1156 * sha1.h: Update copyright notice to use GPLv3.
1157
8b9b8e93
DE
11582010-04-14 Doug Evans <dje@google.com>
1159
1160 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
1161
da125f6f
MK
11622010-04-13 Matthias Klose <doko@ubuntu.com>
1163
1164 * elf: Remove empty directory.
1165
b172360d
JJ
11662010-04-06 Jakub Jelinek <jakub@redhat.com>
1167
1168 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
1169 field.
1170
4be9a940
JM
11712010-03-23 Joseph Myers <joseph@codesourcery.com>
1172
1173 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
1174
d9019c99
JB
11752010-01-13 Joel Brobecker <brobecker@adacore.com>
1176
1177 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
1178 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
1179
5b40c067
TG
11802010-01-11 Tristan Gingold <gingold@adacore.com>
1181
1182 * demangle.h (ada_demangle): Add prototype.
1183
6a4d4e8a
RO
11842010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1185
1186 PR bootstrap/41771
1187 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
1188
df7b6aaa
JB
11892009-12-29 Joel Brobecker <brobecker@adacore.com>
1190
1191 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
1192
9cd4e79b
JM
11932009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
1194
1195 Add DWARF attribute value for the "Borland fastcall" calling
1196 convention.
1197 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
1198
428b80d5
KT
11992009-10-23 Kai Tietz <kai.tietz@onevision.com>
1200
1201 * splay-tree.h (libi_uhostptr_t): Add gcc specific
1202 __extension__ for long long type case to silent cX9.
1203 (libi_shostptr_t): Likewise.
1204
941e566a
RE
12052009-10-19 Rafael Avila de Espindola <espindola@google.com>
1206
1207 PR40790
da125f6f 1208 * plugin-api.h: Don't include stdint.h unconditionally.
941e566a 1209
7613143b
JJ
12102009-10-15 Jakub Jelinek <jakub@redhat.com>
1211
1212 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
1213 a DWARF 4 addition.
1214
63f72e39
RAE
12152009-10-09 Rafael Espindola <espindola@google.com>
1216
1217 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
1218 libname.
1219
12202009-10-05 Rafael Espindola <espindola@google.com>
a12368e5 1221
f1aebde0
RE
1222 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1223 (ld_plugin_get_input_file): New.
1224 (ld_plugin_release_input_file): New.
1225 (ld_plugin_add_input_library): New.
1226 (ld_plugin_message): Mark format const.
1227 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1228 LDPT_ADD_INPUT_LIBRARY.
1229 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1230 tv_add_input_library.
a12368e5 1231
e5dd62e2
JQ
12322009-10-04 Jerry Quinn <jlquinn@optonline.net>
1233
1234 * plugin-api.h: Fix compile.
1235
8430d670 12362009-10-03 Rafael Espindola <espindola@google.com>
d7f09764
DN
1237
1238 * plugin-api.h: New.
1239 * lto-symtab.h: New.
1240
c03c5248
JM
12412009-09-29 Jason Merrill <jason@redhat.com>
1242
1243 * demangle.h (enum demangle_component_type): Add
1244 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1245 DEMANGLE_COMPONENT_UNNAMED_TYPE.
1246 (struct demangle_component): Add s_unary_num.
1247
7653f273
DS
12482009-09-25 Dodji Seketeli <dodji@redhat.com>
1249
1250 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1251 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1252 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1253
5ae5f596
CC
12542009-09-25 Cary Coutant <ccoutant@google.com>
1255
1256 Add rest of new values from DWARF Version 4.
1257 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1258 New tags.
1259 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1260 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1261 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1262 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1263 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1264 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1265 attributes.
1266 (DW_LANG_Python): New language.
1267
d40a19da
DS
12682009-09-22 Dodji Seketeli <dodji@redhat.com>
1269
1270 * dwarf2.h (enum dwarf_tag): Add
1271 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1272
330b922f
ILT
12732009-07-24 Ian Lance Taylor <iant@google.com>
1274
1275 PR bootstrap/40854
1276 * libiberty.h (xcrc32): Rename from crc32.
1277
b524249c
ILT
12782009-07-24 Ian Lance Taylor <iant@google.com>
1279
1280 * libiberty.h (crc32): Declare.
1281
4310f048
CC
12822009-07-20 Cary Coutant <ccoutant@google.com>
1283 Doug Evans <dje@google.com>
07d9f9b8
CC
1284
1285 Add some dwarf4 values.
1286 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1287 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1288 DW_FORM_flag_present, DW_FORM_sig8.
1289 (enum dwarf_attribute): Add DW_AT_signature.
1290
23b1a789
JK
12912009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1292
1293 * demangle.h
1294 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1295 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1296 New.
1297
116b0722
JJ
12982009-07-09 Jakub Jelinek <jakub@redhat.com>
1299
1300 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1301 and DW_OP_stack_value.
1302
a80b0574
TT
13032009-07-09 Tom Tromey <tromey@redhat.com>
1304
1305 * elf/dwarf2.h: Remove, renaming to...
1306 * dwarf2.h: ... this.
1307
bbf531f0
TT
13082009-06-29 Tom Tromey <tromey@redhat.com>
1309
1310 * elf/dwarf2.h: New file. Merged with gdb.
1311
780ca5bf
ILT
13122009-06-09 Ian Lance Taylor <ian@airs.com>
1313
1314 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1315
13162009-06-03 Ian Lance Taylor <iant@google.com>
6bc7bc14
ILT
1317
1318 * ansidecl.h (EXPORTED_CONST): Define.
1319
75afccba
ILT
13202009-05-31 Ian Lance Taylor <iant@google.com>
1321
1322 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
1323 the way we treat an ISO C compiler. Don't define inline as a
8430d670 1324 macro when compiling with C++.
75afccba
ILT
1325 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
1326 when compiling with C++.
1327 * fibheap.h: Add extern "C" when compiling with C++.
1328
6a87e1d4
TG
13292009-04-22 Taras Glek <tglek@mozilla.com>
1330
bda61b12
L
1331 * hashtab.h: Update GTY annotations to new syntax.
1332 * splay-tree.h: Likewise.
6a87e1d4 1333
448545cb
JM
13342009-03-17 Jason Merrill <jason@redhat.com>
1335
1336 * demangle.h (enum demangle_component_type): Add
1337 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1338
07523e7c
JM
13392008-12-10 Jason Merrill <jason@redhat.com>
1340
1341 * demangle.h (enum demangle_component_type): Add
1342 DEMANGLE_COMPONENT_FIXED_TYPE.
1343
2ad646bd
BW
13442008-11-19 Bob Wilson <bob.wilson@acm.org>
1345
1346 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1347 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1348 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1349 (XCHAL_NUM_AREGS): Change to 32.
1350 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1351 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1352 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1353 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1354 (XCHAL_DEBUGLEVEL): Change to 6.
1355
085c6bd4
AM
13562008-10-21 Alan Modra <amodra@bigpond.net.au>
1357
1358 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1359
38179091
JM
13602008-10-06 Jason Merrill <jason@redhat.com>
1361
1362 * demangle.h (enum demangle_component_type): Add
1363 DEMANGLE_COMPONENT_PACK_EXPANSION.
1364
5a3d7e74
JM
13652008-09-09 Jason Merrill <jason@redhat.com>
1366
1367 * demangle.h (enum demangle_component_type): Add
1368 DEMANGLE_COMPONENT_DECLTYPE.
1369
622c36c9
JB
13702008-07-07 Joel Brobecker <brobecker@adacore.com>
1371
1372 * safe-ctype.h: Add #include of ctype.h before redefining
1373 the ctype.h macros.
1374
47cfcc3a
JB
13752008-07-04 Joel Brobecker <brobecker@adacore.com>
1376
1377 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1378 included. Redefine the various macros provided by ctype.h as
1379 undefined variables.
1380
190a9bd7
KG
13812008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1382
1383 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1384 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1385
9bb28c1b
ILT
13862008-03-24 Ian Lance Taylor <iant@google.com>
1387
598848e4
ILT
1388 * sha1.h: New file, from gnulib.
1389
9bb28c1b
ILT
1390 * md5.h: Add extern "C" when compiled with C++.
1391
46450975
ILT
13922008-03-21 Ian Lance Taylor <iant@google.com>
1393
1394 * filenames.h: Add extern "C" when compiled with C++.
1395
5fd38b88
BW
13962008-02-11 Bob Wilson <bob.wilson@acm.org>
1397
1398 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1399 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1400
e5df4fb1
DD
14012008-01-26 David Daney <ddaney@avtrex.com>
1402
1403 * demangle.h (demangle_component_type): Add
1404 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1405 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1406 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1407 (demangle_component): Add struct s_character to union u.
1408
da59326f
JM
14092007-11-07 Joseph Myers <joseph@codesourcery.com>
1410 Daniel Jacobowitz <dan@codesourcery.com>
1411
1412 * floatformat.h (struct floatformat): Add split_half field.
1413 (floatformat_ibm_long_double): New.
1414
48492bdf
TT
14152007-09-06 Tom Tromey <tromey@redhat.com>
1416
1417 * libiberty.h (pex_free): Document process killing.
1418
1ab28be5
DG
14192007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1420
1421 * demangle.h (enum demangle_component_type): Add
1422 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1423
f4f29b59
BE
14242007-07-25 Ben Elliston <bje@au.ibm.com>
1425
1426 * ternary.h: Remove.
1427
2a48b790
BW
14282007-07-18 Bob Wilson <bob.wilson@acm.org>
1429
1430 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1431 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1432
4c85af60
NC
14332007-07-17 Nick Clifton <nickc@redhat.com>
1434
1435 * COPYING3: New file. Contains version 3 of the GNU General
1436 Public License.
1437
eb8f7caf
KT
14382007-07-12 Kai Tietz <kai.tietz@onevision.com>
1439
1440 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1441 needed for WIN64 when a long is not wide enough for a pointer.
92a285c1 1442 (splay_tree_key, splay_tree_value): Use the new types.
eb8f7caf 1443
2091ff66
NF
14442007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1445
1446 * libiberty.h (writeargv): Declare.
1447
289c40ed
MM
14482007-04-25 Mark Mitchell <mark@codesourcery.com>
1449
1450 * demangle.h: Change license to LGPL + exception.
1451
0c9bce0b
JB
14522007-03-29 Joel Brobecker <brobecker@adacore.com>
1453
1454 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1455 regardless of the type of file system.
1456
52bf96d2
JH
14572007-03-06 Jan Hubicka <jh@suse.cz>
1458
1459 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1460
fb6d0a04
JM
14612007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1462
1463 * libiberty.h (pex_write_input): Remove prototype.
1464
7cf4c53d
VP
14652007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1466
1467 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1468 (PEX_BINARY_ERROR): New define.
1469 (pex_read_err): New function.
1470
456cc5cf
SB
14712007-01-29 Simon Baldwin <simonb@google.com>
1472
1473 * demangle.h: New cplus_demangle_print_callback,
1474 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1475 prototypes, and demangle_callbackref type definition.
1476
0307c64e
NC
14772006-12-06 Nick Clifton <nickc@redhat.com>
1478
1479 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1480
334737af 14812006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
92a285c1 1482 J"orn Rennecke <joern.rennecke@st.com>
334737af
AS
1483
1484 PR driver/29931
1485 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1486
fbee3d21
BW
14872006-11-27 Bob Wilson <bob.wilson@acm.org>
1488
1489 * xtensa-config.h (XSHAL_ABI): New.
1490 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1491
8eff378c
JB
14922006-04-11 Jim Blandy <jimb@codesourcery.com>
1493
1494 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1495
78e97e7f
DD
14962006-01-18 DJ Delorie <dj@redhat.com>
1497
1498 * md5.h: Include ansidecl.h
1499
134c8a50
BW
15002006-01-09 Bob Wilson <bob.wilson@acm.org>
1501
1502 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1503
4fb358b8
BW
15042005-12-30 Bob Wilson <bob.wilson@acm.org>
1505
1506 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1507
92aed1cb
TL
15082005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1509
1510 PR java/9861
1511 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1512 output format for return types
1513
0432a5de
MK
15142005-10-31 Mark Kettenis <kettenis@gnu.org>
1515
1516 * floatformat.h (enum floatformat_byteorders): Add
1517 floatformat_vax.
1518 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1519
97393d0a
MM
15202005-09-26 Mark Mitchell <mark@codesourcery.com>
1521
1522 * libiberty.h (expandargv): New function.
1523
e89b6c1c
MK
15242005-08-17 Mark Kettenis <kettenis@gnu.org>
1525
1526 * floatformat.h (struct floatformat): Change type of large
1527 argument for is_valid member to `const void *'.
1528 (floatformat_to_double): Change type of second argument to `const
1529 void *'.
1530 (floatformat_from_double): Change type of last argument to `void
1531 *'.
1532 (floatformat_is_valid): Change type of last argument to `const
1533 void *'.
1534
12548280
BE
15352005-07-12 Ben Elliston <bje@au.ibm.com>
1536
1537 * xregex2.h (regexec): Qualify this prototype with __extension__
1538 when compiling with GNU C.
1539
3fe725de
SE
15402005-07-03 Steve Ellcey <sje@cup.hp.com>
1541
1542 PR other/13906
1543 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1544 * md5.h (md5_uintptr): New.
1545 (md5_ctx): Align buffer field.
1546
a3648cfc
DB
15472005-06-30 Daniel Berlin <dberlin@dberlin.org>
1548
1549 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1550 (HTAB_EMPTY_ENTRY): New macro.
1551
83fbfe42
GK
15522005-06-20 Geoffrey Keating <geoffk@apple.com>
1553
1554 * libiberty.h (strverscmp): Prototype.
1555
7973fd2a
GDR
15562005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1557
1558 * libiberty.h (XOBFINISH): New.
1559
39da352f
KG
15602005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1561
1562 * libiberty.h (vsnprintf): Add format attribute.
1563
b6e0f0b0
KG
15642005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1565
1566 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1567
ddcf783b
EZ
15682005-05-28 Eli Zaretskii <eliz@gnu.org>
1569
1570 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1571 needed.
1572 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1573
15da2806
RH
15742005-05-25 Richard Henderson <rth@redhat.com>
1575
1576 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1577
d7cf8390
GDR
15782005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1579
1580 * libiberty.h (ACONCAT): Properly cast value of alloca().
1581
1582 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
ddcf783b 1583 __cplusplus.
d7cf8390 1584
dbaef7e2
SE
15852005-05-12 Steve Ellcey <sje@cup.hp.com>
1586
1587 libiberty.h: Do not define empty basename prototype.
1588
d6d47ea0
NC
15892005-05-10 Nick Clifton <nickc@redhat.com>
1590
1591 * Update the address and phone number of the FSF organization in
1592 the GPL notices in the following files:
1593 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1594 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1595 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1596 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1597 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1598 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1599 xtensa-isa-internal.h, xtensa-isa.h
1600
32e82bd8
KG
16012005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1602
1603 * libiberty.h (unlock_std_streams): New.
1604
8766be86
KG
16052005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1606
1607 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1608 Don't use the PTR macro.
1609
1610 * sort.h: Don't use the PARAMS macro.
1611
6feaa084
KG
16122005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1613
1614 * libiberty.h (unlock_stream): New.
1615
27c556ec
KG
16162005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1617
1618 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1619 Remove parameter names.
1620
78a7dc90
KG
16212005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1622
1623 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1624 Provide prototypes for new functions.
1625
0fd20f36
ILT
16262005-03-29 Ian Lance Taylor <ian@airs.com>
1627
1628 * libiberty.h: Fix indentation.
1629
a584cf65
ILT
16302005-03-28 Ian Lance Taylor <ian@airs.com>
1631
1632 * libiberty.h: Include <stdio.h>.
1633 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1634 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1635 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1636 (pex_init, pex_run, pex_read_output): Declare.
1637 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1638 (struct pex_time): Define.
1639
f78c1452
MM
16402005-03-28 Mark Mitchell <mark@codesourcery.com>
1641
1642 * libiberty.h (ffs): Declare, if necessary.
ddcf783b 1643
93079c81
GDR
16442005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1645
1646 * xregex2.h (_RE_ARGS): Remove definition and uses.
1647
7a17ef5e
GDR
16482005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1649
1650 * ternary.h: Don't use PARAMS anymore.
1651
885f2199
GDR
16522005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1653
1654 * partition.h: Remove use of PARAMS.
1655 * obstack.h: Remove conditional prototypes __STDC__.
1656 * objalloc.h: Remove use of PARAMS.
1657 * splay-tree.h: Likewise.
1658
6da879de
GDR
16592005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1660
1661 * md5.h: Remove definition and uses of __P.
1662 * dyn-string.h: Remove uses of PARAMS.
1663 * fibheap.h: Likewise.
1664 * floatformat.h: Likewise.
1665 * hashtab.h: Likewise.
1666
9486db4f
GDR
16672005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1668
1669 * demangle.h: Remove uses of PARAMS.
1670
1671 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1672 ANSI_PROTOTYPES is always assumed.
1673 Remove uses of PARAMS throughout.
1674
17998b22
KG
16752005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1676
1677 * libiberty.h (xstrndup): Declare.
1678
65ec6c0e
KG
16792005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1680
1681 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1682
17049f0b
MM
16832005-03-09 Mark Mitchell <mark@codesourcery.com>
1684
1685 * libiberty.h (gettimeofday): Declare.
1686
c363985d
JB
16872005-03-01 Jan Beulich <jbeulich@novell.com>
1688
1689 * libiberty.h: Declare unlink_if_ordinary.
1690
be0f1e54
PB
16912005-02-14 Paolo Bonzini <bonzini@gnu.org>
1692
1693 PR bootstrap/19818
1694 * ansidecl.h (PARAMS): Guard from redefinition.
1695
d49d0907
BE
16962004-12-11 Ben Elliston <bje@au.ibm.com>
1697
1698 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1699 when __GNUC__ is defined and ints are less than 32-bits wide.
1700
530f5331
BW
17012004-10-07 Bob Wilson <bob.wilson@acm.org>
1702
1703 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1704 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1705 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1706
f45c31ea 17072004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
ff06bf4b
AL
1708
1709 * libiberty.h (basename): Prototype for __MINGW32__.
1710
3d091dac
KG
17112004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1712
1713 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1714 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1715 concat_copy2): Use ATTRIBUTE_SENTINEL.
1716
b1e8c0fd
GDR
17172004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1718
1719 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1720 const-qualification before disposal.
1721
5673cd61 17222004-07-24 Bernardo Innocenti <bernie@develer.com>
4b997cc8 1723
5673cd61 1724 * ansidecl.h (ARG_UNUSED): New Macro.
4b997cc8 1725
5673cd61 17262004-07-24 Bernardo Innocenti <bernie@develer.com>
b6fa4f6e
BI
1727
1728 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1729 libcpp/internal.h.
1730 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1731 macros.
1732
5673cd61
BI
17332004-07-21 Paolo Bonzini <bonzini@gnu.org>
1734
1735 * ansidecl.h (ATTRIBUTE_PURE): New.
1736
5557e16d
BI
17372004-07-13 Bernardo Innocenti <bernie@develer.com>
1738
1739 * libiberty.h (ASTRDUP): Add casts required for stricter
1740 type conversion rules of C++.
1741 * obstack.h (obstack_free): Likewise.
1742
073273c3
AJ
17432004-05-04 Andreas Jaeger <aj@suse.de>
1744
1745 * demangle.h: Do not use C++ reserved keyword typename as
1746 parameter for cplus_demangle_fill_builtin_type.
1747
228c46db
RH
17482004-04-22 Richard Henderson <rth@redhat.com>
1749
1750 * hashtab.h (struct htab): Add size_prime_index.
1751
7f96816a 17522004-04-13 Jeff Law <law@redhat.com>
ddcf783b 1753
6de9cd9a 1754 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
ddcf783b 1755
cfdfa110
ZW
17562004-03-30 Zack Weinberg <zack@codesourcery.com>
1757
1758 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1759
0d7fbf14
ILT
17602004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1761
1762 * dyn-string.h: Update copyright date.
1763
795b4c37
ILT
17642004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1765
1766 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1767 the associated #defines.
1768
5e777af5
ILT
17692004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1770
d051dc88
ILT
1771 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1772 "libiberty.h".
1773
e4a32afb
ILT
1774 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1775
5e777af5
ILT
1776 * demangle.h (enum demangle_component_type): Define.
1777 (struct demangle_operator_info): Declare.
1778 (struct demangle_builtin_type_info): Declare.
1779 (struct demangle_component): Define.
1780 (cplus_demangle_fill_component): Declare.
1781 (cplus_demangle_fill_name): Declare.
1782 (cplus_demangle_fill_builtin_type): Declare.
1783 (cplus_demangle_fill_operator): Declare.
1784 (cplus_demangle_fill_extended_operator): Declare.
1785 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1786 (cplus_demangle_v3_components): Declare.
1787 (cplus_demangle_print): Declare.
1788
2502b0bc 1789For older changes see ChangeLog-9103
6599da04
JM
1790\f
1791Local Variables:
1792mode: change-log
1793left-margin: 8
1794fill-column: 74
1795version-control: never
1796End: