]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
2013-12-23 Bingfeng Mei <bmei@broadcom.com>
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
81927967 12013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * longlong.h: New file.
4
2b0d0b81 52013-10-29 Marc Glisse <marc.glisse@inria.fr>
6
7 PR tree-optimization/58689
8 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
9 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
10 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
11 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
12 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
13 Mark with attribute returns_nonnull.
14
ba477559 152013-10-22 Sterling Augustine <saugustine@google.com>
16
17 * gdb/gdb-index.h: Merge from gdb tree.
18
6d69d407 192013-08-20 Alan Modra <amodra@gmail.com>
20
21 * floatformat.h (floatformat_ibm_long_double): Delete.
22 (floatformat_ibm_long_double_big): Declare.
23 (floatformat_ibm_long_double_little): Declare.
24
47e5a776 252013-08-19 Dehao Chen <dehao@google.com>
26
27 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
28
b710ec85 292013-08-02 Caroline Tice <cmtice@google.com>
30
31 * vtv-change-permission.h: New file.
32
1189258f 332013-04-03 Jason Merrill <jason@redhat.com>
34
35 Demangle C++11 ref-qualifier.
36 * demangle.h (enum demangle_component_type): Add
37 DEMANGLE_COMPONENT_REFERENCE_THIS,
38 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
39
e82adc39 402013-03-01 Cary Coutant <ccoutant@google.com>
41
42 * dwarf2.h (enum dwarf_sect): New enum type.
43
0d360bdc 442013-02-11 Sriraman Tallam <tmsriram@google.com>
45
46 * plugin-api.h (enum ld_plugin_level): Assign integers
47 explicitly for all values.
48
9261f555 492013-01-30 Kai Tietz <ktietz@redhat.com>
50
51 PR other/54620
52 PR target/39064
53 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
54 stdint.h and sys/types.h headers are present.
55 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
56
576b1370 572012-12-18 Aldy Hernandez <aldyh@redhat.com>
58
59 PR other/54324
60 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
61 < 3.4.
62
d4701f6c 632012-11-09 Jason Merrill <jason@redhat.com>
64
65 * demangle.h (enum demangle_component_type): Add
66 DEMANGLE_COMPONENT_TAGGED_NAME.
67
21ebaa24 682012-10-29 Sterling Augustine <saugustine@google.com>
69 Cary Coutant <ccoutant@google.com>
b35329c7 70
71 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
72 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
73 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
74
75
462819c8 762012-10-08 Jason Merrill <jason@redhat.com>
77
78 * demangle.h (enum demangle_component_type): Add
79 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
80
63d6cef5 812012-09-18 Florian Weimer <fweimer@redhat.com>
82
83 PR other/54411
84 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
85
0131450a 862012-09-06 Cary Coutant <ccoutant@google.com>
87
88 * dwarf2.def: Edit comment.
89
ec4151f2 902012-08-24 Sriraman Tallam <tmsriram@google.com>
91
92 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
93 New interface.
94 (ld_plugin_unique_segment_for_sections): New interface.
95 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
96 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
97 (tv_allow_unique_segment_for_sections): New member.
98 (tv_unique_segment_for_sections): New member.
99
712932d2 1002012-07-13 Doug Evans <dje@google.com>
101
102 * filenames.h: #include "hashtab.h".
103 (filename_hash, filename_eq): Declare.
104
3c4aeb35 1052012-06-18 Doug Evans <dje@google.com>
106
107 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
108
c0b7038e 1092012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
110
111 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
112
d233e0db 1132012-06-08 Jakub Jelinek <jakub@redhat.com>
114
115 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
116 forms.
117 * dwarf2.h (enum dwarf_macro_record_type): Add
118 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
119 and DW_MACRO_GNU_transparent_include_alt.
120
73e554b7 1212012-05-23 Doug Evans <dje@google.com>
122
123 * leb128.h: #include stdint.h, inttypes.h.
124 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
125 Change to take a uint64_t * argument instead of unsigned long long.
126 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
127 Change to take an int64_t * argument instead of long long.
128
d0c5362c 1292012-05-22 Doug Evans <dje@google.com>
130
131 * leb128.h: New file.
132
06d1ba50 1332012-05-19 Gary Funck <gary@intrepid.com>
134
135 * dwarf2.def: Update comment re: UPC extensions to reference
136 DWARF4 specification.
137
9618d32d 1382012-05-02 Cary Coutant <ccoutant@google.com>
139
140 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
141 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
142
ee9571b9 1432012-04-28 Doug Evans <dje@google.com>
144
145 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
146
8fd919b6 1472012-04-27 Tom Tromey <tromey@redhat.com>
148
149 * dwarf2.h: Wrap function declarations in extern "C".
150
c9f46599 1512012-04-27 Tom Tromey <tromey@redhat.com>
152
153 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
154 (enum dwarf_location_atom, enum dwarf_type, enum
155 dwarf_call_frame_info): Remove.
156 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
157 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
158 Include dwarf2.def.
159 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
160 (get_DW_OP_name, get_DW_ATE_name): Declare.
161 * dwarf2.def: New file, from dwarf2.h.
162
ee0af6e0 1632012-04-10 Tristan Gingold <gingold@adacore.com>
164
165 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
166 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
167
abbb0ba2 1682012-01-26 Cary Coutant <ccoutant@google.com>
169
170 * dwarf2.h (enum dwarf_form): Add Fission extensions.
171 (enum dwarf_attribute): Likewise.
172
2d847c18 1732012-01-06 Jason Merrill <jason@redhat.com>
174
175 PR c++/6057
176 PR c++/48051
177 PR c++/50855
178 PR c++/51322
179 * demangle.h (enum demangle_component_type): Add
180 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
181
4c0315d0 1822011-11-07 Richard Henderson <rth@redhat.com>
183
184 Merged from transactional-memory.
185
186 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
187 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
188 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
189 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
190
b103fef5 1912011-10-21 Ulrich Drepper <drepper@gmail.com>
192
193 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
194
1952011-10-21 Marc Glisse <marc.glisse@inria.fr>
196
197 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
198
c12ded99 1992011-09-28 Doug Evans <dje@google.com>
200
e30b3499 201 * timeval-utils.h: New file.
202
c12ded99 203 * libiberty.h (countargv): Declare.
204
17f036ad 2052011-09-26 Cary Coutant <ccoutant@google.com>
206
207 PR lto/47247
208 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
209 LDPR_PREVAILING_DEF_IRONLY_EXP.
210 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
211
0d80d940 2122011-09-23 Cary Coutant <ccoutant@google.com>
213
214 PR 40831
215 * demangle.h (enum demangle_component_type): Add
216 DEMANGLE_COMPONENT_CLONE.
217
71d67b2d 2182011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
219
220 * xregex.h (regoff_t): Define.
221
00dacc40 2222011-07-22 Jakub Jelinek <jakub@redhat.com>
223
60699ecd 224 * dwarf2.h (DW_AT_GNU_macros): New.
225 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
226
00dacc40 227 PR c++/49756
228 * libiberty.h (stack_limit_increase): New prototype.
229
3bb7aade 2302011-07-13 Sriraman Tallam <tmsriram@google.com>
231
232 * plugin-api.h
233 (ld_plugin_section): New struct.
234 (ld_plugin_get_section_count): New typedef.
235 (ld_plugin_get_section_type): New typedef.
236 (ld_plugin_get_section_name): New typedef.
237 (ld_plugin_get_section_contents): New typedef.
238 (ld_plugin_update_section_order): New typedef.
239 (ld_plugin_allow_section_ordering): New typedef.
240 (LDPT_GET_SECTION_COUNT): New enum value.
241 (LDPT_GET_SECTION_TYPE): New enum value.
242 (LDPT_GET_SECTION_NAME): New enum value.
243 (LDPT_GET_SECTION_CONTENTS): New enum value.
244 (LDPT_UPDATE_SECTION_ORDER): New enum value.
245 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
246 (tv_get_section_count): New struct members.
247 (tv_get_section_type): New struct members.
248 (tv_get_section_name): New struct members.
249 (tv_get_section_contents): New struct members.
250 (tv_update_section_order): New struct members.
251 (tv_allow_section_ordering): New struct members.
252
fd109ff5 2532011-07-01 Joel Brobecker <brobecker@adacore.com>
254
255 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
256 on Darwin, as well as on the systems that use a DOS-like
257 filesystem.
258
841424cc 2592011-06-22 Jakub Jelinek <jakub@redhat.com>
260
261 PR debug/47858
262 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
263
932501f9 2642011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
265
266 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
267 (DMGL_RET_DROP): New.
268
e86bbaee 2692011-04-30 Jakub Jelinek <jakub@redhat.com>
270
271 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
272 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
273
cdd0bb4b 2742011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
275
276 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
277
3e8b7d36 2782011-03-31 Tristan Gingold <gingold@adacore.com>
279
280 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
281
5c550782 2822011-03-24 Mark Wielaard <mjw@redhat.com>
283
284 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
285
fa5d241f 2862010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
287
288 * plugin-api.h (ld_plugin_get_view): New.
289 (ld_plugin_tag): Add LDPT_GET_VIEW.
290 (ld_plugin_tv): Add tv_get_view.
291
4143d08b 2922011-03-16 Jakub Jelinek <jakub@redhat.com>
293
294 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
295 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
296 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
297 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
298 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
299 DW_OP_GNU_entry_value): New.
300
875ffd1d 3012011-02-28 Kai Tietz <kai.tietz@onevision.com>
302
303 * filenames.h (filename_ncmp): New prototype.
304
fbc6ee3a 3052011-02-23 Kai Tietz <kai.tietz@onevision.com>
306
307 * dwarf2.h (_ELF_DWARF2_H): Renamed to
308 _DWARF2_H.
309 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
310 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
311 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
312 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
313
f97b152f 3142011-01-12 Iain Sandoe <iains@gcc.gnu.org>
315
316 * dwarf2.h: Update value for DW_AT_hi_user.
317
2e521e13 3182010-11-16 Ian Lance Taylor <iant@google.com>
319
320 * simple-object.h (simple_object_attributes_merge): Declare,
321 replacing simple_object_attributes_compare.
322
46c5c275 3232010-11-04 Ian Lance Taylor <iant@google.com>
324
325 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
326
ebb6c20c 3272010-11-02 Ian Lance Taylor <iant@google.com>
328
329 * simple-object.h: New file.
330
8de56b55 3312010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
332
333 Sync LD plugin patch series (part 1/6) with src/include/.
334 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
335
21ebaa24 3362010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 337
338 * libiberty.h (setproctitle): Add prototype.
339
f9c61ef7 3402010-09-09 Jakub Jelinek <jakub@redhat.com>
341
342 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
343
b2d17628 3442010-07-06 Ken Werner <ken.werner@de.ibm.com>
345
346 * floatformat.h (floatformat_ieee_half_big): Add declaration.
347 (floatformat_ieee_half_little): Likewise.
348
ab3da48a 3492010-06-21 Rafael Espindola <espindola@google.com>
350
351 * plugin-api.h (ld_plugin_set_extra_library_path): New.
352 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
353 (ld_plugin_tv): Add tv_set_extra_library_path.
354
952114f8 3552010-06-21 Jakub Jelinek <jakub@redhat.com>
356
357 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
358
7d99a199 3592010-06-18 Rafael Espindola <espindola@google.com>
360
361 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
362 Make argument const.
363
3e00a9d3 3642010-06-08 Tristan Gingold <gingold@adacore.com>
365
366 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
367 DW_TAG_HP_Bliss_field_set.
368 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
369 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
370 DW_AT_HP_definition_points, DW_AT_HP_default_location and
371 DW_AT_HP_is_result_param.
372 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
373 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
374 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
375 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
376 (enum dwarf_line_number_x_ops): Add
377 DW_LNE_HP_source_file_correlation.
378 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
379 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
380 DW_LANG_HP_Assembler.
381
ba72912a 3822010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
383
384 * splay-tree.h: Update copyright years.
385 (splay_tree_s): Document fields.
386 (splay_tree_new_typed_alloc): New.
387
388 * hashtab.h: Update copyright years.
389 (htab_create_typed_alloc): New.
390
cff884a9 3912010-06-01 Rafael Espindola <espindola@google.com>
392
393 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
394
c5212646 3952010-04-26 Pedro Alves <pedro@codesourcery.com>
396
397 * filenames.h (PATH_SEPARATOR): Delete.
398
2d7565f9 3992010-04-23 Pedro Alves <pedro@codesourcery.com>
400
401 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
402 always define it independently of host, add `dos_based' parameter,
403 and handle it.
d2b5c460 404 (PATH_SEPARATOR): Define.
2d7565f9 405 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
406 independently of host, add `dos_based' parameter, and handle it.
407 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
408 it independently of host, add `dos_based' parameter, and handle
409 it.
410 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
411 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
412 (HAS_DOS_DRIVE_SPEC): New.
413 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
414 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
415 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
416 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
417
249057fc 4182010-04-20 Nick Clifton <nickc@redhat.com>
419
420 * sha1.h: Update copyright notice to use GPLv3.
421
81eaa852 4222010-04-14 Doug Evans <dje@google.com>
423
424 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
425
889783e3 4262010-04-13 Matthias Klose <doko@ubuntu.com>
427
428 * elf: Remove empty directory.
429
a1b9762a 4302010-04-06 Jakub Jelinek <jakub@redhat.com>
431
432 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
433 field.
434
c8bee5e9 4352010-03-23 Joseph Myers <joseph@codesourcery.com>
436
437 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
438
b17eeb61 4392010-01-13 Joel Brobecker <brobecker@adacore.com>
440
441 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
442 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
443
10650b19 4442010-01-11 Tristan Gingold <gingold@adacore.com>
445
446 * demangle.h (ada_demangle): Add prototype.
447
1eb1b33f 4482010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
449
450 PR bootstrap/41771
451 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
452
ffed923e 4532009-12-29 Joel Brobecker <brobecker@adacore.com>
454
455 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
456
36ce008e 4572009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
458
459 Add DWARF attribute value for the "Borland fastcall" calling
460 convention.
461 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
462
9c241155 4632009-10-23 Kai Tietz <kai.tietz@onevision.com>
464
465 * splay-tree.h (libi_uhostptr_t): Add gcc specific
466 __extension__ for long long type case to silent cX9.
467 (libi_shostptr_t): Likewise.
468
f5dac1dd 4692009-10-19 Rafael Avila de Espindola <espindola@google.com>
470
471 PR40790
889783e3 472 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 473
711a4686 4742009-10-15 Jakub Jelinek <jakub@redhat.com>
475
476 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
477 a DWARF 4 addition.
478
5460ff78 4792009-10-09 Rafael Espindola <espindola@google.com>
480
481 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
482 libname.
483
4842009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 485
ef356dfa 486 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
487 (ld_plugin_get_input_file): New.
488 (ld_plugin_release_input_file): New.
489 (ld_plugin_add_input_library): New.
490 (ld_plugin_message): Mark format const.
491 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
492 LDPT_ADD_INPUT_LIBRARY.
493 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
494 tv_add_input_library.
cb793c69 495
03d46b27 4962009-10-04 Jerry Quinn <jlquinn@optonline.net>
497
498 * plugin-api.h: Fix compile.
499
d2b5c460 5002009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 501
502 * plugin-api.h: New.
503 * lto-symtab.h: New.
504
4817b87c 5052009-09-29 Jason Merrill <jason@redhat.com>
506
507 * demangle.h (enum demangle_component_type): Add
508 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
509 DEMANGLE_COMPONENT_UNNAMED_TYPE.
510 (struct demangle_component): Add s_unary_num.
511
86cbedda 5122009-09-25 Dodji Seketeli <dodji@redhat.com>
513
514 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
515 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
516 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
517
4b9ed140 5182009-09-25 Cary Coutant <ccoutant@google.com>
519
520 Add rest of new values from DWARF Version 4.
521 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
522 New tags.
523 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
524 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
525 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
526 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
527 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
528 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
529 attributes.
530 (DW_LANG_Python): New language.
531
5d1e31fa 5322009-09-22 Dodji Seketeli <dodji@redhat.com>
533
534 * dwarf2.h (enum dwarf_tag): Add
535 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
536
75d716e2 5372009-07-24 Ian Lance Taylor <iant@google.com>
538
539 PR bootstrap/40854
540 * libiberty.h (xcrc32): Rename from crc32.
541
be347f2e 5422009-07-24 Ian Lance Taylor <iant@google.com>
543
544 * libiberty.h (crc32): Declare.
545
5e006d27 5462009-07-20 Cary Coutant <ccoutant@google.com>
547 Doug Evans <dje@google.com>
f12fbb9c 548
549 Add some dwarf4 values.
550 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
551 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
552 DW_FORM_flag_present, DW_FORM_sig8.
553 (enum dwarf_attribute): Add DW_AT_signature.
554
7ddff01e 5552009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
556
557 * demangle.h
558 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
559 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
560 New.
561
8fdd1a73 5622009-07-09 Jakub Jelinek <jakub@redhat.com>
563
564 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
565 and DW_OP_stack_value.
566
bde36f4a 5672009-07-09 Tom Tromey <tromey@redhat.com>
568
569 * elf/dwarf2.h: Remove, renaming to...
570 * dwarf2.h: ... this.
571
2452254d 5722009-06-29 Tom Tromey <tromey@redhat.com>
573
574 * elf/dwarf2.h: New file. Merged with gdb.
575
5741047e 5762009-06-09 Ian Lance Taylor <ian@airs.com>
577
578 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
579
5802009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 581
582 * ansidecl.h (EXPORTED_CONST): Define.
583
74b36562 5842009-05-31 Ian Lance Taylor <iant@google.com>
585
586 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
587 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 588 macro when compiling with C++.
74b36562 589 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
590 when compiling with C++.
591 * fibheap.h: Add extern "C" when compiling with C++.
592
4f99ab94 5932009-04-22 Taras Glek <tglek@mozilla.com>
594
5daf45f2 595 * hashtab.h: Update GTY annotations to new syntax.
596 * splay-tree.h: Likewise.
4f99ab94 597
e92154af 5982009-03-17 Jason Merrill <jason@redhat.com>
599
600 * demangle.h (enum demangle_component_type): Add
601 DEMANGLE_COMPONENT_FUNCTION_PARAM.
602
e4583147 6032008-12-10 Jason Merrill <jason@redhat.com>
604
605 * demangle.h (enum demangle_component_type): Add
606 DEMANGLE_COMPONENT_FIXED_TYPE.
607
e057bf62 6082008-11-19 Bob Wilson <bob.wilson@acm.org>
609
610 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
611 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
612 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
613 (XCHAL_NUM_AREGS): Change to 32.
614 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
615 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
616 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
617 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
618 (XCHAL_DEBUGLEVEL): Change to 6.
619
68a40a77 6202008-10-21 Alan Modra <amodra@bigpond.net.au>
621
622 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
623
4682b6fe 6242008-10-06 Jason Merrill <jason@redhat.com>
625
626 * demangle.h (enum demangle_component_type): Add
627 DEMANGLE_COMPONENT_PACK_EXPANSION.
628
a2ad5e1b 6292008-09-09 Jason Merrill <jason@redhat.com>
630
631 * demangle.h (enum demangle_component_type): Add
632 DEMANGLE_COMPONENT_DECLTYPE.
633
bc5f68df 6342008-07-07 Joel Brobecker <brobecker@adacore.com>
635
636 * safe-ctype.h: Add #include of ctype.h before redefining
637 the ctype.h macros.
638
3725d22e 6392008-07-04 Joel Brobecker <brobecker@adacore.com>
640
641 * safe-ctype.h: Remove #error when detecting that ctype.h has been
642 included. Redefine the various macros provided by ctype.h as
643 undefined variables.
644
b60b4740 6452008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
646
647 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
648 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
649
4acbb723 6502008-03-24 Ian Lance Taylor <iant@google.com>
651
af9790a0 652 * sha1.h: New file, from gnulib.
653
4acbb723 654 * md5.h: Add extern "C" when compiled with C++.
655
3b4c5c14 6562008-03-21 Ian Lance Taylor <iant@google.com>
657
658 * filenames.h: Add extern "C" when compiled with C++.
659
e54ec148 6602008-02-11 Bob Wilson <bob.wilson@acm.org>
661
662 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
663 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
664
c8d35c3c 6652008-01-26 David Daney <ddaney@avtrex.com>
666
667 * demangle.h (demangle_component_type): Add
668 DEMANGLE_COMPONENT_JAVA_RESOURCE,
669 DEMANGLE_COMPONENT_COMPOUND_NAME, and
670 DEMANGLE_COMPONENT_CHARACTER as new enum values.
671 (demangle_component): Add struct s_character to union u.
672
4d403838 6732007-11-07 Joseph Myers <joseph@codesourcery.com>
674 Daniel Jacobowitz <dan@codesourcery.com>
675
676 * floatformat.h (struct floatformat): Add split_half field.
677 (floatformat_ibm_long_double): New.
678
406035ae 6792007-09-06 Tom Tromey <tromey@redhat.com>
680
681 * libiberty.h (pex_free): Document process killing.
682
c4692e04 6832007-08-31 Douglas Gregor <doug.gregor@gmail.com>
684
685 * demangle.h (enum demangle_component_type): Add
686 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
687
a3d8cd7b 6882007-07-25 Ben Elliston <bje@au.ibm.com>
689
690 * ternary.h: Remove.
691
4690907f 6922007-07-18 Bob Wilson <bob.wilson@acm.org>
693
694 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
695 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
696
1ee47085 6972007-07-17 Nick Clifton <nickc@redhat.com>
698
699 * COPYING3: New file. Contains version 3 of the GNU General
700 Public License.
701
01616473 7022007-07-12 Kai Tietz <kai.tietz@onevision.com>
703
704 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
705 needed for WIN64 when a long is not wide enough for a pointer.
706 (splay_tree_key, splay_tree_value): Use the new types.
707
c159e0b7 7082007-05-07 Nathan Froyd <froydnj@codesourcery.com>
709
710 * libiberty.h (writeargv): Declare.
711
1846fb72 7122007-04-25 Mark Mitchell <mark@codesourcery.com>
713
714 * demangle.h: Change license to LGPL + exception.
715
a5cb63da 7162007-03-29 Joel Brobecker <brobecker@adacore.com>
717
718 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
719 regardless of the type of file system.
720
5de92639 7212007-03-06 Jan Hubicka <jh@suse.cz>
722
723 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
724
50382252 7252007-02-09 Joseph S. Myers <joseph@codesourcery.com>
726
727 * libiberty.h (pex_write_input): Remove prototype.
728
f8b619f0 7292007-01-31 Vladimir Prus <vladimir@codesourcery.com>
730
731 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
732 (PEX_BINARY_ERROR): New define.
733 (pex_read_err): New function.
734
611fc3d0 7352007-01-29 Simon Baldwin <simonb@google.com>
736
737 * demangle.h: New cplus_demangle_print_callback,
738 cplus_demangle_v3_callback, and java_demangle_v3_callback function
739 prototypes, and demangle_callbackref type definition.
740
9430e4a9 7412006-12-06 Nick Clifton <nickc@redhat.com>
742
743 * ansidecl.h (ATTRIBUTE_PACKED): Define.
744
6fa7e596 7452006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
746 J"orn Rennecke <joern.rennecke@st.com>
747
748 PR driver/29931
749 * libiberty.h (make_relative_prefix_ignore_links): Declare.
750
802cc599 7512006-11-27 Bob Wilson <bob.wilson@acm.org>
752
753 * xtensa-config.h (XSHAL_ABI): New.
754 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
755
d7e51a35 7562006-04-11 Jim Blandy <jimb@codesourcery.com>
757
758 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
759
48b2395d 7602006-01-18 DJ Delorie <dj@redhat.com>
761
762 * md5.h: Include ansidecl.h
763
367a6058 7642006-01-09 Bob Wilson <bob.wilson@acm.org>
765
766 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
767
3161b3ad 7682005-12-30 Bob Wilson <bob.wilson@acm.org>
769
770 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
771
4c8420c9 7722005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
773
774 PR java/9861
775 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
776 output format for return types
777
c38d39c9 7782005-10-31 Mark Kettenis <kettenis@gnu.org>
779
780 * floatformat.h (enum floatformat_byteorders): Add
781 floatformat_vax.
782 (floatformat_vax_aingle, floatformat_vax_double): Declare.
783
bab0d4c5 7842005-09-26 Mark Mitchell <mark@codesourcery.com>
785
786 * libiberty.h (expandargv): New function.
787
5a929093 7882005-08-17 Mark Kettenis <kettenis@gnu.org>
789
790 * floatformat.h (struct floatformat): Change type of large
791 argument for is_valid member to `const void *'.
792 (floatformat_to_double): Change type of second argument to `const
793 void *'.
794 (floatformat_from_double): Change type of last argument to `void
795 *'.
796 (floatformat_is_valid): Change type of last argument to `const
797 void *'.
798
317d4fda 7992005-07-12 Ben Elliston <bje@au.ibm.com>
800
801 * xregex2.h (regexec): Qualify this prototype with __extension__
802 when compiling with GNU C.
803
91fc5678 8042005-07-03 Steve Ellcey <sje@cup.hp.com>
805
806 PR other/13906
807 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
808 * md5.h (md5_uintptr): New.
809 (md5_ctx): Align buffer field.
810
a55dc2cd 8112005-06-30 Daniel Berlin <dberlin@dberlin.org>
812
813 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
814 (HTAB_EMPTY_ENTRY): New macro.
815
28cc9eac 8162005-06-20 Geoffrey Keating <geoffk@apple.com>
817
818 * libiberty.h (strverscmp): Prototype.
819
4fac984f 8202005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
821
822 * libiberty.h (XOBFINISH): New.
823
8be91f46 8242005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
825
826 * libiberty.h (vsnprintf): Add format attribute.
827
1b52004c 8282005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
829
830 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
831
71f27b28 8322005-05-28 Eli Zaretskii <eliz@gnu.org>
833
834 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
835 needed.
836 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
837
e63e3841 8382005-05-25 Richard Henderson <rth@redhat.com>
839
840 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
841
f2d737fc 8422005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
843
844 * libiberty.h (ACONCAT): Properly cast value of alloca().
845
846 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 847 __cplusplus.
f2d737fc 848
c72b6e6e 8492005-05-12 Steve Ellcey <sje@cup.hp.com>
850
851 libiberty.h: Do not define empty basename prototype.
852
2f8ebb8e 8532005-05-10 Nick Clifton <nickc@redhat.com>
854
855 * Update the address and phone number of the FSF organization in
856 the GPL notices in the following files:
857 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
858 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
859 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
860 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
861 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
862 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
863 xtensa-isa-internal.h, xtensa-isa.h
864
243fbe73 8652005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
866
867 * libiberty.h (unlock_std_streams): New.
868
2b0988cf 8692005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
870
871 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
872 Don't use the PTR macro.
873
874 * sort.h: Don't use the PARAMS macro.
875
bb06f0f5 8762005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
877
878 * libiberty.h (unlock_stream): New.
879
e7f1b027 8802005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
881
882 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
883 Remove parameter names.
884
35f4c956 8852005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
886
887 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
888 Provide prototypes for new functions.
889
c7df38d7 8902005-03-29 Ian Lance Taylor <ian@airs.com>
891
892 * libiberty.h: Fix indentation.
893
22683dca 8942005-03-28 Ian Lance Taylor <ian@airs.com>
895
896 * libiberty.h: Include <stdio.h>.
897 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
898 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
899 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
900 (pex_init, pex_run, pex_read_output): Declare.
901 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
902 (struct pex_time): Define.
903
5cc697d9 9042005-03-28 Mark Mitchell <mark@codesourcery.com>
905
906 * libiberty.h (ffs): Declare, if necessary.
71f27b28 907
320d4d0a 9082005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
909
910 * xregex2.h (_RE_ARGS): Remove definition and uses.
911
cd72df1f 9122005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
913
914 * ternary.h: Don't use PARAMS anymore.
915
f8d9d6a0 9162005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
917
918 * partition.h: Remove use of PARAMS.
919 * obstack.h: Remove conditional prototypes __STDC__.
920 * objalloc.h: Remove use of PARAMS.
921 * splay-tree.h: Likewise.
922
8858115e 9232005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
924
925 * md5.h: Remove definition and uses of __P.
926 * dyn-string.h: Remove uses of PARAMS.
927 * fibheap.h: Likewise.
928 * floatformat.h: Likewise.
929 * hashtab.h: Likewise.
930
d94aaf66 9312005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
932
933 * demangle.h: Remove uses of PARAMS.
934
935 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
936 ANSI_PROTOTYPES is always assumed.
937 Remove uses of PARAMS throughout.
938
a2ef32b0 9392005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
940
941 * libiberty.h (xstrndup): Declare.
942
82c5c135 9432005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
944
945 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
946
5a24a79a 9472005-03-09 Mark Mitchell <mark@codesourcery.com>
948
949 * libiberty.h (gettimeofday): Declare.
950
4e0e2181 9512005-03-01 Jan Beulich <jbeulich@novell.com>
952
953 * libiberty.h: Declare unlink_if_ordinary.
954
bb30d1f4 9552005-02-14 Paolo Bonzini <bonzini@gnu.org>
956
957 PR bootstrap/19818
958 * ansidecl.h (PARAMS): Guard from redefinition.
959
4927c18d 9602004-12-11 Ben Elliston <bje@au.ibm.com>
961
962 * fibheap.h (struct fibnode): Only use unsigned long bitfields
963 when __GNUC__ is defined and ints are less than 32-bits wide.
964
c909ad97 9652004-10-07 Bob Wilson <bob.wilson@acm.org>
966
967 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
968 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
969 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
970
b882e8a2 9712004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 972
973 * libiberty.h (basename): Prototype for __MINGW32__.
974
bf6c8de0 9752004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
976
977 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
978 * libiberty.h (concat, reconcat, concat_length, concat_copy,
979 concat_copy2): Use ATTRIBUTE_SENTINEL.
980
8eb0977a 9812004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
982
983 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
984 const-qualification before disposal.
985
001ad2d4 9862004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 987
001ad2d4 988 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 989
001ad2d4 9902004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 991
992 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
993 libcpp/internal.h.
994 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
995 macros.
996
001ad2d4 9972004-07-21 Paolo Bonzini <bonzini@gnu.org>
998
999 * ansidecl.h (ATTRIBUTE_PURE): New.
1000
2c04b951 10012004-07-13 Bernardo Innocenti <bernie@develer.com>
1002
1003 * libiberty.h (ASTRDUP): Add casts required for stricter
1004 type conversion rules of C++.
1005 * obstack.h (obstack_free): Likewise.
1006
80329a50 10072004-05-04 Andreas Jaeger <aj@suse.de>
1008
1009 * demangle.h: Do not use C++ reserved keyword typename as
1010 parameter for cplus_demangle_fill_builtin_type.
1011
e3190d3d 10122004-04-22 Richard Henderson <rth@redhat.com>
1013
1014 * hashtab.h (struct htab): Add size_prime_index.
1015
14c235d9 10162004-04-13 Jeff Law <law@redhat.com>
71f27b28 1017
4ee9c684 1018 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 1019
87a98662 10202004-03-30 Zack Weinberg <zack@codesourcery.com>
1021
1022 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1023
81e091aa 10242004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1025
1026 * dyn-string.h: Update copyright date.
1027
02c71081 10282004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1029
1030 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1031 the associated #defines.
1032
f95cb811 10332004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1034
0a48bf84 1035 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1036 "libiberty.h".
1037
a2ebbb48 1038 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1039
f95cb811 1040 * demangle.h (enum demangle_component_type): Define.
1041 (struct demangle_operator_info): Declare.
1042 (struct demangle_builtin_type_info): Declare.
1043 (struct demangle_component): Define.
1044 (cplus_demangle_fill_component): Declare.
1045 (cplus_demangle_fill_name): Declare.
1046 (cplus_demangle_fill_builtin_type): Declare.
1047 (cplus_demangle_fill_operator): Declare.
1048 (cplus_demangle_fill_extended_operator): Declare.
1049 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1050 (cplus_demangle_v3_components): Declare.
1051 (cplus_demangle_print): Declare.
1052
dd5bd0ad 1053For older changes see ChangeLog-9103
28e9041c 1054\f
1055Local Variables:
1056mode: change-log
1057left-margin: 8
1058fill-column: 74
1059version-control: never
1060End: