Merge include/* files from GCC commit 77cab4753.
[binutils-gdb.git] / include / ChangeLog
1 2014-11-21 Mark Wielaard <mjw@redhat.com>
2
3 PR debug/63239
4 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
5
6 2014-11-21 Terry Guo <terry.guo@arm.com>
7
8 * opcode/arm.h (FPU_VFP_EXT_ARMV8xD): New macro.
9 (FPU_VFP_V5D16): Likewise.
10 (FPU_VFP_V5_SP_D16): Likewise.
11 (FPU_ARCH_VFP_V5D16): Likewise.
12 (FPU_ARCH_VFP_V5_SP_D16): Likewise.
13
14 2014-11-18 Igor Zamyatin <igor.zamyatin@intel.com>
15
16 * bfdlink.h (struct bfd_link_info): Add bndplt.
17
18 2014-10-30 Andrew Pinski <apinski@cavium.com>
19
20 * elf/mips.h (AFL_EXT_OCTEON3): Define.
21 INSN_OCTEON3, CPU_OCTEON3): Define.
22
23 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
24
25 * elf/mips.h (AFL_ASE_MASK): Define.
26
27 2014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
28
29 * libiberty.h (PEX_STDOUT_APPEND): New flag.
30 (PEX_STDERR_APPEND): Likewise.
31
32 2014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
33
34 * demangle.h (DMGL_DLANG): New macro.
35 (DMGL_STYLE_MASK): Add DMGL_DLANG.
36 (demangling_styles): Add dlang_demangling.
37 (DLANG_DEMANGLING_STYLE_STRING): New macro.
38 (DLANG_DEMANGLING): New macro.
39 (dlang_demangle): New prototype.
40
41 2014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
42
43 * longlong.h: Add __udiv_w_sdiv prototype.
44
45 2014-08-12 Alan Modra <amodra@gmail.com>
46
47 * bfdlink.h (struct bfd_link_callbacks <notice>): Remove "string"
48 param, add "inh".
49
50 2014-08-12 Alan Modra <amodra@gmail.com>
51
52 * bfdlink.h (struct bfd_link_info): Add lto_plugin_active.
53
54 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
55
56 * elf/mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define.
57 (Val_GNU_MIPS_ABI_FP_OLD_64): Rename from Val_GNU_MIPS_ABI_FP_64.
58 (Val_GNU_MIPS_ABI_FP_64): Redefine.
59 (Val_GNU_MIPS_ABI_FP_XX): Define.
60 (Elf_External_ABIFlags_v0, Elf_Internal_ABIFlags_v0): New structures.
61 (AFL_REG_NONE, AFL_REG_32, AFL_REG_64, AFL_REG_128): Define.
62 (AFL_ASE_DSP, AFL_ASE_DSPR2, AFL_ASE_EVA, AFL_ASE_MCU): Likewise.
63 (AFL_ASE_MDMX, AFL_ASE_MIPS3D, AFL_ASE_MT, AFL_ASE_SMARTMIPS): Likewise.
64 (AFL_ASE_VIRT, AFL_ASE_MSA, AFL_ASE_MIPS16): Likewise.
65 (AFL_ASE_MICROMIPS, AFL_ASE_XPA): Likewise.
66 (AFL_EXT_XLR, AFL_EXT_OCTEON2, AFL_EXT_OCTEONP): Likewise.
67 (AFL_EXT_LOONGSON_3A, AFL_EXT_OCTEON, AFL_EXT_5900): Likewise.
68 (AFL_EXT_4650, AFL_EXT_4010, AFL_EXT_4100, AFL_EXT_3900): Likewise.
69 (AFL_EXT_10000, AFL_EXT_SB1, AFL_EXT_4111, AFL_EXT_4120): Likewise.
70 (AFL_EXT_5400, AFL_EXT_5500, AFL_EXT_LOONGSON_2E): Likewise.
71 (AFL_EXT_LOONGSON_2F): Likewise.
72 (bfd_mips_elf_swap_abiflags_v0_in): Prototype.
73 (bfd_mips_elf_swap_abiflags_v0_out): Likewise.
74 (bfd_mips_isa_ext): Likewise.
75
76 2014-06-13 Alan Modra <amodra@gmail.com>
77
78 * bfdlink.h (struct bfd_link_hash_table): Add hash_table_free field.
79
80 2014-06-13 Alan Modra <amodra@gmail.com>
81
82 * bfdlink.h: Update for bfd.link_next change.
83
84 2014-06-10 Alan Modra <amodra@gmail.com>
85
86 PR ld/16910
87 * bfdlink.h (unwrap_hash_lookup): Declare.
88
89 2014-05-01 Steve Ellcey <sellcey@mips.com>
90
91 * include/longlong.h: Import latest version from GCC tree.
92
93 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
94
95 * opcode/mips.h (ASE_XPA): New define.
96
97 2014-04-22 Christian Svensson <blue@cmd.nu>
98
99 * dis-asm.h: Remove openrisc and or32 support. Add support for or1k.
100
101 2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
102
103 * elf/avr.h: Add new DIFF relocs.
104
105 2014-03-05 Alan Modra <amodra@gmail.com>
106
107 Update copyright years.
108
109 2014-01-21 Tom Tromey <tromey@redhat.com>
110
111 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
112 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
113 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
114 (NOARGS): Don't define.
115 * libiberty.h (expandargv, writeargv): Don't use PARAMS.
116
117 2014-01-09 Tom Tromey <tromey@redhat.com>
118
119 * gdbm.h: Remove.
120
121 2013-12-23 Bill Maddox <maddox@google.com>
122
123 * demangle.h (enum gnu_v3_ctor_kinds):
124 Added literal gnu_v3_unified_ctor.
125 (enum gnu_v3_ctor_kinds):
126 Added literal gnu_v3_unified_dtor.
127
128 2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
129 Wei-Cheng Wang <cole945@gmail.com>
130
131 * dis-asm.h (print_insn_nds32): Add nds32 target.
132
133 2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
134
135 * longlong.h: New file.
136
137 2013-11-11 Catherine Moore <clm@codesourcery.com>
138
139 * opcode/mips.h (INSN_LOAD_MEMORY_DELAY): Rename to...
140 (INSN_LOAD_MEMORY): ...this.
141
142 2013-10-29 Marc Glisse <marc.glisse@inria.fr>
143
144 PR tree-optimization/58689
145 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
146 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
147 concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
148 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
149 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
150 Mark with attribute returns_nonnull.
151
152 2013-10-22 Sterling Augustine <saugustine@google.com>
153
154 * gdb/gdb-index.h: Merge from gdb tree.
155
156 2013-10-10 Sean Keys <skeys@ipdatasys.com>
157
158 * xgate.h : Cleanup after opcode
159 table modification..
160
161 2013-08-20 Alan Modra <amodra@gmail.com>
162
163 * floatformat.h (floatformat_ibm_long_double): Delete.
164 (floatformat_ibm_long_double_big): Declare.
165 (floatformat_ibm_long_double_little): Declare.
166
167 2013-08-19 Dehao Chen <dehao@google.com>
168
169 * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
170
171 2013-08-02 Caroline Tice <cmtice@google.com>
172
173 * vtv-change-permission.h: New file.
174
175 2013-08-05 Eric Botcazou <ebotcazou@adacore.com>
176 Konrad Eisele <konrad@gaisler.com>
177
178 * opcode/sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_LEON.
179
180 2013-06-08 Catherine Moore <clm@codesourcery.com>
181
182 * opcode/mips.h (mips_opcode): Add ase field.
183 (INSN_ASE_MASK): Delete.
184 (INSN_DSP): Rename to ASE_DSP. Provide new value.
185 (INSN_DSPR2): Rename to ASE_DSPR2. Provide new value.
186 (INSN_MCU): Rename to ASE_MCU. Provide new value.
187 (INSN_MDMX): Rename to ASE_MDMX. Provide new value.
188 (INSN_MIPS3d): Rename to ASE_MIPS3D. Provide new value.
189 (INSN_MT): Rename to ASE_MT. Provide new value.
190 (INSN_SMARTMIPS): Rename to ASE_SMARTMIPS. Provide new value.
191 (INSN_VIRT): Rename to ASE_VIRT. Provide new value.
192 (INSN_VIRT64): Rename to ASE_VIRT64. Provide new value.
193 (opcode_is_member): Add ase argument. Check ase.
194
195 2013-05-06 Paul Brook <paul@codesourcery.com>
196
197 include/elf/
198 * mips.h (R_MIPS_PC32): Update comment.
199
200 2013-04-03 Jason Merrill <jason@redhat.com>
201
202 Demangle C++11 ref-qualifier.
203 * demangle.h (enum demangle_component_type): Add
204 DEMANGLE_COMPONENT_REFERENCE_THIS,
205 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
206
207 2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
208
209 * opcode/nios2.h: Edit comment.
210
211 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
212
213 * opcode/nios2.h (OPX_WRPRS): New define.
214 (OP_MATCH_WRPRS): Likewise.
215
216 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
217
218 * opcode/nios2.h (OP_RDPRS): New define.
219 (OP_MATCH_RDPRS): Likewise.
220
221 2013-03-01 Cary Coutant <ccoutant@google.com>
222
223 * dwarf2.h (enum dwarf_sect): New enum type.
224
225 2013-02-19 Alan Modra <amodra@gmail.com>
226
227 * bfdlink.h (struct bfd_link_info): Delete emit_note_gnu_build_id.
228
229 2013-02-11 Sriraman Tallam <tmsriram@google.com>
230
231 * plugin-api.h (enum ld_plugin_level): Assign integers
232 explicitly for all values.
233
234 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
235 Andrew Jenner <andrew@codesourcery.com>
236
237 Based on patches from Altera Corporation.
238
239 * dis-asm.h (print_insn_big_nios2): Declare.
240 (print_insn_little_nios2): Declare.
241
242 2013-01-30 Kai Tietz <ktietz@redhat.com>
243
244 PR other/54620
245 PR target/39064
246 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
247 stdint.h and sys/types.h headers are present.
248 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
249
250 2013-01-10 Will Newton <will.newton@imgtec.com>
251
252 * dis-asm.h (print_insn_metag): New declaration.
253
254 2012-12-18 Aldy Hernandez <aldyh@redhat.com>
255
256 PR other/54324
257 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
258 < 3.4.
259
260 2012-12-17 Nick Clifton <nickc@redhat.com>
261
262 * MAINTAINERS: Add copyright notice.
263 * alloca-conf.h: Likewise.
264 * fopen-bin.h: Likewise.
265 * fopen-same.h: Likewise.
266 * fopen-vms.h: Likewise.
267 * aout/hppa.h: Likewise.
268 * opcode/tahoe.h: Likewise.
269
270 2012-12-11 Edgar E. Iglesias <edgar.iglesias@gmail.com>
271
272 * elf/microblaze.h: Add TLS relocs to START_RELOC_NUMBERS
273
274 2012-11-09 Jason Merrill <jason@redhat.com>
275
276 * demangle.h (enum demangle_component_type): Add
277 DEMANGLE_COMPONENT_TAGGED_NAME.
278
279 2012-10-29 Sterling Augustine <saugustine@google.com>
280 Cary Coutant <ccoutant@google.com>
281
282 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
283 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
284 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
285
286
287 2012-10-26 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
288
289 * dwarf2.h (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
290 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
291 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
292 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
293 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
294 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
295 (DW_AT_APPLE_property, DW_OP_GNU_entry_value): New macros.
296
297 2012-10-24 H.J. Lu <hongjiu.lu@intel.com>
298
299 * bfdlink.h (bfd_link_info): Add
300 disable_target_specific_optimizations.
301
302 2012-10-23 Nathan Sidwell <nathan@codesourcery.com>
303
304 * bfdlink.h (struct bfd_link_info): Add stacksize option.
305
306 2012-10-22 Jan Beich <jbeich@tormail.org>
307
308 PR ld/14426
309 * bfdlink.h (bfd_link_info): Add ignore_hash.
310
311 2012-10-08 Jason Merrill <jason@redhat.com>
312
313 * demangle.h (enum demangle_component_type): Add
314 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
315
316 2012-09-18 Florian Weimer <fweimer@redhat.com>
317
318 PR other/54411
319 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
320
321 2012-09-27 Anthony Green <green@moxielogic.com>
322
323 * opcode/moxie.h (MOXIE_BAD): New define.
324
325 2012-09-12 Chris Schlumberger-Socha <chris.schlumberger-socha@arm.com>
326
327 * elf/aarch64.h (R_AARCH64_GOT_LD_PREL19): New reloc.
328
329 2012-09-06 Cary Coutant <ccoutant@google.com>
330
331 * dwarf2.def: Edit comment.
332
333 2012-08-24 Sriraman Tallam <tmsriram@google.com>
334
335 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
336 New interface.
337 (ld_plugin_unique_segment_for_sections): New interface.
338 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
339 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
340 (tv_allow_unique_segment_for_sections): New member.
341 (tv_unique_segment_for_sections): New member.
342
343 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
344
345 * opcode/arm.h (ARM_CPU_IS_ANY): New define.
346
347 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
348
349 * elf/arm.h (TAG_CPU_ARCH_V8): New define.
350 (MAX_TAG_CPU_ARCH): Update.
351 * opcode/arm.h (ARM_EXT_V8): New define.
352 (FPU_VFP_EXT_ARMV8): Likewise.
353 (FPU_NEON_EXT_ARMV8): Likewise.
354 (FPU_CRYPTO_EXT_ARMV8): Likewise.
355 (ARM_AEXT_V8A): Likewise.
356 (FPU_VFP_ARMV8): Likwise.
357 (FPU_NEON_ARMV8): Likewise.
358 (FPU_CRYPTO_ARMV8): Likewise.
359 (FPU_ARCH_VFP_ARMV8): Likewise.
360 (FPU_ARCH_NEON_VFP_ARMV8): Likewise.
361 (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8): Likewise.
362 (ARM_ARCH_V8A): Likwise.
363 (ARM_ARCH_V8A_FP): Likewise.
364 (ARM_ARCH_V8A_SIMD): Likewise.
365 (ARM_ARCH_V8A_CRYPTO): Likewise.
366
367 2012-08-13 Ian Bolton <ian.bolton@arm.com>
368 Laurent Desnogues <laurent.desnogues@arm.com>
369 Jim MacArthur <jim.macarthur@arm.com>
370 Marcus Shawcroft <marcus.shawcroft@arm.com>
371 Nigel Stephens <nigel.stephens@arm.com>
372 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
373 Richard Earnshaw <rearnsha@arm.com>
374 Sofiane Naci <sofiane.naci@arm.com>
375 Tejas Belagod <tejas.belagod@arm.com>
376 Yufeng Zhang <yufeng.zhang@arm.com>
377
378 * dis-asm.h (print_insn_aarch64): New declaration.
379 (print_aarch64_disassembler_options): New declaration.
380 (aarch64_symbol_is_valid): New declaration.
381
382 2012-08-02 Sean Keys <skeys@ipdatasys.com>
383
384 * elf/m68hc11.h: #define E_M68HC11_NO_BANK_WARNING 0x000000200
385
386 2012-07-24 Stephan McCamant <smcc@cs.berkeley.edu>
387 Dr David Alan Gilbert <dave@treblig.org>
388
389 PR binutils/13135
390 * dis-asm.h (fprintf_ftype): Add ATTRIBUTE_FPTR_PRINTF_2.
391
392 2012-07-13 Doug Evans <dje@google.com>
393
394 * filenames.h: #include "hashtab.h".
395 (filename_hash, filename_eq): Declare.
396
397 2012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
398
399 * elf/s390.h (START_RELOC_NUMBERS): Define R_390_IRELATIVE reloc.
400
401 2012-07-05 Sean Keys <skeys@ipdatasys.com>
402
403 * opcode/xgate.h: Changed the format string for mode
404 XGATE_OP_DYA_MON.
405
406 2012-06-18 Doug Evans <dje@google.com>
407
408 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
409
410 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
411
412 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
413
414 2012-06-08 Jakub Jelinek <jakub@redhat.com>
415
416 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
417 forms.
418 * dwarf2.h (enum dwarf_macro_record_type): Add
419 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
420 and DW_MACRO_GNU_transparent_include_alt.
421
422 2012-05-23 Doug Evans <dje@google.com>
423
424 * leb128.h: #include stdint.h, inttypes.h.
425 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
426 Change to take a uint64_t * argument instead of unsigned long long.
427 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
428 Change to take an int64_t * argument instead of long long.
429
430 2012-05-22 Doug Evans <dje@google.com>
431
432 * leb128.h: New file.
433
434 2012-05-19 Gary Funck <gary@intrepid.com>
435
436 * dwarf2.def: Update comment re: UPC extensions to reference
437 DWARF4 specification.
438
439 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
440
441 * dis-asm.h (print_insn_m9s12x): Prototype.
442 (print_insn_m9s12xg): Prototype.
443
444 2012-05-03 Sean Keys <skeys@ipdatasys.com>
445
446 * dis-asm.h (print_insn_xgate): Define.
447 (print_insn_xgate): Ditto.
448 Added new files for XGATE port.
449
450 2012-05-02 Cary Coutant <ccoutant@google.com>
451
452 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
453 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
454
455 2012-04-28 Doug Evans <dje@google.com>
456
457 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
458
459 2012-04-27 Tom Tromey <tromey@redhat.com>
460
461 * dwarf2.h: Wrap function declarations in extern "C".
462
463 2012-04-27 Tom Tromey <tromey@redhat.com>
464
465 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
466 (enum dwarf_location_atom, enum dwarf_type, enum
467 dwarf_call_frame_info): Remove.
468 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
469 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
470 Include dwarf2.def.
471 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
472 (get_DW_OP_name, get_DW_ATE_name): Declare.
473 * dwarf2.def: New file, from dwarf2.h.
474
475 2012-04-12 David S. Miller <davem@davemloft.net>
476
477 * elf/sparc.h (R_SPARC_WDISP10): New reloc.
478 * opcode/sparc.h: Define '=' as generating R_SPARC_WDISP10.
479
480 2012-04-10 Tristan Gingold <gingold@adacore.com>
481
482 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
483 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
484
485 2012-04-09 Roland McGrath <mcgrathr@google.com>
486
487 * bfdlink.h (struct bfd_link_info): Add new member user_phdrs.
488
489 2012-03-15 Alan Modra <amodra@gmail.com>
490
491 * dis-asm.h (disassemble_init_powerpc): Declare.
492
493 2009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
494
495 Add DWARF attribute value for the "Borland fastcall" calling
496 convention.
497 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
498
499 2012-01-31 H.J. Lu <hongjiu.lu@intel.com>
500
501 PR ld/13616
502 * bfdlink.h (bfd_link_order): Update comments on data size.
503
504 2012-01-26 Cary Coutant <ccoutant@google.com>
505
506 * dwarf2.h (enum dwarf_form): Add Fission extensions.
507 (enum dwarf_attribute): Likewise.
508
509 2012-01-06 Jason Merrill <jason@redhat.com>
510
511 PR c++/6057
512 PR c++/48051
513 PR c++/50855
514 PR c++/51322
515 * demangle.h (enum demangle_component_type): Add
516 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
517
518 2011-12-14 Iain Sandoe <iains@gcc.gnu.org>
519
520 * mach-o/loader.h (bfd_mach_o_section_type): define
521 BFD_MACH_O_S_ATTR_NONE to 0.
522
523 2011-11-07 Richard Henderson <rth@redhat.com>
524
525 Merged from transactional-memory.
526
527 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
528 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
529 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
530 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
531
532 2011-11-01 DJ Delorie <dj@redhat.com>
533
534 * dis-asm.h (print_insn_rl78): Declare.
535
536 2011-10-25 Joern Rennecke <joern.rennecke@embecosm.com>
537
538 * dis-asm.h (print_insn_epiphany): Declare.
539
540 2011-10-21 Ulrich Drepper <drepper@gmail.com>
541
542 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
543
544 2011-10-21 Marc Glisse <marc.glisse@inria.fr>
545
546 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
547
548 2011-10-19 Alan Modra <amodra@gmail.com>
549
550 PR ld/13254
551 * bfdlink.h (struct bfd_link_info): Add error_textrel.
552
553 2011-09-28 Doug Evans <dje@google.com>
554
555 * timeval-utils.h: New file.
556
557 * libiberty.h (countargv): Declare.
558
559 2011-09-26 Cary Coutant <ccoutant@google.com>
560
561 gcc PR lto/47247
562 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
563 LDPR_PREVAILING_DEF_IRONLY_EXP.
564 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
565
566 2011-09-23 Cary Coutant <ccoutant@google.com>
567
568 PR 40831
569 * demangle.h (enum demangle_component_type): Add
570 DEMANGLE_COMPONENT_CLONE.
571
572 2011-09-15 H.J. Lu <hongjiu.lu@intel.com>
573
574 PR ld/12975
575 * bfdlink.h (bfd_link_info): Add version_info.
576
577 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
578
579 * xregex.h (regoff_t): Define.
580
581 2011-07-22 Jakub Jelinek <jakub@redhat.com>
582
583 * dwarf2.h (DW_AT_GNU_macros): New.
584 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
585
586 PR c++/49756
587 * libiberty.h (stack_limit_increase): New prototype.
588
589 2011-07-13 Sriraman Tallam <tmsriram@google.com>
590
591 * plugin-api.h
592 (ld_plugin_section): New struct.
593 (ld_plugin_get_section_count): New typedef.
594 (ld_plugin_get_section_type): New typedef.
595 (ld_plugin_get_section_name): New typedef.
596 (ld_plugin_get_section_contents): New typedef.
597 (ld_plugin_update_section_order): New typedef.
598 (ld_plugin_allow_section_ordering): New typedef.
599 (LDPT_GET_SECTION_COUNT): New enum value.
600 (LDPT_GET_SECTION_TYPE): New enum value.
601 (LDPT_GET_SECTION_NAME): New enum value.
602 (LDPT_GET_SECTION_CONTENTS): New enum value.
603 (LDPT_UPDATE_SECTION_ORDER): New enum value.
604 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
605 (tv_get_section_count): New struct members.
606 (tv_get_section_type): New struct members.
607 (tv_get_section_name): New struct members.
608 (tv_get_section_contents): New struct members.
609 (tv_update_section_order): New struct members.
610 (tv_allow_section_ordering): New struct members.
611
612 2011-07-15 Alan Modra <amodra@gmail.com>
613
614 * bfdlink.h (struct bfd_link_info): Use ENUM_BITFIELD for strip,
615 discard, common_skip_ar_symbols, unresolved_syms_in_objects, and
616 unresolved_syms_in_shared_libs fields. Move emit_note_gnu_build_id
617 out of bitfields. Reorder bitfields.
618
619 2011-07-13 Sriraman Tallam <tmsriram@google.com>
620
621 * plugin-api.h (ld_plugin_section): New struct.
622 (ld_plugin_get_section_count): New typedef.
623 (ld_plugin_get_section_type): New typedef.
624 (ld_plugin_get_section_name): New typedef.
625 (ld_plugin_get_section_contents): New typedef.
626 (ld_plugin_update_section_order): New typedef.
627 (ld_plugin_allow_section_ordering): New typedef.
628 (LDPT_GET_SECTION_COUNT): New enum value.
629 (LDPT_GET_SECTION_TYPE): New enum value.
630 (LDPT_GET_SECTION_NAME): New enum value.
631 (LDPT_GET_SECTION_CONTENTS): New enum value.
632 (LDPT_UPDATE_SECTION_ORDER): New enum value.
633 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
634 (tv_get_section_count): New struct members.
635 (tv_get_section_type): New struct members.
636 (tv_get_section_name): New struct members.
637 (tv_get_section_contents): New struct members.
638 (tv_update_section_order): New struct members.
639 (tv_allow_section_ordering): New struct members.
640
641 2011-07-11 Catherine Moore <clm@codesourcery.com>
642
643 * bfdlink.h (flag_type): New enumeration.
644 (flag_info_list): New structure.
645 (flag_info): New structure.
646
647 2011-07-09 H.J. Lu <hongjiu.lu@intel.com>
648
649 PR ld/12942
650 * bfdlink.h (bfd_link_info): Add loading_lto_outputs.
651
652 2011-07-01 Joel Brobecker <brobecker@adacore.com>
653
654 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
655 on Darwin, as well as on the systems that use a DOS-like
656 filesystem.
657
658 2011-06-22 Jakub Jelinek <jakub@redhat.com>
659
660 PR debug/47858
661 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
662
663 2011-06-22 Jakub Jelinek <jakub@redhat.com>
664
665 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
666
667 2011-06-20 Jakub Jelinek <jakub@redhat.com>
668
669 PR ld/12570
670 * bfdlink.h (struct bfd_link_info): Add no_ld_generated_unwind_info
671 option.
672
673 2011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
676 (DMGL_RET_DROP): New.
677
678 2011-06-13 Walter Lee <walt@tilera.com>
679
680 * dis-asm.h (print_insn_tilegx): Declare.
681 (print_insn_tilepro): Likewise.
682
683 2011-05-17 Alan Modra <amodra@gmail.com>
684
685 PR ld/12760
686 * bfdlink.h (struct bfd_link_callbacks <notice>): Add "flags" and
687 "string" param.
688
689 2011-05-16 Alan Modra <amodra@gmail.com>
690
691 * bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field.
692
693 2011-04-30 Jakub Jelinek <jakub@redhat.com>
694
695 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
696 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
697
698 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
699
700 * bfdlink.h (ENUM_BITFIELD): Remove.
701
702 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
703
704 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
705
706 2011-04-24 Alan Modra <amodra@gmail.com>
707
708 PR ld/12365
709 PR ld/12696
710 * bfdlink.h (ENUM_BITFIELD): Define.
711 (struct bfd_link_hash_entry): Make "type" a bitfield. Add "non_ir_ref".
712 (struct bfd_link_callbacks <notice>): Pass bfd_link_hash_entry pointer
713 rather than "name".
714
715 2011-04-20 Alan Modra <amodra@gmail.com>
716
717 PR ld/12365
718 * bfdlink.h (struct bfd_link_callbacks): Modify multiple_definition
719 and multiple_common parameters to pass in a bfd_link_hash_entry
720 pointer rather than name,bfd etc. found in the hash entry.
721
722 2011-03-31 Tristan Gingold <gingold@adacore.com>
723
724 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
725
726 2011-03-24 Mark Wielaard <mjw@redhat.com>
727
728 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
729
730 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
731
732 * plugin-api.h (ld_plugin_get_view): New.
733 (ld_plugin_tag): Add LDPT_GET_VIEW.
734 (ld_plugin_tv): Add tv_get_view.
735
736 2011-03-16 Jakub Jelinek <jakub@redhat.com>
737
738 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
739 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
740 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
741 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
742 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
743 DW_OP_GNU_entry_value): New.
744
745 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
746
747 * filenames.h (filename_ncmp): New prototype.
748
749 2011-02-23 Kai Tietz <kai.tietz@onevision.com>
750
751 * dwarf2.h (_ELF_DWARF2_H): Renamed to
752 _DWARF2_H.
753 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
754 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
755 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
756 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
757
758 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
759
760 * dwarf2.h (enum dwarf_calling_convention): Add DW_CC_GDB_IBM_OpenCL.
761
762 2011-01-12 Iain Sandoe <iains@gcc.gnu.org>
763
764 * dwarf2.h: Update value for DW_AT_hi_user.
765
766 2010-11-16 Ian Lance Taylor <iant@google.com>
767
768 * simple-object.h (simple_object_attributes_merge): Declare,
769 replacing simple_object_attributes_compare.
770
771 2010-11-04 Ian Lance Taylor <iant@google.com>
772
773 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
774
775 2010-11-02 Ian Lance Taylor <iant@google.com>
776
777 * simple-object.h: New file.
778
779 2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
780
781 Sync LD plugin patch series (part 1/6) with src/include/.
782 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
783
784 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
785
786 Apply LD plugin patch series (part 6/6).
787 * bfdlink.h (struct_bfd_link_callbacks): Document new argument
788 to add_archive_element callback used to return a replacement bfd which
789 is to be added to the hash table in place of the original element.
790
791 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
792
793 Apply LD plugin patch series (part 1/6).
794 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
795
796 2010-10-06 Andi Kleen <ak@linux.intel.com>
797
798 * libiberty.h (setproctitle): Add prototype.
799
800 2010-09-29 Bernd Schmidt <bernds@codesourcery.com>
801
802 * opcode/tic6x-control-registers.h (tscl): Now read_write.
803
804 2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
805
806 * opcode/s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val.
807
808 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
809
810 * arm.h (ARM_EXT_V6Z): Remove.
811 (ARM_EXT_SEC): New define.
812 (ARM_AEXT_V6Z): Use Security Extensions.
813 (ARM_AEXT_V6ZK): Likeiwse.
814 (ARM_AEXT_V6ZT2): Likewise.
815 (ARM_AEXT_V6ZKT2): Likewise.
816 (ARM_AEXT_V7_ARM): Base v7 does not have Security Extensions.
817 (ARM_ARCH_V7A_SEC): New define.
818 (ARM_ARCH_V7A_MP): Rename...
819 (ARM_ARCH_V7A_MP_SEC): ...to this and add Security Extensions.
820
821 2010-09-09 Jakub Jelinek <jakub@redhat.com>
822
823 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
824
825 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
826
827 * floatformat.h (floatformat_ieee_half_big): Add declaration.
828 (floatformat_ieee_half_little): Likewise.
829
830 2010-06-29 Alan Modra <amodra@gmail.com>
831
832 * dis-asm.h: Remove references to maxq.
833
834 2010-06-21 Rafael Espindola <espindola@google.com>
835
836 * plugin-api.h (ld_plugin_set_extra_library_path): New.
837 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
838 (ld_plugin_tv): Add tv_set_extra_library_path.
839
840 2010-06-21 Jakub Jelinek <jakub@redhat.com>
841
842 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
843
844 2010-06-18 Rafael Espindola <espindola@google.com>
845
846 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
847 Make argument const.
848
849 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
850
851 * splay-tree.h: Update copyright years.
852 (splay_tree_s): Document fields.
853 (splay_tree_new_typed_alloc): New.
854
855 * hashtab.h: Update copyright years.
856 (htab_create_typed_alloc): New.
857
858 2010-06-10 Tristan Gingold <gingold@adacore.com>
859
860 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
861 DW_TAG_HP_Bliss_field_set.
862 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
863 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
864 DW_AT_HP_definition_points, DW_AT_HP_default_location and
865 DW_AT_HP_is_result_param.
866 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
867 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
868 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
869 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
870 (enum dwarf_line_number_x_ops): Add
871 DW_LNE_HP_source_file_correlation.
872 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
873 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
874 DW_LANG_HP_Assembler.
875
876 2010-06-01 Rafael Espindola <espindola@google.com>
877
878 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
879
880 2010-04-26 Pedro Alves <pedro@codesourcery.com>
881
882 * filenames.h (PATH_SEPARATOR): Delete.
883
884 2010-04-23 Pedro Alves <pedro@codesourcery.com>
885
886 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
887 always define it independently of host, add `dos_based' parameter,
888 and handle it.
889 (PATH_SEPARATOR): Define.
890 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
891 independently of host, add `dos_based' parameter, and handle it.
892 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
893 it independently of host, add `dos_based' parameter, and handle
894 it.
895 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
896 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
897 (HAS_DOS_DRIVE_SPEC): New.
898 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
899 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
900 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
901 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
902
903 2009-05-31 Ian Lance Taylor <iant@google.com>
904
905 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
906 the way we treat an ISO C compiler. Don't define inline as a
907 macro when compiling with C++.
908 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
909 when compiling with C++.
910 * fibheap.h: Add extern "C" when compiling with C++.
911
912 2010-04-23 Pedro Alves <pedro@codesourcery.com>
913
914 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
915 always define it independently of host, add `dos_based' parameter,
916 and handle it.
917 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
918 independently of host, add `dos_based' parameter, and handle it.
919 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
920 it independently of host, add `dos_based' parameter, and handle
921 it.
922 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
923 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
924 (HAS_DOS_DRIVE_SPEC): New.
925 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
926 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
927 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
928 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
929
930 2010-04-20 Nick Clifton <nickc@redhat.com>
931
932 * sha1.h: Update copyright notice to use GPLv3.
933
934 2010-04-15 Nick Clifton <nickc@redhat.com>
935
936 * bout.h: Update copyright notice to use GPLv3.
937 * hp-symtab.h: Likewise.
938 * oasys.h: Likewise.
939 * progress.h: Likewise.
940 * sha1.h: Likewise.
941 * xtensa-isa-internal.h: Likewise.
942 * xtensa-isa.h: Likewise.
943
944 2010-04-14 Doug Evans <dje@google.com>
945
946 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
947
948 2010-04-05 Jakub Jelinek <jakub@redhat.com>
949
950 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
951 field.
952
953 2010-03-25 Joseph Myers <joseph@codesourcery.com>
954
955 * dis-asm.h (print_insn_tic6x): Declare.
956
957 2010-03-23 Joseph Myers <joseph@codesourcery.com>
958
959 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
960
961 2010-01-13 Joel Brobecker <brobecker@adacore.com>
962
963 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
964 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
965
966 2010-01-11 Tristan Gingold <gingold@adacore.com>
967
968 * demangle.h (ada_demangle): Add prototype.
969
970 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
971
972 PR bootstrap/41771
973 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
974
975 2009-12-29 Joel Brobecker <brobecker@adacore.com>
976
977 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
978
979 2009-12-14 Doug Kwan <dougkwan@google.com>
980
981 * bfdlink.h (struct bfd_link_callbacks): Rename function parameters
982 to avoid shadowed variable warnings.
983 * dis-asm.h (struct disassemble_info): Ditto.
984 (disassemble_init_for_target): Ditto.
985 (init_disassemble_info): Ditto.
986
987 2009-11-18 Alan Modra <amodra@bigpond.net.au>
988
989 * alloca-conf.h: Clarify comment.
990
991 2009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
992
993 Add DWARF attribute value for the "Borland fastcall" calling
994 convention.
995 * dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
996
997 2009-10-23 Kai Tietz <kai.tietz@onevision.com>
998
999 * splay-tree.h (libi_uhostptr_t): Add gcc specific
1000 __extension__ for long long type case to silent cX9.
1001 (libi_shostptr_t): Likewise.
1002
1003 2009-10-19 Rafael Avila de Espindola <espindola@google.com>
1004
1005 PR40790
1006 * plugin-api.h: Don't include stdint.h unconditionally.
1007
1008 2009-10-15 Jakub Jelinek <jakub@redhat.com>
1009
1010 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
1011 a DWARF 4 addition.
1012
1013 2009-10-14 Alan Modra <amodra@bigpond.net.au>
1014
1015 * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from
1016 bfd_link_common_skip_ar_aymbols.
1017 (struct bfd_link_info): Here too.
1018
1019 2009-10-09 Rafael Espindola <espindola@google.com>
1020
1021 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
1022 libname.
1023
1024 2008-10-03 Rafael Espindola <espindola@google.com>
1025
1026 * plugin-api.h: New.
1027 * lto-symtab.h: New.
1028
1029 2009-10-05 Rafael Espindola <espindola@google.com>
1030
1031 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
1032 (ld_plugin_get_input_file): New.
1033 (ld_plugin_release_input_file): New.
1034 (ld_plugin_add_input_library): New.
1035 (ld_plugin_message): Mark format const.
1036 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
1037 LDPT_ADD_INPUT_LIBRARY.
1038 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
1039 tv_add_input_library.
1040
1041 2009-10-04 Jerry Quinn <jlquinn@optonline.net>
1042
1043 * plugin-api.h: Fix compile.
1044
1045 2009-09-29 Jason Merrill <jason@redhat.com>
1046
1047 * demangle.h (enum demangle_component_type): Add
1048 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
1049 DEMANGLE_COMPONENT_UNNAMED_TYPE.
1050 (struct demangle_component): Add s_unary_num.
1051
1052 2009-09-29 DJ Delorie <dj@redhat.com>
1053
1054 * dis-asm.h: Add prototype for print_insn_rx.
1055
1056 2009-09-25 Dodji Seketeli <dodji@redhat.com>
1057
1058 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
1059 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
1060 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
1061
1062 2009-09-25 Cary Coutant <ccoutant@google.com>
1063
1064 Add rest of new values from DWARF Version 4.
1065 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1066 New tags.
1067 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1068 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1069 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1070 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1071 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1072 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1073 attributes.
1074 (DW_LANG_Python): New language.
1075
1076 2009-09-24 Cary Coutant <ccoutant@google.com>
1077
1078 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
1079 New tags.
1080 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
1081 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
1082 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
1083 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
1084 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
1085 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
1086 attributes.
1087 (DW_LANG_Python): New language.
1088
1089 2009-09-22 Dodji Seketeli <dodji@redhat.com>
1090
1091 * dwarf2.h (enum dwarf_tag): Add
1092 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
1093
1094 2009-09-09 Martin Thuresson <martin@mtme.org>
1095
1096 * bfdlink.h (struct bfd_link_hash_common_entry): Move to top
1097 level.
1098
1099 2009-09-04 Jie Zhang <jie.zhang@analog.com>
1100
1101 * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
1102 (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
1103 (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
1104 PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
1105 Adjust accordingly.
1106 (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
1107 PseudoDbg_Assert_grp_mask.
1108
1109 2009-08-06 Michael Eager <eager@eagercon.com>
1110
1111 * dis-asm.h: Decl print_insn_microblaze().
1112
1113 2009-07-24 Ian Lance Taylor <iant@google.com>
1114
1115 * libiberty.h (crc32): Declare.
1116
1117 2009-07-20 Cary Coutant <ccoutant@google.com>
1118 Doug Evans <dje@google.com>
1119
1120 Add some dwarf4 values.
1121 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
1122 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
1123 DW_FORM_flag_present, DW_FORM_sig8.
1124 (enum dwarf_attribute): Add DW_AT_signature.
1125
1126 2009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1127
1128 * demangle.h
1129 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1130 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
1131 New.
1132
1133 2009-07-10 Tom Tromey <tromey@redhat.com>
1134
1135 * dwarf2.h: New file, moved from elf/.
1136
1137 2009-07-09 Jakub Jelinek <jakub@redhat.com>
1138
1139 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
1140 and DW_OP_stack_value.
1141
1142 2009-07-09 Tom Tromey <tromey@redhat.com>
1143
1144 * elf/dwarf2.h: Remove, renaming to...
1145 * dwarf2.h: ... this.
1146
1147 2009-06-29 Tom Tromey <tromey@redhat.com>
1148
1149 * elf/dwarf2.h: New file. Merged with gdb.
1150
1151 2009-06-18 Nick Clifton <nickc@redhat.com>
1152
1153 * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
1154 field of struct disassemble_info.
1155
1156 2009-06-09 Ian Lance Taylor <ian@airs.com>
1157
1158 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
1159
1160 2009-06-15 Nick Clifton <nickc@redhat.com>
1161
1162 * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of
1163 struct disassemble_info.
1164
1165 2009-06-02 Ian Lance Taylor <iant@google.com>
1166
1167 * ansidecl.h (EXPORTED_CONST): Define.
1168
1169 2009-05-31 Ian Lance Taylor <iant@google.com>
1170
1171 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
1172 the way we treat an ISO C compiler. Don't define inline as a
1173 macdro when compiling with C++.
1174 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
1175 when compiling with C++.
1176 * fibheap.h: Add extern "C" when compiling with C++.
1177
1178 2009-05-25 Tristan Gingold <gingold@adacore.com>
1179
1180 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
1181 FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
1182
1183 2009-04-22 Taras Glek <tglek@mozilla.com>
1184
1185 * hashtab.h: Update GTY annotations to new syntax.
1186 * splay-tree.h: Likewise.
1187
1188 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
1189
1190 * bfdlink.h (bfd_link_info): Add warn_alternate_em.
1191
1192 2009-03-18 Alan Modra <amodra@bigpond.net.au>
1193
1194 * alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
1195 documentation.
1196
1197 2009-03-17 Jason Merrill <jason@redhat.com>
1198
1199 * demangle.h (enum demangle_component_type): Add
1200 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1201
1202 2008-12-01 Cary Coutant <ccoutant@google.com>
1203
1204 * plugin-api.h (LDPS_BAD_HANDLE): New constant.
1205 (ld_plugin_get_input_file): New typedef.
1206 (ld_plugin_release_input_file): New typedef.
1207 (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants.
1208 (struct ld_plugin_tv): Add two new fields.
1209
1210 2008-12-23 Jon Beniston <jon@beniston.com>
1211
1212 * dis-asm.h: Add LM32 disassembler function prototype.
1213
1214 2008-12-10 Jason Merrill <jason@redhat.com>
1215
1216 * demangle.h (enum demangle_component_type): Add
1217 DEMANGLE_COMPONENT_FIXED_TYPE.
1218
1219 2008-12-01 Cary Coutant <ccoutant@google.com>
1220
1221 * plugin-api.h (ld_plugin_message): Change format parameter to const.
1222
1223 2008-12-01 Cary Coutant <ccoutant@google.com>
1224
1225 * plugin-api.h: Fix syntax error when compiling with C++.
1226
1227 2008-11-26 Alan Modra <amodra@bigpond.net.au>
1228
1229 PR 7047
1230 * bfdlink.h (struct bfd_elf_version_expr): Delete "symbol".
1231 Add "literal".
1232
1233 2008-11-21 Sterling Augustine <sterling@tensilica.com>
1234
1235 * xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag.
1236 * xtensa-isa.h (xtensa_state_is_shared_or): New prototype.
1237
1238 2008-11-19 Bob Wilson <bob.wilson@acm.org>
1239
1240 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1241 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1242 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1243 (XCHAL_NUM_AREGS): Change to 32.
1244 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1245 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1246 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1247 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1248 (XCHAL_DEBUGLEVEL): Change to 6.
1249
1250 2008-11-14 Tristan Gingold <gingold@adacore.com>
1251
1252 * fopen-vms.h (FOPEN_RB): Use a single string to match the
1253 standard prototype.
1254 (FOPEN_WB): Ditto.
1255 (FOPEN_AB): Ditto.
1256 (FOPEN_RUB): Ditto.
1257 (FOPEN_WUB): Ditto.
1258 (FOPEN_AUB): Ditto.
1259
1260 2008-10-21 Alan Modra <amodra@bigpond.net.au>
1261
1262 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1263
1264 2008-10-06 Jason Merrill <jason@redhat.com>
1265
1266 * demangle.h (enum demangle_component_type): Add
1267 DEMANGLE_COMPONENT_PACK_EXPANSION.
1268
1269 2008-09-24 Richard Henderson <rth@redhat.com>
1270
1271 * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
1272
1273 2008-09-22 Rafael Espindola <espindola@google.com>
1274
1275 * plugin-api.h (ld_plugin_status): Remove comma from the last item.
1276 Use C style comment.
1277 (ld_plugin_api_version, ld_plugin_output_file_type,
1278 ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
1279 ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
1280 comma from the last item.
1281
1282 2008-09-18 Cary Coutant <ccoutant@google.com>
1283
1284 Add plugin functionality for link-time optimization (LTO).
1285 * plugin-api.h: New file.
1286
1287 2008-09-09 Jason Merrill <jason@redhat.com>
1288
1289 * demangle.h (enum demangle_component_type): Add
1290 DEMANGLE_COMPONENT_DECLTYPE.
1291
1292 2008-08-25 Alan Modra <amodra@bigpond.net.au>
1293
1294 * binary-io.h: New file, imported from gnulib, but don't
1295 #include <fcntl.h> or <stdio.h>.
1296
1297 2008-08-17 Alan Modra <amodra@bigpond.net.au>
1298
1299 * bfdlink.h (bfd_generic_link_read_symbols): Declare.
1300
1301 2008-08-08 Anatoly Sokolov <aesok@post.ru>
1302
1303 * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31,
1304 E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define.
1305 (EF_AVR_MACH): Redefine to 0x7F.
1306 * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
1307 (AVR_ISA_AVR3): Redefine.
1308 (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
1309 AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
1310 AVR_ISA_AVR6): Define.
1311
1312 2008-07-12 Jie Zhang <jie.zhang@analog.com>
1313
1314 Revert
1315 2008-07-12 Jie Zhang <jie.zhang@analog.com>
1316 * bfdlink.h (struct bfd_link_info): Add sep_code member
1317 variable.
1318 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
1319 (EF_BFIN_DATA_IN_L1): Define.
1320
1321 2008-07-12 Jie Zhang <jie.zhang@analog.com>
1322
1323 * bfdlink.h (struct bfd_link_info): Add sep_code member
1324 variable.
1325 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
1326 (EF_BFIN_DATA_IN_L1): Define.
1327
1328 2008-07-07 Stan Shebs <stan@codesourcery.com>
1329
1330 * dis-asm.h (struct disassemble_info): Add endian_code field.
1331
1332 2008-07-07 Joel Brobecker <brobecker@adacore.com>
1333
1334 * safe-ctype.h: Add #include of ctype.h before redefining
1335 the ctype.h macros.
1336
1337 2008-07-04 Joel Brobecker <brobecker@adacore.com>
1338
1339 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1340 included. Redefine the various macros provided by ctype.h as
1341 undefined variables.
1342
1343 2008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1344
1345 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1346 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1347
1348 2008-06-06 Alan Modra <amodra@bigpond.net.au>
1349
1350 * bfdlink.h (struct bfd_link_info): Add "path_separator".
1351
1352 2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
1353
1354 * dis-asm.h (print_s390_disassembler_options):
1355 Prototype added.
1356
1357 2008-03-24 Ian Lance Taylor <iant@google.com>
1358
1359 * sha1.h: New file, from gnulib.
1360
1361 * md5.h: Add extern "C" when compiled with C++.
1362
1363 2008-03-24 Ian Lance Taylor <iant@google.com>
1364
1365 * md5.h: Add extern "C" when compiled with C++.
1366
1367 2008-03-21 Ian Lance Taylor <iant@google.com>
1368
1369 * filenames.h: Add extern "C" when compiled with C++.
1370
1371 2008-02-15 Alan Modra <amodra@bigpond.net.au>
1372
1373 * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
1374 (struct bfd_link_info): Add output_bfd.
1375
1376 2008-02-11 Bob Wilson <bob.wilson@acm.org>
1377
1378 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1379 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
1380
1381 2008-01-26 David Daney <ddaney@avtrex.com>
1382
1383 * demangle.h (demangle_component_type): Add
1384 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1385 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1386 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1387 (demangle_component): Add struct s_character to union u.
1388
1389 2007-11-07 Joseph Myers <joseph@codesourcery.com>
1390 Daniel Jacobowitz <dan@codesourcery.com>
1391
1392 * floatformat.h (struct floatformat): Add split_half field.
1393 (floatformat_ibm_long_double): New.
1394
1395 2007-09-06 Tom Tromey <tromey@redhat.com>
1396
1397 * libiberty.h (pex_free): Document process killing.
1398
1399 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1400
1401 * demangle.h (enum demangle_component_type): Add
1402 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1403
1404 2007-07-25 Ben Elliston <bje@au.ibm.com>
1405
1406 * ternary.h: Remove.
1407
1408 2007-07-18 Bob Wilson <bob.wilson@acm.org>
1409
1410 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1411 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
1412
1413 2007-07-17 Nick Clifton <nickc@redhat.com>
1414
1415 * COPYING3: New file. Contains version 3 of the GNU General
1416 Public License.
1417
1418 2007-07-12 Kai Tietz <kai.tietz@onevision.com>
1419
1420 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
1421 work-a-round whitespace problem in gcc gengtype.
1422
1423 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1424 needed for WIN64 when a long is not wide enough for a pointer.
1425 (splay_tree_key, splay_tree_value): Use the new types.
1426
1427 2007-07-09 Roland McGrath <roland@redhat.com>
1428
1429 * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
1430
1431 2007-07-06 Nick Clifton <nickc@redhat.com>
1432
1433 * bfdlink.h: Update copyright notice to refer to GPLv3.
1434
1435 2007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1436
1437 * dis-asm.h (print_insn_cr16): New prototype.
1438
1439 2007-06-01 Noah Misch <noah@cs.caltech.edu>
1440 Alan Modra <amodra@bigpond.net.au>
1441
1442 * bfdlink.h (struct bfd_link_info): Add input_bfds_tail.
1443
1444 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1445
1446 * libiberty.h (writeargv): Declare.
1447
1448 2007-04-30 Alan Modra <amodra@bigpond.net.au>
1449
1450 * bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
1451
1452 2007-04-25 Mark Mitchell <mark@codesourcery.com>
1453
1454 * demangle.h: Change license to LGPL + exception.
1455
1456 2007-04-10 Richard Henderson <rth@redhat.com>
1457
1458 * bfdlink.h (struct bfd_link_info): Add relax_trip.
1459
1460 2007-03-29 Joel Brobecker <brobecker@adacore.com>
1461
1462 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1463 regardless of the type of file system.
1464
1465 2007-03-06 Jan Hubicka <jh@suse.cz>
1466
1467 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1468
1469 2007-02-21 Nick Clifton <nickc@redhat.com>
1470
1471 * bfdlink.h (struct bfd_link_callbacks): Add
1472 override_segment_assignment field.
1473
1474 2007-02-17 Mark Mitchell <mark@codesourcery.com>
1475 Nathan Sidwell <nathan@codesourcery.com>
1476 Vladimir Prus <vladimir@codesourcery.com
1477 Joseph Myers <joseph@codesourcery.com>
1478
1479 * bin-bugs.h: Remove.
1480
1481 2007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1482
1483 * libiberty.h (pex_write_input): Remove prototype.
1484
1485 2007-02-05 Dave Brolley <brolley@redhat.com>
1486
1487 * Contribute the following changes:
1488 2001-03-26 Ben Elliston <bje@redhat.com>
1489
1490 * dis-asm.h (print_insn_mep): Declare.
1491
1492 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
1493
1494 * dis-asm.h (print_i386_disassembler_options): New.
1495
1496 2007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1497
1498 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1499 (PEX_BINARY_ERROR): New define.
1500 (pex_read_err): New function.
1501
1502 2007-01-29 Simon Baldwin <simonb@google.com>
1503
1504 * demangle.h: New cplus_demangle_print_callback,
1505 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1506 prototypes, and demangle_callbackref type definition.
1507
1508 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
1509
1510 PR ld/3831
1511 * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
1512 Add dynamic and dynamic_data.
1513
1514 2006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
1515 Nick Clifton <nickc@redhat.com>
1516
1517 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1518
1519 2006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
1520 J"orn Rennecke <joern.rennecke@st.com>
1521
1522 PR driver/29931
1523 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1524
1525 2006-11-27 Bob Wilson <bob.wilson@acm.org>
1526
1527 * xtensa-config.h (XSHAL_ABI): New.
1528 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1529
1530 2006-11-27 Bob Wilson <bob.wilson@acm.org>
1531
1532 * xtensa-isa.h (STATIC_LIBISA): Delete.
1533
1534 2006-10-30 Paul Brook <paul@codesourcery.com>
1535
1536 * dis-asm.h (disassemble_info): Add symtab, symtab_pos and
1537 symtab_size.
1538
1539 2006-10-30 H.J. Lu <hongjiu.lu@intel.com>
1540
1541 PR ld/3111
1542 * bfdlink.h (bfd_link_info): Add reduce_memory_overheads.
1543
1544 2006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
1545 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
1546 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
1547 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
1548 Alan Modra <amodra@bigpond.net.au>
1549
1550 * dis-asm.h (print_insn_spu): Declare.
1551
1552 2006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
1553
1554 * dis-asm.h: Add prototypes for Score disassembler routines.
1555
1556 2006-09-07 H.J. Lu <hongjiu.lu@intel.com>
1557
1558 * bfdlink.h (bfd_elf_dynamic_list): New.
1559 (bfd_link_info): Add a dynamic field.
1560
1561 2006-08-04 Marcelo Tosatti <marcelo@kvack.org>
1562
1563 * bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
1564
1565 2006-07-10 Jakub Jelinek <jakub@redhat.com>
1566
1567 * bfdlink.h (struct bfd_link_info): Add emit_hash and
1568 emit_gnu_hash bitfields.
1569
1570 2006-04-11 Jim Blandy <jimb@codesourcery.com>
1571
1572 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1573
1574 2006-04-06 H.J. Lu <hongjiu.lu@intel.com>
1575
1576 * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
1577 relax_pass.
1578
1579 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
1580 Anil Paranjape <anilp1@kpitcummins.com>
1581 Shilin Shakti <shilins@kpitcummins.com>
1582
1583 * dis-asm.h (print_insn_xc16c): New prototype.
1584
1585 2006-01-18 DJ Delorie <dj@redhat.com>
1586
1587 * md5.h: Include ansidecl.h
1588
1589 2006-01-17 Andreas Schwab <schwab@suse.de>
1590
1591 PR binutils/1486
1592 * dis-asm.h (struct disassemble_info): Add
1593 disassembler_needs_relocs.
1594
1595 2006-01-09 Bob Wilson <bob.wilson@acm.org>
1596
1597 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1598
1599 2005-12-30 Bob Wilson <bob.wilson@acm.org>
1600
1601 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1602
1603 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
1604
1605 Second part of ms1 to mt renaming.
1606 * dis-asm.h (print_insn_mt): Renamed.
1607
1608 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1609
1610 PR java/9861
1611 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1612 output format for return types
1613
1614 2005-11-03 Alan Modra <amodra@bigpond.net.au>
1615
1616 * bfdlink.h (struct bfd_link_order): Tweak comment.
1617
1618 2005-10-31 Mark Kettenis <kettenis@gnu.org>
1619
1620 * floatformat.h (enum floatformat_byteorders): Add
1621 floatformat_vax.
1622 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1623
1624 2005-10-28 Dave Brolley <brolley@redhat.com>
1625
1626 Contribute the following changes:
1627 2003-09-29 Dave Brolley <brolley@redhat.com>
1628
1629 * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
1630 more exotic underlying types to be used.
1631
1632 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
1633
1634 disasm.h: Add declaration for print_insn_z80
1635
1636 2005-09-30 Catherine Moore <clm@cm00re.com>
1637
1638 * dis-asm.h (print_insn_bfin): Declare.
1639
1640 2005-09-26 Mark Mitchell <mark@codesourcery.com>
1641
1642 * libiberty.h (expandargv): New function.
1643
1644 2005-08-18 Alan Modra <amodra@bigpond.net.au>
1645
1646 * bfdlink.h: Remove mention of a29k.
1647 * dis-asm.h: Remove a29k support.
1648
1649 2005-08-17 Mark Kettenis <kettenis@gnu.org>
1650
1651 * floatformat.h (struct floatformat): Change type of large
1652 argument for is_valid member to `const void *'.
1653 (floatformat_to_double): Change type of second argument to `const
1654 void *'.
1655 (floatformat_from_double): Change type of last argument to `void
1656 *'.
1657 (floatformat_is_valid): Change type of last argument to `const
1658 void *'.
1659
1660 2005-07-14 Jim Blandy <jimb@redhat.com>
1661
1662 * dis-asm.h (print_insn_m32c): New declaration.
1663
1664 2005-07-12 Ben Elliston <bje@au.ibm.com>
1665
1666 * xregex2.h (regexec): Qualify this prototype with __extension__
1667 when compiling with GNU C.
1668
1669 2005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1670
1671 * dis-asm.h (fprintf_ftype): Add format attribute.
1672
1673 2005-07-03 Steve Ellcey <sje@cup.hp.com>
1674
1675 PR other/13906
1676 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1677 * md5.h (md5_uintptr): New.
1678 (md5_ctx): Align buffer field.
1679
1680 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
1681
1682 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1683 (HTAB_EMPTY_ENTRY): New macro.
1684
1685 2005-06-20 Geoffrey Keating <geoffk@apple.com>
1686
1687 * libiberty.h (strverscmp): Prototype.
1688
1689 2005-06-17 Jakub Jelinek <jakub@redhat.com>
1690
1691 * elf/external.h (GRP_ENTRY_SIZE): Define.
1692
1693 2005-06-08 Zack Weinberg <zack@codesourcery.com>
1694
1695 * dis-asm.h (get_arm_regnames): Update prototype.
1696
1697 2005-06-07 Aldy Hernandez <aldyh@redhat.com>
1698 Michael Snyder <msnyder@redhat.com>
1699 Stan Cox <scox@redhat.com>
1700
1701 * dis-asm.h: Externalize print_insn_ms1.
1702
1703 2005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1704
1705 * libiberty.h (XOBFINISH): New.
1706
1707 2005-06-03 Alan Modra <amodra@bigpond.net.au>
1708
1709 * bfdlink.h (struct bfd_link_callbacks): Add einfo.
1710
1711 2005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1712
1713 * libiberty.h (vsnprintf): Add format attribute.
1714
1715 2005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1716
1717 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1718
1719 2005-05-28 Eli Zaretskii <eliz@gnu.org>
1720
1721 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1722 needed.
1723 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1724
1725 2005-05-25 Richard Henderson <rth@redhat.com>
1726
1727 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1728
1729 2005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1730
1731 * libiberty.h (ACONCAT): Properly cast value of alloca().
1732
1733 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
1734 __cplusplus.
1735
1736 2005-05-12 Steve Ellcey <sje@cup.hp.com>
1737
1738 libiberty.h: Do not define empty basename prototype.
1739
1740 2005-05-10 Nick Clifton <nickc@redhat.com>
1741
1742 * Update the address and phone number of the FSF organization in
1743 the GPL notices in the following files:
1744 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1745 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1746 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1747 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1748 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1749 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1750 xtensa-isa-internal.h, xtensa-isa.h
1751
1752 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1753
1754 * libiberty.h (unlock_std_streams): New.
1755
1756 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1757
1758 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1759 Don't use the PTR macro.
1760
1761 * sort.h: Don't use the PARAMS macro.
1762
1763 2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1764
1765 * libiberty.h (unlock_stream): New.
1766
1767 2005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1768
1769 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1770 Remove parameter names.
1771
1772 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1773
1774 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1775 Provide prototypes for new functions.
1776
1777 2005-03-29 Ian Lance Taylor <ian@airs.com>
1778
1779 * libiberty.h: Fix indentation.
1780
1781 2005-03-28 Ian Lance Taylor <ian@airs.com>
1782
1783 * libiberty.h: Include <stdio.h>.
1784 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1785 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1786 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1787 (pex_init, pex_run, pex_read_output): Declare.
1788 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1789 (struct pex_time): Define.
1790
1791 2005-03-28 Mark Mitchell <mark@codesourcery.com>
1792
1793 * libiberty.h (ffs): Declare, if necessary.
1794
1795 2005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1796
1797 * ternary.h: Don't use PARAMS anymore.
1798
1799 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1800
1801 * md5.h: Remove definition and uses of __P.
1802 * dyn-string.h: Remove uses of PARAMS.
1803 * fibheap.h: Likewise.
1804 * floatformat.h: Likewise.
1805 * hashtab.h: Likewise.
1806
1807 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1808
1809 * demangle.h: Remove uses of PARAMS.
1810
1811 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1812 ANSI_PROTOTYPES is always assumed.
1813 Remove uses of PARAMS throughout.
1814
1815 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1816
1817 * libiberty.h (xstrndup): Declare.
1818
1819 2005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1820
1821 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1822
1823 2005-03-22 Bob Wilson <bob.wilson@acm.org>
1824
1825 * xtensa-isa.h: Update a comment and whitespace.
1826
1827 2005-03-16 H.J. Lu <hongjiu.lu@intel.com>
1828
1829 * bfdlink.h (bfd_link_info): Add gc_sections.
1830
1831 2005-03-09 Mark Mitchell <mark@codesourcery.com>
1832
1833 * libiberty.h (gettimeofday): Declare.
1834
1835 2005-03-01 Jan Beulich <jbeulich@novell.com>
1836
1837 * libiberty.h: Declare unlink_if_ordinary.
1838
1839 2005-02-21 Alan Modra <amodra@bigpond.net.au>
1840
1841 * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
1842 * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
1843 (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
1844
1845 2005-02-14 Paolo Bonzini <bonzini@gnu.org>
1846
1847 PR bootstrap/19818
1848 * ansidecl.h (PARAMS): Guard from redefinition.
1849
1850 2005-02-03 Alan Modra <amodra@bigpond.net.au>
1851
1852 * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
1853
1854 2005-02-01 Alan Modra <amodra@bigpond.net.au>
1855
1856 * bfdlink.h (bfd_link_repair_undef_list): Declare.
1857
1858 2005-01-10 Andreas Schwab <schwab@suse.de>
1859
1860 * dis-asm.h (struct disassemble_info): Add skip_zeroes and
1861 skip_zeroes_at_end.
1862
1863 2004-12-11 Ben Elliston <bje@au.ibm.com>
1864
1865 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1866 when __GNUC__ is defined and ints are less than 32-bits wide.
1867
1868 2004-11-04 Paul Brook <paul@codesourcery.com>
1869
1870 * bfdlink.h (bfd_link_info): Add default_imported_symver.
1871
1872 2004-11-12 Bob Wilson <bob.wilson@acm.org>
1873
1874 * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id.
1875 * xtensa-isa.h (xtensa_interface_class_id): New prototype.
1876
1877 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1878 Vineet Sharma <vineets@noida.hcltech.com>
1879
1880 * dis-asm.h: Add prototype for print_insn_maxq_little.
1881
1882 2004-10-26 Paul Brook <paul@codesourcery.com>
1883
1884 * bfdlink.h (struct bfd_link_info): Add create_default_symver.
1885
1886 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1887
1888 PR 463
1889 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
1890 bfd_link_hash_entry to reloc_overflow.
1891
1892 2004-10-07 Bob Wilson <bob.wilson@acm.org>
1893
1894 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1895 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1896 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
1897
1898 * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
1899 (config_sturct struct): Delete.
1900 (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
1901 XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
1902 XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
1903 XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
1904 XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
1905 (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
1906 (xtensa_insn_decode_fn): Rename to ...
1907 (xtensa_opcode_decode_fn): ... this.
1908 (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
1909 xtensa_undo_reloc_fn): Update.
1910 (xtensa_encoding_template_fn): Delete.
1911 (xtensa_opcode_encode_fn, xtensa_format_decode_fn,
1912 xtensa_length_decode_fn): New.
1913 (xtensa_format_internal, xtensa_slot_internal): New types.
1914 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
1915 get_field, and set_field fields. Add name, field_id, regfile,
1916 num_regs, and flags fields.
1917 (xtensa_arg_internal): New type.
1918 (xtensa_iclass_internal): Change operands field to array of
1919 xtensa_arg_internal. Add num_stateOperands, stateOperands,
1920 num_interfaceOperands, and interfaceOperands fields.
1921 (xtensa_opcode_internal): Delete length, template, and iclass fields.
1922 Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
1923 (opname_lookup_entry): Delete.
1924 (xtensa_regfile_internal, xtensa_interface_internal,
1925 xtensa_funcUnit_internal, xtensa_state_internal,
1926 xtensa_sysreg_internal, xtensa_lookup_entry): New.
1927 (xtensa_isa_internal): Replace opcode_table field with opcodes field.
1928 Change type of opname_lookup_table. Delete num_modules,
1929 module_opcode_base, module_decode_fn, config, and has_density fields.
1930 Add num_formats, formats, format_decode_fn, length_decode_fn,
1931 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
1932 iclasses, num_regfiles, regfiles, num_states, states,
1933 state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
1934 max_sysreg_num, sysreg_table, num_interfaces, interfaces,
1935 interface_lookup_table, num_funcUnits, funcUnits and
1936 funcUnit_lookup_table fields.
1937 (xtensa_isa_module, xtensa_isa_modules): Delete.
1938 (xtensa_isa_name_compare): New prototype.
1939 (xtisa_errno, xtisa_error_msg): New.
1940 * xtensa-isa.h (XTENSA_ISA_VERSION): Define.
1941 (xtensa_isa): Change type.
1942 (xtensa_operand): Delete.
1943 (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
1944 xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
1945 xtensa_funcUnit_use): New types.
1946 (libisa_module_specifier): Delete.
1947 (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
1948 (xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
1949 xtensa_insnbuf_from_chars): Update prototypes.
1950 (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
1951 xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
1952 xtensa_encode_insn, xtensa_insn_length,
1953 xtensa_insn_length_from_first_byte, xtensa_num_operands,
1954 xtensa_operand_kind, xtensa_encode_result,
1955 xtensa_operand_isPCRelative): Delete.
1956 (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
1957 xtensa_operand_set_field, xtensa_operand_encode,
1958 xtensa_operand_decode, xtensa_operand_do_reloc,
1959 xtensa_operand_undo_reloc): Update prototypes.
1960 (xtensa_isa_maxlength, xtensa_isa_length_from_chars,
1961 xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
1962 xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
1963 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
1964 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
1965 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
1966 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
1967 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
1968 xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
1969 xtensa_opcode_is_loop, xtensa_opcode_is_call,
1970 xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
1971 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
1972 xtensa_opcode_funcUnit_use, xtensa_operand_name,
1973 xtensa_operand_is_visible, xtensa_operand_is_register,
1974 xtensa_operand_regfile, xtensa_operand_num_regs,
1975 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
1976 xtensa_stateOperand_state, xtensa_stateOperand_inout,
1977 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
1978 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
1979 xtensa_regfile_shortname, xtensa_regfile_view_parent,
1980 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
1981 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
1982 xtensa_state_is_exported, xtensa_sysreg_lookup,
1983 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
1984 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
1985 xtensa_interface_num_bits, xtensa_interface_inout,
1986 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
1987 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
1988 2004-10-07 Jeff Baker <jbaker@qnx.com>
1989
1990 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
1991
1992 2004-09-17 Alan Modra <amodra@bigpond.net.au>
1993
1994 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
1995 of union.
1996
1997 2004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1998
1999 * libiberty.h (basename): Prototype for __MINGW32__.
2000
2001 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2002
2003 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
2004 * libiberty.h (concat, reconcat, concat_length, concat_copy,
2005 concat_copy2): Use ATTRIBUTE_SENTINEL.
2006
2007 2004-08-13 Alan Modra <amodra@bigpond.net.au>
2008
2009 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
2010 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
2011
2012 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
2013
2014 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
2015 const-qualification before disposal.
2016
2017 2004-07-24 Bernardo Innocenti <bernie@develer.com>
2018
2019 * ansidecl.h (ARG_UNUSED): New Macro.
2020
2021 2004-07-23 H.J. Lu <hongjiu.lu@intel.com>
2022
2023 * bin-bugs.h (REPORT_BUGS_TO): Set to
2024 "<URL:http://www.sourceware.org/bugzilla/>".
2025
2026 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
2027
2028 * ansidecl.h (ATTRIBUTE_PURE): New.
2029
2030 2004-07-13 Bernardo Innocenti <bernie@develer.com>
2031
2032 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
2033 libcpp/internal.h.
2034 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
2035 macros.
2036
2037 2004-07-13 Bernardo Innocenti <bernie@develer.com>
2038
2039 * libiberty.h (ASTRDUP): Add casts required for stricter
2040 type conversion rules of C++.
2041 * obstack.h (obstack_free): Likewise.
2042
2043 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
2044
2045 * dis-asm.h (print_insn_crx): Declare.
2046
2047 2004-06-24 Alan Modra <amodra@bigpond.net.au>
2048
2049 * bfdlink.h (struct bfd_link_order): Update comment.
2050
2051 2004-05-11 Jakub Jelinek <jakub@redhat.com>
2052
2053 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
2054 relro_end fields.
2055
2056 2004-05-04 Andreas Jaeger <aj@suse.de>
2057
2058 * demangle.h: Do not use C++ reserved keyword typename as
2059 parameter for cplus_demangle_fill_builtin_type.
2060
2061 2004-04-22 Richard Henderson <rth@redhat.com>
2062
2063 * hashtab.h (struct htab): Add size_prime_index.
2064
2065 2004-04-13 Jeff Law <law@redhat.com>
2066
2067 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
2068
2069 2004-03-30 Zack Weinberg <zack@codesourcery.com>
2070
2071 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
2072
2073 2004-03-25 Stan Shebs <shebs@apple.com>
2074
2075 * mpw/: Remove subdirectory and everything in it.
2076
2077 2004-03-23 Alan Modra <amodra@bigpond.net.au>
2078
2079 PR 51.
2080 * bfdlink.h (struct bfd_link_info): Add wrap_char.
2081
2082 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
2083
2084 * bfdlink.h (bfd_link_info): Correct comments for the
2085 unresolved_syms_in_objects field.
2086
2087 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
2088
2089 * dyn-string.h: Update copyright date.
2090
2091 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2092
2093 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
2094 the associated #defines.
2095
2096 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2097
2098 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
2099 "libiberty.h".
2100
2101 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
2102
2103 * demangle.h (enum demangle_component_type): Define.
2104 (struct demangle_operator_info): Declare.
2105 (struct demangle_builtin_type_info): Declare.
2106 (struct demangle_component): Define.
2107 (cplus_demangle_fill_component): Declare.
2108 (cplus_demangle_fill_name): Declare.
2109 (cplus_demangle_fill_builtin_type): Declare.
2110 (cplus_demangle_fill_operator): Declare.
2111 (cplus_demangle_fill_extended_operator): Declare.
2112 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
2113 (cplus_demangle_v3_components): Declare.
2114 (cplus_demangle_print): Declare.
2115
2116 For older changes see ChangeLog-9103
2117 \f
2118 Copyright (C) 2004-2012 Free Software Foundation, Inc.
2119
2120 Copying and distribution of this file, with or without modification,
2121 are permitted in any medium without royalty provided the copyright
2122 notice and this notice are preserved.
2123
2124 Local Variables:
2125 mode: change-log
2126 left-margin: 8
2127 fill-column: 74
2128 version-control: never
2129 End: