]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
Minor interface cleanups of libgccjit
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
eb06b251 12014-12-09 Trevor Saunders <tsaunders@mozilla.com>
2
3 * hashtab.h, splay-tree.h: Remove GTY markers.
4
9d231822 52014-12-08 Mark Wielaard <mjw@redhat.com>
6
7 PR debug/60782
8 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type.
9
b4721d74 102014-11-21 Mark Wielaard <mjw@redhat.com>
11
12 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
13 DW_LANG_C_plus_plus_14.
14
aa643a01 152014-11-25 Mark Wielaard <mjw@redhat.com>
16
17 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
18
69a2f316 192014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
20
21 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
22 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
23 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
24 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
25 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
26 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
27 (DW_AT_APPLE_property): New macros.
28
4d0069ee 292014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
30 Manuel López-Ibáñez <manu@gcc.gnu.org>
31
32 PR driver/36312
33 * filenames.h: Add prototype for canonical_filename_eq.
34
863e76f9 352014-11-11 David Malcolm <dmalcolm@redhat.com>
36
37 * ChangeLog.jit: New.
38
ec4adff1 392014-10-28 Richard Henderson <rth@redhat.com>
40
41 * longlong.h [__alpha] (umul_ppmm): Disable for c++.
42
5e1a5aba 432014-10-28 Yury Gribov <y.gribov@samsung.com>
44
45 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
46
ab103e33 472014-10-27 Phil Muldoon <pmuldoon@redhat.com>
48 Jan Kratochvil <jan.kratochvil@redhat.com>
49 Tom Tromey <tromey@redhat.com>
50
51 * gcc-c-fe.def: New file.
52 * gcc-c-interface.h: New file.
53 * gcc-interface.h: New file.
54
51190923 552014-10-15 David Malcolm <dmalcolm@redhat.com>
56
57 * libiberty.h (choose_tmpdir): New prototype.
58
77cab475 592013-10-02 Mark Wielaard <mjw@redhat.com>
60
61 PR debug/63239
62 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
63
59a81bf9 642014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
65
66 * libiberty.h (PEX_STDOUT_APPEND): New flag.
67 (PEX_STDERR_APPEND): Likewise.
68
23c22e01 692014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
70
71 * demangle.h (DMGL_DLANG): New macro.
72 (DMGL_STYLE_MASK): Add DMGL_DLANG.
73 (demangling_styles): Add dlang_demangling.
74 (DLANG_DEMANGLING_STYLE_STRING): New macro.
75 (DLANG_DEMANGLING): New macro.
76 (dlang_demangle): New prototype.
77
22538acd 782014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
79
80 * longlong.h: Add __udiv_w_sdiv prototype.
81
d968efea 822014-06-10 Thomas Schwinge <thomas@codesourcery.com>
83
84 PR lto/61334
85 * libiberty.h [defined (HAVE_DECL_STRNLEN) &&
86 !HAVE_DECL_STRNLEN] (strnlen): New prototype.
87
463553db 882014-05-21 John Marino <gnugcc@marino.st>
89
90 * liberty.h: Use basename function on DragonFly.
91
5f0ba1cc 922014-05-01 Steve Ellcey <sellcey@mips.com>
93
94 * include/longlong.h: Use 'defined()' to check __mips16.
95
cee1824e 962014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
97
98 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
99
a95d3a28 1002014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
101
102 * longlong.h: Merge from glibc.
103
e14937e9 1042014-01-21 Tom Tromey <tromey@redhat.com>
105
106 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
107 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
108 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
109 (NOARGS): Don't define.
110 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
111
468088ac 1122013-12-23 Bill Maddox <maddox@google.com>
113
114 * demangle.h (enum gnu_v3_ctor_kinds):
115 Added literal gnu_v3_unified_ctor.
116 (enum gnu_v3_ctor_kinds):
117 Added literal gnu_v3_unified_dtor.
118
81927967 1192013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
120
121 * longlong.h: New file.
122
2b0d0b81 1232013-10-29 Marc Glisse <marc.glisse@inria.fr>
124
125 PR tree-optimization/58689
126 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
127 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
128 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
129 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
130 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
131 Mark with attribute returns_nonnull.
132
ba477559 1332013-10-22 Sterling Augustine <saugustine@google.com>
134
135 * gdb/gdb-index.h: Merge from gdb tree.
136
6d69d407 1372013-08-20 Alan Modra <amodra@gmail.com>
138
139 * floatformat.h (floatformat_ibm_long_double): Delete.
140 (floatformat_ibm_long_double_big): Declare.
141 (floatformat_ibm_long_double_little): Declare.
142
47e5a776 1432013-08-19 Dehao Chen <dehao@google.com>
144
145 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
146
b710ec85 1472013-08-02 Caroline Tice <cmtice@google.com>
148
149 * vtv-change-permission.h: New file.
150
1189258f 1512013-04-03 Jason Merrill <jason@redhat.com>
152
153 Demangle C++11 ref-qualifier.
154 * demangle.h (enum demangle_component_type): Add
155 DEMANGLE_COMPONENT_REFERENCE_THIS,
156 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
157
e82adc39 1582013-03-01 Cary Coutant <ccoutant@google.com>
159
160 * dwarf2.h (enum dwarf_sect): New enum type.
161
0d360bdc 1622013-02-11 Sriraman Tallam <tmsriram@google.com>
163
164 * plugin-api.h (enum ld_plugin_level): Assign integers
165 explicitly for all values.
166
9261f555 1672013-01-30 Kai Tietz <ktietz@redhat.com>
168
169 PR other/54620
170 PR target/39064
171 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
172 stdint.h and sys/types.h headers are present.
173 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
174
576b1370 1752012-12-18 Aldy Hernandez <aldyh@redhat.com>
176
177 PR other/54324
178 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
179 < 3.4.
180
d4701f6c 1812012-11-09 Jason Merrill <jason@redhat.com>
182
183 * demangle.h (enum demangle_component_type): Add
184 DEMANGLE_COMPONENT_TAGGED_NAME.
185
21ebaa24 1862012-10-29 Sterling Augustine <saugustine@google.com>
187 Cary Coutant <ccoutant@google.com>
b35329c7 188
189 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
190 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
191 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
192
193
462819c8 1942012-10-08 Jason Merrill <jason@redhat.com>
195
196 * demangle.h (enum demangle_component_type): Add
197 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
198
63d6cef5 1992012-09-18 Florian Weimer <fweimer@redhat.com>
200
201 PR other/54411
202 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
203
0131450a 2042012-09-06 Cary Coutant <ccoutant@google.com>
205
206 * dwarf2.def: Edit comment.
207
ec4151f2 2082012-08-24 Sriraman Tallam <tmsriram@google.com>
209
210 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
211 New interface.
212 (ld_plugin_unique_segment_for_sections): New interface.
213 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
214 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
215 (tv_allow_unique_segment_for_sections): New member.
216 (tv_unique_segment_for_sections): New member.
217
712932d2 2182012-07-13 Doug Evans <dje@google.com>
219
220 * filenames.h: #include "hashtab.h".
221 (filename_hash, filename_eq): Declare.
222
3c4aeb35 2232012-06-18 Doug Evans <dje@google.com>
224
225 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
226
c0b7038e 2272012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
228
229 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
230
d233e0db 2312012-06-08 Jakub Jelinek <jakub@redhat.com>
232
233 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
234 forms.
235 * dwarf2.h (enum dwarf_macro_record_type): Add
236 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
237 and DW_MACRO_GNU_transparent_include_alt.
238
73e554b7 2392012-05-23 Doug Evans <dje@google.com>
240
241 * leb128.h: #include stdint.h, inttypes.h.
242 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
243 Change to take a uint64_t * argument instead of unsigned long long.
244 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
245 Change to take an int64_t * argument instead of long long.
246
d0c5362c 2472012-05-22 Doug Evans <dje@google.com>
248
249 * leb128.h: New file.
250
06d1ba50 2512012-05-19 Gary Funck <gary@intrepid.com>
252
253 * dwarf2.def: Update comment re: UPC extensions to reference
254 DWARF4 specification.
255
9618d32d 2562012-05-02 Cary Coutant <ccoutant@google.com>
257
258 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
259 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
260
ee9571b9 2612012-04-28 Doug Evans <dje@google.com>
262
263 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
264
8fd919b6 2652012-04-27 Tom Tromey <tromey@redhat.com>
266
267 * dwarf2.h: Wrap function declarations in extern "C".
268
c9f46599 2692012-04-27 Tom Tromey <tromey@redhat.com>
270
271 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
272 (enum dwarf_location_atom, enum dwarf_type, enum
273 dwarf_call_frame_info): Remove.
274 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
275 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
276 Include dwarf2.def.
277 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
278 (get_DW_OP_name, get_DW_ATE_name): Declare.
279 * dwarf2.def: New file, from dwarf2.h.
280
ee0af6e0 2812012-04-10 Tristan Gingold <gingold@adacore.com>
282
283 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
284 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
285
abbb0ba2 2862012-01-26 Cary Coutant <ccoutant@google.com>
287
288 * dwarf2.h (enum dwarf_form): Add Fission extensions.
289 (enum dwarf_attribute): Likewise.
290
2d847c18 2912012-01-06 Jason Merrill <jason@redhat.com>
292
293 PR c++/6057
294 PR c++/48051
295 PR c++/50855
296 PR c++/51322
297 * demangle.h (enum demangle_component_type): Add
298 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
299
4c0315d0 3002011-11-07 Richard Henderson <rth@redhat.com>
301
302 Merged from transactional-memory.
303
304 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
305 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
306 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
307 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
308
b103fef5 3092011-10-21 Ulrich Drepper <drepper@gmail.com>
310
311 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
312
3132011-10-21 Marc Glisse <marc.glisse@inria.fr>
314
315 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
316
c12ded99 3172011-09-28 Doug Evans <dje@google.com>
318
e30b3499 319 * timeval-utils.h: New file.
320
c12ded99 321 * libiberty.h (countargv): Declare.
322
17f036ad 3232011-09-26 Cary Coutant <ccoutant@google.com>
324
325 PR lto/47247
326 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
327 LDPR_PREVAILING_DEF_IRONLY_EXP.
328 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
329
0d80d940 3302011-09-23 Cary Coutant <ccoutant@google.com>
331
332 PR 40831
333 * demangle.h (enum demangle_component_type): Add
334 DEMANGLE_COMPONENT_CLONE.
335
71d67b2d 3362011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
337
338 * xregex.h (regoff_t): Define.
339
00dacc40 3402011-07-22 Jakub Jelinek <jakub@redhat.com>
341
60699ecd 342 * dwarf2.h (DW_AT_GNU_macros): New.
343 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
344
00dacc40 345 PR c++/49756
346 * libiberty.h (stack_limit_increase): New prototype.
347
3bb7aade 3482011-07-13 Sriraman Tallam <tmsriram@google.com>
349
350 * plugin-api.h
351 (ld_plugin_section): New struct.
352 (ld_plugin_get_section_count): New typedef.
353 (ld_plugin_get_section_type): New typedef.
354 (ld_plugin_get_section_name): New typedef.
355 (ld_plugin_get_section_contents): New typedef.
356 (ld_plugin_update_section_order): New typedef.
357 (ld_plugin_allow_section_ordering): New typedef.
358 (LDPT_GET_SECTION_COUNT): New enum value.
359 (LDPT_GET_SECTION_TYPE): New enum value.
360 (LDPT_GET_SECTION_NAME): New enum value.
361 (LDPT_GET_SECTION_CONTENTS): New enum value.
362 (LDPT_UPDATE_SECTION_ORDER): New enum value.
363 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
364 (tv_get_section_count): New struct members.
365 (tv_get_section_type): New struct members.
366 (tv_get_section_name): New struct members.
367 (tv_get_section_contents): New struct members.
368 (tv_update_section_order): New struct members.
369 (tv_allow_section_ordering): New struct members.
370
fd109ff5 3712011-07-01 Joel Brobecker <brobecker@adacore.com>
372
373 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
374 on Darwin, as well as on the systems that use a DOS-like
375 filesystem.
376
841424cc 3772011-06-22 Jakub Jelinek <jakub@redhat.com>
378
379 PR debug/47858
380 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
381
932501f9 3822011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
383
384 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
385 (DMGL_RET_DROP): New.
386
e86bbaee 3872011-04-30 Jakub Jelinek <jakub@redhat.com>
388
389 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
390 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
391
cdd0bb4b 3922011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
395
3e8b7d36 3962011-03-31 Tristan Gingold <gingold@adacore.com>
397
398 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
399
5c550782 4002011-03-24 Mark Wielaard <mjw@redhat.com>
401
402 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
403
fa5d241f 4042010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
405
406 * plugin-api.h (ld_plugin_get_view): New.
407 (ld_plugin_tag): Add LDPT_GET_VIEW.
408 (ld_plugin_tv): Add tv_get_view.
409
4143d08b 4102011-03-16 Jakub Jelinek <jakub@redhat.com>
411
412 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
413 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
414 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
415 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
416 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
417 DW_OP_GNU_entry_value): New.
418
875ffd1d 4192011-02-28 Kai Tietz <kai.tietz@onevision.com>
420
421 * filenames.h (filename_ncmp): New prototype.
422
fbc6ee3a 4232011-02-23 Kai Tietz <kai.tietz@onevision.com>
424
425 * dwarf2.h (_ELF_DWARF2_H): Renamed to
426 _DWARF2_H.
427 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
428 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
429 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
430 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
431
f97b152f 4322011-01-12 Iain Sandoe <iains@gcc.gnu.org>
433
434 * dwarf2.h: Update value for DW_AT_hi_user.
435
2e521e13 4362010-11-16 Ian Lance Taylor <iant@google.com>
437
438 * simple-object.h (simple_object_attributes_merge): Declare,
439 replacing simple_object_attributes_compare.
440
46c5c275 4412010-11-04 Ian Lance Taylor <iant@google.com>
442
443 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
444
ebb6c20c 4452010-11-02 Ian Lance Taylor <iant@google.com>
446
447 * simple-object.h: New file.
448
8de56b55 4492010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
450
451 Sync LD plugin patch series (part 1/6) with src/include/.
452 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
453
21ebaa24 4542010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 455
456 * libiberty.h (setproctitle): Add prototype.
457
f9c61ef7 4582010-09-09 Jakub Jelinek <jakub@redhat.com>
459
460 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
461
b2d17628 4622010-07-06 Ken Werner <ken.werner@de.ibm.com>
463
464 * floatformat.h (floatformat_ieee_half_big): Add declaration.
465 (floatformat_ieee_half_little): Likewise.
466
ab3da48a 4672010-06-21 Rafael Espindola <espindola@google.com>
468
469 * plugin-api.h (ld_plugin_set_extra_library_path): New.
470 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
471 (ld_plugin_tv): Add tv_set_extra_library_path.
472
952114f8 4732010-06-21 Jakub Jelinek <jakub@redhat.com>
474
475 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
476
7d99a199 4772010-06-18 Rafael Espindola <espindola@google.com>
478
479 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
480 Make argument const.
481
3e00a9d3 4822010-06-08 Tristan Gingold <gingold@adacore.com>
483
484 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
485 DW_TAG_HP_Bliss_field_set.
486 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
487 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
488 DW_AT_HP_definition_points, DW_AT_HP_default_location and
489 DW_AT_HP_is_result_param.
490 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
491 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
492 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
493 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
494 (enum dwarf_line_number_x_ops): Add
495 DW_LNE_HP_source_file_correlation.
496 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
497 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
498 DW_LANG_HP_Assembler.
499
ba72912a 5002010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
501
502 * splay-tree.h: Update copyright years.
503 (splay_tree_s): Document fields.
504 (splay_tree_new_typed_alloc): New.
505
506 * hashtab.h: Update copyright years.
507 (htab_create_typed_alloc): New.
508
cff884a9 5092010-06-01 Rafael Espindola <espindola@google.com>
510
511 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
512
c5212646 5132010-04-26 Pedro Alves <pedro@codesourcery.com>
514
515 * filenames.h (PATH_SEPARATOR): Delete.
516
2d7565f9 5172010-04-23 Pedro Alves <pedro@codesourcery.com>
518
519 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
520 always define it independently of host, add `dos_based' parameter,
521 and handle it.
d2b5c460 522 (PATH_SEPARATOR): Define.
2d7565f9 523 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
524 independently of host, add `dos_based' parameter, and handle it.
525 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
526 it independently of host, add `dos_based' parameter, and handle
527 it.
528 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
529 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
530 (HAS_DOS_DRIVE_SPEC): New.
531 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
532 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
533 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
534 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
535
249057fc 5362010-04-20 Nick Clifton <nickc@redhat.com>
537
538 * sha1.h: Update copyright notice to use GPLv3.
539
81eaa852 5402010-04-14 Doug Evans <dje@google.com>
541
542 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
543
889783e3 5442010-04-13 Matthias Klose <doko@ubuntu.com>
545
546 * elf: Remove empty directory.
547
a1b9762a 5482010-04-06 Jakub Jelinek <jakub@redhat.com>
549
550 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
551 field.
552
c8bee5e9 5532010-03-23 Joseph Myers <joseph@codesourcery.com>
554
555 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
556
b17eeb61 5572010-01-13 Joel Brobecker <brobecker@adacore.com>
558
559 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
560 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
561
10650b19 5622010-01-11 Tristan Gingold <gingold@adacore.com>
563
564 * demangle.h (ada_demangle): Add prototype.
565
1eb1b33f 5662010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
567
568 PR bootstrap/41771
569 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
570
ffed923e 5712009-12-29 Joel Brobecker <brobecker@adacore.com>
572
573 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
574
36ce008e 5752009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
576
577 Add DWARF attribute value for the "Borland fastcall" calling
578 convention.
579 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
580
9c241155 5812009-10-23 Kai Tietz <kai.tietz@onevision.com>
582
583 * splay-tree.h (libi_uhostptr_t): Add gcc specific
584 __extension__ for long long type case to silent cX9.
585 (libi_shostptr_t): Likewise.
586
f5dac1dd 5872009-10-19 Rafael Avila de Espindola <espindola@google.com>
588
589 PR40790
889783e3 590 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 591
711a4686 5922009-10-15 Jakub Jelinek <jakub@redhat.com>
593
594 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
595 a DWARF 4 addition.
596
5460ff78 5972009-10-09 Rafael Espindola <espindola@google.com>
598
599 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
600 libname.
601
6022009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 603
ef356dfa 604 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
605 (ld_plugin_get_input_file): New.
606 (ld_plugin_release_input_file): New.
607 (ld_plugin_add_input_library): New.
608 (ld_plugin_message): Mark format const.
609 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
610 LDPT_ADD_INPUT_LIBRARY.
611 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
612 tv_add_input_library.
cb793c69 613
03d46b27 6142009-10-04 Jerry Quinn <jlquinn@optonline.net>
615
616 * plugin-api.h: Fix compile.
617
d2b5c460 6182009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 619
620 * plugin-api.h: New.
621 * lto-symtab.h: New.
622
4817b87c 6232009-09-29 Jason Merrill <jason@redhat.com>
624
625 * demangle.h (enum demangle_component_type): Add
626 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
627 DEMANGLE_COMPONENT_UNNAMED_TYPE.
628 (struct demangle_component): Add s_unary_num.
629
86cbedda 6302009-09-25 Dodji Seketeli <dodji@redhat.com>
631
632 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
633 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
634 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
635
4b9ed140 6362009-09-25 Cary Coutant <ccoutant@google.com>
637
638 Add rest of new values from DWARF Version 4.
639 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
640 New tags.
641 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
642 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
643 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
644 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
645 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
646 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
647 attributes.
648 (DW_LANG_Python): New language.
649
5d1e31fa 6502009-09-22 Dodji Seketeli <dodji@redhat.com>
651
652 * dwarf2.h (enum dwarf_tag): Add
653 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
654
75d716e2 6552009-07-24 Ian Lance Taylor <iant@google.com>
656
657 PR bootstrap/40854
658 * libiberty.h (xcrc32): Rename from crc32.
659
be347f2e 6602009-07-24 Ian Lance Taylor <iant@google.com>
661
662 * libiberty.h (crc32): Declare.
663
5e006d27 6642009-07-20 Cary Coutant <ccoutant@google.com>
665 Doug Evans <dje@google.com>
f12fbb9c 666
667 Add some dwarf4 values.
668 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
669 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
670 DW_FORM_flag_present, DW_FORM_sig8.
671 (enum dwarf_attribute): Add DW_AT_signature.
672
7ddff01e 6732009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 * demangle.h
676 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
677 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
678 New.
679
8fdd1a73 6802009-07-09 Jakub Jelinek <jakub@redhat.com>
681
682 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
683 and DW_OP_stack_value.
684
bde36f4a 6852009-07-09 Tom Tromey <tromey@redhat.com>
686
687 * elf/dwarf2.h: Remove, renaming to...
688 * dwarf2.h: ... this.
689
2452254d 6902009-06-29 Tom Tromey <tromey@redhat.com>
691
692 * elf/dwarf2.h: New file. Merged with gdb.
693
5741047e 6942009-06-09 Ian Lance Taylor <ian@airs.com>
695
696 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
697
6982009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 699
700 * ansidecl.h (EXPORTED_CONST): Define.
701
74b36562 7022009-05-31 Ian Lance Taylor <iant@google.com>
703
704 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
705 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 706 macro when compiling with C++.
74b36562 707 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
708 when compiling with C++.
709 * fibheap.h: Add extern "C" when compiling with C++.
710
4f99ab94 7112009-04-22 Taras Glek <tglek@mozilla.com>
712
5daf45f2 713 * hashtab.h: Update GTY annotations to new syntax.
714 * splay-tree.h: Likewise.
4f99ab94 715
e92154af 7162009-03-17 Jason Merrill <jason@redhat.com>
717
718 * demangle.h (enum demangle_component_type): Add
719 DEMANGLE_COMPONENT_FUNCTION_PARAM.
720
e4583147 7212008-12-10 Jason Merrill <jason@redhat.com>
722
723 * demangle.h (enum demangle_component_type): Add
724 DEMANGLE_COMPONENT_FIXED_TYPE.
725
e057bf62 7262008-11-19 Bob Wilson <bob.wilson@acm.org>
727
728 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
729 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
730 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
731 (XCHAL_NUM_AREGS): Change to 32.
732 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
733 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
734 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
735 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
736 (XCHAL_DEBUGLEVEL): Change to 6.
737
68a40a77 7382008-10-21 Alan Modra <amodra@bigpond.net.au>
739
740 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
741
4682b6fe 7422008-10-06 Jason Merrill <jason@redhat.com>
743
744 * demangle.h (enum demangle_component_type): Add
745 DEMANGLE_COMPONENT_PACK_EXPANSION.
746
a2ad5e1b 7472008-09-09 Jason Merrill <jason@redhat.com>
748
749 * demangle.h (enum demangle_component_type): Add
750 DEMANGLE_COMPONENT_DECLTYPE.
751
bc5f68df 7522008-07-07 Joel Brobecker <brobecker@adacore.com>
753
754 * safe-ctype.h: Add #include of ctype.h before redefining
755 the ctype.h macros.
756
3725d22e 7572008-07-04 Joel Brobecker <brobecker@adacore.com>
758
759 * safe-ctype.h: Remove #error when detecting that ctype.h has been
760 included. Redefine the various macros provided by ctype.h as
761 undefined variables.
762
b60b4740 7632008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
764
765 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
766 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
767
4acbb723 7682008-03-24 Ian Lance Taylor <iant@google.com>
769
af9790a0 770 * sha1.h: New file, from gnulib.
771
4acbb723 772 * md5.h: Add extern "C" when compiled with C++.
773
3b4c5c14 7742008-03-21 Ian Lance Taylor <iant@google.com>
775
776 * filenames.h: Add extern "C" when compiled with C++.
777
e54ec148 7782008-02-11 Bob Wilson <bob.wilson@acm.org>
779
780 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
781 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
782
c8d35c3c 7832008-01-26 David Daney <ddaney@avtrex.com>
784
785 * demangle.h (demangle_component_type): Add
786 DEMANGLE_COMPONENT_JAVA_RESOURCE,
787 DEMANGLE_COMPONENT_COMPOUND_NAME, and
788 DEMANGLE_COMPONENT_CHARACTER as new enum values.
789 (demangle_component): Add struct s_character to union u.
790
4d403838 7912007-11-07 Joseph Myers <joseph@codesourcery.com>
792 Daniel Jacobowitz <dan@codesourcery.com>
793
794 * floatformat.h (struct floatformat): Add split_half field.
795 (floatformat_ibm_long_double): New.
796
406035ae 7972007-09-06 Tom Tromey <tromey@redhat.com>
798
799 * libiberty.h (pex_free): Document process killing.
800
c4692e04 8012007-08-31 Douglas Gregor <doug.gregor@gmail.com>
802
803 * demangle.h (enum demangle_component_type): Add
804 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
805
a3d8cd7b 8062007-07-25 Ben Elliston <bje@au.ibm.com>
807
808 * ternary.h: Remove.
809
4690907f 8102007-07-18 Bob Wilson <bob.wilson@acm.org>
811
812 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
813 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
814
1ee47085 8152007-07-17 Nick Clifton <nickc@redhat.com>
816
817 * COPYING3: New file. Contains version 3 of the GNU General
818 Public License.
819
01616473 8202007-07-12 Kai Tietz <kai.tietz@onevision.com>
821
822 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
823 needed for WIN64 when a long is not wide enough for a pointer.
824 (splay_tree_key, splay_tree_value): Use the new types.
825
c159e0b7 8262007-05-07 Nathan Froyd <froydnj@codesourcery.com>
827
828 * libiberty.h (writeargv): Declare.
829
1846fb72 8302007-04-25 Mark Mitchell <mark@codesourcery.com>
831
832 * demangle.h: Change license to LGPL + exception.
833
a5cb63da 8342007-03-29 Joel Brobecker <brobecker@adacore.com>
835
836 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
837 regardless of the type of file system.
838
5de92639 8392007-03-06 Jan Hubicka <jh@suse.cz>
840
841 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
842
50382252 8432007-02-09 Joseph S. Myers <joseph@codesourcery.com>
844
845 * libiberty.h (pex_write_input): Remove prototype.
846
f8b619f0 8472007-01-31 Vladimir Prus <vladimir@codesourcery.com>
848
849 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
850 (PEX_BINARY_ERROR): New define.
851 (pex_read_err): New function.
852
611fc3d0 8532007-01-29 Simon Baldwin <simonb@google.com>
854
855 * demangle.h: New cplus_demangle_print_callback,
856 cplus_demangle_v3_callback, and java_demangle_v3_callback function
857 prototypes, and demangle_callbackref type definition.
858
9430e4a9 8592006-12-06 Nick Clifton <nickc@redhat.com>
860
861 * ansidecl.h (ATTRIBUTE_PACKED): Define.
862
6fa7e596 8632006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
864 J"orn Rennecke <joern.rennecke@st.com>
865
866 PR driver/29931
867 * libiberty.h (make_relative_prefix_ignore_links): Declare.
868
802cc599 8692006-11-27 Bob Wilson <bob.wilson@acm.org>
870
871 * xtensa-config.h (XSHAL_ABI): New.
872 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
873
d7e51a35 8742006-04-11 Jim Blandy <jimb@codesourcery.com>
875
876 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
877
48b2395d 8782006-01-18 DJ Delorie <dj@redhat.com>
879
880 * md5.h: Include ansidecl.h
881
367a6058 8822006-01-09 Bob Wilson <bob.wilson@acm.org>
883
884 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
885
3161b3ad 8862005-12-30 Bob Wilson <bob.wilson@acm.org>
887
888 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
889
4c8420c9 8902005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
891
892 PR java/9861
893 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
894 output format for return types
895
c38d39c9 8962005-10-31 Mark Kettenis <kettenis@gnu.org>
897
898 * floatformat.h (enum floatformat_byteorders): Add
899 floatformat_vax.
900 (floatformat_vax_aingle, floatformat_vax_double): Declare.
901
bab0d4c5 9022005-09-26 Mark Mitchell <mark@codesourcery.com>
903
904 * libiberty.h (expandargv): New function.
905
5a929093 9062005-08-17 Mark Kettenis <kettenis@gnu.org>
907
908 * floatformat.h (struct floatformat): Change type of large
909 argument for is_valid member to `const void *'.
910 (floatformat_to_double): Change type of second argument to `const
911 void *'.
912 (floatformat_from_double): Change type of last argument to `void
913 *'.
914 (floatformat_is_valid): Change type of last argument to `const
915 void *'.
916
317d4fda 9172005-07-12 Ben Elliston <bje@au.ibm.com>
918
919 * xregex2.h (regexec): Qualify this prototype with __extension__
920 when compiling with GNU C.
921
91fc5678 9222005-07-03 Steve Ellcey <sje@cup.hp.com>
923
924 PR other/13906
925 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
926 * md5.h (md5_uintptr): New.
927 (md5_ctx): Align buffer field.
928
a55dc2cd 9292005-06-30 Daniel Berlin <dberlin@dberlin.org>
930
931 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
932 (HTAB_EMPTY_ENTRY): New macro.
933
28cc9eac 9342005-06-20 Geoffrey Keating <geoffk@apple.com>
935
936 * libiberty.h (strverscmp): Prototype.
937
4fac984f 9382005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
939
940 * libiberty.h (XOBFINISH): New.
941
8be91f46 9422005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
943
944 * libiberty.h (vsnprintf): Add format attribute.
945
1b52004c 9462005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
947
948 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
949
71f27b28 9502005-05-28 Eli Zaretskii <eliz@gnu.org>
951
952 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
953 needed.
954 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
955
e63e3841 9562005-05-25 Richard Henderson <rth@redhat.com>
957
958 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
959
f2d737fc 9602005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
961
962 * libiberty.h (ACONCAT): Properly cast value of alloca().
963
964 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 965 __cplusplus.
f2d737fc 966
c72b6e6e 9672005-05-12 Steve Ellcey <sje@cup.hp.com>
968
969 libiberty.h: Do not define empty basename prototype.
970
2f8ebb8e 9712005-05-10 Nick Clifton <nickc@redhat.com>
972
973 * Update the address and phone number of the FSF organization in
974 the GPL notices in the following files:
975 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
976 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
977 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
978 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
979 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
980 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
981 xtensa-isa-internal.h, xtensa-isa.h
982
243fbe73 9832005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
984
985 * libiberty.h (unlock_std_streams): New.
986
2b0988cf 9872005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
988
989 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
990 Don't use the PTR macro.
991
992 * sort.h: Don't use the PARAMS macro.
993
bb06f0f5 9942005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
995
996 * libiberty.h (unlock_stream): New.
997
e7f1b027 9982005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
999
1000 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1001 Remove parameter names.
1002
35f4c956 10032005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1004
1005 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1006 Provide prototypes for new functions.
1007
c7df38d7 10082005-03-29 Ian Lance Taylor <ian@airs.com>
1009
1010 * libiberty.h: Fix indentation.
1011
22683dca 10122005-03-28 Ian Lance Taylor <ian@airs.com>
1013
1014 * libiberty.h: Include <stdio.h>.
1015 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1016 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1017 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1018 (pex_init, pex_run, pex_read_output): Declare.
1019 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1020 (struct pex_time): Define.
1021
5cc697d9 10222005-03-28 Mark Mitchell <mark@codesourcery.com>
1023
1024 * libiberty.h (ffs): Declare, if necessary.
71f27b28 1025
320d4d0a 10262005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1027
1028 * xregex2.h (_RE_ARGS): Remove definition and uses.
1029
cd72df1f 10302005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1031
1032 * ternary.h: Don't use PARAMS anymore.
1033
f8d9d6a0 10342005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1035
1036 * partition.h: Remove use of PARAMS.
1037 * obstack.h: Remove conditional prototypes __STDC__.
1038 * objalloc.h: Remove use of PARAMS.
1039 * splay-tree.h: Likewise.
1040
8858115e 10412005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1042
1043 * md5.h: Remove definition and uses of __P.
1044 * dyn-string.h: Remove uses of PARAMS.
1045 * fibheap.h: Likewise.
1046 * floatformat.h: Likewise.
1047 * hashtab.h: Likewise.
1048
d94aaf66 10492005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1050
1051 * demangle.h: Remove uses of PARAMS.
1052
1053 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1054 ANSI_PROTOTYPES is always assumed.
1055 Remove uses of PARAMS throughout.
1056
a2ef32b0 10572005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1058
1059 * libiberty.h (xstrndup): Declare.
1060
82c5c135 10612005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1062
1063 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1064
5a24a79a 10652005-03-09 Mark Mitchell <mark@codesourcery.com>
1066
1067 * libiberty.h (gettimeofday): Declare.
1068
4e0e2181 10692005-03-01 Jan Beulich <jbeulich@novell.com>
1070
1071 * libiberty.h: Declare unlink_if_ordinary.
1072
bb30d1f4 10732005-02-14 Paolo Bonzini <bonzini@gnu.org>
1074
1075 PR bootstrap/19818
1076 * ansidecl.h (PARAMS): Guard from redefinition.
1077
4927c18d 10782004-12-11 Ben Elliston <bje@au.ibm.com>
1079
1080 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1081 when __GNUC__ is defined and ints are less than 32-bits wide.
1082
c909ad97 10832004-10-07 Bob Wilson <bob.wilson@acm.org>
1084
1085 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1086 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1087 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1088
b882e8a2 10892004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 1090
1091 * libiberty.h (basename): Prototype for __MINGW32__.
1092
bf6c8de0 10932004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1094
1095 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1096 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1097 concat_copy2): Use ATTRIBUTE_SENTINEL.
1098
8eb0977a 10992004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1100
1101 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1102 const-qualification before disposal.
1103
001ad2d4 11042004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 1105
001ad2d4 1106 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 1107
001ad2d4 11082004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 1109
1110 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1111 libcpp/internal.h.
1112 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1113 macros.
1114
001ad2d4 11152004-07-21 Paolo Bonzini <bonzini@gnu.org>
1116
1117 * ansidecl.h (ATTRIBUTE_PURE): New.
1118
2c04b951 11192004-07-13 Bernardo Innocenti <bernie@develer.com>
1120
1121 * libiberty.h (ASTRDUP): Add casts required for stricter
1122 type conversion rules of C++.
1123 * obstack.h (obstack_free): Likewise.
1124
80329a50 11252004-05-04 Andreas Jaeger <aj@suse.de>
1126
1127 * demangle.h: Do not use C++ reserved keyword typename as
1128 parameter for cplus_demangle_fill_builtin_type.
1129
e3190d3d 11302004-04-22 Richard Henderson <rth@redhat.com>
1131
1132 * hashtab.h (struct htab): Add size_prime_index.
1133
14c235d9 11342004-04-13 Jeff Law <law@redhat.com>
71f27b28 1135
4ee9c684 1136 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 1137
87a98662 11382004-03-30 Zack Weinberg <zack@codesourcery.com>
1139
1140 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1141
81e091aa 11422004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1143
1144 * dyn-string.h: Update copyright date.
1145
02c71081 11462004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1147
1148 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1149 the associated #defines.
1150
f95cb811 11512004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1152
0a48bf84 1153 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1154 "libiberty.h".
1155
a2ebbb48 1156 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1157
f95cb811 1158 * demangle.h (enum demangle_component_type): Define.
1159 (struct demangle_operator_info): Declare.
1160 (struct demangle_builtin_type_info): Declare.
1161 (struct demangle_component): Define.
1162 (cplus_demangle_fill_component): Declare.
1163 (cplus_demangle_fill_name): Declare.
1164 (cplus_demangle_fill_builtin_type): Declare.
1165 (cplus_demangle_fill_operator): Declare.
1166 (cplus_demangle_fill_extended_operator): Declare.
1167 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1168 (cplus_demangle_v3_components): Declare.
1169 (cplus_demangle_print): Declare.
1170
dd5bd0ad 1171For older changes see ChangeLog-9103
28e9041c 1172\f
1173Local Variables:
1174mode: change-log
1175left-margin: 8
1176fill-column: 74
1177version-control: never
1178End: