Move ChangeLog entry to correct directory.
[platform/upstream/binutils.git] / include / ChangeLog
1 2011-03-31  Tristan Gingold  <gingold@adacore.com>
2
3         * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
4
5 2011-03-24  Mark Wielaard  <mjw@redhat.com>
6
7         * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
8
9 2010-03-23  Rafael Ávila de Espíndola <respindola@mozilla.com>
10
11         * plugin-api.h (ld_plugin_get_view): New.
12         (ld_plugin_tag): Add LDPT_GET_VIEW.
13         (ld_plugin_tv): Add tv_get_view.
14
15 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
16
17         * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
18         DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
19         DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
20         DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
21         DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
22         DW_OP_GNU_entry_value): New.
23
24 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
25
26         * filenames.h (filename_ncmp): New prototype.
27
28 2011-02-23  Kai Tietz  <kai.tietz@onevision.com>
29
30         * dwarf2.h (_ELF_DWARF2_H): Renamed to
31         _DWARF2_H.
32         (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
33         DWARF2_External_PubNames, DWARF2_Internal_PubNames,
34         DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
35         DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
36
37 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
38
39         * dwarf2.h (enum dwarf_calling_convention): Add DW_CC_GDB_IBM_OpenCL.
40
41 2011-01-12  Iain Sandoe  <iains@gcc.gnu.org>
42
43         * dwarf2.h: Update value for DW_AT_hi_user.
44
45 2010-11-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46
47         * opcode/s390.h (enum s390_opcode_cpu_val): Add S390_OPCODE_MAXCPU.
48
49 2010-11-16  Ian Lance Taylor  <iant@google.com>
50
51         * simple-object.h (simple_object_attributes_merge): Declare,
52         replacing simple_object_attributes_compare.
53
54 2010-11-16  Jie Zhang  <jie.zhang@analog.com>
55
56         * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
57         (EF_BFIN_DATA_IN_L1): Define.
58
59 2010-11-04  Ian Lance Taylor  <iant@google.com>
60
61         * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
62
63 2010-11-02  Ian Lance Taylor  <iant@google.com>
64
65         * simple-object.h: New file.
66
67 2010-10-15  Dave Korn  <dave.korn.cygwin@gmail.com> 
68
69         Sync LD plugin patch series (part 1/6) with src/include/.
70         * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
71
72 2010-10-14  Dave Korn  <dave.korn.cygwin@gmail.com> 
73
74         Apply LD plugin patch series (part 6/6).
75         * bfdlink.h (struct_bfd_link_callbacks): Document new argument
76         to add_archive_element callback used to return a replacement bfd which
77         is to be added to the hash table in place of the original element.
78
79 2010-10-14  Dave Korn  <dave.korn.cygwin@gmail.com> 
80
81         Apply LD plugin patch series (part 1/6).
82         * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
83
84 2010-10-06  Andi Kleen <ak@linux.intel.com>
85
86         * libiberty.h (setproctitle): Add prototype.
87
88 2010-09-29  Bernd Schmidt  <bernds@codesourcery.com>
89
90         * opcode/tic6x-control-registers.h (tscl): Now read_write.
91
92 2010-09-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
93
94         * opcode/s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val.
95
96 2010-09-23  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
97
98         * arm.h (ARM_EXT_V6Z): Remove.
99         (ARM_EXT_SEC): New define.
100         (ARM_AEXT_V6Z): Use Security Extensions.
101         (ARM_AEXT_V6ZK): Likeiwse.
102         (ARM_AEXT_V6ZT2): Likewise.
103         (ARM_AEXT_V6ZKT2): Likewise.
104         (ARM_AEXT_V7_ARM): Base v7 does not have Security Extensions.
105         (ARM_ARCH_V7A_SEC): New define.
106         (ARM_ARCH_V7A_MP): Rename...
107         (ARM_ARCH_V7A_MP_SEC): ...to this and add Security Extensions.
108
109 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
110
111         * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
112
113 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
114
115         * floatformat.h (floatformat_ieee_half_big): Add declaration.
116         (floatformat_ieee_half_little): Likewise.
117
118 2010-06-29  Alan Modra  <amodra@gmail.com>
119
120         * dis-asm.h: Remove references to maxq.
121
122 2010-06-21  Rafael Espindola  <espindola@google.com>
123
124         * plugin-api.h (ld_plugin_set_extra_library_path): New.
125         (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
126         (ld_plugin_tv): Add tv_set_extra_library_path.
127
128 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
129
130         * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
131
132 2010-06-18  Rafael Espindola  <espindola@google.com>
133
134         * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
135         Make argument const.
136
137 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
138
139         * splay-tree.h: Update copyright years.
140         (splay_tree_s): Document fields.
141         (splay_tree_new_typed_alloc): New.
142
143         * hashtab.h: Update copyright years.
144         (htab_create_typed_alloc): New.
145
146 2010-06-10  Tristan Gingold  <gingold@adacore.com>
147
148         * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
149         DW_TAG_HP_Bliss_field_set.
150         (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
151         DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
152         DW_AT_HP_definition_points, DW_AT_HP_default_location and
153         DW_AT_HP_is_result_param.
154         (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
155         DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
156         DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
157         DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
158         (enum dwarf_line_number_x_ops): Add
159         DW_LNE_HP_source_file_correlation.
160         (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
161         DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
162         DW_LANG_HP_Assembler.
163
164 2010-06-01  Rafael Espindola  <espindola@google.com>
165
166         * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
167
168 2010-04-26  Pedro Alves  <pedro@codesourcery.com>
169
170         * filenames.h (PATH_SEPARATOR): Delete.
171
172 2010-04-23  Pedro Alves  <pedro@codesourcery.com>
173
174         * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
175         always define it independently of host, add `dos_based' parameter,
176         and handle it.
177         (PATH_SEPARATOR): Define.
178         (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
179         independently of host, add `dos_based' parameter, and handle it.
180         (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
181         it independently of host, add `dos_based' parameter, and handle
182         it.
183         (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
184         (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
185         (HAS_DOS_DRIVE_SPEC): New.
186         (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
187         (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
188         (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
189         * libiberty.h (dos_lbasename, unix_lbasename): Declare.
190
191 2009-05-31  Ian Lance Taylor  <iant@google.com>
192
193         * ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
194         the way we treat an ISO C compiler.  Don't define inline as a
195         macro when compiling with C++.
196         * dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
197         when compiling with C++.
198         * fibheap.h: Add extern "C" when compiling with C++.
199
200 2010-04-23  Pedro Alves  <pedro@codesourcery.com>
201
202         * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
203         always define it independently of host, add `dos_based' parameter,
204         and handle it.
205         (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
206         independently of host, add `dos_based' parameter, and handle it.
207         (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
208         it independently of host, add `dos_based' parameter, and handle
209         it.
210         (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
211         (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
212         (HAS_DOS_DRIVE_SPEC): New.
213         (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
214         (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
215         (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
216         * libiberty.h (dos_lbasename, unix_lbasename): Declare.
217
218 2010-04-20  Nick Clifton  <nickc@redhat.com>
219
220         * sha1.h: Update copyright notice to use GPLv3.
221
222 2010-04-15  Nick Clifton  <nickc@redhat.com>
223
224         * bout.h: Update copyright notice to use GPLv3.
225         * hp-symtab.h: Likewise.
226         * oasys.h: Likewise.
227         * progress.h: Likewise.
228         * sha1.h: Likewise.
229         * xtensa-isa-internal.h: Likewise.
230         * xtensa-isa.h: Likewise.
231
232 2010-04-14  Doug Evans  <dje@google.com>
233
234         * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
235
236 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
237
238         * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
239         field.
240
241 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
242
243         * dis-asm.h (print_insn_tic6x): Declare.
244
245 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
246
247         * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
248
249 2010-01-13  Joel Brobecker  <brobecker@adacore.com>
250
251         Add new DW_AT_use_GNAT_descriptive_type CU attribute.
252         * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
253
254 2010-01-11  Tristan Gingold  <gingold@adacore.com>
255
256         * demangle.h (ada_demangle): Add prototype.
257
258 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
259
260         PR bootstrap/41771
261         * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
262
263 2009-12-29  Joel Brobecker  <brobecker@adacore.com>
264
265         * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
266
267 2009-12-14  Doug Kwan  <dougkwan@google.com>
268
269         * bfdlink.h (struct bfd_link_callbacks): Rename function parameters
270         to avoid shadowed variable warnings.
271         * dis-asm.h (struct disassemble_info): Ditto.
272         (disassemble_init_for_target): Ditto.
273         (init_disassemble_info): Ditto.
274
275 2009-12-03  David Daney  <ddaney@caviumnetworks.com>
276             Adam Nemet  <adambnemet@gmail.com>
277
278         * elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag.
279
280 2009-11-18  Alan Modra  <amodra@bigpond.net.au>
281
282         * alloca-conf.h: Clarify comment.
283
284 2009-11-06  Jonas Maebe  <jonas.maebe@elis.ugent.be>
285
286         Add DWARF attribute value for the "Borland fastcall" calling
287         convention.
288         * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
289
290 2009-10-23  Kai Tietz  <kai.tietz@onevision.com>
291
292         * splay-tree.h (libi_uhostptr_t): Add gcc specific
293         __extension__ for long long type case to silent cX9.
294         (libi_shostptr_t): Likewise.
295
296 2009-10-19  Rafael Avila de Espindola  <espindola@google.com>
297
298         PR40790
299         * plugin-api.h: Don't include stdint.h unconditionally.
300
301 2009-10-15  Jakub Jelinek  <jakub@redhat.com>
302
303         * include/dwarf2.h (DW_LANG_Python): Add comment that it is
304         a DWARF 4 addition.
305
306 2009-10-14  Alan Modra  <amodra@bigpond.net.au>
307
308         * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from
309         bfd_link_common_skip_ar_aymbols.
310         (struct bfd_link_info): Here too.
311
312 2009-10-09  Rafael Espindola  <espindola@google.com>
313
314         * plugin-api.h (ld_plugin_add_input_library): Change argument name to
315         libname.
316
317 2008-10-03  Rafael Espindola  <espindola@google.com>
318
319         * plugin-api.h: New.
320         * lto-symtab.h: New.
321
322 2009-10-05   Rafael Espindola  <espindola@google.com>
323
324         * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
325         (ld_plugin_get_input_file): New.
326         (ld_plugin_release_input_file): New.
327         (ld_plugin_add_input_library): New.
328         (ld_plugin_message): Mark format const.
329         (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
330         LDPT_ADD_INPUT_LIBRARY.
331         (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
332         tv_add_input_library.
333
334 2009-10-04  Jerry Quinn  <jlquinn@optonline.net>
335
336         * plugin-api.h: Fix compile.
337
338 2009-09-29  Jason Merrill  <jason@redhat.com>
339
340         * demangle.h (enum demangle_component_type): Add
341         DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
342         DEMANGLE_COMPONENT_UNNAMED_TYPE.
343         (struct demangle_component): Add s_unary_num.
344
345 2009-09-29  DJ Delorie  <dj@redhat.com>
346
347         * dis-asm.h: Add prototype for print_insn_rx.
348
349 2009-09-25  Dodji Seketeli  <dodji@redhat.com>
350
351         * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
352         DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
353         and DW_TAG_formal_parameter_pack until DWARF 5 is out.
354
355 2009-09-25  Cary Coutant  <ccoutant@google.com>
356
357         Add rest of new values from DWARF Version 4.
358         * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
359         New tags.
360         (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
361         (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
362         DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
363         DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
364         DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
365         DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
366         attributes.
367         (DW_LANG_Python): New language.
368
369 2009-09-24  Cary Coutant  <ccoutant@google.com>
370
371         * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
372         New tags.
373         (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
374         (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
375         DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
376         DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
377         DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
378         DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
379         attributes.
380         (DW_LANG_Python): New language.
381
382 2009-09-22  Dodji Seketeli  <dodji@redhat.com>
383
384         * dwarf2.h (enum dwarf_tag): Add
385         DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
386
387 2009-09-09  Martin Thuresson  <martin@mtme.org>
388
389         * bfdlink.h (struct bfd_link_hash_common_entry): Move to top
390         level.
391
392 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
393
394         * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
395         (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
396         (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
397         PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
398         Adjust accordingly.
399         (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
400         PseudoDbg_Assert_grp_mask.
401
402 2009-08-06  Michael Eager <eager@eagercon.com>
403
404         * dis-asm.h: Decl print_insn_microblaze().
405
406 2009-07-24  Ian Lance Taylor  <iant@google.com>
407
408         * libiberty.h (crc32): Declare.
409
410 2009-07-20  Cary Coutant  <ccoutant@google.com>
411             Doug Evans  <dje@google.com>
412
413         Add some dwarf4 values.
414         * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
415         (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
416         DW_FORM_flag_present, DW_FORM_sig8.
417         (enum dwarf_attribute): Add DW_AT_signature.
418
419 2009-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
420
421         * demangle.h
422         (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
423         (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
424         New.
425
426 2009-07-10  Tom Tromey  <tromey@redhat.com>
427
428         * dwarf2.h: New file, moved from elf/.
429
430 2009-07-09  Jakub Jelinek  <jakub@redhat.com>
431
432         * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
433         and DW_OP_stack_value.
434
435 2009-07-09  Tom Tromey  <tromey@redhat.com>
436
437         * elf/dwarf2.h: Remove, renaming to...
438         * dwarf2.h: ... this.
439
440 2009-06-29  Tom Tromey  <tromey@redhat.com>
441
442         * elf/dwarf2.h: New file.  Merged with gdb.
443
444 2009-06-18  Nick Clifton  <nickc@redhat.com>
445
446         * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
447         field of struct disassemble_info.
448
449 2009-06-09  Ian Lance Taylor  <ian@airs.com>
450
451         * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
452
453 2009-06-15  Nick Clifton  <nickc@redhat.com>
454
455         * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of
456         struct disassemble_info.
457
458 2009-06-02  Ian Lance Taylor  <iant@google.com>
459
460         * ansidecl.h (EXPORTED_CONST): Define.
461
462 2009-05-31  Ian Lance Taylor  <iant@google.com>
463
464         * ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
465         the way we treat an ISO C compiler.  Don't define inline as a
466         macdro when compiling with C++.
467         * dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
468         when compiling with C++.
469         * fibheap.h: Add extern "C" when compiling with C++.
470
471 2009-05-25  Tristan Gingold  <gingold@adacore.com>
472
473         * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
474         FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
475
476 2009-04-22  Taras Glek <tglek@mozilla.com>
477
478         * hashtab.h: Update GTY annotations to new syntax.
479         * splay-tree.h: Likewise.
480
481 2009-04-08  H.J. Lu  <hongjiu.lu@intel.com>
482
483         * bfdlink.h (bfd_link_info): Add warn_alternate_em.
484
485 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
486
487         * alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
488         documentation.
489
490 2009-03-17  Jason Merrill  <jason@redhat.com>
491
492         * demangle.h (enum demangle_component_type): Add
493         DEMANGLE_COMPONENT_FUNCTION_PARAM.
494
495 2008-12-01  Cary Coutant  <ccoutant@google.com>
496
497         * plugin-api.h (LDPS_BAD_HANDLE): New constant.
498         (ld_plugin_get_input_file): New typedef.
499         (ld_plugin_release_input_file): New typedef.
500         (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants.
501         (struct ld_plugin_tv): Add two new fields.
502
503 2008-12-23  Jon Beniston <jon@beniston.com>
504
505         * dis-asm.h: Add LM32 disassembler function prototype.
506
507 2008-12-10  Jason Merrill  <jason@redhat.com>
508
509         * demangle.h (enum demangle_component_type): Add
510         DEMANGLE_COMPONENT_FIXED_TYPE.
511
512 2008-12-01  Cary Coutant  <ccoutant@google.com>
513
514         * plugin-api.h (ld_plugin_message): Change format parameter to const.
515
516 2008-12-01  Cary Coutant  <ccoutant@google.com>
517
518         * plugin-api.h: Fix syntax error when compiling with C++.
519
520 2008-11-26  Alan Modra  <amodra@bigpond.net.au>
521
522         PR 7047
523         * bfdlink.h (struct bfd_elf_version_expr): Delete "symbol".
524         Add "literal".
525
526 2008-11-21  Sterling Augustine  <sterling@tensilica.com>
527
528         * xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag.
529         * xtensa-isa.h (xtensa_state_is_shared_or): New prototype.
530
531 2008-11-19  Bob Wilson  <bob.wilson@acm.org>
532
533         * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
534         (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
535         (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
536         (XCHAL_NUM_AREGS): Change to 32.
537         (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
538         (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
539         (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
540         (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
541         (XCHAL_DEBUGLEVEL): Change to 6.
542
543 2008-11-14  Tristan Gingold  <gingold@adacore.com>
544
545         * fopen-vms.h (FOPEN_RB): Use a single string to match the
546         standard prototype.
547         (FOPEN_WB): Ditto.
548         (FOPEN_AB): Ditto.
549         (FOPEN_RUB): Ditto.
550         (FOPEN_WUB): Ditto.
551         (FOPEN_AUB): Ditto.
552
553 2008-10-21  Alan Modra  <amodra@bigpond.net.au>
554
555         * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
556
557 2008-10-06  Jason Merrill  <jason@redhat.com>
558
559         * demangle.h (enum demangle_component_type): Add
560         DEMANGLE_COMPONENT_PACK_EXPANSION.
561
562 2008-09-24  Richard Henderson  <rth@redhat.com>
563
564         * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
565
566 2008-09-22 Rafael Espindola  <espindola@google.com>
567
568         * plugin-api.h (ld_plugin_status): Remove comma from the last item.
569         Use C style comment.
570         (ld_plugin_api_version, ld_plugin_output_file_type,
571         ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
572         ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
573         comma from the last item.
574
575 2008-09-18  Cary Coutant  <ccoutant@google.com>
576
577         Add plugin functionality for link-time optimization (LTO).
578         * plugin-api.h: New file.
579
580 2008-09-09  Jason Merrill  <jason@redhat.com>
581
582         * demangle.h (enum demangle_component_type): Add
583         DEMANGLE_COMPONENT_DECLTYPE.
584
585 2008-08-25  Alan Modra  <amodra@bigpond.net.au>
586
587         * binary-io.h: New file, imported from gnulib, but don't
588         #include <fcntl.h> or <stdio.h>.
589
590 2008-08-17  Alan Modra  <amodra@bigpond.net.au>
591
592         * bfdlink.h (bfd_generic_link_read_symbols): Declare.
593
594 2008-08-08  Anatoly Sokolov  <aesok@post.ru>
595
596         * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31,
597         E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define.
598         (EF_AVR_MACH): Redefine to 0x7F.
599         * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
600         (AVR_ISA_AVR3): Redefine.
601         (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
602         AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
603         AVR_ISA_AVR6): Define.
604
605 2008-07-12  Jie Zhang  <jie.zhang@analog.com>
606
607         Revert
608         2008-07-12  Jie Zhang  <jie.zhang@analog.com>
609         * bfdlink.h (struct bfd_link_info): Add sep_code member
610         variable.
611         * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
612         (EF_BFIN_DATA_IN_L1): Define.
613
614 2008-07-12  Jie Zhang  <jie.zhang@analog.com>
615
616         * bfdlink.h (struct bfd_link_info): Add sep_code member
617         variable.
618         * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
619         (EF_BFIN_DATA_IN_L1): Define.
620
621 2008-07-07  Stan Shebs  <stan@codesourcery.com>
622
623         * dis-asm.h (struct disassemble_info): Add endian_code field.
624
625 2008-07-07  Joel Brobecker  <brobecker@adacore.com>
626
627         * safe-ctype.h: Add #include of ctype.h before redefining
628         the ctype.h macros.
629
630 2008-07-04  Joel Brobecker  <brobecker@adacore.com>
631
632         * safe-ctype.h: Remove #error when detecting that ctype.h has been
633         included. Redefine the various macros provided by ctype.h as
634         undefined variables.
635
636 2008-06-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
637
638         * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
639         XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
640
641 2008-06-06  Alan Modra  <amodra@bigpond.net.au>
642
643         * bfdlink.h (struct bfd_link_info): Add "path_separator".
644
645 2008-04-10  Andreas Krebbel  <krebbel1@de.ibm.com>
646
647         * dis-asm.h (print_s390_disassembler_options):
648         Prototype added.
649
650 2008-03-24  Ian Lance Taylor  <iant@google.com>
651
652         * sha1.h: New file, from gnulib.
653
654         * md5.h: Add extern "C" when compiled with C++.
655
656 2008-03-24  Ian Lance Taylor  <iant@google.com>
657
658         * md5.h: Add extern "C" when compiled with C++.
659
660 2008-03-21  Ian Lance Taylor  <iant@google.com>
661
662         * filenames.h: Add extern "C" when compiled with C++.
663
664 2008-02-15  Alan Modra  <amodra@bigpond.net.au>
665
666         * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
667         (struct bfd_link_info): Add output_bfd.
668
669 2008-02-11  Bob Wilson  <bob.wilson@acm.org>
670
671         * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
672         (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
673
674 2008-01-26  David Daney  <ddaney@avtrex.com>
675
676         * demangle.h (demangle_component_type):  Add
677         DEMANGLE_COMPONENT_JAVA_RESOURCE,
678         DEMANGLE_COMPONENT_COMPOUND_NAME, and
679         DEMANGLE_COMPONENT_CHARACTER as new enum values.
680         (demangle_component): Add struct s_character to union u.
681
682 2007-11-07  Joseph Myers  <joseph@codesourcery.com>
683             Daniel Jacobowitz  <dan@codesourcery.com>
684
685         * floatformat.h (struct floatformat): Add split_half field.
686         (floatformat_ibm_long_double): New.
687
688 2007-09-06  Tom Tromey  <tromey@redhat.com>
689
690         * libiberty.h (pex_free): Document process killing.
691
692 2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
693
694         * demangle.h (enum demangle_component_type): Add
695         DEMANGLE_COMPONENT_RVALUE_REFERENCE.
696
697 2007-07-25  Ben Elliston  <bje@au.ibm.com>
698
699         * ternary.h: Remove.
700
701 2007-07-18  Bob Wilson  <bob.wilson@acm.org>
702
703         * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
704         (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
705
706 2007-07-17  Nick Clifton  <nickc@redhat.com>
707
708         * COPYING3: New file.  Contains version 3 of the GNU General
709         Public License.
710
711 2007-07-12  Kai Tietz   <kai.tietz@onevision.com>
712
713         * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
714         work-a-round whitespace problem in gcc gengtype.
715
716         * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
717         needed for WIN64 when a long is not wide enough for a pointer.
718         (splay_tree_key, splay_tree_value): Use the new types.
719
720 2007-07-09  Roland McGrath  <roland@redhat.com>
721
722         * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
723
724 2007-07-06  Nick Clifton  <nickc@redhat.com>
725
726         * bfdlink.h: Update copyright notice to refer to GPLv3.
727
728 2007-06-29  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
729
730         * dis-asm.h (print_insn_cr16): New prototype.
731
732 2007-06-01  Noah Misch  <noah@cs.caltech.edu>
733             Alan Modra  <amodra@bigpond.net.au>
734
735         * bfdlink.h (struct bfd_link_info): Add input_bfds_tail.
736
737 2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
738
739         * libiberty.h (writeargv): Declare.
740
741 2007-04-30  Alan Modra  <amodra@bigpond.net.au>
742
743         * bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
744
745 2007-04-25  Mark Mitchell  <mark@codesourcery.com>
746
747         * demangle.h: Change license to LGPL + exception.
748
749 2007-04-10  Richard Henderson  <rth@redhat.com>
750
751         * bfdlink.h (struct bfd_link_info): Add relax_trip.
752
753 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
754
755         * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
756         regardless of the type of file system.
757
758 2007-03-06  Jan Hubicka  <jh@suse.cz>
759
760         * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
761
762 2007-02-21  Nick Clifton  <nickc@redhat.com>
763
764         * bfdlink.h (struct bfd_link_callbacks): Add
765         override_segment_assignment field.
766
767 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
768             Nathan Sidwell  <nathan@codesourcery.com>
769             Vladimir Prus  <vladimir@codesourcery.com
770             Joseph Myers  <joseph@codesourcery.com>
771
772         * bin-bugs.h: Remove.
773
774 2007-02-09  Joseph S. Myers  <joseph@codesourcery.com>
775
776         * libiberty.h (pex_write_input): Remove prototype.
777
778 2007-02-05  Dave Brolley  <brolley@redhat.com>
779
780         * Contribute the following changes:
781         2001-03-26  Ben Elliston  <bje@redhat.com>
782
783         * dis-asm.h (print_insn_mep): Declare.
784
785 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
786
787         * dis-asm.h (print_i386_disassembler_options): New.
788
789 2007-01-31  Vladimir Prus  <vladimir@codesourcery.com>
790
791         * libiberty.h (PEX_STDERR_TO_PIPE): New define.
792         (PEX_BINARY_ERROR): New define.
793         (pex_read_err): New function.
794
795 2007-01-29  Simon Baldwin <simonb@google.com>
796
797         * demangle.h: New cplus_demangle_print_callback,
798         cplus_demangle_v3_callback, and java_demangle_v3_callback function
799         prototypes, and demangle_callbackref type definition.
800
801 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
802
803         PR ld/3831
804         * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
805         Add dynamic and dynamic_data.
806
807 2006-12-05  Michael Tautschnig  <tautschn@model.in.tum.de>
808             Nick Clifton  <nickc@redhat.com>
809
810         * ansidecl.h (ATTRIBUTE_PACKED): Define.
811
812 2006-11-30  Andrew Stubbs  <andrew.stubbs@st.com>
813             J"orn Rennecke <joern.rennecke@st.com>
814
815         PR driver/29931
816         * libiberty.h (make_relative_prefix_ignore_links): Declare.
817
818 2006-11-27  Bob Wilson  <bob.wilson@acm.org>
819
820         * xtensa-config.h (XSHAL_ABI): New.
821         (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
822
823 2006-11-27  Bob Wilson  <bob.wilson@acm.org>
824
825         * xtensa-isa.h (STATIC_LIBISA): Delete.
826
827 2006-10-30  Paul Brook  <paul@codesourcery.com>
828
829         * dis-asm.h (disassemble_info): Add symtab, symtab_pos and
830         symtab_size.
831
832 2006-10-30  H.J. Lu  <hongjiu.lu@intel.com>
833
834         PR ld/3111
835         * bfdlink.h (bfd_link_info): Add reduce_memory_overheads.
836
837 2006-10-25  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
838             Yukishige Shibata  <shibata@rd.scei.sony.co.jp>
839             Nobuhisa Fujinami  <fnami@rd.scei.sony.co.jp>
840             Takeaki Fukuoka  <fukuoka@rd.scei.sony.co.jp>
841             Alan Modra  <amodra@bigpond.net.au>
842
843         * dis-asm.h (print_insn_spu): Declare.
844
845 2006-09-17  Mei Ligang  <ligang@sunnorth.com.cn>
846
847         * dis-asm.h: Add prototypes for Score disassembler routines.
848
849 2006-09-07  H.J. Lu  <hongjiu.lu@intel.com>
850
851         * bfdlink.h (bfd_elf_dynamic_list): New.
852         (bfd_link_info): Add a dynamic field.
853
854 2006-08-04  Marcelo Tosatti  <marcelo@kvack.org>
855
856         * bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
857
858 2006-07-10  Jakub Jelinek  <jakub@redhat.com>
859
860         * bfdlink.h (struct bfd_link_info): Add emit_hash and
861         emit_gnu_hash bitfields.
862
863 2006-04-11  Jim Blandy  <jimb@codesourcery.com>
864
865         * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
866
867 2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>
868
869         * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
870         relax_pass.
871
872 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
873             Anil Paranjape   <anilp1@kpitcummins.com>
874             Shilin Shakti    <shilins@kpitcummins.com>
875
876         * dis-asm.h (print_insn_xc16c): New prototype.
877
878 2006-01-18  DJ Delorie  <dj@redhat.com>
879
880         * md5.h: Include ansidecl.h
881
882 2006-01-17  Andreas Schwab  <schwab@suse.de>
883
884         PR binutils/1486
885         * dis-asm.h (struct disassemble_info): Add
886         disassembler_needs_relocs.
887
888 2006-01-09  Bob Wilson  <bob.wilson@acm.org>
889
890         * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
891
892 2005-12-30  Bob Wilson  <bob.wilson@acm.org>
893
894         * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
895
896 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
897
898         Second part of ms1 to mt renaming.
899         * dis-asm.h (print_insn_mt): Renamed.
900
901 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
902
903         PR java/9861
904         * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
905         output format for return types
906
907 2005-11-03  Alan Modra  <amodra@bigpond.net.au>
908
909         * bfdlink.h (struct bfd_link_order): Tweak comment.
910
911 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
912
913         * floatformat.h (enum floatformat_byteorders): Add
914         floatformat_vax.
915         (floatformat_vax_aingle, floatformat_vax_double): Declare.
916
917 2005-10-28  Dave Brolley  <brolley@redhat.com>
918
919         Contribute the following changes:
920         2003-09-29  Dave Brolley  <brolley@redhat.com>
921
922         * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
923         more exotic underlying types to be used.
924
925 2005-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
926
927         disasm.h: Add declaration for print_insn_z80
928
929 2005-09-30  Catherine Moore  <clm@cm00re.com>
930
931         * dis-asm.h (print_insn_bfin): Declare.
932
933 2005-09-26  Mark Mitchell  <mark@codesourcery.com>
934
935         * libiberty.h (expandargv): New function.
936
937 2005-08-18  Alan Modra  <amodra@bigpond.net.au>
938
939         * bfdlink.h: Remove mention of a29k.
940         * dis-asm.h: Remove a29k support.
941
942 2005-08-17  Mark Kettenis  <kettenis@gnu.org>
943
944         * floatformat.h (struct floatformat): Change type of large
945         argument for is_valid member to `const void *'.
946         (floatformat_to_double): Change type of second argument to `const
947         void *'.
948         (floatformat_from_double): Change type of last argument to `void
949         *'.
950         (floatformat_is_valid): Change type of last argument to `const
951         void *'.
952
953 2005-07-14  Jim Blandy  <jimb@redhat.com>
954
955         * dis-asm.h (print_insn_m32c): New declaration.
956
957 2005-07-12  Ben Elliston  <bje@au.ibm.com>
958
959         * xregex2.h (regexec): Qualify this prototype with __extension__
960         when compiling with GNU C.
961
962 2005-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
963
964         * dis-asm.h (fprintf_ftype): Add format attribute.
965
966 2005-07-03  Steve Ellcey  <sje@cup.hp.com>
967
968         PR other/13906
969         * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
970         * md5.h (md5_uintptr): New.
971         (md5_ctx): Align buffer field.
972
973 2005-06-30  Daniel Berlin  <dberlin@dberlin.org>
974
975         * hashtab.h (HTAB_DELETED_ENTRY): New macro.
976         (HTAB_EMPTY_ENTRY): New macro.
977
978 2005-06-20  Geoffrey Keating  <geoffk@apple.com>
979
980         * libiberty.h (strverscmp): Prototype.
981
982 2005-06-17  Jakub Jelinek  <jakub@redhat.com>
983
984         * elf/external.h (GRP_ENTRY_SIZE): Define.
985
986 2005-06-08  Zack Weinberg  <zack@codesourcery.com>
987
988         * dis-asm.h (get_arm_regnames): Update prototype.
989
990 2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
991             Michael Snyder  <msnyder@redhat.com>
992             Stan Cox  <scox@redhat.com>
993
994         * dis-asm.h: Externalize print_insn_ms1.
995
996 2005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
997
998         * libiberty.h (XOBFINISH): New.
999
1000 2005-06-03  Alan Modra  <amodra@bigpond.net.au>
1001
1002         * bfdlink.h (struct bfd_link_callbacks): Add einfo.
1003
1004 2005-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1005
1006         * libiberty.h (vsnprintf): Add format attribute.
1007
1008 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1009
1010         * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1011
1012 2005-05-28  Eli Zaretskii  <eliz@gnu.org>
1013
1014         * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1015         needed.
1016         (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1017
1018 2005-05-25  Richard Henderson  <rth@redhat.com>
1019
1020         * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1021
1022 2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1023
1024         * libiberty.h (ACONCAT): Properly cast value of alloca().
1025
1026         * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
1027         __cplusplus.
1028
1029 2005-05-12  Steve Ellcey  <sje@cup.hp.com>
1030
1031         libiberty.h: Do not define empty basename prototype.
1032
1033 2005-05-10  Nick Clifton  <nickc@redhat.com>
1034
1035         * Update the address and phone number of the FSF organization in
1036         the GPL notices in the following files:
1037         COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1038         dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1039         fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1040         libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1041         partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1042         symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1043         xtensa-isa-internal.h, xtensa-isa.h
1044
1045 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1046
1047         * libiberty.h (unlock_std_streams): New.
1048
1049 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1050
1051         * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1052         Don't use the PTR macro.
1053
1054         * sort.h: Don't use the PARAMS macro.
1055
1056 2005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1057
1058         * libiberty.h (unlock_stream): New.
1059
1060 2005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1061
1062         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1063         Remove parameter names.
1064
1065 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1066
1067         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1068         Provide prototypes for new functions.
1069
1070 2005-03-29  Ian Lance Taylor  <ian@airs.com>
1071
1072         * libiberty.h: Fix indentation.
1073
1074 2005-03-28  Ian Lance Taylor  <ian@airs.com>
1075
1076         * libiberty.h: Include <stdio.h>.
1077         (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1078         (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1079         (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1080         (pex_init, pex_run, pex_read_output): Declare.
1081         (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1082         (struct pex_time): Define.
1083
1084 2005-03-28  Mark Mitchell <mark@codesourcery.com>
1085
1086         * libiberty.h (ffs): Declare, if necessary.
1087
1088 2005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
1089
1090         * ternary.h: Don't use PARAMS anymore.
1091
1092 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1093
1094         * md5.h: Remove definition and uses of __P.
1095         * dyn-string.h: Remove uses of PARAMS.
1096         * fibheap.h: Likewise.
1097         * floatformat.h: Likewise.
1098         * hashtab.h: Likewise.
1099
1100 2005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1101
1102         * demangle.h: Remove uses of PARAMS.
1103
1104         * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1105         ANSI_PROTOTYPES is always assumed.
1106         Remove uses of PARAMS throughout.
1107
1108 2005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1109
1110         * libiberty.h (xstrndup): Declare.
1111
1112 2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1113
1114         * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1115
1116 2005-03-22  Bob Wilson  <bob.wilson@acm.org>
1117
1118         * xtensa-isa.h: Update a comment and whitespace.
1119
1120 2005-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1121
1122         * bfdlink.h (bfd_link_info): Add gc_sections.
1123
1124 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
1125
1126         * libiberty.h (gettimeofday): Declare.
1127
1128 2005-03-01  Jan Beulich  <jbeulich@novell.com>
1129
1130         * libiberty.h: Declare unlink_if_ordinary.
1131
1132 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
1133
1134         * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
1135         * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
1136         (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
1137
1138 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
1139
1140         PR bootstrap/19818
1141         * ansidecl.h (PARAMS): Guard from redefinition.
1142
1143 2005-02-03  Alan Modra  <amodra@bigpond.net.au>
1144
1145         * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
1146
1147 2005-02-01  Alan Modra  <amodra@bigpond.net.au>
1148
1149         * bfdlink.h (bfd_link_repair_undef_list): Declare.
1150
1151 2005-01-10  Andreas Schwab  <schwab@suse.de>
1152
1153         * dis-asm.h (struct disassemble_info): Add skip_zeroes and
1154         skip_zeroes_at_end.
1155
1156 2004-12-11  Ben Elliston  <bje@au.ibm.com>
1157
1158         * fibheap.h (struct fibnode): Only use unsigned long bitfields
1159         when __GNUC__ is defined and ints are less than 32-bits wide.
1160
1161 2004-11-04  Paul Brook  <paul@codesourcery.com>
1162
1163         * bfdlink.h (bfd_link_info): Add default_imported_symver.
1164
1165 2004-11-12  Bob Wilson  <bob.wilson@acm.org>
1166
1167         * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id.
1168         * xtensa-isa.h (xtensa_interface_class_id): New prototype.
1169
1170 2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
1171             Vineet Sharma      <vineets@noida.hcltech.com>
1172
1173         * dis-asm.h: Add prototype for print_insn_maxq_little.
1174
1175 2004-10-26  Paul Brook  <paul@codesourcery.com>
1176
1177         * bfdlink.h (struct bfd_link_info): Add create_default_symver.
1178
1179 2004-10-21  H.J. Lu  <hongjiu.lu@intel.com>
1180
1181         PR 463
1182         * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
1183         bfd_link_hash_entry to reloc_overflow.
1184
1185 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
1186
1187         * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1188         XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1189         (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1190
1191         * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
1192         (config_sturct struct): Delete.
1193         (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
1194         XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
1195         XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
1196         XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
1197         XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
1198         (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
1199         (xtensa_insn_decode_fn): Rename to ...
1200         (xtensa_opcode_decode_fn): ... this.
1201         (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
1202         xtensa_undo_reloc_fn): Update.
1203         (xtensa_encoding_template_fn): Delete.
1204         (xtensa_opcode_encode_fn, xtensa_format_decode_fn,
1205         xtensa_length_decode_fn): New.
1206         (xtensa_format_internal, xtensa_slot_internal): New types.
1207         (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
1208         get_field, and set_field fields.  Add name, field_id, regfile,
1209         num_regs, and flags fields.
1210         (xtensa_arg_internal): New type.
1211         (xtensa_iclass_internal): Change operands field to array of
1212         xtensa_arg_internal.  Add num_stateOperands, stateOperands,
1213         num_interfaceOperands, and interfaceOperands fields.
1214         (xtensa_opcode_internal): Delete length, template, and iclass fields.
1215         Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
1216         (opname_lookup_entry): Delete.
1217         (xtensa_regfile_internal, xtensa_interface_internal,
1218         xtensa_funcUnit_internal, xtensa_state_internal,
1219         xtensa_sysreg_internal, xtensa_lookup_entry): New.
1220         (xtensa_isa_internal): Replace opcode_table field with opcodes field.
1221         Change type of opname_lookup_table.  Delete num_modules,
1222         module_opcode_base, module_decode_fn, config, and has_density fields.
1223         Add num_formats, formats, format_decode_fn, length_decode_fn,
1224         num_slots, slots, num_fields, num_operands, operands, num_iclasses,
1225         iclasses, num_regfiles, regfiles, num_states, states,
1226         state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
1227         max_sysreg_num, sysreg_table, num_interfaces, interfaces,
1228         interface_lookup_table, num_funcUnits, funcUnits and
1229         funcUnit_lookup_table fields.
1230         (xtensa_isa_module, xtensa_isa_modules): Delete.
1231         (xtensa_isa_name_compare): New prototype.
1232         (xtisa_errno, xtisa_error_msg): New.
1233         * xtensa-isa.h (XTENSA_ISA_VERSION): Define.
1234         (xtensa_isa): Change type.
1235         (xtensa_operand): Delete.
1236         (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
1237         xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
1238         xtensa_funcUnit_use): New types.
1239         (libisa_module_specifier): Delete.
1240         (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
1241         (xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
1242         xtensa_insnbuf_from_chars): Update prototypes.
1243         (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
1244         xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
1245         xtensa_encode_insn, xtensa_insn_length,
1246         xtensa_insn_length_from_first_byte, xtensa_num_operands,
1247         xtensa_operand_kind, xtensa_encode_result,
1248         xtensa_operand_isPCRelative): Delete.
1249         (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
1250         xtensa_operand_set_field, xtensa_operand_encode,
1251         xtensa_operand_decode, xtensa_operand_do_reloc,
1252         xtensa_operand_undo_reloc): Update prototypes.
1253         (xtensa_isa_maxlength, xtensa_isa_length_from_chars,
1254         xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
1255         xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
1256         xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
1257         xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
1258         xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
1259         xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
1260         xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
1261         xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
1262         xtensa_opcode_is_loop, xtensa_opcode_is_call,
1263         xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
1264         xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
1265         xtensa_opcode_funcUnit_use, xtensa_operand_name,
1266         xtensa_operand_is_visible, xtensa_operand_is_register,
1267         xtensa_operand_regfile, xtensa_operand_num_regs,
1268         xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
1269         xtensa_stateOperand_state, xtensa_stateOperand_inout,
1270         xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
1271         xtensa_regfile_lookup_shortname, xtensa_regfile_name,
1272         xtensa_regfile_shortname, xtensa_regfile_view_parent,
1273         xtensa_regfile_num_bits, xtensa_regfile_num_entries,
1274         xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
1275         xtensa_state_is_exported, xtensa_sysreg_lookup,
1276         xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
1277         xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
1278         xtensa_interface_num_bits, xtensa_interface_inout,
1279         xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
1280         xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
1281 2004-10-07  Jeff Baker  <jbaker@qnx.com>
1282
1283         * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
1284
1285 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
1286
1287         * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
1288         of union.
1289
1290 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1291
1292         * libiberty.h (basename): Prototype for __MINGW32__.
1293
1294 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1295
1296         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1297         * libiberty.h (concat, reconcat, concat_length, concat_copy,
1298         concat_copy2): Use ATTRIBUTE_SENTINEL.
1299
1300 2004-08-13  Alan Modra  <amodra@bigpond.net.au>
1301
1302         * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
1303         (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
1304
1305 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1306
1307         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1308         const-qualification before disposal.
1309
1310 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
1311
1312         * ansidecl.h (ARG_UNUSED): New Macro.
1313
1314 2004-07-23  H.J. Lu  <hongjiu.lu@intel.com>
1315
1316         * bin-bugs.h (REPORT_BUGS_TO): Set to
1317         "<URL:http://www.sourceware.org/bugzilla/>".
1318
1319 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
1320
1321         * ansidecl.h (ATTRIBUTE_PURE): New.
1322
1323 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
1324
1325         * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1326         libcpp/internal.h.
1327         (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1328         macros.
1329
1330 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
1331
1332         * libiberty.h (ASTRDUP): Add casts required for stricter
1333         type conversion rules of C++.
1334         * obstack.h (obstack_free): Likewise.
1335
1336 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
1337
1338         * dis-asm.h (print_insn_crx): Declare.
1339
1340 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
1341
1342         * bfdlink.h (struct bfd_link_order): Update comment.
1343
1344 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
1345
1346         * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
1347         relro_end fields.
1348
1349 2004-05-04  Andreas Jaeger  <aj@suse.de>
1350
1351         * demangle.h: Do not use C++ reserved keyword typename as
1352         parameter for cplus_demangle_fill_builtin_type.
1353
1354 2004-04-22  Richard Henderson  <rth@redhat.com>
1355
1356         * hashtab.h (struct htab): Add size_prime_index.
1357
1358 2004-04-13  Jeff Law  <law@redhat.com>
1359
1360         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
1361
1362 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
1363
1364         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1365
1366 2004-03-25  Stan Shebs  <shebs@apple.com>
1367
1368         * mpw/: Remove subdirectory and everything in it.
1369
1370 2004-03-23  Alan Modra  <amodra@bigpond.net.au>
1371
1372         PR 51.
1373         * bfdlink.h (struct bfd_link_info): Add wrap_char.
1374
1375 2004-03-20  H.J. Lu  <hongjiu.lu@intel.com>
1376
1377         * bfdlink.h (bfd_link_info): Correct comments for the
1378         unresolved_syms_in_objects field.
1379
1380 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
1381
1382         * dyn-string.h: Update copyright date.
1383
1384 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
1385
1386         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1387         the associated #defines.
1388
1389 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1390
1391         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1392         "libiberty.h".
1393
1394         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1395
1396         * demangle.h (enum demangle_component_type): Define.
1397         (struct demangle_operator_info): Declare.
1398         (struct demangle_builtin_type_info): Declare.
1399         (struct demangle_component): Define.
1400         (cplus_demangle_fill_component): Declare.
1401         (cplus_demangle_fill_name): Declare.
1402         (cplus_demangle_fill_builtin_type): Declare.
1403         (cplus_demangle_fill_operator): Declare.
1404         (cplus_demangle_fill_extended_operator): Declare.
1405         (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1406         (cplus_demangle_v3_components): Declare.
1407         (cplus_demangle_print): Declare.
1408
1409 For older changes see ChangeLog-9103
1410 \f
1411 Local Variables:
1412 mode: change-log
1413 left-margin: 8
1414 fill-column: 74
1415 version-control: never
1416 End: