]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
gcc/
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
17f036ad 12011-09-26 Cary Coutant <ccoutant@google.com>
2
3 PR lto/47247
4 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
5 LDPR_PREVAILING_DEF_IRONLY_EXP.
6 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
7
0d80d940 82011-09-23 Cary Coutant <ccoutant@google.com>
9
10 PR 40831
11 * demangle.h (enum demangle_component_type): Add
12 DEMANGLE_COMPONENT_CLONE.
13
71d67b2d 142011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15
16 * xregex.h (regoff_t): Define.
17
00dacc40 182011-07-22 Jakub Jelinek <jakub@redhat.com>
19
60699ecd 20 * dwarf2.h (DW_AT_GNU_macros): New.
21 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
22
00dacc40 23 PR c++/49756
24 * libiberty.h (stack_limit_increase): New prototype.
25
3bb7aade 262011-07-13 Sriraman Tallam <tmsriram@google.com>
27
28 * plugin-api.h
29 (ld_plugin_section): New struct.
30 (ld_plugin_get_section_count): New typedef.
31 (ld_plugin_get_section_type): New typedef.
32 (ld_plugin_get_section_name): New typedef.
33 (ld_plugin_get_section_contents): New typedef.
34 (ld_plugin_update_section_order): New typedef.
35 (ld_plugin_allow_section_ordering): New typedef.
36 (LDPT_GET_SECTION_COUNT): New enum value.
37 (LDPT_GET_SECTION_TYPE): New enum value.
38 (LDPT_GET_SECTION_NAME): New enum value.
39 (LDPT_GET_SECTION_CONTENTS): New enum value.
40 (LDPT_UPDATE_SECTION_ORDER): New enum value.
41 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
42 (tv_get_section_count): New struct members.
43 (tv_get_section_type): New struct members.
44 (tv_get_section_name): New struct members.
45 (tv_get_section_contents): New struct members.
46 (tv_update_section_order): New struct members.
47 (tv_allow_section_ordering): New struct members.
48
fd109ff5 492011-07-01 Joel Brobecker <brobecker@adacore.com>
50
51 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
52 on Darwin, as well as on the systems that use a DOS-like
53 filesystem.
54
841424cc 552011-06-22 Jakub Jelinek <jakub@redhat.com>
56
57 PR debug/47858
58 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
59
932501f9 602011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
63 (DMGL_RET_DROP): New.
64
e86bbaee 652011-04-30 Jakub Jelinek <jakub@redhat.com>
66
67 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
68 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
69
cdd0bb4b 702011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
73
3e8b7d36 742011-03-31 Tristan Gingold <gingold@adacore.com>
75
76 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
77
5c550782 782011-03-24 Mark Wielaard <mjw@redhat.com>
79
80 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
81
fa5d241f 822010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
83
84 * plugin-api.h (ld_plugin_get_view): New.
85 (ld_plugin_tag): Add LDPT_GET_VIEW.
86 (ld_plugin_tv): Add tv_get_view.
87
4143d08b 882011-03-16 Jakub Jelinek <jakub@redhat.com>
89
90 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
91 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
92 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
93 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
94 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
95 DW_OP_GNU_entry_value): New.
96
875ffd1d 972011-02-28 Kai Tietz <kai.tietz@onevision.com>
98
99 * filenames.h (filename_ncmp): New prototype.
100
fbc6ee3a 1012011-02-23 Kai Tietz <kai.tietz@onevision.com>
102
103 * dwarf2.h (_ELF_DWARF2_H): Renamed to
104 _DWARF2_H.
105 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
106 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
107 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
108 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
109
f97b152f 1102011-01-12 Iain Sandoe <iains@gcc.gnu.org>
111
112 * dwarf2.h: Update value for DW_AT_hi_user.
113
2e521e13 1142010-11-16 Ian Lance Taylor <iant@google.com>
115
116 * simple-object.h (simple_object_attributes_merge): Declare,
117 replacing simple_object_attributes_compare.
118
46c5c275 1192010-11-04 Ian Lance Taylor <iant@google.com>
120
121 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
122
ebb6c20c 1232010-11-02 Ian Lance Taylor <iant@google.com>
124
125 * simple-object.h: New file.
126
8de56b55 1272010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
128
129 Sync LD plugin patch series (part 1/6) with src/include/.
130 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
131
a3de1f55 1322010-10-06 Andi Kleen <ak@linux.intel.com>
133
134 * libiberty.h (setproctitle): Add prototype.
135
f9c61ef7 1362010-09-09 Jakub Jelinek <jakub@redhat.com>
137
138 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
139
b2d17628 1402010-07-06 Ken Werner <ken.werner@de.ibm.com>
141
142 * floatformat.h (floatformat_ieee_half_big): Add declaration.
143 (floatformat_ieee_half_little): Likewise.
144
ab3da48a 1452010-06-21 Rafael Espindola <espindola@google.com>
146
147 * plugin-api.h (ld_plugin_set_extra_library_path): New.
148 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
149 (ld_plugin_tv): Add tv_set_extra_library_path.
150
952114f8 1512010-06-21 Jakub Jelinek <jakub@redhat.com>
152
153 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
154
7d99a199 1552010-06-18 Rafael Espindola <espindola@google.com>
156
157 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
158 Make argument const.
159
3e00a9d3 1602010-06-08 Tristan Gingold <gingold@adacore.com>
161
162 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
163 DW_TAG_HP_Bliss_field_set.
164 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
165 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
166 DW_AT_HP_definition_points, DW_AT_HP_default_location and
167 DW_AT_HP_is_result_param.
168 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
169 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
170 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
171 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
172 (enum dwarf_line_number_x_ops): Add
173 DW_LNE_HP_source_file_correlation.
174 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
175 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
176 DW_LANG_HP_Assembler.
177
ba72912a 1782010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
179
180 * splay-tree.h: Update copyright years.
181 (splay_tree_s): Document fields.
182 (splay_tree_new_typed_alloc): New.
183
184 * hashtab.h: Update copyright years.
185 (htab_create_typed_alloc): New.
186
cff884a9 1872010-06-01 Rafael Espindola <espindola@google.com>
188
189 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
190
c5212646 1912010-04-26 Pedro Alves <pedro@codesourcery.com>
192
193 * filenames.h (PATH_SEPARATOR): Delete.
194
2d7565f9 1952010-04-23 Pedro Alves <pedro@codesourcery.com>
196
197 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
198 always define it independently of host, add `dos_based' parameter,
199 and handle it.
d2b5c460 200 (PATH_SEPARATOR): Define.
2d7565f9 201 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
202 independently of host, add `dos_based' parameter, and handle it.
203 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
204 it independently of host, add `dos_based' parameter, and handle
205 it.
206 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
207 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
208 (HAS_DOS_DRIVE_SPEC): New.
209 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
210 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
211 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
212 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
213
249057fc 2142010-04-20 Nick Clifton <nickc@redhat.com>
215
216 * sha1.h: Update copyright notice to use GPLv3.
217
81eaa852 2182010-04-14 Doug Evans <dje@google.com>
219
220 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
221
889783e3 2222010-04-13 Matthias Klose <doko@ubuntu.com>
223
224 * elf: Remove empty directory.
225
a1b9762a 2262010-04-06 Jakub Jelinek <jakub@redhat.com>
227
228 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
229 field.
230
c8bee5e9 2312010-03-23 Joseph Myers <joseph@codesourcery.com>
232
233 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
234
b17eeb61 2352010-01-13 Joel Brobecker <brobecker@adacore.com>
236
237 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
238 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
239
10650b19 2402010-01-11 Tristan Gingold <gingold@adacore.com>
241
242 * demangle.h (ada_demangle): Add prototype.
243
1eb1b33f 2442010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
245
246 PR bootstrap/41771
247 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
248
ffed923e 2492009-12-29 Joel Brobecker <brobecker@adacore.com>
250
251 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
252
36ce008e 2532009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
254
255 Add DWARF attribute value for the "Borland fastcall" calling
256 convention.
257 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
258
9c241155 2592009-10-23 Kai Tietz <kai.tietz@onevision.com>
260
261 * splay-tree.h (libi_uhostptr_t): Add gcc specific
262 __extension__ for long long type case to silent cX9.
263 (libi_shostptr_t): Likewise.
264
f5dac1dd 2652009-10-19 Rafael Avila de Espindola <espindola@google.com>
266
267 PR40790
889783e3 268 * plugin-api.h: Don't include stdint.h unconditionally.
f5dac1dd 269
711a4686 2702009-10-15 Jakub Jelinek <jakub@redhat.com>
271
272 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
273 a DWARF 4 addition.
274
5460ff78 2752009-10-09 Rafael Espindola <espindola@google.com>
276
277 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
278 libname.
279
2802009-10-05 Rafael Espindola <espindola@google.com>
cb793c69 281
ef356dfa 282 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
283 (ld_plugin_get_input_file): New.
284 (ld_plugin_release_input_file): New.
285 (ld_plugin_add_input_library): New.
286 (ld_plugin_message): Mark format const.
287 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
288 LDPT_ADD_INPUT_LIBRARY.
289 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
290 tv_add_input_library.
cb793c69 291
03d46b27 2922009-10-04 Jerry Quinn <jlquinn@optonline.net>
293
294 * plugin-api.h: Fix compile.
295
d2b5c460 2962009-10-03 Rafael Espindola <espindola@google.com>
7bfefa9d 297
298 * plugin-api.h: New.
299 * lto-symtab.h: New.
300
4817b87c 3012009-09-29 Jason Merrill <jason@redhat.com>
302
303 * demangle.h (enum demangle_component_type): Add
304 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
305 DEMANGLE_COMPONENT_UNNAMED_TYPE.
306 (struct demangle_component): Add s_unary_num.
307
86cbedda 3082009-09-25 Dodji Seketeli <dodji@redhat.com>
309
310 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
311 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
312 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
313
4b9ed140 3142009-09-25 Cary Coutant <ccoutant@google.com>
315
316 Add rest of new values from DWARF Version 4.
317 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
318 New tags.
319 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
320 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
321 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
322 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
323 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
324 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
325 attributes.
326 (DW_LANG_Python): New language.
327
5d1e31fa 3282009-09-22 Dodji Seketeli <dodji@redhat.com>
329
330 * dwarf2.h (enum dwarf_tag): Add
331 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
332
75d716e2 3332009-07-24 Ian Lance Taylor <iant@google.com>
334
335 PR bootstrap/40854
336 * libiberty.h (xcrc32): Rename from crc32.
337
be347f2e 3382009-07-24 Ian Lance Taylor <iant@google.com>
339
340 * libiberty.h (crc32): Declare.
341
5e006d27 3422009-07-20 Cary Coutant <ccoutant@google.com>
343 Doug Evans <dje@google.com>
f12fbb9c 344
345 Add some dwarf4 values.
346 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
347 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
348 DW_FORM_flag_present, DW_FORM_sig8.
349 (enum dwarf_attribute): Add DW_AT_signature.
350
7ddff01e 3512009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
352
353 * demangle.h
354 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
355 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
356 New.
357
8fdd1a73 3582009-07-09 Jakub Jelinek <jakub@redhat.com>
359
360 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
361 and DW_OP_stack_value.
362
bde36f4a 3632009-07-09 Tom Tromey <tromey@redhat.com>
364
365 * elf/dwarf2.h: Remove, renaming to...
366 * dwarf2.h: ... this.
367
2452254d 3682009-06-29 Tom Tromey <tromey@redhat.com>
369
370 * elf/dwarf2.h: New file. Merged with gdb.
371
5741047e 3722009-06-09 Ian Lance Taylor <ian@airs.com>
373
374 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
375
3762009-06-03 Ian Lance Taylor <iant@google.com>
cd819d2f 377
378 * ansidecl.h (EXPORTED_CONST): Define.
379
74b36562 3802009-05-31 Ian Lance Taylor <iant@google.com>
381
382 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
383 the way we treat an ISO C compiler. Don't define inline as a
d2b5c460 384 macro when compiling with C++.
74b36562 385 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
386 when compiling with C++.
387 * fibheap.h: Add extern "C" when compiling with C++.
388
4f99ab94 3892009-04-22 Taras Glek <tglek@mozilla.com>
390
5daf45f2 391 * hashtab.h: Update GTY annotations to new syntax.
392 * splay-tree.h: Likewise.
4f99ab94 393
e92154af 3942009-03-17 Jason Merrill <jason@redhat.com>
395
396 * demangle.h (enum demangle_component_type): Add
397 DEMANGLE_COMPONENT_FUNCTION_PARAM.
398
e4583147 3992008-12-10 Jason Merrill <jason@redhat.com>
400
401 * demangle.h (enum demangle_component_type): Add
402 DEMANGLE_COMPONENT_FIXED_TYPE.
403
e057bf62 4042008-11-19 Bob Wilson <bob.wilson@acm.org>
405
406 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
407 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
408 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
409 (XCHAL_NUM_AREGS): Change to 32.
410 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
411 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
412 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
413 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
414 (XCHAL_DEBUGLEVEL): Change to 6.
415
68a40a77 4162008-10-21 Alan Modra <amodra@bigpond.net.au>
417
418 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
419
4682b6fe 4202008-10-06 Jason Merrill <jason@redhat.com>
421
422 * demangle.h (enum demangle_component_type): Add
423 DEMANGLE_COMPONENT_PACK_EXPANSION.
424
a2ad5e1b 4252008-09-09 Jason Merrill <jason@redhat.com>
426
427 * demangle.h (enum demangle_component_type): Add
428 DEMANGLE_COMPONENT_DECLTYPE.
429
bc5f68df 4302008-07-07 Joel Brobecker <brobecker@adacore.com>
431
432 * safe-ctype.h: Add #include of ctype.h before redefining
433 the ctype.h macros.
434
3725d22e 4352008-07-04 Joel Brobecker <brobecker@adacore.com>
436
437 * safe-ctype.h: Remove #error when detecting that ctype.h has been
438 included. Redefine the various macros provided by ctype.h as
439 undefined variables.
440
b60b4740 4412008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
442
443 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
444 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
445
4acbb723 4462008-03-24 Ian Lance Taylor <iant@google.com>
447
af9790a0 448 * sha1.h: New file, from gnulib.
449
4acbb723 450 * md5.h: Add extern "C" when compiled with C++.
451
3b4c5c14 4522008-03-21 Ian Lance Taylor <iant@google.com>
453
454 * filenames.h: Add extern "C" when compiled with C++.
455
e54ec148 4562008-02-11 Bob Wilson <bob.wilson@acm.org>
457
458 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
459 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
460
c8d35c3c 4612008-01-26 David Daney <ddaney@avtrex.com>
462
463 * demangle.h (demangle_component_type): Add
464 DEMANGLE_COMPONENT_JAVA_RESOURCE,
465 DEMANGLE_COMPONENT_COMPOUND_NAME, and
466 DEMANGLE_COMPONENT_CHARACTER as new enum values.
467 (demangle_component): Add struct s_character to union u.
468
4d403838 4692007-11-07 Joseph Myers <joseph@codesourcery.com>
470 Daniel Jacobowitz <dan@codesourcery.com>
471
472 * floatformat.h (struct floatformat): Add split_half field.
473 (floatformat_ibm_long_double): New.
474
406035ae 4752007-09-06 Tom Tromey <tromey@redhat.com>
476
477 * libiberty.h (pex_free): Document process killing.
478
c4692e04 4792007-08-31 Douglas Gregor <doug.gregor@gmail.com>
480
481 * demangle.h (enum demangle_component_type): Add
482 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
483
a3d8cd7b 4842007-07-25 Ben Elliston <bje@au.ibm.com>
485
486 * ternary.h: Remove.
487
4690907f 4882007-07-18 Bob Wilson <bob.wilson@acm.org>
489
490 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
491 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
492
1ee47085 4932007-07-17 Nick Clifton <nickc@redhat.com>
494
495 * COPYING3: New file. Contains version 3 of the GNU General
496 Public License.
497
01616473 4982007-07-12 Kai Tietz <kai.tietz@onevision.com>
499
500 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
501 needed for WIN64 when a long is not wide enough for a pointer.
502 (splay_tree_key, splay_tree_value): Use the new types.
503
c159e0b7 5042007-05-07 Nathan Froyd <froydnj@codesourcery.com>
505
506 * libiberty.h (writeargv): Declare.
507
1846fb72 5082007-04-25 Mark Mitchell <mark@codesourcery.com>
509
510 * demangle.h: Change license to LGPL + exception.
511
a5cb63da 5122007-03-29 Joel Brobecker <brobecker@adacore.com>
513
514 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
515 regardless of the type of file system.
516
5de92639 5172007-03-06 Jan Hubicka <jh@suse.cz>
518
519 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
520
50382252 5212007-02-09 Joseph S. Myers <joseph@codesourcery.com>
522
523 * libiberty.h (pex_write_input): Remove prototype.
524
f8b619f0 5252007-01-31 Vladimir Prus <vladimir@codesourcery.com>
526
527 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
528 (PEX_BINARY_ERROR): New define.
529 (pex_read_err): New function.
530
611fc3d0 5312007-01-29 Simon Baldwin <simonb@google.com>
532
533 * demangle.h: New cplus_demangle_print_callback,
534 cplus_demangle_v3_callback, and java_demangle_v3_callback function
535 prototypes, and demangle_callbackref type definition.
536
9430e4a9 5372006-12-06 Nick Clifton <nickc@redhat.com>
538
539 * ansidecl.h (ATTRIBUTE_PACKED): Define.
540
6fa7e596 5412006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
542 J"orn Rennecke <joern.rennecke@st.com>
543
544 PR driver/29931
545 * libiberty.h (make_relative_prefix_ignore_links): Declare.
546
802cc599 5472006-11-27 Bob Wilson <bob.wilson@acm.org>
548
549 * xtensa-config.h (XSHAL_ABI): New.
550 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
551
d7e51a35 5522006-04-11 Jim Blandy <jimb@codesourcery.com>
553
554 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
555
48b2395d 5562006-01-18 DJ Delorie <dj@redhat.com>
557
558 * md5.h: Include ansidecl.h
559
367a6058 5602006-01-09 Bob Wilson <bob.wilson@acm.org>
561
562 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
563
3161b3ad 5642005-12-30 Bob Wilson <bob.wilson@acm.org>
565
566 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
567
4c8420c9 5682005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
569
570 PR java/9861
571 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
572 output format for return types
573
c38d39c9 5742005-10-31 Mark Kettenis <kettenis@gnu.org>
575
576 * floatformat.h (enum floatformat_byteorders): Add
577 floatformat_vax.
578 (floatformat_vax_aingle, floatformat_vax_double): Declare.
579
bab0d4c5 5802005-09-26 Mark Mitchell <mark@codesourcery.com>
581
582 * libiberty.h (expandargv): New function.
583
5a929093 5842005-08-17 Mark Kettenis <kettenis@gnu.org>
585
586 * floatformat.h (struct floatformat): Change type of large
587 argument for is_valid member to `const void *'.
588 (floatformat_to_double): Change type of second argument to `const
589 void *'.
590 (floatformat_from_double): Change type of last argument to `void
591 *'.
592 (floatformat_is_valid): Change type of last argument to `const
593 void *'.
594
317d4fda 5952005-07-12 Ben Elliston <bje@au.ibm.com>
596
597 * xregex2.h (regexec): Qualify this prototype with __extension__
598 when compiling with GNU C.
599
91fc5678 6002005-07-03 Steve Ellcey <sje@cup.hp.com>
601
602 PR other/13906
603 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
604 * md5.h (md5_uintptr): New.
605 (md5_ctx): Align buffer field.
606
a55dc2cd 6072005-06-30 Daniel Berlin <dberlin@dberlin.org>
608
609 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
610 (HTAB_EMPTY_ENTRY): New macro.
611
28cc9eac 6122005-06-20 Geoffrey Keating <geoffk@apple.com>
613
614 * libiberty.h (strverscmp): Prototype.
615
4fac984f 6162005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
617
618 * libiberty.h (XOBFINISH): New.
619
8be91f46 6202005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
621
622 * libiberty.h (vsnprintf): Add format attribute.
623
1b52004c 6242005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
625
626 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
627
71f27b28 6282005-05-28 Eli Zaretskii <eliz@gnu.org>
629
630 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
631 needed.
632 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
633
e63e3841 6342005-05-25 Richard Henderson <rth@redhat.com>
635
636 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
637
f2d737fc 6382005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
639
640 * libiberty.h (ACONCAT): Properly cast value of alloca().
641
642 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 643 __cplusplus.
f2d737fc 644
c72b6e6e 6452005-05-12 Steve Ellcey <sje@cup.hp.com>
646
647 libiberty.h: Do not define empty basename prototype.
648
2f8ebb8e 6492005-05-10 Nick Clifton <nickc@redhat.com>
650
651 * Update the address and phone number of the FSF organization in
652 the GPL notices in the following files:
653 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
654 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
655 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
656 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
657 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
658 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
659 xtensa-isa-internal.h, xtensa-isa.h
660
243fbe73 6612005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
662
663 * libiberty.h (unlock_std_streams): New.
664
2b0988cf 6652005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
666
667 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
668 Don't use the PTR macro.
669
670 * sort.h: Don't use the PARAMS macro.
671
bb06f0f5 6722005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
673
674 * libiberty.h (unlock_stream): New.
675
e7f1b027 6762005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
677
678 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
679 Remove parameter names.
680
35f4c956 6812005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
682
683 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
684 Provide prototypes for new functions.
685
c7df38d7 6862005-03-29 Ian Lance Taylor <ian@airs.com>
687
688 * libiberty.h: Fix indentation.
689
22683dca 6902005-03-28 Ian Lance Taylor <ian@airs.com>
691
692 * libiberty.h: Include <stdio.h>.
693 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
694 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
695 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
696 (pex_init, pex_run, pex_read_output): Declare.
697 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
698 (struct pex_time): Define.
699
5cc697d9 7002005-03-28 Mark Mitchell <mark@codesourcery.com>
701
702 * libiberty.h (ffs): Declare, if necessary.
71f27b28 703
320d4d0a 7042005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
705
706 * xregex2.h (_RE_ARGS): Remove definition and uses.
707
cd72df1f 7082005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
709
710 * ternary.h: Don't use PARAMS anymore.
711
f8d9d6a0 7122005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
713
714 * partition.h: Remove use of PARAMS.
715 * obstack.h: Remove conditional prototypes __STDC__.
716 * objalloc.h: Remove use of PARAMS.
717 * splay-tree.h: Likewise.
718
8858115e 7192005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
720
721 * md5.h: Remove definition and uses of __P.
722 * dyn-string.h: Remove uses of PARAMS.
723 * fibheap.h: Likewise.
724 * floatformat.h: Likewise.
725 * hashtab.h: Likewise.
726
d94aaf66 7272005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
728
729 * demangle.h: Remove uses of PARAMS.
730
731 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
732 ANSI_PROTOTYPES is always assumed.
733 Remove uses of PARAMS throughout.
734
a2ef32b0 7352005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
736
737 * libiberty.h (xstrndup): Declare.
738
82c5c135 7392005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
740
741 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
742
5a24a79a 7432005-03-09 Mark Mitchell <mark@codesourcery.com>
744
745 * libiberty.h (gettimeofday): Declare.
746
4e0e2181 7472005-03-01 Jan Beulich <jbeulich@novell.com>
748
749 * libiberty.h: Declare unlink_if_ordinary.
750
bb30d1f4 7512005-02-14 Paolo Bonzini <bonzini@gnu.org>
752
753 PR bootstrap/19818
754 * ansidecl.h (PARAMS): Guard from redefinition.
755
4927c18d 7562004-12-11 Ben Elliston <bje@au.ibm.com>
757
758 * fibheap.h (struct fibnode): Only use unsigned long bitfields
759 when __GNUC__ is defined and ints are less than 32-bits wide.
760
c909ad97 7612004-10-07 Bob Wilson <bob.wilson@acm.org>
762
763 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
764 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
765 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
766
b882e8a2 7672004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 768
769 * libiberty.h (basename): Prototype for __MINGW32__.
770
bf6c8de0 7712004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
772
773 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
774 * libiberty.h (concat, reconcat, concat_length, concat_copy,
775 concat_copy2): Use ATTRIBUTE_SENTINEL.
776
8eb0977a 7772004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
778
779 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
780 const-qualification before disposal.
781
001ad2d4 7822004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 783
001ad2d4 784 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 785
001ad2d4 7862004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 787
788 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
789 libcpp/internal.h.
790 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
791 macros.
792
001ad2d4 7932004-07-21 Paolo Bonzini <bonzini@gnu.org>
794
795 * ansidecl.h (ATTRIBUTE_PURE): New.
796
2c04b951 7972004-07-13 Bernardo Innocenti <bernie@develer.com>
798
799 * libiberty.h (ASTRDUP): Add casts required for stricter
800 type conversion rules of C++.
801 * obstack.h (obstack_free): Likewise.
802
80329a50 8032004-05-04 Andreas Jaeger <aj@suse.de>
804
805 * demangle.h: Do not use C++ reserved keyword typename as
806 parameter for cplus_demangle_fill_builtin_type.
807
e3190d3d 8082004-04-22 Richard Henderson <rth@redhat.com>
809
810 * hashtab.h (struct htab): Add size_prime_index.
811
14c235d9 8122004-04-13 Jeff Law <law@redhat.com>
71f27b28 813
4ee9c684 814 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 815
87a98662 8162004-03-30 Zack Weinberg <zack@codesourcery.com>
817
818 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
819
81e091aa 8202004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
821
822 * dyn-string.h: Update copyright date.
823
02c71081 8242004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
825
826 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
827 the associated #defines.
828
f95cb811 8292004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
830
0a48bf84 831 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
832 "libiberty.h".
833
a2ebbb48 834 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
835
f95cb811 836 * demangle.h (enum demangle_component_type): Define.
837 (struct demangle_operator_info): Declare.
838 (struct demangle_builtin_type_info): Declare.
839 (struct demangle_component): Define.
840 (cplus_demangle_fill_component): Declare.
841 (cplus_demangle_fill_name): Declare.
842 (cplus_demangle_fill_builtin_type): Declare.
843 (cplus_demangle_fill_operator): Declare.
844 (cplus_demangle_fill_extended_operator): Declare.
845 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
846 (cplus_demangle_v3_components): Declare.
847 (cplus_demangle_print): Declare.
848
dd5bd0ad 849For older changes see ChangeLog-9103
28e9041c 850\f
851Local Variables:
852mode: change-log
853left-margin: 8
854fill-column: 74
855version-control: never
856End: