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