Add sparc integer multiply-add instructions.
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
7955ede5
DD
12011-09-23 Cary Coutant <ccoutant@google.com>
2
3 PR 40831
4 * demangle.h (enum demangle_component_type): Add
5 DEMANGLE_COMPONENT_CLONE.
6
fd91d419
L
72011-09-15 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR ld/12975
10 * bfdlink.h (bfd_link_info): Add version_info.
11
17a16b0f
DD
122011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13
14 * xregex.h (regoff_t): Define.
15
26ac1280
DD
162011-07-22 Jakub Jelinek <jakub@redhat.com>
17
d4743114
JJ
18 * dwarf2.h (DW_AT_GNU_macros): New.
19 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
20
26ac1280
DD
21 PR c++/49756
22 * libiberty.h (stack_limit_increase): New prototype.
23
242011-07-13 Sriraman Tallam <tmsriram@google.com>
25
26 * plugin-api.h
27 (ld_plugin_section): New struct.
28 (ld_plugin_get_section_count): New typedef.
29 (ld_plugin_get_section_type): New typedef.
30 (ld_plugin_get_section_name): New typedef.
31 (ld_plugin_get_section_contents): New typedef.
32 (ld_plugin_update_section_order): New typedef.
33 (ld_plugin_allow_section_ordering): New typedef.
34 (LDPT_GET_SECTION_COUNT): New enum value.
35 (LDPT_GET_SECTION_TYPE): New enum value.
36 (LDPT_GET_SECTION_NAME): New enum value.
37 (LDPT_GET_SECTION_CONTENTS): New enum value.
38 (LDPT_UPDATE_SECTION_ORDER): New enum value.
39 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
40 (tv_get_section_count): New struct members.
41 (tv_get_section_type): New struct members.
42 (tv_get_section_name): New struct members.
43 (tv_get_section_contents): New struct members.
44 (tv_update_section_order): New struct members.
45 (tv_allow_section_ordering): New struct members.
46
05aecedb
AM
472011-07-15 Alan Modra <amodra@gmail.com>
48
49 * bfdlink.h (struct bfd_link_info): Use ENUM_BITFIELD for strip,
50 discard, common_skip_ar_symbols, unresolved_syms_in_objects, and
51 unresolved_syms_in_shared_libs fields. Move emit_note_gnu_build_id
52 out of bitfields. Reorder bitfields.
53
e9552f7e 542011-07-13 Sriraman Tallam <tmsriram@google.com>
05aecedb
AM
55
56 * plugin-api.h (ld_plugin_section): New struct.
e9552f7e
ST
57 (ld_plugin_get_section_count): New typedef.
58 (ld_plugin_get_section_type): New typedef.
59 (ld_plugin_get_section_name): New typedef.
60 (ld_plugin_get_section_contents): New typedef.
61 (ld_plugin_update_section_order): New typedef.
62 (ld_plugin_allow_section_ordering): New typedef.
63 (LDPT_GET_SECTION_COUNT): New enum value.
64 (LDPT_GET_SECTION_TYPE): New enum value.
65 (LDPT_GET_SECTION_NAME): New enum value.
66 (LDPT_GET_SECTION_CONTENTS): New enum value.
67 (LDPT_UPDATE_SECTION_ORDER): New enum value.
68 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
69 (tv_get_section_count): New struct members.
70 (tv_get_section_type): New struct members.
71 (tv_get_section_name): New struct members.
72 (tv_get_section_contents): New struct members.
73 (tv_update_section_order): New struct members.
74 (tv_allow_section_ordering): New struct members.
75
ae17ab41
CM
762011-07-11 Catherine Moore <clm@codesourcery.com>
77
78 * bfdlink.h (flag_type): New enumeration.
79 (flag_info_list): New structure.
80 (flag_info): New structure.
81
0c511000
AM
822011-07-09 H.J. Lu <hongjiu.lu@intel.com>
83
84 PR ld/12942
85 * bfdlink.h (bfd_link_info): Add loading_lto_outputs.
86
7d6b320b
JB
872011-07-01 Joel Brobecker <brobecker@adacore.com>
88
89 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
90 on Darwin, as well as on the systems that use a DOS-like
91 filesystem.
92
b24539b3
DD
932011-06-22 Jakub Jelinek <jakub@redhat.com>
94
95 PR debug/47858
96 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
97
f8b999f9
JJ
982011-06-22 Jakub Jelinek <jakub@redhat.com>
99
100 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
101
e41b3a13
JJ
1022011-06-20 Jakub Jelinek <jakub@redhat.com>
103
104 PR ld/12570
105 * bfdlink.h (struct bfd_link_info): Add no_ld_generated_unwind_info
106 option.
107
ddee5e46
DD
1082011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
111 (DMGL_RET_DROP): New.
112
aa137e4d 1132011-06-13 Walter Lee <walt@tilera.com>
c8fa16ed 114
aa137e4d
NC
115 * dis-asm.h (print_insn_tilegx): Declare.
116 (print_insn_tilepro): Likewise.
5e4b319c 117
16d96b5b
AM
1182011-05-17 Alan Modra <amodra@gmail.com>
119
120 PR ld/12760
121 * bfdlink.h (struct bfd_link_callbacks <notice>): Add "flags" and
122 "string" param.
123
41e04eaa
AM
1242011-05-16 Alan Modra <amodra@gmail.com>
125
126 * bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field.
127
1bce6bd8
PB
1282011-05-09 Paul Brook <paul@codesourcery.com>
129
130 * elf/tic6x.h (ELF_STRING_C6000_unwind,
131 ELF_STRING_C6000_unwind_info, ELF_STRING_C6000_unwind_once,
132 ELF_STRING_C6000_unwind_info_once): Define.
133
d46ab832
JJ
1342011-04-30 Jakub Jelinek <jakub@redhat.com>
135
136 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
137 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
138
1ae0d051
JK
1392011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
140
141 * bfdlink.h (ENUM_BITFIELD): Remove.
142
1432011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
144
145 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
146
35ed3f94
AM
1472011-04-24 Alan Modra <amodra@gmail.com>
148
149 PR ld/12365
150 PR ld/12696
151 * bfdlink.h (ENUM_BITFIELD): Define.
152 (struct bfd_link_hash_entry): Make "type" a bitfield. Add "non_ir_ref".
153 (struct bfd_link_callbacks <notice>): Pass bfd_link_hash_entry pointer
154 rather than "name".
155
24f58f47
AM
1562011-04-20 Alan Modra <amodra@gmail.com>
157
158 PR ld/12365
159 * bfdlink.h (struct bfd_link_callbacks): Modify multiple_definition
160 and multiple_common parameters to pass in a bfd_link_hash_entry
161 pointer rather than name,bfd etc. found in the hash entry.
162
bbda3415
TG
1632011-03-31 Tristan Gingold <gingold@adacore.com>
164
165 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
166
bb0c9237
TT
1672011-03-24 Mark Wielaard <mjw@redhat.com>
168
169 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
170
55406e10
RÁE
1712010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
172
173 * plugin-api.h (ld_plugin_get_view): New.
174 (ld_plugin_tag): Add LDPT_GET_VIEW.
175 (ld_plugin_tv): Add tv_get_view.
176
02458de2
JJ
1772011-03-16 Jakub Jelinek <jakub@redhat.com>
178
179 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
180 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
181 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
182 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
183 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
184 DW_OP_GNU_entry_value): New.
185
007d6189
KT
1862011-02-28 Kai Tietz <kai.tietz@onevision.com>
187
188 * filenames.h (filename_ncmp): New prototype.
189
47704ddf
KT
1902011-02-23 Kai Tietz <kai.tietz@onevision.com>
191
192 * dwarf2.h (_ELF_DWARF2_H): Renamed to
193 _DWARF2_H.
194 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
195 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
196 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
197 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
198
54fcddd0
UW
1992011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
200
201 * dwarf2.h (enum dwarf_calling_convention): Add DW_CC_GDB_IBM_OpenCL.
202
7be9d9c9
DD
2032011-01-12 Iain Sandoe <iains@gcc.gnu.org>
204
205 * dwarf2.h: Update value for DW_AT_hi_user.
206
f9e6589d
DD
2072010-11-16 Ian Lance Taylor <iant@google.com>
208
209 * simple-object.h (simple_object_attributes_merge): Declare,
210 replacing simple_object_attributes_compare.
211
8baf536a
DD
2122010-11-04 Ian Lance Taylor <iant@google.com>
213
214 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
215
ffa54e5c
DD
2162010-11-02 Ian Lance Taylor <iant@google.com>
217
218 * simple-object.h: New file.
219
24f58f47 2202010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
ca346ede
DD
221
222 Sync LD plugin patch series (part 1/6) with src/include/.
223 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
224
24f58f47 2252010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
5d3236ee
DK
226
227 Apply LD plugin patch series (part 6/6).
228 * bfdlink.h (struct_bfd_link_callbacks): Document new argument
229 to add_archive_element callback used to return a replacement bfd which
230 is to be added to the hash table in place of the original element.
231
24f58f47 2322010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
5d3236ee
DK
233
234 Apply LD plugin patch series (part 1/6).
235 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
236
9711ae4d
DD
2372010-10-06 Andi Kleen <ak@linux.intel.com>
238
239 * libiberty.h (setproctitle): Add prototype.
240
bb73df25
BS
2412010-09-29 Bernd Schmidt <bernds@codesourcery.com>
242
243 * opcode/tic6x-control-registers.h (tscl): Now read_write.
244
d9aee5d7
AK
2452010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
246
247 * opcode/s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val.
248
f4c65163
MGD
2492010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
250
251 * arm.h (ARM_EXT_V6Z): Remove.
252 (ARM_EXT_SEC): New define.
253 (ARM_AEXT_V6Z): Use Security Extensions.
254 (ARM_AEXT_V6ZK): Likeiwse.
255 (ARM_AEXT_V6ZT2): Likewise.
256 (ARM_AEXT_V6ZKT2): Likewise.
257 (ARM_AEXT_V7_ARM): Base v7 does not have Security Extensions.
258 (ARM_ARCH_V7A_SEC): New define.
259 (ARM_ARCH_V7A_MP): Rename...
260 (ARM_ARCH_V7A_MP_SEC): ...to this and add Security Extensions.
261
b7807392
JJ
2622010-09-09 Jakub Jelinek <jakub@redhat.com>
263
264 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
265
f9e9243a
UW
2662010-07-06 Ken Werner <ken.werner@de.ibm.com>
267
268 * floatformat.h (floatformat_ieee_half_big): Add declaration.
269 (floatformat_ieee_half_little): Likewise.
270
360cfc9c
AM
2712010-06-29 Alan Modra <amodra@gmail.com>
272
273 * dis-asm.h: Remove references to maxq.
274
42218b9f
RÁE
2752010-06-21 Rafael Espindola <espindola@google.com>
276
277 * plugin-api.h (ld_plugin_set_extra_library_path): New.
278 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
279 (ld_plugin_tv): Add tv_set_extra_library_path.
280
36b2885d
JJ
2812010-06-21 Jakub Jelinek <jakub@redhat.com>
282
283 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
284
6508b958
RÁE
2852010-06-18 Rafael Espindola <espindola@google.com>
286
287 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
288 Make argument const.
289
219a461e
DD
2902010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
291
292 * splay-tree.h: Update copyright years.
293 (splay_tree_s): Document fields.
294 (splay_tree_new_typed_alloc): New.
295
296 * hashtab.h: Update copyright years.
297 (htab_create_typed_alloc): New.
298
93a6c7a4
TG
2992010-06-10 Tristan Gingold <gingold@adacore.com>
300
301 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
302 DW_TAG_HP_Bliss_field_set.
303 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
304 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
305 DW_AT_HP_definition_points, DW_AT_HP_default_location and
306 DW_AT_HP_is_result_param.
307 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
308 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
309 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
310 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
311 (enum dwarf_line_number_x_ops): Add
312 DW_LNE_HP_source_file_correlation.
313 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
314 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
315 DW_LANG_HP_Assembler.
316
3537c84b
RÁE
3172010-06-01 Rafael Espindola <espindola@google.com>
318
319 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
320
9757332f
DD
3212010-04-26 Pedro Alves <pedro@codesourcery.com>
322
323 * filenames.h (PATH_SEPARATOR): Delete.
324
3252010-04-23 Pedro Alves <pedro@codesourcery.com>
326
327 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
328 always define it independently of host, add `dos_based' parameter,
329 and handle it.
330 (PATH_SEPARATOR): Define.
331 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
332 independently of host, add `dos_based' parameter, and handle it.
333 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
334 it independently of host, add `dos_based' parameter, and handle
335 it.
336 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
337 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
338 (HAS_DOS_DRIVE_SPEC): New.
339 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
340 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
341 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
342 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
343
3442009-05-31 Ian Lance Taylor <iant@google.com>
345
346 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
347 the way we treat an ISO C compiler. Don't define inline as a
348 macro when compiling with C++.
349 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
350 when compiling with C++.
351 * fibheap.h: Add extern "C" when compiling with C++.
352
2cd2156f
DD
3532010-04-23 Pedro Alves <pedro@codesourcery.com>
354
355 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
356 always define it independently of host, add `dos_based' parameter,
357 and handle it.
358 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
359 independently of host, add `dos_based' parameter, and handle it.
360 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
361 it independently of host, add `dos_based' parameter, and handle
362 it.
363 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
364 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
365 (HAS_DOS_DRIVE_SPEC): New.
366 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
367 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
368 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
369 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
370
3712010-04-20 Nick Clifton <nickc@redhat.com>
372
373 * sha1.h: Update copyright notice to use GPLv3.
374
e4e42b45
NC
3752010-04-15 Nick Clifton <nickc@redhat.com>
376
377 * bout.h: Update copyright notice to use GPLv3.
378 * hp-symtab.h: Likewise.
379 * oasys.h: Likewise.
380 * progress.h: Likewise.
381 * sha1.h: Likewise.
382 * xtensa-isa-internal.h: Likewise.
383 * xtensa-isa.h: Likewise.
384
58cd9144
DE
3852010-04-14 Doug Evans <dje@google.com>
386
387 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
388
a233b20c
JJ
3892010-04-05 Jakub Jelinek <jakub@redhat.com>
390
391 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
392 field.
393
40b36596
JM
3942010-03-25 Joseph Myers <joseph@codesourcery.com>
395
396 * dis-asm.h (print_insn_tic6x): Declare.
397
0aec0f33
JM
3982010-03-23 Joseph Myers <joseph@codesourcery.com>
399
400 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
401
16c06870
JB
4022010-01-13 Joel Brobecker <brobecker@adacore.com>
403
404 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
405 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
406
6d390a9e
DD
4072010-01-11 Tristan Gingold <gingold@adacore.com>
408
409 * demangle.h (ada_demangle): Add prototype.
410
43e85a8f
DD
4112010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
412
413 PR bootstrap/41771
414 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
415
2e13ec5c
JB
4162009-12-29 Joel Brobecker <brobecker@adacore.com>
417
418 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
419
e7f8eadb
DK
4202009-12-14 Doug Kwan <dougkwan@google.com>
421
422 * bfdlink.h (struct bfd_link_callbacks): Rename function parameters
423 to avoid shadowed variable warnings.
424 * dis-asm.h (struct disassemble_info): Ditto.
425 (disassemble_init_for_target): Ditto.
426 (init_disassemble_info): Ditto.
427
67c2a3e8
DD
4282009-12-03 David Daney <ddaney@caviumnetworks.com>
429 Adam Nemet <adambnemet@gmail.com>
430
431 * elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag.
432
3cb4feec
AM
4332009-11-18 Alan Modra <amodra@bigpond.net.au>
434
435 * alloca-conf.h: Clarify comment.
436
dec397b2
JB
4372009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
438
439 Add DWARF attribute value for the "Borland fastcall" calling
440 convention.
441 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
442
96d86ee3
KT
4432009-10-23 Kai Tietz <kai.tietz@onevision.com>
444
445 * splay-tree.h (libi_uhostptr_t): Add gcc specific
446 __extension__ for long long type case to silent cX9.
447 (libi_shostptr_t): Likewise.
448
0adbbe4a
DD
4492009-10-19 Rafael Avila de Espindola <espindola@google.com>
450
451 PR40790
452 * plugin-api.h: Don't include stdint.h unconditionally.
453
3fce87a0
DD
4542009-10-15 Jakub Jelinek <jakub@redhat.com>
455
456 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
457 a DWARF 4 addition.
458
f88dc410
AM
4592009-10-14 Alan Modra <amodra@bigpond.net.au>
460
461 * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from
462 bfd_link_common_skip_ar_aymbols.
463 (struct bfd_link_info): Here too.
464
e322137b
DD
4652009-10-09 Rafael Espindola <espindola@google.com>
466
467 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
468 libname.
469
59b17575
DD
4702008-10-03 Rafael Espindola <espindola@google.com>
471
472 * plugin-api.h: New.
473 * lto-symtab.h: New.
474
8341e15b
ILT
4752009-10-05 Rafael Espindola <espindola@google.com>
476
477 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
478 (ld_plugin_get_input_file): New.
479 (ld_plugin_release_input_file): New.
480 (ld_plugin_add_input_library): New.
481 (ld_plugin_message): Mark format const.
482 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
483 LDPT_ADD_INPUT_LIBRARY.
484 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
485 tv_add_input_library.
486
4872009-10-04 Jerry Quinn <jlquinn@optonline.net>
488
489 * plugin-api.h: Fix compile.
490
664aa91f
DD
4912009-09-29 Jason Merrill <jason@redhat.com>
492
493 * demangle.h (enum demangle_component_type): Add
494 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
495 DEMANGLE_COMPONENT_UNNAMED_TYPE.
496 (struct demangle_component): Add s_unary_num.
497
c7927a3c
NC
4982009-09-29 DJ Delorie <dj@redhat.com>
499
500 * dis-asm.h: Add prototype for print_insn_rx.
501
39236edf
DD
5022009-09-25 Dodji Seketeli <dodji@redhat.com>
503
504 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
505 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
506 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
507
fa9efd0f
DD
5082009-09-25 Cary Coutant <ccoutant@google.com>
509
510 Add rest of new values from DWARF Version 4.
511 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
512 New tags.
513 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
514 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
515 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
516 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
517 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
518 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
519 attributes.
520 (DW_LANG_Python): New language.
521
2b6f5997
CC
5222009-09-24 Cary Coutant <ccoutant@google.com>
523
524 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
525 New tags.
526 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
527 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
528 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
529 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
530 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
531 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
532 attributes.
533 (DW_LANG_Python): New language.
534
a89caa61
DD
5352009-09-22 Dodji Seketeli <dodji@redhat.com>
536
537 * dwarf2.h (enum dwarf_tag): Add
538 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
539
a50b1753
NC
5402009-09-09 Martin Thuresson <martin@mtme.org>
541
542 * bfdlink.h (struct bfd_link_hash_common_entry): Move to top
543 level.
544
66a6900a
JZ
5452009-09-04 Jie Zhang <jie.zhang@analog.com>
546
547 * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
548 (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
549 (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
550 PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
551 Adjust accordingly.
552 (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
553 PseudoDbg_Assert_grp_mask.
554
7ba29e2a
NC
5552009-08-06 Michael Eager <eager@eagercon.com>
556
557 * dis-asm.h: Decl print_insn_microblaze().
558
6e881691
DD
5592009-07-24 Ian Lance Taylor <iant@google.com>
560
561 * libiberty.h (crc32): Declare.
562
2c61e778
DE
5632009-07-20 Cary Coutant <ccoutant@google.com>
564 Doug Evans <dje@google.com>
77170296
DE
565
566 Add some dwarf4 values.
567 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
568 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
569 DW_FORM_flag_present, DW_FORM_sig8.
570 (enum dwarf_attribute): Add DW_AT_signature.
571
d5031754
DD
5722009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
573
574 * demangle.h
575 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
576 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
577 New.
578
fa8f86ff
TT
5792009-07-10 Tom Tromey <tromey@redhat.com>
580
581 * dwarf2.h: New file, moved from elf/.
582
62d2aabf
DD
5832009-07-09 Jakub Jelinek <jakub@redhat.com>
584
585 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
586 and DW_OP_stack_value.
587
e0452928
DD
5882009-07-09 Tom Tromey <tromey@redhat.com>
589
590 * elf/dwarf2.h: Remove, renaming to...
591 * dwarf2.h: ... this.
592
5932009-06-29 Tom Tromey <tromey@redhat.com>
594
595 * elf/dwarf2.h: New file. Merged with gdb.
596
0313a2b8
NC
5972009-06-18 Nick Clifton <nickc@redhat.com>
598
599 * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
600 field of struct disassemble_info.
601
671f4ed1
DD
6022009-06-09 Ian Lance Taylor <ian@airs.com>
603
604 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
605
1316c8b3
NC
6062009-06-15 Nick Clifton <nickc@redhat.com>
607
0313a2b8
NC
608 * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of
609 struct disassemble_info.
1316c8b3 610
8466c6d4
DD
6112009-06-02 Ian Lance Taylor <iant@google.com>
612
613 * ansidecl.h (EXPORTED_CONST): Define.
614
52d6785f
DD
6152009-05-31 Ian Lance Taylor <iant@google.com>
616
617 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
618 the way we treat an ISO C compiler. Don't define inline as a
619 macdro when compiling with C++.
620 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
621 when compiling with C++.
622 * fibheap.h: Add extern "C" when compiling with C++.
623
84983b1a
TG
6242009-05-25 Tristan Gingold <gingold@adacore.com>
625
626 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
627 FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
628
95e62385
L
6292009-04-22 Taras Glek <tglek@mozilla.com>
630
631 * hashtab.h: Update GTY annotations to new syntax.
632 * splay-tree.h: Likewise.
e48570bb 633
a0c402a5
L
6342009-04-08 H.J. Lu <hongjiu.lu@intel.com>
635
636 * bfdlink.h (bfd_link_info): Add warn_alternate_em.
637
8d25cc3d
AM
6382009-03-18 Alan Modra <amodra@bigpond.net.au>
639
640 * alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
641 documentation.
642
c743cf5d
DD
6432009-03-17 Jason Merrill <jason@redhat.com>
644
645 * demangle.h (enum demangle_component_type): Add
646 DEMANGLE_COMPONENT_FUNCTION_PARAM.
647
fa7f3e72
CC
6482008-12-01 Cary Coutant <ccoutant@google.com>
649
650 * plugin-api.h (LDPS_BAD_HANDLE): New constant.
651 (ld_plugin_get_input_file): New typedef.
652 (ld_plugin_release_input_file): New typedef.
653 (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants.
654 (struct ld_plugin_tv): Add two new fields.
655
84e94c90
NC
6562008-12-23 Jon Beniston <jon@beniston.com>
657
658 * dis-asm.h: Add LM32 disassembler function prototype.
659
d2825c1a
DD
6602008-12-10 Jason Merrill <jason@redhat.com>
661
662 * demangle.h (enum demangle_component_type): Add
663 DEMANGLE_COMPONENT_FIXED_TYPE.
664
6c52134c
CC
6652008-12-01 Cary Coutant <ccoutant@google.com>
666
667 * plugin-api.h (ld_plugin_message): Change format parameter to const.
668
a6bfd026
CC
6692008-12-01 Cary Coutant <ccoutant@google.com>
670
671 * plugin-api.h: Fix syntax error when compiling with C++.
672
ae5a3597
AM
6732008-11-26 Alan Modra <amodra@bigpond.net.au>
674
675 PR 7047
676 * bfdlink.h (struct bfd_elf_version_expr): Delete "symbol".
677 Add "literal".
678
1fa3cd83
SA
6792008-11-21 Sterling Augustine <sterling@tensilica.com>
680
681 * xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag.
682 * xtensa-isa.h (xtensa_state_is_shared_or): New prototype.
683
33430bd0 6842008-11-19 Bob Wilson <bob.wilson@acm.org>
e4e42b45 685
33430bd0
BW
686 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
687 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
688 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
689 (XCHAL_NUM_AREGS): Change to 32.
690 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
691 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
692 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
693 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
694 (XCHAL_DEBUGLEVEL): Change to 6.
e4e42b45 695
d387240a
TG
6962008-11-14 Tristan Gingold <gingold@adacore.com>
697
698 * fopen-vms.h (FOPEN_RB): Use a single string to match the
699 standard prototype.
700 (FOPEN_WB): Ditto.
701 (FOPEN_AB): Ditto.
702 (FOPEN_RUB): Ditto.
703 (FOPEN_WUB): Ditto.
704 (FOPEN_AUB): Ditto.
705
75ded2db
AM
7062008-10-21 Alan Modra <amodra@bigpond.net.au>
707
708 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
709
1c08f2c8
DD
7102008-10-06 Jason Merrill <jason@redhat.com>
711
712 * demangle.h (enum demangle_component_type): Add
713 DEMANGLE_COMPONENT_PACK_EXPANSION.
714
f1c4cc75
RH
7152008-09-24 Richard Henderson <rth@redhat.com>
716
717 * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
718
bbb444b6
ILT
7192008-09-22 Rafael Espindola <espindola@google.com>
720
721 * plugin-api.h (ld_plugin_status): Remove comma from the last item.
722 Use C style comment.
723 (ld_plugin_api_version, ld_plugin_output_file_type,
724 ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
725 ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
726 comma from the last item.
727
89fc3421
CC
7282008-09-18 Cary Coutant <ccoutant@google.com>
729
730 Add plugin functionality for link-time optimization (LTO).
731 * plugin-api.h: New file.
732
ba8cb4ba
DD
7332008-09-09 Jason Merrill <jason@redhat.com>
734
735 * demangle.h (enum demangle_component_type): Add
736 DEMANGLE_COMPONENT_DECLTYPE.
737
67efbf45
AM
7382008-08-25 Alan Modra <amodra@bigpond.net.au>
739
740 * binary-io.h: New file, imported from gnulib, but don't
741 #include <fcntl.h> or <stdio.h>.
742
5c1d2f5f
AM
7432008-08-17 Alan Modra <amodra@bigpond.net.au>
744
745 * bfdlink.h (bfd_generic_link_read_symbols): Declare.
746
7b21ac3f
EW
7472008-08-08 Anatoly Sokolov <aesok@post.ru>
748
749 * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31,
750 E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define.
751 (EF_AVR_MACH): Redefine to 0x7F.
752 * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
753 (AVR_ISA_AVR3): Redefine.
754 (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
755 AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
756 AVR_ISA_AVR6): Define.
757
1bac266e
JZ
7582008-07-12 Jie Zhang <jie.zhang@analog.com>
759
760 Revert
761 2008-07-12 Jie Zhang <jie.zhang@analog.com>
762 * bfdlink.h (struct bfd_link_info): Add sep_code member
763 variable.
764 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
765 (EF_BFIN_DATA_IN_L1): Define.
766
8c684578
JZ
7672008-07-12 Jie Zhang <jie.zhang@analog.com>
768
769 * bfdlink.h (struct bfd_link_info): Add sep_code member
770 variable.
771 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
772 (EF_BFIN_DATA_IN_L1): Define.
773
6a4fe770
SS
7742008-07-07 Stan Shebs <stan@codesourcery.com>
775
776 * dis-asm.h (struct disassemble_info): Add endian_code field.
777
0f963b24
JB
7782008-07-07 Joel Brobecker <brobecker@adacore.com>
779
780 * safe-ctype.h: Add #include of ctype.h before redefining
781 the ctype.h macros.
782
d5721fa7
JB
7832008-07-04 Joel Brobecker <brobecker@adacore.com>
784
785 * safe-ctype.h: Remove #error when detecting that ctype.h has been
786 included. Redefine the various macros provided by ctype.h as
787 undefined variables.
788
1e5d0832
DD
7892008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
790
791 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
792 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
793
97407faf
AM
7942008-06-06 Alan Modra <amodra@bigpond.net.au>
795
796 * bfdlink.h (struct bfd_link_info): Add "path_separator".
797
112b7c50
AK
7982008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
799
800 * dis-asm.h (print_s390_disassembler_options):
801 Prototype added.
802
b68965a0
DD
8032008-03-24 Ian Lance Taylor <iant@google.com>
804
805 * sha1.h: New file, from gnulib.
806
807 * md5.h: Add extern "C" when compiled with C++.
808
66ce8439
ILT
8092008-03-24 Ian Lance Taylor <iant@google.com>
810
811 * md5.h: Add extern "C" when compiled with C++.
812
91edef2d
ILT
8132008-03-21 Ian Lance Taylor <iant@google.com>
814
815 * filenames.h: Add extern "C" when compiled with C++.
816
f13a99db
AM
8172008-02-15 Alan Modra <amodra@bigpond.net.au>
818
819 * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
820 (struct bfd_link_info): Add output_bfd.
821
6c7d412c
BW
8222008-02-11 Bob Wilson <bob.wilson@acm.org>
823
824 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
825 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
e4e42b45 826
830ef634
DD
8272008-01-26 David Daney <ddaney@avtrex.com>
828
829 * demangle.h (demangle_component_type): Add
830 DEMANGLE_COMPONENT_JAVA_RESOURCE,
831 DEMANGLE_COMPONENT_COMPOUND_NAME, and
832 DEMANGLE_COMPONENT_CHARACTER as new enum values.
833 (demangle_component): Add struct s_character to union u.
834
b14d30e1
JM
8352007-11-07 Joseph Myers <joseph@codesourcery.com>
836 Daniel Jacobowitz <dan@codesourcery.com>
837
838 * floatformat.h (struct floatformat): Add split_half field.
839 (floatformat_ibm_long_double): New.
840
3a0ab695
DD
8412007-09-06 Tom Tromey <tromey@redhat.com>
842
843 * libiberty.h (pex_free): Document process killing.
844
8969a67f
DD
8452007-08-31 Douglas Gregor <doug.gregor@gmail.com>
846
847 * demangle.h (enum demangle_component_type): Add
848 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
849
cd12e26d
BE
8502007-07-25 Ben Elliston <bje@au.ibm.com>
851
852 * ternary.h: Remove.
853
0a05a876 8542007-07-18 Bob Wilson <bob.wilson@acm.org>
e4e42b45 855
0a05a876
BW
856 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
857 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
e4e42b45 858
bd0aa315
NC
8592007-07-17 Nick Clifton <nickc@redhat.com>
860
861 * COPYING3: New file. Contains version 3 of the GNU General
862 Public License.
863
d2df793a
NC
8642007-07-12 Kai Tietz <kai.tietz@onevision.com>
865
ae8772e6
HPN
866 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
867 work-a-round whitespace problem in gcc gengtype.
868
d2df793a
NC
869 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
870 needed for WIN64 when a long is not wide enough for a pointer.
0fdaa005 871 (splay_tree_key, splay_tree_value): Use the new types.
d2df793a 872
fd2f25da
RM
8732007-07-09 Roland McGrath <roland@redhat.com>
874
875 * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
876
a208b53c
NC
8772007-07-06 Nick Clifton <nickc@redhat.com>
878
879 * bfdlink.h: Update copyright notice to refer to GPLv3.
880
3d3d428f
NC
8812007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
882
0fdaa005 883 * dis-asm.h (print_insn_cr16): New prototype.
3d3d428f 884
a9a4c53e
AM
8852007-06-01 Noah Misch <noah@cs.caltech.edu>
886 Alan Modra <amodra@bigpond.net.au>
887
888 * bfdlink.h (struct bfd_link_info): Add input_bfds_tail.
889
0c18fee5
DD
8902007-05-07 Nathan Froyd <froydnj@codesourcery.com>
891
892 * libiberty.h (writeargv): Declare.
893
49fa1e15
AM
8942007-04-30 Alan Modra <amodra@bigpond.net.au>
895
896 * bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
897
e8590c10
DD
8982007-04-25 Mark Mitchell <mark@codesourcery.com>
899
900 * demangle.h: Change license to LGPL + exception.
901
4a828aab
RH
9022007-04-10 Richard Henderson <rth@redhat.com>
903
904 * bfdlink.h (struct bfd_link_info): Add relax_trip.
905
9c577e89
DD
9062007-03-29 Joel Brobecker <brobecker@adacore.com>
907
908 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
909 regardless of the type of file system.
910
e04d7611
DD
9112007-03-06 Jan Hubicka <jh@suse.cz>
912
913 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
914
2889e75b
NC
9152007-02-21 Nick Clifton <nickc@redhat.com>
916
917 * bfdlink.h (struct bfd_link_callbacks): Add
918 override_segment_assignment field.
919
92f01d61
JM
9202007-02-17 Mark Mitchell <mark@codesourcery.com>
921 Nathan Sidwell <nathan@codesourcery.com>
922 Vladimir Prus <vladimir@codesourcery.com
923 Joseph Myers <joseph@codesourcery.com>
924
925 * bin-bugs.h: Remove.
926
b5d7c748
DD
9272007-02-09 Joseph S. Myers <joseph@codesourcery.com>
928
929 * libiberty.h (pex_write_input): Remove prototype.
930
d6eafc3e
DB
9312007-02-05 Dave Brolley <brolley@redhat.com>
932
933 * Contribute the following changes:
934 2001-03-26 Ben Elliston <bje@redhat.com>
935
936 * dis-asm.h (print_insn_mep): Declare.
937
fc523535 9382007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
939
940 * dis-asm.h (print_i386_disassembler_options): New.
941
53d7966f 9422007-01-31 Vladimir Prus <vladimir@codesourcery.com>
fd2f25da 943
53d7966f
VP
944 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
945 (PEX_BINARY_ERROR): New define.
946 (pex_read_err): New function.
947
208c1674
DD
9482007-01-29 Simon Baldwin <simonb@google.com>
949
950 * demangle.h: New cplus_demangle_print_callback,
951 cplus_demangle_v3_callback, and java_demangle_v3_callback function
952 prototypes, and demangle_callbackref type definition.
953
40b36307
L
9542007-01-16 H.J. Lu <hongjiu.lu@intel.com>
955
956 PR ld/3831
957 * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
fd2f25da 958 Add dynamic and dynamic_data.
40b36307 959
4fd454c8
NC
9602006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
961 Nick Clifton <nickc@redhat.com>
962
963 * ansidecl.h (ATTRIBUTE_PACKED): Define.
964
d8f813d4 9652006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
40b36307 966 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
967
968 PR driver/29931
969 * libiberty.h (make_relative_prefix_ignore_links): Declare.
970
2caa7ca0
BW
9712006-11-27 Bob Wilson <bob.wilson@acm.org>
972
973 * xtensa-config.h (XSHAL_ABI): New.
974 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
975
0154116a
BW
9762006-11-27 Bob Wilson <bob.wilson@acm.org>
977
978 * xtensa-isa.h (STATIC_LIBISA): Delete.
979
2087ad84
PB
9802006-10-30 Paul Brook <paul@codesourcery.com>
981
982 * dis-asm.h (disassemble_info): Add symtab, symtab_pos and
983 symtab_size.
984
c0f00686
L
9852006-10-30 H.J. Lu <hongjiu.lu@intel.com>
986
987 PR ld/3111
988 * bfdlink.h (bfd_link_info): Add reduce_memory_overheads.
989
e9f53129
AM
9902006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
991 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
992 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
993 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
994 Alan Modra <amodra@bigpond.net.au>
995
996 * dis-asm.h (print_insn_spu): Declare.
997
1c0d3aa6
NC
9982006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
999
1000 * dis-asm.h: Add prototypes for Score disassembler routines.
1001
55255dae
L
10022006-09-07 H.J. Lu <hongjiu.lu@intel.com>
1003
1004 * bfdlink.h (bfd_elf_dynamic_list): New.
1005 (bfd_link_info): Add a dynamic field.
1006
c17d87de
NC
10072006-08-04 Marcelo Tosatti <marcelo@kvack.org>
1008
1009 * bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
1010
fdc90cb4
JJ
10112006-07-10 Jakub Jelinek <jakub@redhat.com>
1012
1013 * bfdlink.h (struct bfd_link_info): Add emit_hash and
1014 emit_gnu_hash bitfields.
1015
3db2e6dd
DD
10162006-04-11 Jim Blandy <jimb@codesourcery.com>
1017
1018 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1019
fbbc3759
L
10202006-04-06 H.J. Lu <hongjiu.lu@intel.com>
1021
1022 * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
1023 relax_pass.
1024
d70c5fc7
NC
10252006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
1026 Anil Paranjape <anilp1@kpitcummins.com>
1027 Shilin Shakti <shilins@kpitcummins.com>
1028
1029 * dis-asm.h (print_insn_xc16c): New prototype.
1030
dd942754
DD
10312006-01-18 DJ Delorie <dj@redhat.com>
1032
1033 * md5.h: Include ansidecl.h
1034
d99b6465
AS
10352006-01-17 Andreas Schwab <schwab@suse.de>
1036
1037 PR binutils/1486
1038 * dis-asm.h (struct disassemble_info): Add
1039 disassembler_needs_relocs.
1040
51d04b5c
BW
10412006-01-09 Bob Wilson <bob.wilson@acm.org>
1042
1043 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1044
b2d179be
BW
10452005-12-30 Bob Wilson <bob.wilson@acm.org>
1046
1047 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1048
d031aafb
NS
10492005-12-16 Nathan Sidwell <nathan@codesourcery.com>
1050
1051 Second part of ms1 to mt renaming.
1052 * dis-asm.h (print_insn_mt): Renamed.
1053
7887b2ce
DD
10542005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1055
1056 PR java/9861
1057 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1058 output format for return types
1059
6ed89c00
AM
10602005-11-03 Alan Modra <amodra@bigpond.net.au>
1061
1062 * bfdlink.h (struct bfd_link_order): Tweak comment.
1063
fb10537e
DD
10642005-10-31 Mark Kettenis <kettenis@gnu.org>
1065
1066 * floatformat.h (enum floatformat_byteorders): Add
1067 floatformat_vax.
1068 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1069
16175d96
DB
10702005-10-28 Dave Brolley <brolley@redhat.com>
1071
1072 Contribute the following changes:
1073 2003-09-29 Dave Brolley <brolley@redhat.com>
1074
1075 * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
1076 more exotic underlying types to be used.
1077
3c9b82ba
NC
10782005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
1079
1080 disasm.h: Add declaration for print_insn_z80
1081
dc603df5
CM
10822005-09-30 Catherine Moore <clm@cm00re.com>
1083
1084 * dis-asm.h (print_insn_bfin): Declare.
dc603df5 1085
7b17bc29
MM
10862005-09-26 Mark Mitchell <mark@codesourcery.com>
1087
1088 * libiberty.h (expandargv): New function.
1089
c17ae8a2
AM
10902005-08-18 Alan Modra <amodra@bigpond.net.au>
1091
1092 * bfdlink.h: Remove mention of a29k.
1093 * dis-asm.h: Remove a29k support.
c17ae8a2 1094
3b6940c0
DD
10952005-08-17 Mark Kettenis <kettenis@gnu.org>
1096
1097 * floatformat.h (struct floatformat): Change type of large
1098 argument for is_valid member to `const void *'.
1099 (floatformat_to_double): Change type of second argument to `const
1100 void *'.
1101 (floatformat_from_double): Change type of last argument to `void
1102 *'.
1103 (floatformat_is_valid): Change type of last argument to `const
1104 void *'.
1105
49f58d10
JB
11062005-07-14 Jim Blandy <jimb@redhat.com>
1107
1108 * dis-asm.h (print_insn_m32c): New declaration.
1109
f2942ea4
DD
11102005-07-12 Ben Elliston <bje@au.ibm.com>
1111
1112 * xregex2.h (regexec): Qualify this prototype with __extension__
1113 when compiling with GNU C.
1114
0fd3a477
JW
11152005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1116
1117 * dis-asm.h (fprintf_ftype): Add format attribute.
1118
6ba85b8c
DD
11192005-07-03 Steve Ellcey <sje@cup.hp.com>
1120
1121 PR other/13906
1122 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1123 * md5.h (md5_uintptr): New.
1124 (md5_ctx): Align buffer field.
1125
c3cca4c9
DD
11262005-06-30 Daniel Berlin <dberlin@dberlin.org>
1127
1128 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1129 (HTAB_EMPTY_ENTRY): New macro.
1130
67f3cb05
GK
11312005-06-20 Geoffrey Keating <geoffk@apple.com>
1132
fd2f25da 1133 * libiberty.h (strverscmp): Prototype.
67f3cb05 1134
08d8fa11
JJ
11352005-06-17 Jakub Jelinek <jakub@redhat.com>
1136
1137 * elf/external.h (GRP_ENTRY_SIZE): Define.
1138
6b5d3a4d
ZW
11392005-06-08 Zack Weinberg <zack@codesourcery.com>
1140
1141 * dis-asm.h (get_arm_regnames): Update prototype.
1142
3f1c9c12
AH
11432005-06-07 Aldy Hernandez <aldyh@redhat.com>
1144 Michael Snyder <msnyder@redhat.com>
1145 Stan Cox <scox@redhat.com>
1146
1147 * dis-asm.h: Externalize print_insn_ms1.
1148
d30d42d1
DD
11492005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1150
1151 * libiberty.h (XOBFINISH): New.
1152
e1fffbe6
AM
11532005-06-03 Alan Modra <amodra@bigpond.net.au>
1154
1155 * bfdlink.h (struct bfd_link_callbacks): Add einfo.
1156
c2bd6e35
DD
11572005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1158
1159 * libiberty.h (vsnprintf): Add format attribute.
1160
e9472921
DD
11612005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1162
1163 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1164
01e94249
DD
11652005-05-28 Eli Zaretskii <eliz@gnu.org>
1166
1167 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1168 needed.
1169 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1170
839e4798
RH
11712005-05-25 Richard Henderson <rth@redhat.com>
1172
1173 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1174
abf6a75b
DD
11752005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1176
1177 * libiberty.h (ACONCAT): Properly cast value of alloca().
1178
1179 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
1180 __cplusplus.
1181
aaac3631
DD
11822005-05-12 Steve Ellcey <sje@cup.hp.com>
1183
1184 libiberty.h: Do not define empty basename prototype.
1185
e172dbf8
NC
11862005-05-10 Nick Clifton <nickc@redhat.com>
1187
1188 * Update the address and phone number of the FSF organization in
1189 the GPL notices in the following files:
1190 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1191 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1192 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1193 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1194 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1195 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1196 xtensa-isa-internal.h, xtensa-isa.h
1197
c631edf1
DD
11982005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1199
1200 * libiberty.h (unlock_std_streams): New.
1201
a288642d
DD
12022005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1203
1204 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1205 Don't use the PTR macro.
1206
1207 * sort.h: Don't use the PARAMS macro.
1208
7b6f6286
DD
12092005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1210
1211 * libiberty.h (unlock_stream): New.
1212
ab70e2a5
DD
12132005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1214
1215 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1216 Remove parameter names.
1217
ac119ae8
DD
12182005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1219
1220 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1221 Provide prototypes for new functions.
1222
7e10245c
DD
12232005-03-29 Ian Lance Taylor <ian@airs.com>
1224
1225 * libiberty.h: Fix indentation.
1226
b109e79a
ILT
12272005-03-28 Ian Lance Taylor <ian@airs.com>
1228
1229 * libiberty.h: Include <stdio.h>.
1230 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1231 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1232 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1233 (pex_init, pex_run, pex_read_output): Declare.
1234 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1235 (struct pex_time): Define.
1236
3d0dfe26
MM
12372005-03-28 Mark Mitchell <mark@codesourcery.com>
1238
1239 * libiberty.h (ffs): Declare, if necessary.
e1fffbe6 1240
49b1fae4
DD
12412005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1242
1243 * ternary.h: Don't use PARAMS anymore.
1244
12452005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1246
1247 * md5.h: Remove definition and uses of __P.
1248 * dyn-string.h: Remove uses of PARAMS.
1249 * fibheap.h: Likewise.
1250 * floatformat.h: Likewise.
1251 * hashtab.h: Likewise.
1252
9334f9c6
DD
12532005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1254
1255 * demangle.h: Remove uses of PARAMS.
1256
1257 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1258 ANSI_PROTOTYPES is always assumed.
1259 Remove uses of PARAMS throughout.
1260
0fad4bdb
DD
12612005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1262
1263 * libiberty.h (xstrndup): Declare.
1264
1ec0126d
DD
12652005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1266
1267 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1268
1fbc7e7a
BW
12692005-03-22 Bob Wilson <bob.wilson@acm.org>
1270
1271 * xtensa-isa.h: Update a comment and whitespace.
1272
57316bff
L
12732005-03-16 H.J. Lu <hongjiu.lu@intel.com>
1274
1275 * bfdlink.h (bfd_link_info): Add gc_sections.
1276
8ec32723
DD
12772005-03-09 Mark Mitchell <mark@codesourcery.com>
1278
1279 * libiberty.h (gettimeofday): Declare.
1280
190eb137
DD
12812005-03-01 Jan Beulich <jbeulich@novell.com>
1282
1283 * libiberty.h: Declare unlink_if_ordinary.
1284
f075ee0c
AM
12852005-02-21 Alan Modra <amodra@bigpond.net.au>
1286
1287 * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
1288 * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
1289 (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
1290
8adce22d
DD
12912005-02-14 Paolo Bonzini <bonzini@gnu.org>
1292
1293 PR bootstrap/19818
1294 * ansidecl.h (PARAMS): Guard from redefinition.
1295
11f25ea6
AM
12962005-02-03 Alan Modra <amodra@bigpond.net.au>
1297
1298 * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
1299
77cfaee6
AM
13002005-02-01 Alan Modra <amodra@bigpond.net.au>
1301
1302 * bfdlink.h (bfd_link_repair_undef_list): Declare.
1303
0bcb06d2
AS
13042005-01-10 Andreas Schwab <schwab@suse.de>
1305
1306 * dis-asm.h (struct disassemble_info): Add skip_zeroes and
1307 skip_zeroes_at_end.
1308
40a59a4c
DD
13092004-12-11 Ben Elliston <bje@au.ibm.com>
1310
1311 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1312 when __GNUC__ is defined and ints are less than 32-bits wide.
1313
fc0e6df6
PB
13142004-11-04 Paul Brook <paul@codesourcery.com>
1315
1316 * bfdlink.h (bfd_link_info): Add default_imported_symver.
1317
a1ace8d8
BW
13182004-11-12 Bob Wilson <bob.wilson@acm.org>
1319
1320 * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id.
1321 * xtensa-isa.h (xtensa_interface_class_id): New prototype.
1322
7499d566
NC
13232004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1324 Vineet Sharma <vineets@noida.hcltech.com>
1325
1326 * dis-asm.h: Add prototype for print_insn_maxq_little.
1327
3e3b46e5
PB
13282004-10-26 Paul Brook <paul@codesourcery.com>
1329
1330 * bfdlink.h (struct bfd_link_info): Add create_default_symver.
1331
dfeffb9f
L
13322004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1333
1334 PR 463
1335 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
1336 bfd_link_hash_entry to reloc_overflow.
1337
43cd72b9
BW
13382004-10-07 Bob Wilson <bob.wilson@acm.org>
1339
1340 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1341 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1342 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
c44050dc 1343
43cd72b9
BW
1344 * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
1345 (config_sturct struct): Delete.
1346 (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
1347 XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
1348 XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
1349 XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
1350 XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
1351 (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
1352 (xtensa_insn_decode_fn): Rename to ...
1353 (xtensa_opcode_decode_fn): ... this.
1354 (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
1355 xtensa_undo_reloc_fn): Update.
1356 (xtensa_encoding_template_fn): Delete.
1357 (xtensa_opcode_encode_fn, xtensa_format_decode_fn,
1358 xtensa_length_decode_fn): New.
1359 (xtensa_format_internal, xtensa_slot_internal): New types.
1360 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
1361 get_field, and set_field fields. Add name, field_id, regfile,
1362 num_regs, and flags fields.
1363 (xtensa_arg_internal): New type.
1364 (xtensa_iclass_internal): Change operands field to array of
1365 xtensa_arg_internal. Add num_stateOperands, stateOperands,
1366 num_interfaceOperands, and interfaceOperands fields.
1367 (xtensa_opcode_internal): Delete length, template, and iclass fields.
1368 Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
1369 (opname_lookup_entry): Delete.
1370 (xtensa_regfile_internal, xtensa_interface_internal,
1371 xtensa_funcUnit_internal, xtensa_state_internal,
1372 xtensa_sysreg_internal, xtensa_lookup_entry): New.
1373 (xtensa_isa_internal): Replace opcode_table field with opcodes field.
1374 Change type of opname_lookup_table. Delete num_modules,
1375 module_opcode_base, module_decode_fn, config, and has_density fields.
1376 Add num_formats, formats, format_decode_fn, length_decode_fn,
1377 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
1378 iclasses, num_regfiles, regfiles, num_states, states,
1379 state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
1380 max_sysreg_num, sysreg_table, num_interfaces, interfaces,
1381 interface_lookup_table, num_funcUnits, funcUnits and
1382 funcUnit_lookup_table fields.
1383 (xtensa_isa_module, xtensa_isa_modules): Delete.
1384 (xtensa_isa_name_compare): New prototype.
1385 (xtisa_errno, xtisa_error_msg): New.
1386 * xtensa-isa.h (XTENSA_ISA_VERSION): Define.
1387 (xtensa_isa): Change type.
1388 (xtensa_operand): Delete.
1389 (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
1390 xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
1391 xtensa_funcUnit_use): New types.
1392 (libisa_module_specifier): Delete.
1393 (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
1394 (xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
1395 xtensa_insnbuf_from_chars): Update prototypes.
1396 (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
1397 xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
1398 xtensa_encode_insn, xtensa_insn_length,
1399 xtensa_insn_length_from_first_byte, xtensa_num_operands,
1400 xtensa_operand_kind, xtensa_encode_result,
1401 xtensa_operand_isPCRelative): Delete.
1402 (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
1403 xtensa_operand_set_field, xtensa_operand_encode,
1404 xtensa_operand_decode, xtensa_operand_do_reloc,
1405 xtensa_operand_undo_reloc): Update prototypes.
1406 (xtensa_isa_maxlength, xtensa_isa_length_from_chars,
1407 xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
1408 xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
1409 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
1410 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
1411 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
1412 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
1413 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
1414 xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
1415 xtensa_opcode_is_loop, xtensa_opcode_is_call,
1416 xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
1417 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
1418 xtensa_opcode_funcUnit_use, xtensa_operand_name,
1419 xtensa_operand_is_visible, xtensa_operand_is_register,
1420 xtensa_operand_regfile, xtensa_operand_num_regs,
1421 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
1422 xtensa_stateOperand_state, xtensa_stateOperand_inout,
1423 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
1424 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
1425 xtensa_regfile_shortname, xtensa_regfile_view_parent,
1426 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
1427 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
1428 xtensa_state_is_exported, xtensa_sysreg_lookup,
1429 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
1430 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
1431 xtensa_interface_num_bits, xtensa_interface_inout,
1432 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
1433 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
8fdd7217
NC
14342004-10-07 Jeff Baker <jbaker@qnx.com>
1435
1436 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
1437
f6e332e6
AM
14382004-09-17 Alan Modra <amodra@bigpond.net.au>
1439
1440 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
1441 of union.
1442
79fadcb0
DD
14432004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1444
1445 * libiberty.h (basename): Prototype for __MINGW32__.
1446
a5ecc6a5
DD
14472004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1448
1449 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1450 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1451 concat_copy2): Use ATTRIBUTE_SENTINEL.
1452
d003868e
AM
14532004-08-13 Alan Modra <amodra@bigpond.net.au>
1454
1455 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
1456 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
1457
deaa6723
DD
14582004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1459
1460 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1461 const-qualification before disposal.
1462
d5b4094f
DD
14632004-07-24 Bernardo Innocenti <bernie@develer.com>
1464
1465 * ansidecl.h (ARG_UNUSED): New Macro.
1466
60ee6567
L
14672004-07-23 H.J. Lu <hongjiu.lu@intel.com>
1468
1469 * bin-bugs.h (REPORT_BUGS_TO): Set to
1470 "<URL:http://www.sourceware.org/bugzilla/>".
1471
a35b6b04
DD
14722004-07-21 Paolo Bonzini <bonzini@gnu.org>
1473
1474 * ansidecl.h (ATTRIBUTE_PURE): New.
1475
7ab9a76e
DD
14762004-07-13 Bernardo Innocenti <bernie@develer.com>
1477
1478 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1479 libcpp/internal.h.
1480 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1481 macros.
1482
14832004-07-13 Bernardo Innocenti <bernie@develer.com>
1484
1485 * libiberty.h (ASTRDUP): Add casts required for stricter
1486 type conversion rules of C++.
1487 * obstack.h (obstack_free): Likewise.
1488
1fe1f39c
NC
14892004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1490
1491 * dis-asm.h (print_insn_crx): Declare.
1492
eea6121a
AM
14932004-06-24 Alan Modra <amodra@bigpond.net.au>
1494
1495 * bfdlink.h (struct bfd_link_order): Update comment.
1496
8c37241b
JJ
14972004-05-11 Jakub Jelinek <jakub@redhat.com>
1498
1499 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
1500 relro_end fields.
8c37241b 1501
619874a6
DD
15022004-05-04 Andreas Jaeger <aj@suse.de>
1503
1504 * demangle.h: Do not use C++ reserved keyword typename as
1505 parameter for cplus_demangle_fill_builtin_type.
1506
bb6a587d
DD
15072004-04-22 Richard Henderson <rth@redhat.com>
1508
1509 * hashtab.h (struct htab): Add size_prime_index.
1510
d6ea4e80
DD
15112004-04-13 Jeff Law <law@redhat.com>
1512
1513 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
1514
f29d4bb8
DD
15152004-03-30 Zack Weinberg <zack@codesourcery.com>
1516
1517 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1518
75d5e263
SS
15192004-03-25 Stan Shebs <shebs@apple.com>
1520
1521 * mpw/: Remove subdirectory and everything in it.
1522
b9cf773d
AM
15232004-03-23 Alan Modra <amodra@bigpond.net.au>
1524
1525 PR 51.
1526 * bfdlink.h (struct bfd_link_info): Add wrap_char.
1527
59c2e50f
L
15282004-03-20 H.J. Lu <hongjiu.lu@intel.com>
1529
1530 * bfdlink.h (bfd_link_info): Correct comments for the
1531 unresolved_syms_in_objects field.
1532
099f84cf
DD
15332004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1534
1535 * dyn-string.h: Update copyright date.
1536
74aee4eb
DD
15372004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1538
1539 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1540 the associated #defines.
1541
59727473
DD
15422004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1543
062054c5
ILT
1544 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1545 "libiberty.h".
1546
9850ebe2
ILT
1547 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1548
59727473
DD
1549 * demangle.h (enum demangle_component_type): Define.
1550 (struct demangle_operator_info): Declare.
1551 (struct demangle_builtin_type_info): Declare.
1552 (struct demangle_component): Define.
1553 (cplus_demangle_fill_component): Declare.
1554 (cplus_demangle_fill_name): Declare.
1555 (cplus_demangle_fill_builtin_type): Declare.
1556 (cplus_demangle_fill_operator): Declare.
1557 (cplus_demangle_fill_extended_operator): Declare.
1558 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1559 (cplus_demangle_v3_components): Declare.
1560 (cplus_demangle_print): Declare.
1561
10ca0e95 1562For older changes see ChangeLog-9103
252b5132
RH
1563\f
1564Local Variables:
1565mode: change-log
1566left-margin: 8
1567fill-column: 74
1568version-control: never
1569End:
This page took 0.545888 seconds and 4 git commands to generate.