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