]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Daily bump.
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
ab103e33 12014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2 Jan Kratochvil <jan.kratochvil@redhat.com>
3 Tom Tromey <tromey@redhat.com>
4
5 * gcc-c-fe.def: New file.
6 * gcc-c-interface.h: New file.
7 * gcc-interface.h: New file.
8
51190923 92014-10-15 David Malcolm <dmalcolm@redhat.com>
10
11 * libiberty.h (choose_tmpdir): New prototype.
12
77cab475 132013-10-02 Mark Wielaard <mjw@redhat.com>
14
15 PR debug/63239
16 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
17
59a81bf9 182014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
19
20 * libiberty.h (PEX_STDOUT_APPEND): New flag.
21 (PEX_STDERR_APPEND): Likewise.
22
23c22e01 232014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
24
25 * demangle.h (DMGL_DLANG): New macro.
26 (DMGL_STYLE_MASK): Add DMGL_DLANG.
27 (demangling_styles): Add dlang_demangling.
28 (DLANG_DEMANGLING_STYLE_STRING): New macro.
29 (DLANG_DEMANGLING): New macro.
30 (dlang_demangle): New prototype.
31
22538acd 322014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33
34 * longlong.h: Add __udiv_w_sdiv prototype.
35
d968efea 362014-06-10 Thomas Schwinge <thomas@codesourcery.com>
37
38 PR lto/61334
39 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
40 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
41
463553db 422014-05-21 John Marino <gnugcc@marino.st>
43
44 * liberty.h: Use basename function on DragonFly.
45
5f0ba1cc 462014-05-01 Steve Ellcey <sellcey@mips.com>
47
48 * include/longlong.h: Use 'defined()' to check __mips16.
49
cee1824e 502014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
51
52 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
53
a95d3a28 542014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
55
56 * longlong.h: Merge from glibc.
57
e14937e9 582014-01-21 Tom Tromey <tromey@redhat.com>
59
60 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
61 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
62 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
63 (NOARGS): Don't define.
64 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
65
468088ac 662013-12-23 Bill Maddox <maddox@google.com>
67
68 * demangle.h (enum gnu_v3_ctor_kinds):
69 Added literal gnu_v3_unified_ctor.
70 (enum gnu_v3_ctor_kinds):
71 Added literal gnu_v3_unified_dtor.
72
81927967 732013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
74
75 * longlong.h: New file.
76
2b0d0b81 772013-10-29 Marc Glisse <marc.glisse@inria.fr>
78
79 PR tree-optimization/58689
80 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
81 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
82 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
83 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
84 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
85 Mark with attribute returns_nonnull.
86
ba477559 872013-10-22 Sterling Augustine <saugustine@google.com>
88
89 * gdb/gdb-index.h: Merge from gdb tree.
90
6d69d407 912013-08-20 Alan Modra <amodra@gmail.com>
92
93 * floatformat.h (floatformat_ibm_long_double): Delete.
94 (floatformat_ibm_long_double_big): Declare.
95 (floatformat_ibm_long_double_little): Declare.
96
47e5a776 972013-08-19 Dehao Chen <dehao@google.com>
98
99 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
100
b710ec85 1012013-08-02 Caroline Tice <cmtice@google.com>
102
103 * vtv-change-permission.h: New file.
104
1189258f 1052013-04-03 Jason Merrill <jason@redhat.com>
106
107 Demangle C++11 ref-qualifier.
108 * demangle.h (enum demangle_component_type): Add
109 DEMANGLE_COMPONENT_REFERENCE_THIS,
110 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
111
e82adc39 1122013-03-01 Cary Coutant <ccoutant@google.com>
113
114 * dwarf2.h (enum dwarf_sect): New enum type.
115
0d360bdc 1162013-02-11 Sriraman Tallam <tmsriram@google.com>
117
118 * plugin-api.h (enum ld_plugin_level): Assign integers
119 explicitly for all values.
120
9261f555 1212013-01-30 Kai Tietz <ktietz@redhat.com>
122
123 PR other/54620
124 PR target/39064
125 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
126 stdint.h and sys/types.h headers are present.
127 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
128
576b1370 1292012-12-18 Aldy Hernandez <aldyh@redhat.com>
130
131 PR other/54324
132 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
133 < 3.4.
134
d4701f6c 1352012-11-09 Jason Merrill <jason@redhat.com>
136
137 * demangle.h (enum demangle_component_type): Add
138 DEMANGLE_COMPONENT_TAGGED_NAME.
139
21ebaa24 1402012-10-29 Sterling Augustine <saugustine@google.com>
141 Cary Coutant <ccoutant@google.com>
b35329c7 142
143 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
144 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
145 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
146
147
462819c8 1482012-10-08 Jason Merrill <jason@redhat.com>
149
150 * demangle.h (enum demangle_component_type): Add
151 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
152
63d6cef5 1532012-09-18 Florian Weimer <fweimer@redhat.com>
154
155 PR other/54411
156 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
157
0131450a 1582012-09-06 Cary Coutant <ccoutant@google.com>
159
160 * dwarf2.def: Edit comment.
161
ec4151f2 1622012-08-24 Sriraman Tallam <tmsriram@google.com>
163
164 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
165 New interface.
166 (ld_plugin_unique_segment_for_sections): New interface.
167 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
168 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
169 (tv_allow_unique_segment_for_sections): New member.
170 (tv_unique_segment_for_sections): New member.
171
712932d2 1722012-07-13 Doug Evans <dje@google.com>
173
174 * filenames.h: #include "hashtab.h".
175 (filename_hash, filename_eq): Declare.
176
3c4aeb35 1772012-06-18 Doug Evans <dje@google.com>
178
179 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
180
c0b7038e 1812012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
182
183 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
184
d233e0db 1852012-06-08 Jakub Jelinek <jakub@redhat.com>
186
187 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
188 forms.
189 * dwarf2.h (enum dwarf_macro_record_type): Add
190 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
191 and DW_MACRO_GNU_transparent_include_alt.
192
73e554b7 1932012-05-23 Doug Evans <dje@google.com>
194
195 * leb128.h: #include stdint.h, inttypes.h.
196 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
197 Change to take a uint64_t * argument instead of unsigned long long.
198 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
199 Change to take an int64_t * argument instead of long long.
200
d0c5362c 2012012-05-22 Doug Evans <dje@google.com>
202
203 * leb128.h: New file.
204
06d1ba50 2052012-05-19 Gary Funck <gary@intrepid.com>
206
207 * dwarf2.def: Update comment re: UPC extensions to reference
208 DWARF4 specification.
209
9618d32d 2102012-05-02 Cary Coutant <ccoutant@google.com>
211
212 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
213 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
214
ee9571b9 2152012-04-28 Doug Evans <dje@google.com>
216
217 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
218
8fd919b6 2192012-04-27 Tom Tromey <tromey@redhat.com>
220
221 * dwarf2.h: Wrap function declarations in extern "C".
222
c9f46599 2232012-04-27 Tom Tromey <tromey@redhat.com>
224
225 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
226 (enum dwarf_location_atom, enum dwarf_type, enum
227 dwarf_call_frame_info): Remove.
228 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
229 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
230 Include dwarf2.def.
231 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
232 (get_DW_OP_name, get_DW_ATE_name): Declare.
233 * dwarf2.def: New file, from dwarf2.h.
234
ee0af6e0 2352012-04-10 Tristan Gingold <gingold@adacore.com>
236
237 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
238 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
239
abbb0ba2 2402012-01-26 Cary Coutant <ccoutant@google.com>
241
242 * dwarf2.h (enum dwarf_form): Add Fission extensions.
243 (enum dwarf_attribute): Likewise.
244
2d847c18 2452012-01-06 Jason Merrill <jason@redhat.com>
246
247 PR c++/6057
248 PR c++/48051
249 PR c++/50855
250 PR c++/51322
251 * demangle.h (enum demangle_component_type): Add
252 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
253
4c0315d0 2542011-11-07 Richard Henderson <rth@redhat.com>
255
256 Merged from transactional-memory.
257
258 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
259 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
260 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
261 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
262
b103fef5 2632011-10-21 Ulrich Drepper <drepper@gmail.com>
264
265 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
266
2672011-10-21 Marc Glisse <marc.glisse@inria.fr>
268
269 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
270
c12ded99 2712011-09-28 Doug Evans <dje@google.com>
272
e30b3499 273 * timeval-utils.h: New file.
274
c12ded99 275 * libiberty.h (countargv): Declare.
276
17f036ad 2772011-09-26 Cary Coutant <ccoutant@google.com>
278
279 PR lto/47247
280 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
281 LDPR_PREVAILING_DEF_IRONLY_EXP.
282 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
283
0d80d940 2842011-09-23 Cary Coutant <ccoutant@google.com>
285
286 PR 40831
287 * demangle.h (enum demangle_component_type): Add
288 DEMANGLE_COMPONENT_CLONE.
289
71d67b2d 2902011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
291
292 * xregex.h (regoff_t): Define.
293
00dacc40 2942011-07-22 Jakub Jelinek <jakub@redhat.com>
295
60699ecd 296 * dwarf2.h (DW_AT_GNU_macros): New.
297 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
298
00dacc40 299 PR c++/49756
300 * libiberty.h (stack_limit_increase): New prototype.
301
3bb7aade 3022011-07-13 Sriraman Tallam <tmsriram@google.com>
303
304 * plugin-api.h
305 (ld_plugin_section): New struct.
306 (ld_plugin_get_section_count): New typedef.
307 (ld_plugin_get_section_type): New typedef.
308 (ld_plugin_get_section_name): New typedef.
309 (ld_plugin_get_section_contents): New typedef.
310 (ld_plugin_update_section_order): New typedef.
311 (ld_plugin_allow_section_ordering): New typedef.
312 (LDPT_GET_SECTION_COUNT): New enum value.
313 (LDPT_GET_SECTION_TYPE): New enum value.
314 (LDPT_GET_SECTION_NAME): New enum value.
315 (LDPT_GET_SECTION_CONTENTS): New enum value.
316 (LDPT_UPDATE_SECTION_ORDER): New enum value.
317 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
318 (tv_get_section_count): New struct members.
319 (tv_get_section_type): New struct members.
320 (tv_get_section_name): New struct members.
321 (tv_get_section_contents): New struct members.
322 (tv_update_section_order): New struct members.
323 (tv_allow_section_ordering): New struct members.
324
fd109ff5 3252011-07-01 Joel Brobecker <brobecker@adacore.com>
326
327 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
328 on Darwin, as well as on the systems that use a DOS-like
329 filesystem.
330
841424cc 3312011-06-22 Jakub Jelinek <jakub@redhat.com>
332
333 PR debug/47858
334 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
335
932501f9 3362011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
337
338 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
339 (DMGL_RET_DROP): New.
340
e86bbaee 3412011-04-30 Jakub Jelinek <jakub@redhat.com>
342
343 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
344 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
345
cdd0bb4b 3462011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
349
3e8b7d36 3502011-03-31 Tristan Gingold <gingold@adacore.com>
351
352 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
353
5c550782 3542011-03-24 Mark Wielaard <mjw@redhat.com>
355
356 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
357
fa5d241f 3582010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
359
360 * plugin-api.h (ld_plugin_get_view): New.
361 (ld_plugin_tag): Add LDPT_GET_VIEW.
362 (ld_plugin_tv): Add tv_get_view.
363
4143d08b 3642011-03-16 Jakub Jelinek <jakub@redhat.com>
365
366 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
367 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
368 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
369 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
370 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
371 DW_OP_GNU_entry_value): New.
372
875ffd1d 3732011-02-28 Kai Tietz <kai.tietz@onevision.com>
374
375 * filenames.h (filename_ncmp): New prototype.
376
fbc6ee3a 3772011-02-23 Kai Tietz <kai.tietz@onevision.com>
378
379 * dwarf2.h (_ELF_DWARF2_H): Renamed to
380 _DWARF2_H.
381 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
382 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
383 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
384 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
385
f97b152f 3862011-01-12 Iain Sandoe <iains@gcc.gnu.org>
387
388 * dwarf2.h: Update value for DW_AT_hi_user.
389
2e521e13 3902010-11-16 Ian Lance Taylor <iant@google.com>
391
392 * simple-object.h (simple_object_attributes_merge): Declare,
393 replacing simple_object_attributes_compare.
394
46c5c275 3952010-11-04 Ian Lance Taylor <iant@google.com>
396
397 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
398
ebb6c20c 3992010-11-02 Ian Lance Taylor <iant@google.com>
400
401 * simple-object.h: New file.
402
8de56b55 4032010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
404
405 Sync LD plugin patch series (part 1/6) with src/include/.
406 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
407
21ebaa24 4082010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 409
410 * libiberty.h (setproctitle): Add prototype.
411
f9c61ef7 4122010-09-09 Jakub Jelinek <jakub@redhat.com>
413
414 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
415
b2d17628 4162010-07-06 Ken Werner <ken.werner@de.ibm.com>
417
418 * floatformat.h (floatformat_ieee_half_big): Add declaration.
419 (floatformat_ieee_half_little): Likewise.
420
ab3da48a 4212010-06-21 Rafael Espindola <espindola@google.com>
422
423 * plugin-api.h (ld_plugin_set_extra_library_path): New.
424 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
425 (ld_plugin_tv): Add tv_set_extra_library_path.
426
952114f8 4272010-06-21 Jakub Jelinek <jakub@redhat.com>
428
429 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
430
7d99a199 4312010-06-18 Rafael Espindola <espindola@google.com>
432
433 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
434 Make argument const.
435
3e00a9d3 4362010-06-08 Tristan Gingold <gingold@adacore.com>
437
438 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
439 DW_TAG_HP_Bliss_field_set.
440 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
441 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
442 DW_AT_HP_definition_points, DW_AT_HP_default_location and
443 DW_AT_HP_is_result_param.
444 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
445 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
446 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
447 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
448 (enum dwarf_line_number_x_ops): Add
449 DW_LNE_HP_source_file_correlation.
450 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
451 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
452 DW_LANG_HP_Assembler.
453
ba72912a 4542010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
455
456 * splay-tree.h: Update copyright years.
457 (splay_tree_s): Document fields.
458 (splay_tree_new_typed_alloc): New.
459
460 * hashtab.h: Update copyright years.
461 (htab_create_typed_alloc): New.
462
cff884a9 4632010-06-01 Rafael Espindola <espindola@google.com>
464
465 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
466
c5212646 4672010-04-26 Pedro Alves <pedro@codesourcery.com>
468
469 * filenames.h (PATH_SEPARATOR): Delete.
470
2d7565f9 4712010-04-23 Pedro Alves <pedro@codesourcery.com>
472
473 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
474 always define it independently of host, add `dos_based' parameter,
475 and handle it.
d2b5c460 476 (PATH_SEPARATOR): Define.
2d7565f9 477 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
478 independently of host, add `dos_based' parameter, and handle it.
479 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
480 it independently of host, add `dos_based' parameter, and handle
481 it.
482 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
483 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
484 (HAS_DOS_DRIVE_SPEC): New.
485 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
486 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
487 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
488 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
489
249057fc 4902010-04-20 Nick Clifton <nickc@redhat.com>
491
492 * sha1.h: Update copyright notice to use GPLv3.
493
81eaa852 4942010-04-14 Doug Evans <dje@google.com>
495
496 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
497
889783e3 4982010-04-13 Matthias Klose <doko@ubuntu.com>
499
500 * elf: Remove empty directory.
501
a1b9762a 5022010-04-06 Jakub Jelinek <jakub@redhat.com>
503
504 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
505 field.
506
c8bee5e9 5072010-03-23 Joseph Myers <joseph@codesourcery.com>
508
509 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
510
b17eeb61 5112010-01-13 Joel Brobecker <brobecker@adacore.com>
512
513 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
514 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
515
10650b19 5162010-01-11 Tristan Gingold <gingold@adacore.com>
517
518 * demangle.h (ada_demangle): Add prototype.
519
1eb1b33f 5202010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
521
522 PR bootstrap/41771
523 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
524
ffed923e 5252009-12-29 Joel Brobecker <brobecker@adacore.com>
526
527 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
528
36ce008e 5292009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
530
531 Add DWARF attribute value for the "Borland fastcall" calling
532 convention.
533 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
534
9c241155 5352009-10-23 Kai Tietz <kai.tietz@onevision.com>
536
537 * splay-tree.h (libi_uhostptr_t): Add gcc specific
538 __extension__ for long long type case to silent cX9.
539 (libi_shostptr_t): Likewise.
540
f5dac1dd 5412009-10-19 Rafael Avila de Espindola <espindola@google.com>
542
543 PR40790
889783e3 544 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 545
711a4686 5462009-10-15 Jakub Jelinek <jakub@redhat.com>
547
548 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
549 a DWARF 4 addition.
550
5460ff78 5512009-10-09 Rafael Espindola <espindola@google.com>
552
553 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
554 libname.
555
5562009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 557
ef356dfa 558 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
559 (ld_plugin_get_input_file): New.
560 (ld_plugin_release_input_file): New.
561 (ld_plugin_add_input_library): New.
562 (ld_plugin_message): Mark format const.
563 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
564 LDPT_ADD_INPUT_LIBRARY.
565 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
566 tv_add_input_library.
cb793c69 567
03d46b27 5682009-10-04 Jerry Quinn <jlquinn@optonline.net>
569
570 * plugin-api.h: Fix compile.
571
d2b5c460 5722009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 573
574 * plugin-api.h: New.
575 * lto-symtab.h: New.
576
4817b87c 5772009-09-29 Jason Merrill <jason@redhat.com>
578
579 * demangle.h (enum demangle_component_type): Add
580 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
581 DEMANGLE_COMPONENT_UNNAMED_TYPE.
582 (struct demangle_component): Add s_unary_num.
583
86cbedda 5842009-09-25 Dodji Seketeli <dodji@redhat.com>
585
586 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
587 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
588 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
589
4b9ed140 5902009-09-25 Cary Coutant <ccoutant@google.com>
591
592 Add rest of new values from DWARF Version 4.
593 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
594 New tags.
595 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
596 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
597 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
598 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
599 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
600 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
601 attributes.
602 (DW_LANG_Python): New language.
603
5d1e31fa 6042009-09-22 Dodji Seketeli <dodji@redhat.com>
605
606 * dwarf2.h (enum dwarf_tag): Add
607 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
608
75d716e2 6092009-07-24 Ian Lance Taylor <iant@google.com>
610
611 PR bootstrap/40854
612 * libiberty.h (xcrc32): Rename from crc32.
613
be347f2e 6142009-07-24 Ian Lance Taylor <iant@google.com>
615
616 * libiberty.h (crc32): Declare.
617
5e006d27 6182009-07-20 Cary Coutant <ccoutant@google.com>
619 Doug Evans <dje@google.com>
f12fbb9c 620
621 Add some dwarf4 values.
622 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
623 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
624 DW_FORM_flag_present, DW_FORM_sig8.
625 (enum dwarf_attribute): Add DW_AT_signature.
626
7ddff01e 6272009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
628
629 * demangle.h
630 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
631 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
632 New.
633
8fdd1a73 6342009-07-09 Jakub Jelinek <jakub@redhat.com>
635
636 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
637 and DW_OP_stack_value.
638
bde36f4a 6392009-07-09 Tom Tromey <tromey@redhat.com>
640
641 * elf/dwarf2.h: Remove, renaming to...
642 * dwarf2.h: ... this.
643
2452254d 6442009-06-29 Tom Tromey <tromey@redhat.com>
645
646 * elf/dwarf2.h: New file. Merged with gdb.
647
5741047e 6482009-06-09 Ian Lance Taylor <ian@airs.com>
649
650 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
651
6522009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 653
654 * ansidecl.h (EXPORTED_CONST): Define.
655
74b36562 6562009-05-31 Ian Lance Taylor <iant@google.com>
657
658 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
659 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 660 macro when compiling with C++.
74b36562 661 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
662 when compiling with C++.
663 * fibheap.h: Add extern "C" when compiling with C++.
664
4f99ab94 6652009-04-22 Taras Glek <tglek@mozilla.com>
666
5daf45f2 667 * hashtab.h: Update GTY annotations to new syntax.
668 * splay-tree.h: Likewise.
4f99ab94 669
e92154af 6702009-03-17 Jason Merrill <jason@redhat.com>
671
672 * demangle.h (enum demangle_component_type): Add
673 DEMANGLE_COMPONENT_FUNCTION_PARAM.
674
e4583147 6752008-12-10 Jason Merrill <jason@redhat.com>
676
677 * demangle.h (enum demangle_component_type): Add
678 DEMANGLE_COMPONENT_FIXED_TYPE.
679
e057bf62 6802008-11-19 Bob Wilson <bob.wilson@acm.org>
681
682 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
683 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
684 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
685 (XCHAL_NUM_AREGS): Change to 32.
686 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
687 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
688 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
689 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
690 (XCHAL_DEBUGLEVEL): Change to 6.
691
68a40a77 6922008-10-21 Alan Modra <amodra@bigpond.net.au>
693
694 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
695
4682b6fe 6962008-10-06 Jason Merrill <jason@redhat.com>
697
698 * demangle.h (enum demangle_component_type): Add
699 DEMANGLE_COMPONENT_PACK_EXPANSION.
700
a2ad5e1b 7012008-09-09 Jason Merrill <jason@redhat.com>
702
703 * demangle.h (enum demangle_component_type): Add
704 DEMANGLE_COMPONENT_DECLTYPE.
705
bc5f68df 7062008-07-07 Joel Brobecker <brobecker@adacore.com>
707
708 * safe-ctype.h: Add #include of ctype.h before redefining
709 the ctype.h macros.
710
3725d22e 7112008-07-04 Joel Brobecker <brobecker@adacore.com>
712
713 * safe-ctype.h: Remove #error when detecting that ctype.h has been
714 included. Redefine the various macros provided by ctype.h as
715 undefined variables.
716
b60b4740 7172008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
718
719 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
720 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
721
4acbb723 7222008-03-24 Ian Lance Taylor <iant@google.com>
723
af9790a0 724 * sha1.h: New file, from gnulib.
725
4acbb723 726 * md5.h: Add extern "C" when compiled with C++.
727
3b4c5c14 7282008-03-21 Ian Lance Taylor <iant@google.com>
729
730 * filenames.h: Add extern "C" when compiled with C++.
731
e54ec148 7322008-02-11 Bob Wilson <bob.wilson@acm.org>
733
734 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
735 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
736
c8d35c3c 7372008-01-26 David Daney <ddaney@avtrex.com>
738
739 * demangle.h (demangle_component_type): Add
740 DEMANGLE_COMPONENT_JAVA_RESOURCE,
741 DEMANGLE_COMPONENT_COMPOUND_NAME, and
742 DEMANGLE_COMPONENT_CHARACTER as new enum values.
743 (demangle_component): Add struct s_character to union u.
744
4d403838 7452007-11-07 Joseph Myers <joseph@codesourcery.com>
746 Daniel Jacobowitz <dan@codesourcery.com>
747
748 * floatformat.h (struct floatformat): Add split_half field.
749 (floatformat_ibm_long_double): New.
750
406035ae 7512007-09-06 Tom Tromey <tromey@redhat.com>
752
753 * libiberty.h (pex_free): Document process killing.
754
c4692e04 7552007-08-31 Douglas Gregor <doug.gregor@gmail.com>
756
757 * demangle.h (enum demangle_component_type): Add
758 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
759
a3d8cd7b 7602007-07-25 Ben Elliston <bje@au.ibm.com>
761
762 * ternary.h: Remove.
763
4690907f 7642007-07-18 Bob Wilson <bob.wilson@acm.org>
765
766 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
767 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
768
1ee47085 7692007-07-17 Nick Clifton <nickc@redhat.com>
770
771 * COPYING3: New file. Contains version 3 of the GNU General
772 Public License.
773
01616473 7742007-07-12 Kai Tietz <kai.tietz@onevision.com>
775
776 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
777 needed for WIN64 when a long is not wide enough for a pointer.
778 (splay_tree_key, splay_tree_value): Use the new types.
779
c159e0b7 7802007-05-07 Nathan Froyd <froydnj@codesourcery.com>
781
782 * libiberty.h (writeargv): Declare.
783
1846fb72 7842007-04-25 Mark Mitchell <mark@codesourcery.com>
785
786 * demangle.h: Change license to LGPL + exception.
787
a5cb63da 7882007-03-29 Joel Brobecker <brobecker@adacore.com>
789
790 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
791 regardless of the type of file system.
792
5de92639 7932007-03-06 Jan Hubicka <jh@suse.cz>
794
795 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
796
50382252 7972007-02-09 Joseph S. Myers <joseph@codesourcery.com>
798
799 * libiberty.h (pex_write_input): Remove prototype.
800
f8b619f0 8012007-01-31 Vladimir Prus <vladimir@codesourcery.com>
802
803 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
804 (PEX_BINARY_ERROR): New define.
805 (pex_read_err): New function.
806
611fc3d0 8072007-01-29 Simon Baldwin <simonb@google.com>
808
809 * demangle.h: New cplus_demangle_print_callback,
810 cplus_demangle_v3_callback, and java_demangle_v3_callback function
811 prototypes, and demangle_callbackref type definition.
812
9430e4a9 8132006-12-06 Nick Clifton <nickc@redhat.com>
814
815 * ansidecl.h (ATTRIBUTE_PACKED): Define.
816
6fa7e596 8172006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
818 J"orn Rennecke <joern.rennecke@st.com>
819
820 PR driver/29931
821 * libiberty.h (make_relative_prefix_ignore_links): Declare.
822
802cc599 8232006-11-27 Bob Wilson <bob.wilson@acm.org>
824
825 * xtensa-config.h (XSHAL_ABI): New.
826 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
827
d7e51a35 8282006-04-11 Jim Blandy <jimb@codesourcery.com>
829
830 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
831
48b2395d 8322006-01-18 DJ Delorie <dj@redhat.com>
833
834 * md5.h: Include ansidecl.h
835
367a6058 8362006-01-09 Bob Wilson <bob.wilson@acm.org>
837
838 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
839
3161b3ad 8402005-12-30 Bob Wilson <bob.wilson@acm.org>
841
842 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
843
4c8420c9 8442005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
845
846 PR java/9861
847 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
848 output format for return types
849
c38d39c9 8502005-10-31 Mark Kettenis <kettenis@gnu.org>
851
852 * floatformat.h (enum floatformat_byteorders): Add
853 floatformat_vax.
854 (floatformat_vax_aingle, floatformat_vax_double): Declare.
855
bab0d4c5 8562005-09-26 Mark Mitchell <mark@codesourcery.com>
857
858 * libiberty.h (expandargv): New function.
859
5a929093 8602005-08-17 Mark Kettenis <kettenis@gnu.org>
861
862 * floatformat.h (struct floatformat): Change type of large
863 argument for is_valid member to `const void *'.
864 (floatformat_to_double): Change type of second argument to `const
865 void *'.
866 (floatformat_from_double): Change type of last argument to `void
867 *'.
868 (floatformat_is_valid): Change type of last argument to `const
869 void *'.
870
317d4fda 8712005-07-12 Ben Elliston <bje@au.ibm.com>
872
873 * xregex2.h (regexec): Qualify this prototype with __extension__
874 when compiling with GNU C.
875
91fc5678 8762005-07-03 Steve Ellcey <sje@cup.hp.com>
877
878 PR other/13906
879 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
880 * md5.h (md5_uintptr): New.
881 (md5_ctx): Align buffer field.
882
a55dc2cd 8832005-06-30 Daniel Berlin <dberlin@dberlin.org>
884
885 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
886 (HTAB_EMPTY_ENTRY): New macro.
887
28cc9eac 8882005-06-20 Geoffrey Keating <geoffk@apple.com>
889
890 * libiberty.h (strverscmp): Prototype.
891
4fac984f 8922005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
893
894 * libiberty.h (XOBFINISH): New.
895
8be91f46 8962005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
897
898 * libiberty.h (vsnprintf): Add format attribute.
899
1b52004c 9002005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
901
902 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
903
71f27b28 9042005-05-28 Eli Zaretskii <eliz@gnu.org>
905
906 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
907 needed.
908 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
909
e63e3841 9102005-05-25 Richard Henderson <rth@redhat.com>
911
912 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
913
f2d737fc 9142005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
915
916 * libiberty.h (ACONCAT): Properly cast value of alloca().
917
918 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 919 __cplusplus.
f2d737fc 920
c72b6e6e 9212005-05-12 Steve Ellcey <sje@cup.hp.com>
922
923 libiberty.h: Do not define empty basename prototype.
924
2f8ebb8e 9252005-05-10 Nick Clifton <nickc@redhat.com>
926
927 * Update the address and phone number of the FSF organization in
928 the GPL notices in the following files:
929 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
930 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
931 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
932 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
933 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
934 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
935 xtensa-isa-internal.h, xtensa-isa.h
936
243fbe73 9372005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
938
939 * libiberty.h (unlock_std_streams): New.
940
2b0988cf 9412005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
942
943 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
944 Don't use the PTR macro.
945
946 * sort.h: Don't use the PARAMS macro.
947
bb06f0f5 9482005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
949
950 * libiberty.h (unlock_stream): New.
951
e7f1b027 9522005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
953
954 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
955 Remove parameter names.
956
35f4c956 9572005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
958
959 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
960 Provide prototypes for new functions.
961
c7df38d7 9622005-03-29 Ian Lance Taylor <ian@airs.com>
963
964 * libiberty.h: Fix indentation.
965
22683dca 9662005-03-28 Ian Lance Taylor <ian@airs.com>
967
968 * libiberty.h: Include <stdio.h>.
969 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
970 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
971 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
972 (pex_init, pex_run, pex_read_output): Declare.
973 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
974 (struct pex_time): Define.
975
5cc697d9 9762005-03-28 Mark Mitchell <mark@codesourcery.com>
977
978 * libiberty.h (ffs): Declare, if necessary.
71f27b28 979
320d4d0a 9802005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
981
982 * xregex2.h (_RE_ARGS): Remove definition and uses.
983
cd72df1f 9842005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
985
986 * ternary.h: Don't use PARAMS anymore.
987
f8d9d6a0 9882005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
989
990 * partition.h: Remove use of PARAMS.
991 * obstack.h: Remove conditional prototypes __STDC__.
992 * objalloc.h: Remove use of PARAMS.
993 * splay-tree.h: Likewise.
994
8858115e 9952005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
996
997 * md5.h: Remove definition and uses of __P.
998 * dyn-string.h: Remove uses of PARAMS.
999 * fibheap.h: Likewise.
1000 * floatformat.h: Likewise.
1001 * hashtab.h: Likewise.
1002
d94aaf66 10032005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1004
1005 * demangle.h: Remove uses of PARAMS.
1006
1007 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1008 ANSI_PROTOTYPES is always assumed.
1009 Remove uses of PARAMS throughout.
1010
a2ef32b0 10112005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1012
1013 * libiberty.h (xstrndup): Declare.
1014
82c5c135 10152005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1016
1017 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1018
5a24a79a 10192005-03-09 Mark Mitchell <mark@codesourcery.com>
1020
1021 * libiberty.h (gettimeofday): Declare.
1022
4e0e2181 10232005-03-01 Jan Beulich <jbeulich@novell.com>
1024
1025 * libiberty.h: Declare unlink_if_ordinary.
1026
bb30d1f4 10272005-02-14 Paolo Bonzini <bonzini@gnu.org>
1028
1029 PR bootstrap/19818
1030 * ansidecl.h (PARAMS): Guard from redefinition.
1031
4927c18d 10322004-12-11 Ben Elliston <bje@au.ibm.com>
1033
1034 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1035 when __GNUC__ is defined and ints are less than 32-bits wide.
1036
c909ad97 10372004-10-07 Bob Wilson <bob.wilson@acm.org>
1038
1039 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1040 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1041 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1042
b882e8a2 10432004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 1044
1045 * libiberty.h (basename): Prototype for __MINGW32__.
1046
bf6c8de0 10472004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1048
1049 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1050 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1051 concat_copy2): Use ATTRIBUTE_SENTINEL.
1052
8eb0977a 10532004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1054
1055 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1056 const-qualification before disposal.
1057
001ad2d4 10582004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 1059
001ad2d4 1060 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 1061
001ad2d4 10622004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 1063
1064 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1065 libcpp/internal.h.
1066 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1067 macros.
1068
001ad2d4 10692004-07-21 Paolo Bonzini <bonzini@gnu.org>
1070
1071 * ansidecl.h (ATTRIBUTE_PURE): New.
1072
2c04b951 10732004-07-13 Bernardo Innocenti <bernie@develer.com>
1074
1075 * libiberty.h (ASTRDUP): Add casts required for stricter
1076 type conversion rules of C++.
1077 * obstack.h (obstack_free): Likewise.
1078
80329a50 10792004-05-04 Andreas Jaeger <aj@suse.de>
1080
1081 * demangle.h: Do not use C++ reserved keyword typename as
1082 parameter for cplus_demangle_fill_builtin_type.
1083
e3190d3d 10842004-04-22 Richard Henderson <rth@redhat.com>
1085
1086 * hashtab.h (struct htab): Add size_prime_index.
1087
14c235d9 10882004-04-13 Jeff Law <law@redhat.com>
71f27b28 1089
4ee9c684 1090 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 1091
87a98662 10922004-03-30 Zack Weinberg <zack@codesourcery.com>
1093
1094 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1095
81e091aa 10962004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1097
1098 * dyn-string.h: Update copyright date.
1099
02c71081 11002004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1101
1102 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1103 the associated #defines.
1104
f95cb811 11052004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1106
0a48bf84 1107 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1108 "libiberty.h".
1109
a2ebbb48 1110 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1111
f95cb811 1112 * demangle.h (enum demangle_component_type): Define.
1113 (struct demangle_operator_info): Declare.
1114 (struct demangle_builtin_type_info): Declare.
1115 (struct demangle_component): Define.
1116 (cplus_demangle_fill_component): Declare.
1117 (cplus_demangle_fill_name): Declare.
1118 (cplus_demangle_fill_builtin_type): Declare.
1119 (cplus_demangle_fill_operator): Declare.
1120 (cplus_demangle_fill_extended_operator): Declare.
1121 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1122 (cplus_demangle_v3_components): Declare.
1123 (cplus_demangle_print): Declare.
1124
dd5bd0ad 1125For older changes see ChangeLog-9103
28e9041c 1126\f
1127Local Variables:
1128mode: change-log
1129left-margin: 8
1130fill-column: 74
1131version-control: never
1132End: