Remove:
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
d301a56b
RS
12013-06-08 Catherine Moore <clm@codesourcery.com>
2
3 * opcode/mips.h (mips_opcode): Add ase field.
4 (INSN_ASE_MASK): Delete.
5 (INSN_DSP): Rename to ASE_DSP. Provide new value.
6 (INSN_DSPR2): Rename to ASE_DSPR2. Provide new value.
7 (INSN_MCU): Rename to ASE_MCU. Provide new value.
8 (INSN_MDMX): Rename to ASE_MDMX. Provide new value.
9 (INSN_MIPS3d): Rename to ASE_MIPS3D. Provide new value.
10 (INSN_MT): Rename to ASE_MT. Provide new value.
11 (INSN_SMARTMIPS): Rename to ASE_SMARTMIPS. Provide new value.
12 (INSN_VIRT): Rename to ASE_VIRT. Provide new value.
13 (INSN_VIRT64): Rename to ASE_VIRT64. Provide new value.
14 (opcode_is_member): Add ase argument. Check ase.
15
b47468a6
CM
162013-05-06 Paul Brook <paul@codesourcery.com>
17
18 include/elf/
19 * mips.h (R_MIPS_PC32): Update comment.
20
3a4d2339
DD
212013-04-03 Jason Merrill <jason@redhat.com>
22
23 Demangle C++11 ref-qualifier.
24 * demangle.h (enum demangle_component_type): Add
25 DEMANGLE_COMPONENT_REFERENCE_THIS,
26 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
27
531a94fd
SL
282013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
29
30 * opcode/nios2.h: Edit comment.
31
dad60f8e
SL
322013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
33
34 * opcode/nios2.h (OPX_WRPRS): New define.
35 (OP_MATCH_WRPRS): Likewise.
36
f5cb796a
SL
372013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
38
39 * opcode/nios2.h (OP_RDPRS): New define.
40 (OP_MATCH_RDPRS): Likewise.
41
8a7bad18
CC
422013-03-01 Cary Coutant <ccoutant@google.com>
43
44 * dwarf2.h (enum dwarf_sect): New enum type.
45
30e8ee25
AM
462013-02-19 Alan Modra <amodra@gmail.com>
47
48 * bfdlink.h (struct bfd_link_info): Delete emit_note_gnu_build_id.
49
f5c033f1
ST
502013-02-11 Sriraman Tallam <tmsriram@google.com>
51
52 * plugin-api.h (enum ld_plugin_level): Assign integers
30e8ee25 53 explicitly for all values.
f5c033f1 54
36591ba1
SL
552013-02-06 Sandra Loosemore <sandra@codesourcery.com>
56 Andrew Jenner <andrew@codesourcery.com>
57
58 Based on patches from Altera Corporation.
59
60 * dis-asm.h (print_insn_big_nios2): Declare.
61 (print_insn_little_nios2): Declare.
62
e5e04ca3
KT
632013-01-30 Kai Tietz <ktietz@redhat.com>
64
65 PR other/54620
66 PR target/39064
67 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
68 stdint.h and sys/types.h headers are present.
69 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
70
a3c62988
NC
712013-01-10 Will Newton <will.newton@imgtec.com>
72
73 * dis-asm.h (print_insn_metag): New declaration.
74
ddd27bde
DD
752012-12-18 Aldy Hernandez <aldyh@redhat.com>
76
77 PR other/54324
78 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC
79 < 3.4.
80
5bf135a7
NC
812012-12-17 Nick Clifton <nickc@redhat.com>
82
83 * MAINTAINERS: Add copyright notice.
84 * alloca-conf.h: Likewise.
85 * fopen-bin.h: Likewise.
86 * fopen-same.h: Likewise.
87 * fopen-vms.h: Likewise.
88 * aout/hppa.h: Likewise.
89 * opcode/tahoe.h: Likewise.
90
69b06cc8
ME
912012-12-11 Edgar E. Iglesias <edgar.iglesias@gmail.com>
92
93 * elf/microblaze.h: Add TLS relocs to START_RELOC_NUMBERS
94
1f3de044
DD
952012-11-09 Jason Merrill <jason@redhat.com>
96
97 * demangle.h (enum demangle_component_type): Add
98 DEMANGLE_COMPONENT_TAGGED_NAME.
99
1002012-10-29 Sterling Augustine <saugustine@google.com>
101 Cary Coutant <ccoutant@google.com>
102
103 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
104 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
105 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
106
107
10fca301
NC
1082012-10-26 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
109
110 * dwarf2.h (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)
111 (DW_AT_APPLE_isa, DW_AT_APPLE_block)
112 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class)
113 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name)
114 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter)
115 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type)
116 (DW_AT_APPLE_property, DW_OP_GNU_entry_value): New macros.
117
4f9d22a0
L
1182012-10-24 H.J. Lu <hongjiu.lu@intel.com>
119
120 * bfdlink.h (bfd_link_info): Add
121 disable_target_specific_optimizations.
122
04c3a755
NS
1232012-10-23 Nathan Sidwell <nathan@codesourcery.com>
124
125 * bfdlink.h (struct bfd_link_info): Add stacksize option.
126
0e86e20e
AM
1272012-10-22 Jan Beich <jbeich@tormail.org>
128
129 PR ld/14426
130 * bfdlink.h (bfd_link_info): Add ignore_hash.
131
995b61fe
DD
1322012-10-08 Jason Merrill <jason@redhat.com>
133
134 * demangle.h (enum demangle_component_type): Add
135 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER.
136
1372012-09-18 Florian Weimer <fweimer@redhat.com>
138
139 PR other/54411
140 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
141
1415a2a7
AG
1422012-09-27 Anthony Green <green@moxielogic.com>
143
144 * opcode/moxie.h (MOXIE_BAD): New define.
145
f41aef5f
RE
1462012-09-12 Chris Schlumberger-Socha <chris.schlumberger-socha@arm.com>
147
148 * elf/aarch64.h (R_AARCH64_GOT_LD_PREL19): New reloc.
149
f8bfbc48
CC
1502012-09-06 Cary Coutant <ccoutant@google.com>
151
152 * dwarf2.def: Edit comment.
153
16164a6b
ST
1542012-08-24 Sriraman Tallam <tmsriram@google.com>
155
156 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections):
157 New interface.
158 (ld_plugin_unique_segment_for_sections): New interface.
159 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
160 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val.
161 (tv_allow_unique_segment_for_sections): New member.
162 (tv_unique_segment_for_sections): New member.
163
59d09be6
MGD
1642012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
165
166 * opcode/arm.h (ARM_CPU_IS_ANY): New define.
167
bca38921
MGD
1682012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
169
170 * elf/arm.h (TAG_CPU_ARCH_V8): New define.
171 (MAX_TAG_CPU_ARCH): Update.
172 * opcode/arm.h (ARM_EXT_V8): New define.
173 (FPU_VFP_EXT_ARMV8): Likewise.
174 (FPU_NEON_EXT_ARMV8): Likewise.
175 (FPU_CRYPTO_EXT_ARMV8): Likewise.
176 (ARM_AEXT_V8A): Likewise.
177 (FPU_VFP_ARMV8): Likwise.
178 (FPU_NEON_ARMV8): Likewise.
179 (FPU_CRYPTO_ARMV8): Likewise.
180 (FPU_ARCH_VFP_ARMV8): Likewise.
181 (FPU_ARCH_NEON_VFP_ARMV8): Likewise.
182 (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8): Likewise.
183 (ARM_ARCH_V8A): Likwise.
184 (ARM_ARCH_V8A_FP): Likewise.
185 (ARM_ARCH_V8A_SIMD): Likewise.
186 (ARM_ARCH_V8A_CRYPTO): Likewise.
187
a06ea964
NC
1882012-08-13 Ian Bolton <ian.bolton@arm.com>
189 Laurent Desnogues <laurent.desnogues@arm.com>
190 Jim MacArthur <jim.macarthur@arm.com>
191 Marcus Shawcroft <marcus.shawcroft@arm.com>
192 Nigel Stephens <nigel.stephens@arm.com>
193 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
194 Richard Earnshaw <rearnsha@arm.com>
195 Sofiane Naci <sofiane.naci@arm.com>
196 Tejas Belagod <tejas.belagod@arm.com>
197 Yufeng Zhang <yufeng.zhang@arm.com>
198
199 * dis-asm.h (print_insn_aarch64): New declaration.
200 (print_aarch64_disassembler_options): New declaration.
201 (aarch64_symbol_is_valid): New declaration.
202
21a37505
SK
2032012-08-02 Sean Keys <skeys@ipdatasys.com>
204
30e8ee25 205 * elf/m68hc11.h: #define E_M68HC11_NO_BANK_WARNING 0x000000200
21a37505 206
63d08c68
NC
2072012-07-24 Stephan McCamant <smcc@cs.berkeley.edu>
208 Dr David Alan Gilbert <dave@treblig.org>
d908c8af
NC
209
210 PR binutils/13135
211 * dis-asm.h (fprintf_ftype): Add ATTRIBUTE_FPTR_PRINTF_2.
212
0429544a
DE
2132012-07-13 Doug Evans <dje@google.com>
214
215 * filenames.h: #include "hashtab.h".
216 (filename_hash, filename_eq): Declare.
217
470b557a
AK
2182012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
219
220 * elf/s390.h (START_RELOC_NUMBERS): Define R_390_IRELATIVE reloc.
221
3e265597
SK
2222012-07-05 Sean Keys <skeys@ipdatasys.com>
223
30e8ee25
AM
224 * opcode/xgate.h: Changed the format string for mode
225 XGATE_OP_DYA_MON.
3e265597 226
e48f8891
DD
2272012-06-18 Doug Evans <dje@google.com>
228
229 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
230
2202d7cd
RÁE
2312012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
232
233 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
234
9761def5
DD
2352012-06-08 Jakub Jelinek <jakub@redhat.com>
236
237 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
238 forms.
239 * dwarf2.h (enum dwarf_macro_record_type): Add
240 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
241 and DW_MACRO_GNU_transparent_include_alt.
242
c81795e6
DE
2432012-05-23 Doug Evans <dje@google.com>
244
245 * leb128.h: #include stdint.h, inttypes.h.
246 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
247 Change to take a uint64_t * argument instead of unsigned long long.
248 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
249 Change to take an int64_t * argument instead of long long.
250
67bf71fe
DD
2512012-05-22 Doug Evans <dje@google.com>
252
253 * leb128.h: New file.
254
2552012-05-19 Gary Funck <gary@intrepid.com>
256
257 * dwarf2.def: Update comment re: UPC extensions to reference
258 DWARF4 specification.
259
6927f982
NC
2602012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
261
262 * dis-asm.h (print_insn_m9s12x): Prototype.
263 (print_insn_m9s12xg): Prototype.
264
f6c1a2d5
NC
2652012-05-03 Sean Keys <skeys@ipdatasys.com>
266
267 * dis-asm.h (print_insn_xgate): Define.
268 (print_insn_xgate): Ditto.
269 Added new files for XGATE port.
270
959fb206
CC
2712012-05-02 Cary Coutant <ccoutant@google.com>
272
273 * dwarf2.def: Remove DW_FORM_GNU_ref_index,
274 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
275
fcfa8919
DE
2762012-04-28 Doug Evans <dje@google.com>
277
278 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
279
fa66ec53
DD
2802012-04-27 Tom Tromey <tromey@redhat.com>
281
282 * dwarf2.h: Wrap function declarations in extern "C".
283
2842012-04-27 Tom Tromey <tromey@redhat.com>
285
286 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
287 (enum dwarf_location_atom, enum dwarf_type, enum
288 dwarf_call_frame_info): Remove.
289 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
290 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
291 Include dwarf2.def.
292 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
293 (get_DW_OP_name, get_DW_ATE_name): Declare.
294 * dwarf2.def: New file, from dwarf2.h.
295
2615994e
DM
2962012-04-12 David S. Miller <davem@davemloft.net>
297
298 * elf/sparc.h (R_SPARC_WDISP10): New reloc.
299 * opcode/sparc.h: Define '=' as generating R_SPARC_WDISP10.
300
b3641a6e
DD
3012012-04-10 Tristan Gingold <gingold@adacore.com>
302
303 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
304 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
305
d324f6d6
RM
3062012-04-09 Roland McGrath <mcgrathr@google.com>
307
308 * bfdlink.h (struct bfd_link_info): Add new member user_phdrs.
309
b240011a
AM
3102012-03-15 Alan Modra <amodra@gmail.com>
311
312 * dis-asm.h (disassemble_init_powerpc): Declare.
313
4e3aa408
DD
3142009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
315
316 Add DWARF attribute value for the "Borland fastcall" calling
317 convention.
318 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
319
b7761f11
L
3202012-01-31 H.J. Lu <hongjiu.lu@intel.com>
321
322 PR ld/13616
323 * bfdlink.h (bfd_link_order): Update comments on data size.
324
4e35ccee
CC
3252012-01-26 Cary Coutant <ccoutant@google.com>
326
327 * dwarf2.h (enum dwarf_form): Add Fission extensions.
328 (enum dwarf_attribute): Likewise.
329
c7571c06
JM
3302012-01-06 Jason Merrill <jason@redhat.com>
331
332 PR c++/6057
333 PR c++/48051
334 PR c++/50855
335 PR c++/51322
336 * demangle.h (enum demangle_component_type): Add
337 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
338
a4551119
TG
3392011-12-14 Iain Sandoe <iains@gcc.gnu.org>
340
341 * mach-o/loader.h (bfd_mach_o_section_type): define
342 BFD_MACH_O_S_ATTR_NONE to 0.
343
956a8f8b
DD
3442011-11-07 Richard Henderson <rth@redhat.com>
345
346 Merged from transactional-memory.
347
348 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
349 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
350 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
351 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
352
99c513f6
DD
3532011-11-01 DJ Delorie <dj@redhat.com>
354
355 * dis-asm.h (print_insn_rl78): Declare.
356
cfb8c092
NC
3572011-10-25 Joern Rennecke <joern.rennecke@embecosm.com>
358
359 * dis-asm.h (print_insn_epiphany): Declare.
360
006d5c88
DD
3612011-10-21 Ulrich Drepper <drepper@gmail.com>
362
363 * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
364
3652011-10-21 Marc Glisse <marc.glisse@inria.fr>
366
367 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
368
c192a133
AM
3692011-10-19 Alan Modra <amodra@gmail.com>
370
371 PR ld/13254
372 * bfdlink.h (struct bfd_link_info): Add error_textrel.
373
514c97d3
DD
3742011-09-28 Doug Evans <dje@google.com>
375
376 * timeval-utils.h: New file.
377
378 * libiberty.h (countargv): Declare.
379
235061c2
CC
3802011-09-26 Cary Coutant <ccoutant@google.com>
381
382 gcc PR lto/47247
383 * plugin-api.h (enum ld_plugin_symbol_resolution): Add
384 LDPR_PREVAILING_DEF_IRONLY_EXP.
385 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
386
7955ede5
DD
3872011-09-23 Cary Coutant <ccoutant@google.com>
388
389 PR 40831
390 * demangle.h (enum demangle_component_type): Add
391 DEMANGLE_COMPONENT_CLONE.
392
fd91d419
L
3932011-09-15 H.J. Lu <hongjiu.lu@intel.com>
394
395 PR ld/12975
396 * bfdlink.h (bfd_link_info): Add version_info.
397
17a16b0f
DD
3982011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
399
400 * xregex.h (regoff_t): Define.
401
26ac1280
DD
4022011-07-22 Jakub Jelinek <jakub@redhat.com>
403
d4743114
JJ
404 * dwarf2.h (DW_AT_GNU_macros): New.
405 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*.
406
26ac1280
DD
407 PR c++/49756
408 * libiberty.h (stack_limit_increase): New prototype.
409
4102011-07-13 Sriraman Tallam <tmsriram@google.com>
411
412 * plugin-api.h
413 (ld_plugin_section): New struct.
414 (ld_plugin_get_section_count): New typedef.
415 (ld_plugin_get_section_type): New typedef.
416 (ld_plugin_get_section_name): New typedef.
417 (ld_plugin_get_section_contents): New typedef.
418 (ld_plugin_update_section_order): New typedef.
419 (ld_plugin_allow_section_ordering): New typedef.
420 (LDPT_GET_SECTION_COUNT): New enum value.
421 (LDPT_GET_SECTION_TYPE): New enum value.
422 (LDPT_GET_SECTION_NAME): New enum value.
423 (LDPT_GET_SECTION_CONTENTS): New enum value.
424 (LDPT_UPDATE_SECTION_ORDER): New enum value.
425 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
426 (tv_get_section_count): New struct members.
427 (tv_get_section_type): New struct members.
428 (tv_get_section_name): New struct members.
429 (tv_get_section_contents): New struct members.
430 (tv_update_section_order): New struct members.
431 (tv_allow_section_ordering): New struct members.
432
05aecedb
AM
4332011-07-15 Alan Modra <amodra@gmail.com>
434
435 * bfdlink.h (struct bfd_link_info): Use ENUM_BITFIELD for strip,
436 discard, common_skip_ar_symbols, unresolved_syms_in_objects, and
437 unresolved_syms_in_shared_libs fields. Move emit_note_gnu_build_id
438 out of bitfields. Reorder bitfields.
439
e9552f7e 4402011-07-13 Sriraman Tallam <tmsriram@google.com>
05aecedb
AM
441
442 * plugin-api.h (ld_plugin_section): New struct.
e9552f7e
ST
443 (ld_plugin_get_section_count): New typedef.
444 (ld_plugin_get_section_type): New typedef.
445 (ld_plugin_get_section_name): New typedef.
446 (ld_plugin_get_section_contents): New typedef.
447 (ld_plugin_update_section_order): New typedef.
448 (ld_plugin_allow_section_ordering): New typedef.
449 (LDPT_GET_SECTION_COUNT): New enum value.
450 (LDPT_GET_SECTION_TYPE): New enum value.
451 (LDPT_GET_SECTION_NAME): New enum value.
452 (LDPT_GET_SECTION_CONTENTS): New enum value.
453 (LDPT_UPDATE_SECTION_ORDER): New enum value.
454 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
455 (tv_get_section_count): New struct members.
456 (tv_get_section_type): New struct members.
457 (tv_get_section_name): New struct members.
458 (tv_get_section_contents): New struct members.
459 (tv_update_section_order): New struct members.
460 (tv_allow_section_ordering): New struct members.
461
ae17ab41
CM
4622011-07-11 Catherine Moore <clm@codesourcery.com>
463
464 * bfdlink.h (flag_type): New enumeration.
465 (flag_info_list): New structure.
466 (flag_info): New structure.
467
0c511000
AM
4682011-07-09 H.J. Lu <hongjiu.lu@intel.com>
469
470 PR ld/12942
471 * bfdlink.h (bfd_link_info): Add loading_lto_outputs.
472
7d6b320b
JB
4732011-07-01 Joel Brobecker <brobecker@adacore.com>
474
475 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
476 on Darwin, as well as on the systems that use a DOS-like
477 filesystem.
478
b24539b3
DD
4792011-06-22 Jakub Jelinek <jakub@redhat.com>
480
481 PR debug/47858
482 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
483
f8b999f9
JJ
4842011-06-22 Jakub Jelinek <jakub@redhat.com>
485
486 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
487
e41b3a13
JJ
4882011-06-20 Jakub Jelinek <jakub@redhat.com>
489
490 PR ld/12570
491 * bfdlink.h (struct bfd_link_info): Add no_ld_generated_unwind_info
492 option.
493
ddee5e46
DD
4942011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
495
496 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
497 (DMGL_RET_DROP): New.
498
aa137e4d 4992011-06-13 Walter Lee <walt@tilera.com>
c8fa16ed 500
aa137e4d
NC
501 * dis-asm.h (print_insn_tilegx): Declare.
502 (print_insn_tilepro): Likewise.
5e4b319c 503
16d96b5b
AM
5042011-05-17 Alan Modra <amodra@gmail.com>
505
506 PR ld/12760
507 * bfdlink.h (struct bfd_link_callbacks <notice>): Add "flags" and
508 "string" param.
509
41e04eaa
AM
5102011-05-16 Alan Modra <amodra@gmail.com>
511
512 * bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field.
513
d46ab832
JJ
5142011-04-30 Jakub Jelinek <jakub@redhat.com>
515
516 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
517 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New.
518
1ae0d051
JK
5192011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 * bfdlink.h (ENUM_BITFIELD): Remove.
522
5232011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
524
525 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
526
35ed3f94
AM
5272011-04-24 Alan Modra <amodra@gmail.com>
528
529 PR ld/12365
530 PR ld/12696
531 * bfdlink.h (ENUM_BITFIELD): Define.
532 (struct bfd_link_hash_entry): Make "type" a bitfield. Add "non_ir_ref".
533 (struct bfd_link_callbacks <notice>): Pass bfd_link_hash_entry pointer
534 rather than "name".
535
24f58f47
AM
5362011-04-20 Alan Modra <amodra@gmail.com>
537
538 PR ld/12365
539 * bfdlink.h (struct bfd_link_callbacks): Modify multiple_definition
540 and multiple_common parameters to pass in a bfd_link_hash_entry
541 pointer rather than name,bfd etc. found in the hash entry.
542
bbda3415
TG
5432011-03-31 Tristan Gingold <gingold@adacore.com>
544
545 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
546
bb0c9237
TT
5472011-03-24 Mark Wielaard <mjw@redhat.com>
548
549 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
550
55406e10
RÁE
5512010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
552
553 * plugin-api.h (ld_plugin_get_view): New.
554 (ld_plugin_tag): Add LDPT_GET_VIEW.
555 (ld_plugin_tv): Add tv_get_view.
556
02458de2
JJ
5572011-03-16 Jakub Jelinek <jakub@redhat.com>
558
559 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
560 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
561 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
562 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
563 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
564 DW_OP_GNU_entry_value): New.
565
007d6189
KT
5662011-02-28 Kai Tietz <kai.tietz@onevision.com>
567
568 * filenames.h (filename_ncmp): New prototype.
569
47704ddf
KT
5702011-02-23 Kai Tietz <kai.tietz@onevision.com>
571
572 * dwarf2.h (_ELF_DWARF2_H): Renamed to
573 _DWARF2_H.
574 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
575 DWARF2_External_PubNames, DWARF2_Internal_PubNames,
576 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
577 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
578
54fcddd0
UW
5792011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
580
581 * dwarf2.h (enum dwarf_calling_convention): Add DW_CC_GDB_IBM_OpenCL.
582
7be9d9c9
DD
5832011-01-12 Iain Sandoe <iains@gcc.gnu.org>
584
585 * dwarf2.h: Update value for DW_AT_hi_user.
586
f9e6589d
DD
5872010-11-16 Ian Lance Taylor <iant@google.com>
588
589 * simple-object.h (simple_object_attributes_merge): Declare,
590 replacing simple_object_attributes_compare.
591
8baf536a
DD
5922010-11-04 Ian Lance Taylor <iant@google.com>
593
594 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
595
ffa54e5c
DD
5962010-11-02 Ian Lance Taylor <iant@google.com>
597
598 * simple-object.h: New file.
599
24f58f47 6002010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
ca346ede
DD
601
602 Sync LD plugin patch series (part 1/6) with src/include/.
603 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
604
24f58f47 6052010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
5d3236ee
DK
606
607 Apply LD plugin patch series (part 6/6).
608 * bfdlink.h (struct_bfd_link_callbacks): Document new argument
609 to add_archive_element callback used to return a replacement bfd which
610 is to be added to the hash table in place of the original element.
611
24f58f47 6122010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
5d3236ee
DK
613
614 Apply LD plugin patch series (part 1/6).
615 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
616
9711ae4d
DD
6172010-10-06 Andi Kleen <ak@linux.intel.com>
618
619 * libiberty.h (setproctitle): Add prototype.
620
bb73df25
BS
6212010-09-29 Bernd Schmidt <bernds@codesourcery.com>
622
623 * opcode/tic6x-control-registers.h (tscl): Now read_write.
624
d9aee5d7
AK
6252010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
626
627 * opcode/s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val.
628
f4c65163
MGD
6292010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
630
631 * arm.h (ARM_EXT_V6Z): Remove.
632 (ARM_EXT_SEC): New define.
633 (ARM_AEXT_V6Z): Use Security Extensions.
634 (ARM_AEXT_V6ZK): Likeiwse.
635 (ARM_AEXT_V6ZT2): Likewise.
636 (ARM_AEXT_V6ZKT2): Likewise.
637 (ARM_AEXT_V7_ARM): Base v7 does not have Security Extensions.
638 (ARM_ARCH_V7A_SEC): New define.
639 (ARM_ARCH_V7A_MP): Rename...
640 (ARM_ARCH_V7A_MP_SEC): ...to this and add Security Extensions.
641
b7807392
JJ
6422010-09-09 Jakub Jelinek <jakub@redhat.com>
643
644 * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
645
f9e9243a
UW
6462010-07-06 Ken Werner <ken.werner@de.ibm.com>
647
648 * floatformat.h (floatformat_ieee_half_big): Add declaration.
649 (floatformat_ieee_half_little): Likewise.
650
360cfc9c
AM
6512010-06-29 Alan Modra <amodra@gmail.com>
652
653 * dis-asm.h: Remove references to maxq.
654
42218b9f
RÁE
6552010-06-21 Rafael Espindola <espindola@google.com>
656
657 * plugin-api.h (ld_plugin_set_extra_library_path): New.
658 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
659 (ld_plugin_tv): Add tv_set_extra_library_path.
660
36b2885d
JJ
6612010-06-21 Jakub Jelinek <jakub@redhat.com>
662
663 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
664
6508b958
RÁE
6652010-06-18 Rafael Espindola <espindola@google.com>
666
667 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
668 Make argument const.
669
219a461e
DD
6702010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
671
672 * splay-tree.h: Update copyright years.
673 (splay_tree_s): Document fields.
674 (splay_tree_new_typed_alloc): New.
675
676 * hashtab.h: Update copyright years.
677 (htab_create_typed_alloc): New.
678
93a6c7a4
TG
6792010-06-10 Tristan Gingold <gingold@adacore.com>
680
681 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
682 DW_TAG_HP_Bliss_field_set.
683 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
684 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
685 DW_AT_HP_definition_points, DW_AT_HP_default_location and
686 DW_AT_HP_is_result_param.
687 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
688 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
689 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
690 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
691 (enum dwarf_line_number_x_ops): Add
692 DW_LNE_HP_source_file_correlation.
693 (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
694 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
695 DW_LANG_HP_Assembler.
696
3537c84b
RÁE
6972010-06-01 Rafael Espindola <espindola@google.com>
698
699 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
700
9757332f
DD
7012010-04-26 Pedro Alves <pedro@codesourcery.com>
702
703 * filenames.h (PATH_SEPARATOR): Delete.
704
7052010-04-23 Pedro Alves <pedro@codesourcery.com>
706
707 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
708 always define it independently of host, add `dos_based' parameter,
709 and handle it.
710 (PATH_SEPARATOR): Define.
711 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
712 independently of host, add `dos_based' parameter, and handle it.
713 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
714 it independently of host, add `dos_based' parameter, and handle
715 it.
716 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
717 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
718 (HAS_DOS_DRIVE_SPEC): New.
719 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
720 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
721 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
722 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
723
7242009-05-31 Ian Lance Taylor <iant@google.com>
725
726 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
727 the way we treat an ISO C compiler. Don't define inline as a
728 macro when compiling with C++.
729 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
730 when compiling with C++.
731 * fibheap.h: Add extern "C" when compiling with C++.
732
2cd2156f
DD
7332010-04-23 Pedro Alves <pedro@codesourcery.com>
734
735 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
736 always define it independently of host, add `dos_based' parameter,
737 and handle it.
738 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
739 independently of host, add `dos_based' parameter, and handle it.
740 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
741 it independently of host, add `dos_based' parameter, and handle
742 it.
743 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
744 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
745 (HAS_DOS_DRIVE_SPEC): New.
746 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
747 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
748 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
749 * libiberty.h (dos_lbasename, unix_lbasename): Declare.
750
7512010-04-20 Nick Clifton <nickc@redhat.com>
752
753 * sha1.h: Update copyright notice to use GPLv3.
754
e4e42b45
NC
7552010-04-15 Nick Clifton <nickc@redhat.com>
756
757 * bout.h: Update copyright notice to use GPLv3.
758 * hp-symtab.h: Likewise.
759 * oasys.h: Likewise.
760 * progress.h: Likewise.
761 * sha1.h: Likewise.
762 * xtensa-isa-internal.h: Likewise.
763 * xtensa-isa.h: Likewise.
764
58cd9144
DE
7652010-04-14 Doug Evans <dje@google.com>
766
767 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.
768
a233b20c
JJ
7692010-04-05 Jakub Jelinek <jakub@redhat.com>
770
771 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
772 field.
773
40b36596
JM
7742010-03-25 Joseph Myers <joseph@codesourcery.com>
775
776 * dis-asm.h (print_insn_tic6x): Declare.
777
0aec0f33
JM
7782010-03-23 Joseph Myers <joseph@codesourcery.com>
779
780 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
781
16c06870
JB
7822010-01-13 Joel Brobecker <brobecker@adacore.com>
783
784 Add new DW_AT_use_GNAT_descriptive_type CU attribute.
785 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
786
6d390a9e
DD
7872010-01-11 Tristan Gingold <gingold@adacore.com>
788
789 * demangle.h (ada_demangle): Add prototype.
790
43e85a8f
DD
7912010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
792
793 PR bootstrap/41771
794 * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
795
2e13ec5c
JB
7962009-12-29 Joel Brobecker <brobecker@adacore.com>
797
798 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
799
e7f8eadb
DK
8002009-12-14 Doug Kwan <dougkwan@google.com>
801
802 * bfdlink.h (struct bfd_link_callbacks): Rename function parameters
803 to avoid shadowed variable warnings.
804 * dis-asm.h (struct disassemble_info): Ditto.
805 (disassemble_init_for_target): Ditto.
806 (init_disassemble_info): Ditto.
807
3cb4feec
AM
8082009-11-18 Alan Modra <amodra@bigpond.net.au>
809
810 * alloca-conf.h: Clarify comment.
811
dec397b2
JB
8122009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
813
814 Add DWARF attribute value for the "Borland fastcall" calling
815 convention.
8b40760a 816 * dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
dec397b2 817
96d86ee3
KT
8182009-10-23 Kai Tietz <kai.tietz@onevision.com>
819
820 * splay-tree.h (libi_uhostptr_t): Add gcc specific
821 __extension__ for long long type case to silent cX9.
822 (libi_shostptr_t): Likewise.
823
0adbbe4a
DD
8242009-10-19 Rafael Avila de Espindola <espindola@google.com>
825
826 PR40790
827 * plugin-api.h: Don't include stdint.h unconditionally.
828
3fce87a0
DD
8292009-10-15 Jakub Jelinek <jakub@redhat.com>
830
831 * include/dwarf2.h (DW_LANG_Python): Add comment that it is
832 a DWARF 4 addition.
833
f88dc410
AM
8342009-10-14 Alan Modra <amodra@bigpond.net.au>
835
836 * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from
837 bfd_link_common_skip_ar_aymbols.
838 (struct bfd_link_info): Here too.
839
e322137b
DD
8402009-10-09 Rafael Espindola <espindola@google.com>
841
842 * plugin-api.h (ld_plugin_add_input_library): Change argument name to
843 libname.
844
59b17575
DD
8452008-10-03 Rafael Espindola <espindola@google.com>
846
847 * plugin-api.h: New.
848 * lto-symtab.h: New.
849
8341e15b
ILT
8502009-10-05 Rafael Espindola <espindola@google.com>
851
852 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
853 (ld_plugin_get_input_file): New.
854 (ld_plugin_release_input_file): New.
855 (ld_plugin_add_input_library): New.
856 (ld_plugin_message): Mark format const.
857 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
858 LDPT_ADD_INPUT_LIBRARY.
859 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
860 tv_add_input_library.
861
8622009-10-04 Jerry Quinn <jlquinn@optonline.net>
863
864 * plugin-api.h: Fix compile.
865
664aa91f
DD
8662009-09-29 Jason Merrill <jason@redhat.com>
867
868 * demangle.h (enum demangle_component_type): Add
869 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
870 DEMANGLE_COMPONENT_UNNAMED_TYPE.
871 (struct demangle_component): Add s_unary_num.
872
c7927a3c
NC
8732009-09-29 DJ Delorie <dj@redhat.com>
874
875 * dis-asm.h: Add prototype for print_insn_rx.
876
39236edf
DD
8772009-09-25 Dodji Seketeli <dodji@redhat.com>
878
879 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
880 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
881 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
882
fa9efd0f
DD
8832009-09-25 Cary Coutant <ccoutant@google.com>
884
885 Add rest of new values from DWARF Version 4.
886 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
887 New tags.
888 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
889 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
890 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
891 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
892 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
893 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
894 attributes.
895 (DW_LANG_Python): New language.
896
2b6f5997
CC
8972009-09-24 Cary Coutant <ccoutant@google.com>
898
899 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
900 New tags.
901 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
902 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
903 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
904 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
905 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
906 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
907 attributes.
908 (DW_LANG_Python): New language.
909
a89caa61
DD
9102009-09-22 Dodji Seketeli <dodji@redhat.com>
911
912 * dwarf2.h (enum dwarf_tag): Add
913 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
914
a50b1753
NC
9152009-09-09 Martin Thuresson <martin@mtme.org>
916
917 * bfdlink.h (struct bfd_link_hash_common_entry): Move to top
918 level.
919
66a6900a
JZ
9202009-09-04 Jie Zhang <jie.zhang@analog.com>
921
922 * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
923 (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
924 (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
925 PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
926 Adjust accordingly.
927 (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
928 PseudoDbg_Assert_grp_mask.
929
7ba29e2a
NC
9302009-08-06 Michael Eager <eager@eagercon.com>
931
932 * dis-asm.h: Decl print_insn_microblaze().
933
6e881691
DD
9342009-07-24 Ian Lance Taylor <iant@google.com>
935
936 * libiberty.h (crc32): Declare.
937
2c61e778
DE
9382009-07-20 Cary Coutant <ccoutant@google.com>
939 Doug Evans <dje@google.com>
77170296
DE
940
941 Add some dwarf4 values.
942 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
943 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
944 DW_FORM_flag_present, DW_FORM_sig8.
945 (enum dwarf_attribute): Add DW_AT_signature.
946
d5031754
DD
9472009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
948
949 * demangle.h
950 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
951 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
952 New.
953
fa8f86ff
TT
9542009-07-10 Tom Tromey <tromey@redhat.com>
955
956 * dwarf2.h: New file, moved from elf/.
957
62d2aabf
DD
9582009-07-09 Jakub Jelinek <jakub@redhat.com>
959
960 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
961 and DW_OP_stack_value.
962
e0452928
DD
9632009-07-09 Tom Tromey <tromey@redhat.com>
964
965 * elf/dwarf2.h: Remove, renaming to...
966 * dwarf2.h: ... this.
967
9682009-06-29 Tom Tromey <tromey@redhat.com>
969
970 * elf/dwarf2.h: New file. Merged with gdb.
971
0313a2b8
NC
9722009-06-18 Nick Clifton <nickc@redhat.com>
973
974 * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
975 field of struct disassemble_info.
976
671f4ed1
DD
9772009-06-09 Ian Lance Taylor <ian@airs.com>
978
979 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
980
1316c8b3
NC
9812009-06-15 Nick Clifton <nickc@redhat.com>
982
0313a2b8
NC
983 * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of
984 struct disassemble_info.
1316c8b3 985
8466c6d4
DD
9862009-06-02 Ian Lance Taylor <iant@google.com>
987
988 * ansidecl.h (EXPORTED_CONST): Define.
989
52d6785f
DD
9902009-05-31 Ian Lance Taylor <iant@google.com>
991
992 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
993 the way we treat an ISO C compiler. Don't define inline as a
994 macdro when compiling with C++.
995 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
996 when compiling with C++.
997 * fibheap.h: Add extern "C" when compiling with C++.
998
84983b1a
TG
9992009-05-25 Tristan Gingold <gingold@adacore.com>
1000
1001 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
1002 FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
1003
95e62385
L
10042009-04-22 Taras Glek <tglek@mozilla.com>
1005
1006 * hashtab.h: Update GTY annotations to new syntax.
1007 * splay-tree.h: Likewise.
e48570bb 1008
a0c402a5
L
10092009-04-08 H.J. Lu <hongjiu.lu@intel.com>
1010
1011 * bfdlink.h (bfd_link_info): Add warn_alternate_em.
1012
8d25cc3d
AM
10132009-03-18 Alan Modra <amodra@bigpond.net.au>
1014
1015 * alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
1016 documentation.
1017
c743cf5d
DD
10182009-03-17 Jason Merrill <jason@redhat.com>
1019
1020 * demangle.h (enum demangle_component_type): Add
1021 DEMANGLE_COMPONENT_FUNCTION_PARAM.
1022
fa7f3e72
CC
10232008-12-01 Cary Coutant <ccoutant@google.com>
1024
1025 * plugin-api.h (LDPS_BAD_HANDLE): New constant.
1026 (ld_plugin_get_input_file): New typedef.
1027 (ld_plugin_release_input_file): New typedef.
1028 (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants.
1029 (struct ld_plugin_tv): Add two new fields.
1030
84e94c90
NC
10312008-12-23 Jon Beniston <jon@beniston.com>
1032
1033 * dis-asm.h: Add LM32 disassembler function prototype.
1034
d2825c1a
DD
10352008-12-10 Jason Merrill <jason@redhat.com>
1036
1037 * demangle.h (enum demangle_component_type): Add
1038 DEMANGLE_COMPONENT_FIXED_TYPE.
1039
6c52134c
CC
10402008-12-01 Cary Coutant <ccoutant@google.com>
1041
1042 * plugin-api.h (ld_plugin_message): Change format parameter to const.
1043
a6bfd026
CC
10442008-12-01 Cary Coutant <ccoutant@google.com>
1045
1046 * plugin-api.h: Fix syntax error when compiling with C++.
1047
ae5a3597
AM
10482008-11-26 Alan Modra <amodra@bigpond.net.au>
1049
1050 PR 7047
1051 * bfdlink.h (struct bfd_elf_version_expr): Delete "symbol".
1052 Add "literal".
1053
1fa3cd83
SA
10542008-11-21 Sterling Augustine <sterling@tensilica.com>
1055
1056 * xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag.
1057 * xtensa-isa.h (xtensa_state_is_shared_or): New prototype.
1058
33430bd0 10592008-11-19 Bob Wilson <bob.wilson@acm.org>
e4e42b45 1060
33430bd0
BW
1061 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
1062 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
1063 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
1064 (XCHAL_NUM_AREGS): Change to 32.
1065 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
1066 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
1067 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
1068 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
1069 (XCHAL_DEBUGLEVEL): Change to 6.
e4e42b45 1070
d387240a
TG
10712008-11-14 Tristan Gingold <gingold@adacore.com>
1072
1073 * fopen-vms.h (FOPEN_RB): Use a single string to match the
1074 standard prototype.
1075 (FOPEN_WB): Ditto.
1076 (FOPEN_AB): Ditto.
1077 (FOPEN_RUB): Ditto.
1078 (FOPEN_WUB): Ditto.
1079 (FOPEN_AUB): Ditto.
1080
75ded2db
AM
10812008-10-21 Alan Modra <amodra@bigpond.net.au>
1082
1083 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
1084
1c08f2c8
DD
10852008-10-06 Jason Merrill <jason@redhat.com>
1086
1087 * demangle.h (enum demangle_component_type): Add
1088 DEMANGLE_COMPONENT_PACK_EXPANSION.
1089
f1c4cc75
RH
10902008-09-24 Richard Henderson <rth@redhat.com>
1091
1092 * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
1093
bbb444b6
ILT
10942008-09-22 Rafael Espindola <espindola@google.com>
1095
1096 * plugin-api.h (ld_plugin_status): Remove comma from the last item.
1097 Use C style comment.
1098 (ld_plugin_api_version, ld_plugin_output_file_type,
1099 ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
1100 ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
1101 comma from the last item.
1102
89fc3421
CC
11032008-09-18 Cary Coutant <ccoutant@google.com>
1104
1105 Add plugin functionality for link-time optimization (LTO).
1106 * plugin-api.h: New file.
1107
ba8cb4ba
DD
11082008-09-09 Jason Merrill <jason@redhat.com>
1109
1110 * demangle.h (enum demangle_component_type): Add
1111 DEMANGLE_COMPONENT_DECLTYPE.
1112
67efbf45
AM
11132008-08-25 Alan Modra <amodra@bigpond.net.au>
1114
1115 * binary-io.h: New file, imported from gnulib, but don't
1116 #include <fcntl.h> or <stdio.h>.
1117
5c1d2f5f
AM
11182008-08-17 Alan Modra <amodra@bigpond.net.au>
1119
1120 * bfdlink.h (bfd_generic_link_read_symbols): Declare.
1121
7b21ac3f
EW
11222008-08-08 Anatoly Sokolov <aesok@post.ru>
1123
1124 * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31,
1125 E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define.
1126 (EF_AVR_MACH): Redefine to 0x7F.
1127 * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
1128 (AVR_ISA_AVR3): Redefine.
1129 (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
1130 AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
1131 AVR_ISA_AVR6): Define.
1132
1bac266e
JZ
11332008-07-12 Jie Zhang <jie.zhang@analog.com>
1134
1135 Revert
1136 2008-07-12 Jie Zhang <jie.zhang@analog.com>
1137 * bfdlink.h (struct bfd_link_info): Add sep_code member
1138 variable.
1139 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
1140 (EF_BFIN_DATA_IN_L1): Define.
1141
8c684578
JZ
11422008-07-12 Jie Zhang <jie.zhang@analog.com>
1143
1144 * bfdlink.h (struct bfd_link_info): Add sep_code member
1145 variable.
1146 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
1147 (EF_BFIN_DATA_IN_L1): Define.
1148
6a4fe770
SS
11492008-07-07 Stan Shebs <stan@codesourcery.com>
1150
1151 * dis-asm.h (struct disassemble_info): Add endian_code field.
1152
0f963b24
JB
11532008-07-07 Joel Brobecker <brobecker@adacore.com>
1154
1155 * safe-ctype.h: Add #include of ctype.h before redefining
1156 the ctype.h macros.
1157
d5721fa7
JB
11582008-07-04 Joel Brobecker <brobecker@adacore.com>
1159
1160 * safe-ctype.h: Remove #error when detecting that ctype.h has been
1161 included. Redefine the various macros provided by ctype.h as
1162 undefined variables.
1163
1e5d0832
DD
11642008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1165
1166 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
1167 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
1168
97407faf
AM
11692008-06-06 Alan Modra <amodra@bigpond.net.au>
1170
1171 * bfdlink.h (struct bfd_link_info): Add "path_separator".
1172
112b7c50
AK
11732008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
1174
1175 * dis-asm.h (print_s390_disassembler_options):
1176 Prototype added.
1177
b68965a0
DD
11782008-03-24 Ian Lance Taylor <iant@google.com>
1179
1180 * sha1.h: New file, from gnulib.
1181
1182 * md5.h: Add extern "C" when compiled with C++.
1183
66ce8439
ILT
11842008-03-24 Ian Lance Taylor <iant@google.com>
1185
1186 * md5.h: Add extern "C" when compiled with C++.
1187
91edef2d
ILT
11882008-03-21 Ian Lance Taylor <iant@google.com>
1189
1190 * filenames.h: Add extern "C" when compiled with C++.
1191
f13a99db
AM
11922008-02-15 Alan Modra <amodra@bigpond.net.au>
1193
1194 * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
1195 (struct bfd_link_info): Add output_bfd.
1196
6c7d412c
BW
11972008-02-11 Bob Wilson <bob.wilson@acm.org>
1198
1199 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
1200 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
e4e42b45 1201
830ef634
DD
12022008-01-26 David Daney <ddaney@avtrex.com>
1203
1204 * demangle.h (demangle_component_type): Add
1205 DEMANGLE_COMPONENT_JAVA_RESOURCE,
1206 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1207 DEMANGLE_COMPONENT_CHARACTER as new enum values.
1208 (demangle_component): Add struct s_character to union u.
1209
b14d30e1
JM
12102007-11-07 Joseph Myers <joseph@codesourcery.com>
1211 Daniel Jacobowitz <dan@codesourcery.com>
1212
1213 * floatformat.h (struct floatformat): Add split_half field.
1214 (floatformat_ibm_long_double): New.
1215
3a0ab695
DD
12162007-09-06 Tom Tromey <tromey@redhat.com>
1217
1218 * libiberty.h (pex_free): Document process killing.
1219
8969a67f
DD
12202007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1221
1222 * demangle.h (enum demangle_component_type): Add
1223 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1224
cd12e26d
BE
12252007-07-25 Ben Elliston <bje@au.ibm.com>
1226
1227 * ternary.h: Remove.
1228
0a05a876 12292007-07-18 Bob Wilson <bob.wilson@acm.org>
e4e42b45 1230
0a05a876
BW
1231 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
1232 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
e4e42b45 1233
bd0aa315
NC
12342007-07-17 Nick Clifton <nickc@redhat.com>
1235
1236 * COPYING3: New file. Contains version 3 of the GNU General
1237 Public License.
1238
d2df793a
NC
12392007-07-12 Kai Tietz <kai.tietz@onevision.com>
1240
ae8772e6
HPN
1241 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
1242 work-a-round whitespace problem in gcc gengtype.
1243
d2df793a
NC
1244 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1245 needed for WIN64 when a long is not wide enough for a pointer.
0fdaa005 1246 (splay_tree_key, splay_tree_value): Use the new types.
d2df793a 1247
fd2f25da
RM
12482007-07-09 Roland McGrath <roland@redhat.com>
1249
1250 * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
1251
a208b53c
NC
12522007-07-06 Nick Clifton <nickc@redhat.com>
1253
1254 * bfdlink.h: Update copyright notice to refer to GPLv3.
1255
3d3d428f
NC
12562007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1257
0fdaa005 1258 * dis-asm.h (print_insn_cr16): New prototype.
3d3d428f 1259
a9a4c53e
AM
12602007-06-01 Noah Misch <noah@cs.caltech.edu>
1261 Alan Modra <amodra@bigpond.net.au>
1262
1263 * bfdlink.h (struct bfd_link_info): Add input_bfds_tail.
1264
0c18fee5
DD
12652007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1266
1267 * libiberty.h (writeargv): Declare.
1268
49fa1e15
AM
12692007-04-30 Alan Modra <amodra@bigpond.net.au>
1270
1271 * bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
1272
e8590c10
DD
12732007-04-25 Mark Mitchell <mark@codesourcery.com>
1274
1275 * demangle.h: Change license to LGPL + exception.
1276
4a828aab
RH
12772007-04-10 Richard Henderson <rth@redhat.com>
1278
1279 * bfdlink.h (struct bfd_link_info): Add relax_trip.
1280
9c577e89
DD
12812007-03-29 Joel Brobecker <brobecker@adacore.com>
1282
1283 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
1284 regardless of the type of file system.
1285
e04d7611
DD
12862007-03-06 Jan Hubicka <jh@suse.cz>
1287
1288 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
1289
2889e75b
NC
12902007-02-21 Nick Clifton <nickc@redhat.com>
1291
1292 * bfdlink.h (struct bfd_link_callbacks): Add
1293 override_segment_assignment field.
1294
92f01d61
JM
12952007-02-17 Mark Mitchell <mark@codesourcery.com>
1296 Nathan Sidwell <nathan@codesourcery.com>
1297 Vladimir Prus <vladimir@codesourcery.com
1298 Joseph Myers <joseph@codesourcery.com>
1299
1300 * bin-bugs.h: Remove.
1301
b5d7c748
DD
13022007-02-09 Joseph S. Myers <joseph@codesourcery.com>
1303
1304 * libiberty.h (pex_write_input): Remove prototype.
1305
d6eafc3e
DB
13062007-02-05 Dave Brolley <brolley@redhat.com>
1307
1308 * Contribute the following changes:
1309 2001-03-26 Ben Elliston <bje@redhat.com>
1310
1311 * dis-asm.h (print_insn_mep): Declare.
1312
fc523535 13132007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
1314
1315 * dis-asm.h (print_i386_disassembler_options): New.
1316
53d7966f 13172007-01-31 Vladimir Prus <vladimir@codesourcery.com>
fd2f25da 1318
53d7966f
VP
1319 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
1320 (PEX_BINARY_ERROR): New define.
1321 (pex_read_err): New function.
1322
208c1674
DD
13232007-01-29 Simon Baldwin <simonb@google.com>
1324
1325 * demangle.h: New cplus_demangle_print_callback,
1326 cplus_demangle_v3_callback, and java_demangle_v3_callback function
1327 prototypes, and demangle_callbackref type definition.
1328
40b36307
L
13292007-01-16 H.J. Lu <hongjiu.lu@intel.com>
1330
1331 PR ld/3831
1332 * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
fd2f25da 1333 Add dynamic and dynamic_data.
40b36307 1334
4fd454c8
NC
13352006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
1336 Nick Clifton <nickc@redhat.com>
1337
1338 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1339
d8f813d4 13402006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
40b36307 1341 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
1342
1343 PR driver/29931
1344 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1345
2caa7ca0
BW
13462006-11-27 Bob Wilson <bob.wilson@acm.org>
1347
1348 * xtensa-config.h (XSHAL_ABI): New.
1349 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
1350
0154116a
BW
13512006-11-27 Bob Wilson <bob.wilson@acm.org>
1352
1353 * xtensa-isa.h (STATIC_LIBISA): Delete.
1354
2087ad84
PB
13552006-10-30 Paul Brook <paul@codesourcery.com>
1356
1357 * dis-asm.h (disassemble_info): Add symtab, symtab_pos and
1358 symtab_size.
1359
c0f00686
L
13602006-10-30 H.J. Lu <hongjiu.lu@intel.com>
1361
1362 PR ld/3111
1363 * bfdlink.h (bfd_link_info): Add reduce_memory_overheads.
1364
e9f53129
AM
13652006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
1366 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
1367 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
1368 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
1369 Alan Modra <amodra@bigpond.net.au>
1370
1371 * dis-asm.h (print_insn_spu): Declare.
1372
1c0d3aa6
NC
13732006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
1374
1375 * dis-asm.h: Add prototypes for Score disassembler routines.
1376
55255dae
L
13772006-09-07 H.J. Lu <hongjiu.lu@intel.com>
1378
1379 * bfdlink.h (bfd_elf_dynamic_list): New.
1380 (bfd_link_info): Add a dynamic field.
1381
c17d87de
NC
13822006-08-04 Marcelo Tosatti <marcelo@kvack.org>
1383
1384 * bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
1385
fdc90cb4
JJ
13862006-07-10 Jakub Jelinek <jakub@redhat.com>
1387
1388 * bfdlink.h (struct bfd_link_info): Add emit_hash and
1389 emit_gnu_hash bitfields.
1390
3db2e6dd
DD
13912006-04-11 Jim Blandy <jimb@codesourcery.com>
1392
1393 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
1394
fbbc3759
L
13952006-04-06 H.J. Lu <hongjiu.lu@intel.com>
1396
1397 * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
1398 relax_pass.
1399
d70c5fc7
NC
14002006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
1401 Anil Paranjape <anilp1@kpitcummins.com>
1402 Shilin Shakti <shilins@kpitcummins.com>
1403
1404 * dis-asm.h (print_insn_xc16c): New prototype.
1405
dd942754
DD
14062006-01-18 DJ Delorie <dj@redhat.com>
1407
1408 * md5.h: Include ansidecl.h
1409
d99b6465
AS
14102006-01-17 Andreas Schwab <schwab@suse.de>
1411
1412 PR binutils/1486
1413 * dis-asm.h (struct disassemble_info): Add
1414 disassembler_needs_relocs.
1415
51d04b5c
BW
14162006-01-09 Bob Wilson <bob.wilson@acm.org>
1417
1418 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
1419
b2d179be
BW
14202005-12-30 Bob Wilson <bob.wilson@acm.org>
1421
1422 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
1423
d031aafb
NS
14242005-12-16 Nathan Sidwell <nathan@codesourcery.com>
1425
1426 Second part of ms1 to mt renaming.
1427 * dis-asm.h (print_insn_mt): Renamed.
1428
7887b2ce
DD
14292005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1430
1431 PR java/9861
1432 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
1433 output format for return types
1434
6ed89c00
AM
14352005-11-03 Alan Modra <amodra@bigpond.net.au>
1436
1437 * bfdlink.h (struct bfd_link_order): Tweak comment.
1438
fb10537e
DD
14392005-10-31 Mark Kettenis <kettenis@gnu.org>
1440
1441 * floatformat.h (enum floatformat_byteorders): Add
1442 floatformat_vax.
1443 (floatformat_vax_aingle, floatformat_vax_double): Declare.
1444
16175d96
DB
14452005-10-28 Dave Brolley <brolley@redhat.com>
1446
1447 Contribute the following changes:
1448 2003-09-29 Dave Brolley <brolley@redhat.com>
1449
1450 * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
1451 more exotic underlying types to be used.
1452
3c9b82ba
NC
14532005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
1454
1455 disasm.h: Add declaration for print_insn_z80
1456
dc603df5
CM
14572005-09-30 Catherine Moore <clm@cm00re.com>
1458
1459 * dis-asm.h (print_insn_bfin): Declare.
dc603df5 1460
7b17bc29
MM
14612005-09-26 Mark Mitchell <mark@codesourcery.com>
1462
1463 * libiberty.h (expandargv): New function.
1464
c17ae8a2
AM
14652005-08-18 Alan Modra <amodra@bigpond.net.au>
1466
1467 * bfdlink.h: Remove mention of a29k.
1468 * dis-asm.h: Remove a29k support.
c17ae8a2 1469
3b6940c0
DD
14702005-08-17 Mark Kettenis <kettenis@gnu.org>
1471
1472 * floatformat.h (struct floatformat): Change type of large
1473 argument for is_valid member to `const void *'.
1474 (floatformat_to_double): Change type of second argument to `const
1475 void *'.
1476 (floatformat_from_double): Change type of last argument to `void
1477 *'.
1478 (floatformat_is_valid): Change type of last argument to `const
1479 void *'.
1480
49f58d10
JB
14812005-07-14 Jim Blandy <jimb@redhat.com>
1482
1483 * dis-asm.h (print_insn_m32c): New declaration.
1484
f2942ea4
DD
14852005-07-12 Ben Elliston <bje@au.ibm.com>
1486
1487 * xregex2.h (regexec): Qualify this prototype with __extension__
1488 when compiling with GNU C.
1489
0fd3a477
JW
14902005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1491
1492 * dis-asm.h (fprintf_ftype): Add format attribute.
1493
6ba85b8c
DD
14942005-07-03 Steve Ellcey <sje@cup.hp.com>
1495
1496 PR other/13906
1497 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
1498 * md5.h (md5_uintptr): New.
1499 (md5_ctx): Align buffer field.
1500
c3cca4c9
DD
15012005-06-30 Daniel Berlin <dberlin@dberlin.org>
1502
1503 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1504 (HTAB_EMPTY_ENTRY): New macro.
1505
67f3cb05
GK
15062005-06-20 Geoffrey Keating <geoffk@apple.com>
1507
fd2f25da 1508 * libiberty.h (strverscmp): Prototype.
67f3cb05 1509
08d8fa11
JJ
15102005-06-17 Jakub Jelinek <jakub@redhat.com>
1511
1512 * elf/external.h (GRP_ENTRY_SIZE): Define.
1513
6b5d3a4d
ZW
15142005-06-08 Zack Weinberg <zack@codesourcery.com>
1515
1516 * dis-asm.h (get_arm_regnames): Update prototype.
1517
3f1c9c12
AH
15182005-06-07 Aldy Hernandez <aldyh@redhat.com>
1519 Michael Snyder <msnyder@redhat.com>
1520 Stan Cox <scox@redhat.com>
1521
1522 * dis-asm.h: Externalize print_insn_ms1.
1523
d30d42d1
DD
15242005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
1525
1526 * libiberty.h (XOBFINISH): New.
1527
e1fffbe6
AM
15282005-06-03 Alan Modra <amodra@bigpond.net.au>
1529
1530 * bfdlink.h (struct bfd_link_callbacks): Add einfo.
1531
c2bd6e35
DD
15322005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1533
1534 * libiberty.h (vsnprintf): Add format attribute.
1535
e9472921
DD
15362005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1537
1538 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
1539
01e94249
DD
15402005-05-28 Eli Zaretskii <eliz@gnu.org>
1541
1542 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
1543 needed.
1544 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
1545
839e4798
RH
15462005-05-25 Richard Henderson <rth@redhat.com>
1547
1548 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
1549
abf6a75b
DD
15502005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1551
1552 * libiberty.h (ACONCAT): Properly cast value of alloca().
1553
1554 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
1555 __cplusplus.
1556
aaac3631
DD
15572005-05-12 Steve Ellcey <sje@cup.hp.com>
1558
1559 libiberty.h: Do not define empty basename prototype.
1560
e172dbf8
NC
15612005-05-10 Nick Clifton <nickc@redhat.com>
1562
1563 * Update the address and phone number of the FSF organization in
1564 the GPL notices in the following files:
1565 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
1566 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
1567 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1568 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
1569 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
1570 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
1571 xtensa-isa-internal.h, xtensa-isa.h
1572
c631edf1
DD
15732005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1574
1575 * libiberty.h (unlock_std_streams): New.
1576
a288642d
DD
15772005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1578
1579 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1580 Don't use the PTR macro.
1581
1582 * sort.h: Don't use the PARAMS macro.
1583
7b6f6286
DD
15842005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1585
1586 * libiberty.h (unlock_stream): New.
1587
ab70e2a5
DD
15882005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1589
1590 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1591 Remove parameter names.
1592
ac119ae8
DD
15932005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1594
1595 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
1596 Provide prototypes for new functions.
1597
7e10245c
DD
15982005-03-29 Ian Lance Taylor <ian@airs.com>
1599
1600 * libiberty.h: Fix indentation.
1601
b109e79a
ILT
16022005-03-28 Ian Lance Taylor <ian@airs.com>
1603
1604 * libiberty.h: Include <stdio.h>.
1605 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
1606 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
1607 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
1608 (pex_init, pex_run, pex_read_output): Declare.
1609 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
1610 (struct pex_time): Define.
1611
3d0dfe26
MM
16122005-03-28 Mark Mitchell <mark@codesourcery.com>
1613
1614 * libiberty.h (ffs): Declare, if necessary.
e1fffbe6 1615
49b1fae4
DD
16162005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
1617
1618 * ternary.h: Don't use PARAMS anymore.
1619
16202005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1621
1622 * md5.h: Remove definition and uses of __P.
1623 * dyn-string.h: Remove uses of PARAMS.
1624 * fibheap.h: Likewise.
1625 * floatformat.h: Likewise.
1626 * hashtab.h: Likewise.
1627
9334f9c6
DD
16282005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1629
1630 * demangle.h: Remove uses of PARAMS.
1631
1632 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
1633 ANSI_PROTOTYPES is always assumed.
1634 Remove uses of PARAMS throughout.
1635
0fad4bdb
DD
16362005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1637
1638 * libiberty.h (xstrndup): Declare.
1639
1ec0126d
DD
16402005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1641
1642 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
1643
1fbc7e7a
BW
16442005-03-22 Bob Wilson <bob.wilson@acm.org>
1645
1646 * xtensa-isa.h: Update a comment and whitespace.
1647
57316bff
L
16482005-03-16 H.J. Lu <hongjiu.lu@intel.com>
1649
1650 * bfdlink.h (bfd_link_info): Add gc_sections.
1651
8ec32723
DD
16522005-03-09 Mark Mitchell <mark@codesourcery.com>
1653
1654 * libiberty.h (gettimeofday): Declare.
1655
190eb137
DD
16562005-03-01 Jan Beulich <jbeulich@novell.com>
1657
1658 * libiberty.h: Declare unlink_if_ordinary.
1659
f075ee0c
AM
16602005-02-21 Alan Modra <amodra@bigpond.net.au>
1661
1662 * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
1663 * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
1664 (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
1665
8adce22d
DD
16662005-02-14 Paolo Bonzini <bonzini@gnu.org>
1667
1668 PR bootstrap/19818
1669 * ansidecl.h (PARAMS): Guard from redefinition.
1670
11f25ea6
AM
16712005-02-03 Alan Modra <amodra@bigpond.net.au>
1672
1673 * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
1674
77cfaee6
AM
16752005-02-01 Alan Modra <amodra@bigpond.net.au>
1676
1677 * bfdlink.h (bfd_link_repair_undef_list): Declare.
1678
0bcb06d2
AS
16792005-01-10 Andreas Schwab <schwab@suse.de>
1680
1681 * dis-asm.h (struct disassemble_info): Add skip_zeroes and
1682 skip_zeroes_at_end.
1683
40a59a4c
DD
16842004-12-11 Ben Elliston <bje@au.ibm.com>
1685
1686 * fibheap.h (struct fibnode): Only use unsigned long bitfields
1687 when __GNUC__ is defined and ints are less than 32-bits wide.
1688
fc0e6df6
PB
16892004-11-04 Paul Brook <paul@codesourcery.com>
1690
1691 * bfdlink.h (bfd_link_info): Add default_imported_symver.
1692
a1ace8d8
BW
16932004-11-12 Bob Wilson <bob.wilson@acm.org>
1694
1695 * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id.
1696 * xtensa-isa.h (xtensa_interface_class_id): New prototype.
1697
7499d566
NC
16982004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1699 Vineet Sharma <vineets@noida.hcltech.com>
1700
1701 * dis-asm.h: Add prototype for print_insn_maxq_little.
1702
3e3b46e5
PB
17032004-10-26 Paul Brook <paul@codesourcery.com>
1704
1705 * bfdlink.h (struct bfd_link_info): Add create_default_symver.
1706
dfeffb9f
L
17072004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1708
1709 PR 463
1710 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
1711 bfd_link_hash_entry to reloc_overflow.
1712
43cd72b9
BW
17132004-10-07 Bob Wilson <bob.wilson@acm.org>
1714
1715 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
1716 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
1717 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
c44050dc 1718
43cd72b9
BW
1719 * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
1720 (config_sturct struct): Delete.
1721 (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
1722 XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
1723 XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
1724 XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
1725 XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
1726 (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
1727 (xtensa_insn_decode_fn): Rename to ...
1728 (xtensa_opcode_decode_fn): ... this.
1729 (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
1730 xtensa_undo_reloc_fn): Update.
1731 (xtensa_encoding_template_fn): Delete.
1732 (xtensa_opcode_encode_fn, xtensa_format_decode_fn,
1733 xtensa_length_decode_fn): New.
1734 (xtensa_format_internal, xtensa_slot_internal): New types.
1735 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
1736 get_field, and set_field fields. Add name, field_id, regfile,
1737 num_regs, and flags fields.
1738 (xtensa_arg_internal): New type.
1739 (xtensa_iclass_internal): Change operands field to array of
1740 xtensa_arg_internal. Add num_stateOperands, stateOperands,
1741 num_interfaceOperands, and interfaceOperands fields.
1742 (xtensa_opcode_internal): Delete length, template, and iclass fields.
1743 Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
1744 (opname_lookup_entry): Delete.
1745 (xtensa_regfile_internal, xtensa_interface_internal,
1746 xtensa_funcUnit_internal, xtensa_state_internal,
1747 xtensa_sysreg_internal, xtensa_lookup_entry): New.
1748 (xtensa_isa_internal): Replace opcode_table field with opcodes field.
1749 Change type of opname_lookup_table. Delete num_modules,
1750 module_opcode_base, module_decode_fn, config, and has_density fields.
1751 Add num_formats, formats, format_decode_fn, length_decode_fn,
1752 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
1753 iclasses, num_regfiles, regfiles, num_states, states,
1754 state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
1755 max_sysreg_num, sysreg_table, num_interfaces, interfaces,
1756 interface_lookup_table, num_funcUnits, funcUnits and
1757 funcUnit_lookup_table fields.
1758 (xtensa_isa_module, xtensa_isa_modules): Delete.
1759 (xtensa_isa_name_compare): New prototype.
1760 (xtisa_errno, xtisa_error_msg): New.
1761 * xtensa-isa.h (XTENSA_ISA_VERSION): Define.
1762 (xtensa_isa): Change type.
1763 (xtensa_operand): Delete.
1764 (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
1765 xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
1766 xtensa_funcUnit_use): New types.
1767 (libisa_module_specifier): Delete.
1768 (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
1769 (xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
1770 xtensa_insnbuf_from_chars): Update prototypes.
1771 (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
1772 xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
1773 xtensa_encode_insn, xtensa_insn_length,
1774 xtensa_insn_length_from_first_byte, xtensa_num_operands,
1775 xtensa_operand_kind, xtensa_encode_result,
1776 xtensa_operand_isPCRelative): Delete.
1777 (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
1778 xtensa_operand_set_field, xtensa_operand_encode,
1779 xtensa_operand_decode, xtensa_operand_do_reloc,
1780 xtensa_operand_undo_reloc): Update prototypes.
1781 (xtensa_isa_maxlength, xtensa_isa_length_from_chars,
1782 xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
1783 xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
1784 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
1785 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
1786 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
1787 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
1788 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
1789 xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
1790 xtensa_opcode_is_loop, xtensa_opcode_is_call,
1791 xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
1792 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
1793 xtensa_opcode_funcUnit_use, xtensa_operand_name,
1794 xtensa_operand_is_visible, xtensa_operand_is_register,
1795 xtensa_operand_regfile, xtensa_operand_num_regs,
1796 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
1797 xtensa_stateOperand_state, xtensa_stateOperand_inout,
1798 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
1799 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
1800 xtensa_regfile_shortname, xtensa_regfile_view_parent,
1801 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
1802 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
1803 xtensa_state_is_exported, xtensa_sysreg_lookup,
1804 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
1805 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
1806 xtensa_interface_num_bits, xtensa_interface_inout,
1807 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
1808 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
8fdd7217
NC
18092004-10-07 Jeff Baker <jbaker@qnx.com>
1810
1811 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
1812
f6e332e6
AM
18132004-09-17 Alan Modra <amodra@bigpond.net.au>
1814
1815 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
1816 of union.
1817
79fadcb0
DD
18182004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1819
1820 * libiberty.h (basename): Prototype for __MINGW32__.
1821
a5ecc6a5
DD
18222004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1823
1824 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
1825 * libiberty.h (concat, reconcat, concat_length, concat_copy,
1826 concat_copy2): Use ATTRIBUTE_SENTINEL.
1827
d003868e
AM
18282004-08-13 Alan Modra <amodra@bigpond.net.au>
1829
1830 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
1831 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
1832
deaa6723
DD
18332004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
1834
1835 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
1836 const-qualification before disposal.
1837
d5b4094f
DD
18382004-07-24 Bernardo Innocenti <bernie@develer.com>
1839
1840 * ansidecl.h (ARG_UNUSED): New Macro.
1841
60ee6567
L
18422004-07-23 H.J. Lu <hongjiu.lu@intel.com>
1843
1844 * bin-bugs.h (REPORT_BUGS_TO): Set to
1845 "<URL:http://www.sourceware.org/bugzilla/>".
1846
a35b6b04
DD
18472004-07-21 Paolo Bonzini <bonzini@gnu.org>
1848
1849 * ansidecl.h (ATTRIBUTE_PURE): New.
1850
7ab9a76e
DD
18512004-07-13 Bernardo Innocenti <bernie@develer.com>
1852
1853 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
1854 libcpp/internal.h.
1855 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
1856 macros.
1857
18582004-07-13 Bernardo Innocenti <bernie@develer.com>
1859
1860 * libiberty.h (ASTRDUP): Add casts required for stricter
1861 type conversion rules of C++.
1862 * obstack.h (obstack_free): Likewise.
1863
1fe1f39c
NC
18642004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1865
1866 * dis-asm.h (print_insn_crx): Declare.
1867
eea6121a
AM
18682004-06-24 Alan Modra <amodra@bigpond.net.au>
1869
1870 * bfdlink.h (struct bfd_link_order): Update comment.
1871
8c37241b
JJ
18722004-05-11 Jakub Jelinek <jakub@redhat.com>
1873
1874 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
1875 relro_end fields.
8c37241b 1876
619874a6
DD
18772004-05-04 Andreas Jaeger <aj@suse.de>
1878
1879 * demangle.h: Do not use C++ reserved keyword typename as
1880 parameter for cplus_demangle_fill_builtin_type.
1881
bb6a587d
DD
18822004-04-22 Richard Henderson <rth@redhat.com>
1883
1884 * hashtab.h (struct htab): Add size_prime_index.
1885
d6ea4e80
DD
18862004-04-13 Jeff Law <law@redhat.com>
1887
1888 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
1889
f29d4bb8
DD
18902004-03-30 Zack Weinberg <zack@codesourcery.com>
1891
1892 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1893
75d5e263
SS
18942004-03-25 Stan Shebs <shebs@apple.com>
1895
1896 * mpw/: Remove subdirectory and everything in it.
1897
b9cf773d
AM
18982004-03-23 Alan Modra <amodra@bigpond.net.au>
1899
1900 PR 51.
1901 * bfdlink.h (struct bfd_link_info): Add wrap_char.
1902
59c2e50f
L
19032004-03-20 H.J. Lu <hongjiu.lu@intel.com>
1904
1905 * bfdlink.h (bfd_link_info): Correct comments for the
1906 unresolved_syms_in_objects field.
1907
099f84cf
DD
19082004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1909
1910 * dyn-string.h: Update copyright date.
1911
74aee4eb
DD
19122004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1913
1914 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1915 the associated #defines.
1916
59727473
DD
19172004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1918
062054c5
ILT
1919 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1920 "libiberty.h".
1921
9850ebe2
ILT
1922 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1923
59727473
DD
1924 * demangle.h (enum demangle_component_type): Define.
1925 (struct demangle_operator_info): Declare.
1926 (struct demangle_builtin_type_info): Declare.
1927 (struct demangle_component): Define.
1928 (cplus_demangle_fill_component): Declare.
1929 (cplus_demangle_fill_name): Declare.
1930 (cplus_demangle_fill_builtin_type): Declare.
1931 (cplus_demangle_fill_operator): Declare.
1932 (cplus_demangle_fill_extended_operator): Declare.
1933 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1934 (cplus_demangle_v3_components): Declare.
1935 (cplus_demangle_print): Declare.
1936
10ca0e95 1937For older changes see ChangeLog-9103
252b5132 1938\f
752937aa
NC
1939Copyright (C) 2004-2012 Free Software Foundation, Inc.
1940
1941Copying and distribution of this file, with or without modification,
1942are permitted in any medium without royalty provided the copyright
1943notice and this notice are preserved.
1944
252b5132
RH
1945Local Variables:
1946mode: change-log
1947left-margin: 8
1948fill-column: 74
1949version-control: never
1950End:
This page took 0.692236 seconds and 4 git commands to generate.