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