7e8f34505519f2aad25ede0cf41d7c5b72a34935
[deliverable/binutils-gdb.git] / include / ChangeLog
1 2009-09-29 DJ Delorie <dj@redhat.com>
2
3 * dis-asm.h: Add prototype for print_insn_rx.
4
5 2009-09-25 Dodji Seketeli <dodji@redhat.com>
6
7 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
8 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
9 and DW_TAG_formal_parameter_pack until DWARF 5 is out.
10
11 2009-09-25 Cary Coutant <ccoutant@google.com>
12
13 Add rest of new values from DWARF Version 4.
14 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
15 New tags.
16 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
17 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
18 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
19 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
20 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
21 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
22 attributes.
23 (DW_LANG_Python): New language.
24
25 2009-09-24 Cary Coutant <ccoutant@google.com>
26
27 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
28 New tags.
29 (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
30 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
31 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
32 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
33 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
34 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
35 attributes.
36 (DW_LANG_Python): New language.
37
38 2009-09-22 Dodji Seketeli <dodji@redhat.com>
39
40 * dwarf2.h (enum dwarf_tag): Add
41 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
42
43 2009-09-09 Martin Thuresson <martin@mtme.org>
44
45 * bfdlink.h (struct bfd_link_hash_common_entry): Move to top
46 level.
47
48 2009-09-04 Jie Zhang <jie.zhang@analog.com>
49
50 * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
51 (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
52 (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
53 PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
54 Adjust accordingly.
55 (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
56 PseudoDbg_Assert_grp_mask.
57
58 2009-08-06 Michael Eager <eager@eagercon.com>
59
60 * dis-asm.h: Decl print_insn_microblaze().
61
62 2009-07-24 Ian Lance Taylor <iant@google.com>
63
64 * libiberty.h (crc32): Declare.
65
66 2009-07-20 Cary Coutant <ccoutant@google.com>
67 Doug Evans <dje@google.com>
68
69 Add some dwarf4 values.
70 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
71 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
72 DW_FORM_flag_present, DW_FORM_sig8.
73 (enum dwarf_attribute): Add DW_AT_signature.
74
75 2009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
76
77 * demangle.h
78 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
79 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
80 New.
81
82 2009-07-10 Tom Tromey <tromey@redhat.com>
83
84 * dwarf2.h: New file, moved from elf/.
85
86 2009-07-09 Jakub Jelinek <jakub@redhat.com>
87
88 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
89 and DW_OP_stack_value.
90
91 2009-07-09 Tom Tromey <tromey@redhat.com>
92
93 * elf/dwarf2.h: Remove, renaming to...
94 * dwarf2.h: ... this.
95
96 2009-06-29 Tom Tromey <tromey@redhat.com>
97
98 * elf/dwarf2.h: New file. Merged with gdb.
99
100 2009-06-18 Nick Clifton <nickc@redhat.com>
101
102 * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
103 field of struct disassemble_info.
104
105 2009-06-09 Ian Lance Taylor <ian@airs.com>
106
107 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
108
109 2009-06-15 Nick Clifton <nickc@redhat.com>
110
111 * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of
112 struct disassemble_info.
113
114 2009-06-02 Ian Lance Taylor <iant@google.com>
115
116 * ansidecl.h (EXPORTED_CONST): Define.
117
118 2009-05-31 Ian Lance Taylor <iant@google.com>
119
120 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
121 the way we treat an ISO C compiler. Don't define inline as a
122 macdro when compiling with C++.
123 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
124 when compiling with C++.
125 * fibheap.h: Add extern "C" when compiling with C++.
126
127 2009-05-25 Tristan Gingold <gingold@adacore.com>
128
129 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
130 FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
131
132 2009-04-22 Taras Glek <tglek@mozilla.com>
133
134 * hashtab.h: Update GTY annotations to new syntax.
135 * splay-tree.h: Likewise.
136
137 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
138
139 * bfdlink.h (bfd_link_info): Add warn_alternate_em.
140
141 2009-03-18 Alan Modra <amodra@bigpond.net.au>
142
143 * alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
144 documentation.
145
146 2009-03-17 Jason Merrill <jason@redhat.com>
147
148 * demangle.h (enum demangle_component_type): Add
149 DEMANGLE_COMPONENT_FUNCTION_PARAM.
150
151 2008-12-01 Cary Coutant <ccoutant@google.com>
152
153 * plugin-api.h (LDPS_BAD_HANDLE): New constant.
154 (ld_plugin_get_input_file): New typedef.
155 (ld_plugin_release_input_file): New typedef.
156 (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants.
157 (struct ld_plugin_tv): Add two new fields.
158
159 2008-12-23 Jon Beniston <jon@beniston.com>
160
161 * dis-asm.h: Add LM32 disassembler function prototype.
162
163 2008-12-10 Jason Merrill <jason@redhat.com>
164
165 * demangle.h (enum demangle_component_type): Add
166 DEMANGLE_COMPONENT_FIXED_TYPE.
167
168 2008-12-01 Cary Coutant <ccoutant@google.com>
169
170 * plugin-api.h (ld_plugin_message): Change format parameter to const.
171
172 2008-12-01 Cary Coutant <ccoutant@google.com>
173
174 * plugin-api.h: Fix syntax error when compiling with C++.
175
176 2008-11-26 Alan Modra <amodra@bigpond.net.au>
177
178 PR 7047
179 * bfdlink.h (struct bfd_elf_version_expr): Delete "symbol".
180 Add "literal".
181
182 2008-11-21 Sterling Augustine <sterling@tensilica.com>
183
184 * xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag.
185 * xtensa-isa.h (xtensa_state_is_shared_or): New prototype.
186
187 2008-11-19 Bob Wilson <bob.wilson@acm.org>
188
189 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
190 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
191 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
192 (XCHAL_NUM_AREGS): Change to 32.
193 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
194 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
195 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
196 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
197 (XCHAL_DEBUGLEVEL): Change to 6.
198
199 2008-11-14 Tristan Gingold <gingold@adacore.com>
200
201 * fopen-vms.h (FOPEN_RB): Use a single string to match the
202 standard prototype.
203 (FOPEN_WB): Ditto.
204 (FOPEN_AB): Ditto.
205 (FOPEN_RUB): Ditto.
206 (FOPEN_WUB): Ditto.
207 (FOPEN_AUB): Ditto.
208
209 2008-10-21 Alan Modra <amodra@bigpond.net.au>
210
211 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
212
213 2008-10-06 Jason Merrill <jason@redhat.com>
214
215 * demangle.h (enum demangle_component_type): Add
216 DEMANGLE_COMPONENT_PACK_EXPANSION.
217
218 2008-09-24 Richard Henderson <rth@redhat.com>
219
220 * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
221
222 2008-09-22 Rafael Espindola <espindola@google.com>
223
224 * plugin-api.h (ld_plugin_status): Remove comma from the last item.
225 Use C style comment.
226 (ld_plugin_api_version, ld_plugin_output_file_type,
227 ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
228 ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
229 comma from the last item.
230
231 2008-09-18 Cary Coutant <ccoutant@google.com>
232
233 Add plugin functionality for link-time optimization (LTO).
234 * plugin-api.h: New file.
235
236 2008-09-09 Jason Merrill <jason@redhat.com>
237
238 * demangle.h (enum demangle_component_type): Add
239 DEMANGLE_COMPONENT_DECLTYPE.
240
241 2008-08-25 Alan Modra <amodra@bigpond.net.au>
242
243 * binary-io.h: New file, imported from gnulib, but don't
244 #include <fcntl.h> or <stdio.h>.
245
246 2008-08-17 Alan Modra <amodra@bigpond.net.au>
247
248 * bfdlink.h (bfd_generic_link_read_symbols): Declare.
249
250 2008-08-08 Anatoly Sokolov <aesok@post.ru>
251
252 * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31,
253 E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define.
254 (EF_AVR_MACH): Redefine to 0x7F.
255 * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
256 (AVR_ISA_AVR3): Redefine.
257 (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
258 AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
259 AVR_ISA_AVR6): Define.
260
261 2008-07-12 Jie Zhang <jie.zhang@analog.com>
262
263 Revert
264 2008-07-12 Jie Zhang <jie.zhang@analog.com>
265 * bfdlink.h (struct bfd_link_info): Add sep_code member
266 variable.
267 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
268 (EF_BFIN_DATA_IN_L1): Define.
269
270 2008-07-12 Jie Zhang <jie.zhang@analog.com>
271
272 * bfdlink.h (struct bfd_link_info): Add sep_code member
273 variable.
274 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
275 (EF_BFIN_DATA_IN_L1): Define.
276
277 2008-07-07 Stan Shebs <stan@codesourcery.com>
278
279 * dis-asm.h (struct disassemble_info): Add endian_code field.
280
281 2008-07-07 Joel Brobecker <brobecker@adacore.com>
282
283 * safe-ctype.h: Add #include of ctype.h before redefining
284 the ctype.h macros.
285
286 2008-07-04 Joel Brobecker <brobecker@adacore.com>
287
288 * safe-ctype.h: Remove #error when detecting that ctype.h has been
289 included. Redefine the various macros provided by ctype.h as
290 undefined variables.
291
292 2008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
293
294 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
295 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
296
297 2008-06-06 Alan Modra <amodra@bigpond.net.au>
298
299 * bfdlink.h (struct bfd_link_info): Add "path_separator".
300
301 2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
302
303 * dis-asm.h (print_s390_disassembler_options):
304 Prototype added.
305
306 2008-03-24 Ian Lance Taylor <iant@google.com>
307
308 * sha1.h: New file, from gnulib.
309
310 * md5.h: Add extern "C" when compiled with C++.
311
312 2008-03-24 Ian Lance Taylor <iant@google.com>
313
314 * md5.h: Add extern "C" when compiled with C++.
315
316 2008-03-21 Ian Lance Taylor <iant@google.com>
317
318 * filenames.h: Add extern "C" when compiled with C++.
319
320 2008-02-15 Alan Modra <amodra@bigpond.net.au>
321
322 * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
323 (struct bfd_link_info): Add output_bfd.
324
325 2008-02-11 Bob Wilson <bob.wilson@acm.org>
326
327 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
328 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
329
330 2008-01-26 David Daney <ddaney@avtrex.com>
331
332 * demangle.h (demangle_component_type): Add
333 DEMANGLE_COMPONENT_JAVA_RESOURCE,
334 DEMANGLE_COMPONENT_COMPOUND_NAME, and
335 DEMANGLE_COMPONENT_CHARACTER as new enum values.
336 (demangle_component): Add struct s_character to union u.
337
338 2007-11-07 Joseph Myers <joseph@codesourcery.com>
339 Daniel Jacobowitz <dan@codesourcery.com>
340
341 * floatformat.h (struct floatformat): Add split_half field.
342 (floatformat_ibm_long_double): New.
343
344 2007-09-06 Tom Tromey <tromey@redhat.com>
345
346 * libiberty.h (pex_free): Document process killing.
347
348 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
349
350 * demangle.h (enum demangle_component_type): Add
351 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
352
353 2007-07-25 Ben Elliston <bje@au.ibm.com>
354
355 * ternary.h: Remove.
356
357 2007-07-18 Bob Wilson <bob.wilson@acm.org>
358
359 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
360 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
361
362 2007-07-17 Nick Clifton <nickc@redhat.com>
363
364 * COPYING3: New file. Contains version 3 of the GNU General
365 Public License.
366
367 2007-07-12 Kai Tietz <kai.tietz@onevision.com>
368
369 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
370 work-a-round whitespace problem in gcc gengtype.
371
372 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
373 needed for WIN64 when a long is not wide enough for a pointer.
374 (splay_tree_key, splay_tree_value): Use the new types.
375
376 2007-07-09 Roland McGrath <roland@redhat.com>
377
378 * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
379
380 2007-07-06 Nick Clifton <nickc@redhat.com>
381
382 * bfdlink.h: Update copyright notice to refer to GPLv3.
383
384 2007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
385
386 * dis-asm.h (print_insn_cr16): New prototype.
387
388 2007-06-01 Noah Misch <noah@cs.caltech.edu>
389 Alan Modra <amodra@bigpond.net.au>
390
391 * bfdlink.h (struct bfd_link_info): Add input_bfds_tail.
392
393 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
394
395 * libiberty.h (writeargv): Declare.
396
397 2007-04-30 Alan Modra <amodra@bigpond.net.au>
398
399 * bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
400
401 2007-04-25 Mark Mitchell <mark@codesourcery.com>
402
403 * demangle.h: Change license to LGPL + exception.
404
405 2007-04-10 Richard Henderson <rth@redhat.com>
406
407 * bfdlink.h (struct bfd_link_info): Add relax_trip.
408
409 2007-03-29 Joel Brobecker <brobecker@adacore.com>
410
411 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
412 regardless of the type of file system.
413
414 2007-03-06 Jan Hubicka <jh@suse.cz>
415
416 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
417
418 2007-02-21 Nick Clifton <nickc@redhat.com>
419
420 * bfdlink.h (struct bfd_link_callbacks): Add
421 override_segment_assignment field.
422
423 2007-02-17 Mark Mitchell <mark@codesourcery.com>
424 Nathan Sidwell <nathan@codesourcery.com>
425 Vladimir Prus <vladimir@codesourcery.com
426 Joseph Myers <joseph@codesourcery.com>
427
428 * bin-bugs.h: Remove.
429
430 2007-02-09 Joseph S. Myers <joseph@codesourcery.com>
431
432 * libiberty.h (pex_write_input): Remove prototype.
433
434 2007-02-05 Dave Brolley <brolley@redhat.com>
435
436 * Contribute the following changes:
437 2001-03-26 Ben Elliston <bje@redhat.com>
438
439 * dis-asm.h (print_insn_mep): Declare.
440
441 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
442
443 * dis-asm.h (print_i386_disassembler_options): New.
444
445 2007-01-31 Vladimir Prus <vladimir@codesourcery.com>
446
447 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
448 (PEX_BINARY_ERROR): New define.
449 (pex_read_err): New function.
450
451 2007-01-29 Simon Baldwin <simonb@google.com>
452
453 * demangle.h: New cplus_demangle_print_callback,
454 cplus_demangle_v3_callback, and java_demangle_v3_callback function
455 prototypes, and demangle_callbackref type definition.
456
457 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
458
459 PR ld/3831
460 * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
461 Add dynamic and dynamic_data.
462
463 2006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
464 Nick Clifton <nickc@redhat.com>
465
466 * ansidecl.h (ATTRIBUTE_PACKED): Define.
467
468 2006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
469 J"orn Rennecke <joern.rennecke@st.com>
470
471 PR driver/29931
472 * libiberty.h (make_relative_prefix_ignore_links): Declare.
473
474 2006-11-27 Bob Wilson <bob.wilson@acm.org>
475
476 * xtensa-config.h (XSHAL_ABI): New.
477 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
478
479 2006-11-27 Bob Wilson <bob.wilson@acm.org>
480
481 * xtensa-isa.h (STATIC_LIBISA): Delete.
482
483 2006-10-30 Paul Brook <paul@codesourcery.com>
484
485 * dis-asm.h (disassemble_info): Add symtab, symtab_pos and
486 symtab_size.
487
488 2006-10-30 H.J. Lu <hongjiu.lu@intel.com>
489
490 PR ld/3111
491 * bfdlink.h (bfd_link_info): Add reduce_memory_overheads.
492
493 2006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
494 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
495 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
496 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
497 Alan Modra <amodra@bigpond.net.au>
498
499 * dis-asm.h (print_insn_spu): Declare.
500
501 2006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
502
503 * dis-asm.h: Add prototypes for Score disassembler routines.
504
505 2006-09-07 H.J. Lu <hongjiu.lu@intel.com>
506
507 * bfdlink.h (bfd_elf_dynamic_list): New.
508 (bfd_link_info): Add a dynamic field.
509
510 2006-08-04 Marcelo Tosatti <marcelo@kvack.org>
511
512 * bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
513
514 2006-07-10 Jakub Jelinek <jakub@redhat.com>
515
516 * bfdlink.h (struct bfd_link_info): Add emit_hash and
517 emit_gnu_hash bitfields.
518
519 2006-04-11 Jim Blandy <jimb@codesourcery.com>
520
521 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
522
523 2006-04-06 H.J. Lu <hongjiu.lu@intel.com>
524
525 * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
526 relax_pass.
527
528 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
529 Anil Paranjape <anilp1@kpitcummins.com>
530 Shilin Shakti <shilins@kpitcummins.com>
531
532 * dis-asm.h (print_insn_xc16c): New prototype.
533
534 2006-01-18 DJ Delorie <dj@redhat.com>
535
536 * md5.h: Include ansidecl.h
537
538 2006-01-17 Andreas Schwab <schwab@suse.de>
539
540 PR binutils/1486
541 * dis-asm.h (struct disassemble_info): Add
542 disassembler_needs_relocs.
543
544 2006-01-09 Bob Wilson <bob.wilson@acm.org>
545
546 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
547
548 2005-12-30 Bob Wilson <bob.wilson@acm.org>
549
550 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
551
552 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
553
554 Second part of ms1 to mt renaming.
555 * dis-asm.h (print_insn_mt): Renamed.
556
557 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
558
559 PR java/9861
560 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
561 output format for return types
562
563 2005-11-03 Alan Modra <amodra@bigpond.net.au>
564
565 * bfdlink.h (struct bfd_link_order): Tweak comment.
566
567 2005-10-31 Mark Kettenis <kettenis@gnu.org>
568
569 * floatformat.h (enum floatformat_byteorders): Add
570 floatformat_vax.
571 (floatformat_vax_aingle, floatformat_vax_double): Declare.
572
573 2005-10-28 Dave Brolley <brolley@redhat.com>
574
575 Contribute the following changes:
576 2003-09-29 Dave Brolley <brolley@redhat.com>
577
578 * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
579 more exotic underlying types to be used.
580
581 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
582
583 disasm.h: Add declaration for print_insn_z80
584
585 2005-09-30 Catherine Moore <clm@cm00re.com>
586
587 * dis-asm.h (print_insn_bfin): Declare.
588
589 2005-09-26 Mark Mitchell <mark@codesourcery.com>
590
591 * libiberty.h (expandargv): New function.
592
593 2005-08-18 Alan Modra <amodra@bigpond.net.au>
594
595 * bfdlink.h: Remove mention of a29k.
596 * dis-asm.h: Remove a29k support.
597
598 2005-08-17 Mark Kettenis <kettenis@gnu.org>
599
600 * floatformat.h (struct floatformat): Change type of large
601 argument for is_valid member to `const void *'.
602 (floatformat_to_double): Change type of second argument to `const
603 void *'.
604 (floatformat_from_double): Change type of last argument to `void
605 *'.
606 (floatformat_is_valid): Change type of last argument to `const
607 void *'.
608
609 2005-07-14 Jim Blandy <jimb@redhat.com>
610
611 * dis-asm.h (print_insn_m32c): New declaration.
612
613 2005-07-12 Ben Elliston <bje@au.ibm.com>
614
615 * xregex2.h (regexec): Qualify this prototype with __extension__
616 when compiling with GNU C.
617
618 2005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
619
620 * dis-asm.h (fprintf_ftype): Add format attribute.
621
622 2005-07-03 Steve Ellcey <sje@cup.hp.com>
623
624 PR other/13906
625 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
626 * md5.h (md5_uintptr): New.
627 (md5_ctx): Align buffer field.
628
629 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
630
631 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
632 (HTAB_EMPTY_ENTRY): New macro.
633
634 2005-06-20 Geoffrey Keating <geoffk@apple.com>
635
636 * libiberty.h (strverscmp): Prototype.
637
638 2005-06-17 Jakub Jelinek <jakub@redhat.com>
639
640 * elf/external.h (GRP_ENTRY_SIZE): Define.
641
642 2005-06-08 Zack Weinberg <zack@codesourcery.com>
643
644 * dis-asm.h (get_arm_regnames): Update prototype.
645
646 2005-06-07 Aldy Hernandez <aldyh@redhat.com>
647 Michael Snyder <msnyder@redhat.com>
648 Stan Cox <scox@redhat.com>
649
650 * dis-asm.h: Externalize print_insn_ms1.
651
652 2005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
653
654 * libiberty.h (XOBFINISH): New.
655
656 2005-06-03 Alan Modra <amodra@bigpond.net.au>
657
658 * bfdlink.h (struct bfd_link_callbacks): Add einfo.
659
660 2005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
661
662 * libiberty.h (vsnprintf): Add format attribute.
663
664 2005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
665
666 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
667
668 2005-05-28 Eli Zaretskii <eliz@gnu.org>
669
670 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
671 needed.
672 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
673
674 2005-05-25 Richard Henderson <rth@redhat.com>
675
676 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
677
678 2005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
679
680 * libiberty.h (ACONCAT): Properly cast value of alloca().
681
682 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
683 __cplusplus.
684
685 2005-05-12 Steve Ellcey <sje@cup.hp.com>
686
687 libiberty.h: Do not define empty basename prototype.
688
689 2005-05-10 Nick Clifton <nickc@redhat.com>
690
691 * Update the address and phone number of the FSF organization in
692 the GPL notices in the following files:
693 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
694 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
695 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
696 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
697 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
698 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
699 xtensa-isa-internal.h, xtensa-isa.h
700
701 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
702
703 * libiberty.h (unlock_std_streams): New.
704
705 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
706
707 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
708 Don't use the PTR macro.
709
710 * sort.h: Don't use the PARAMS macro.
711
712 2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
713
714 * libiberty.h (unlock_stream): New.
715
716 2005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
717
718 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
719 Remove parameter names.
720
721 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
722
723 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
724 Provide prototypes for new functions.
725
726 2005-03-29 Ian Lance Taylor <ian@airs.com>
727
728 * libiberty.h: Fix indentation.
729
730 2005-03-28 Ian Lance Taylor <ian@airs.com>
731
732 * libiberty.h: Include <stdio.h>.
733 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
734 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
735 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
736 (pex_init, pex_run, pex_read_output): Declare.
737 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
738 (struct pex_time): Define.
739
740 2005-03-28 Mark Mitchell <mark@codesourcery.com>
741
742 * libiberty.h (ffs): Declare, if necessary.
743
744 2005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
745
746 * ternary.h: Don't use PARAMS anymore.
747
748 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
749
750 * md5.h: Remove definition and uses of __P.
751 * dyn-string.h: Remove uses of PARAMS.
752 * fibheap.h: Likewise.
753 * floatformat.h: Likewise.
754 * hashtab.h: Likewise.
755
756 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
757
758 * demangle.h: Remove uses of PARAMS.
759
760 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
761 ANSI_PROTOTYPES is always assumed.
762 Remove uses of PARAMS throughout.
763
764 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
765
766 * libiberty.h (xstrndup): Declare.
767
768 2005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
769
770 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
771
772 2005-03-22 Bob Wilson <bob.wilson@acm.org>
773
774 * xtensa-isa.h: Update a comment and whitespace.
775
776 2005-03-16 H.J. Lu <hongjiu.lu@intel.com>
777
778 * bfdlink.h (bfd_link_info): Add gc_sections.
779
780 2005-03-09 Mark Mitchell <mark@codesourcery.com>
781
782 * libiberty.h (gettimeofday): Declare.
783
784 2005-03-01 Jan Beulich <jbeulich@novell.com>
785
786 * libiberty.h: Declare unlink_if_ordinary.
787
788 2005-02-21 Alan Modra <amodra@bigpond.net.au>
789
790 * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
791 * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
792 (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
793
794 2005-02-14 Paolo Bonzini <bonzini@gnu.org>
795
796 PR bootstrap/19818
797 * ansidecl.h (PARAMS): Guard from redefinition.
798
799 2005-02-03 Alan Modra <amodra@bigpond.net.au>
800
801 * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
802
803 2005-02-01 Alan Modra <amodra@bigpond.net.au>
804
805 * bfdlink.h (bfd_link_repair_undef_list): Declare.
806
807 2005-01-10 Andreas Schwab <schwab@suse.de>
808
809 * dis-asm.h (struct disassemble_info): Add skip_zeroes and
810 skip_zeroes_at_end.
811
812 2004-12-11 Ben Elliston <bje@au.ibm.com>
813
814 * fibheap.h (struct fibnode): Only use unsigned long bitfields
815 when __GNUC__ is defined and ints are less than 32-bits wide.
816
817 2004-11-04 Paul Brook <paul@codesourcery.com>
818
819 * bfdlink.h (bfd_link_info): Add default_imported_symver.
820
821 2004-11-12 Bob Wilson <bob.wilson@acm.org>
822
823 * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id.
824 * xtensa-isa.h (xtensa_interface_class_id): New prototype.
825
826 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
827 Vineet Sharma <vineets@noida.hcltech.com>
828
829 * dis-asm.h: Add prototype for print_insn_maxq_little.
830
831 2004-10-26 Paul Brook <paul@codesourcery.com>
832
833 * bfdlink.h (struct bfd_link_info): Add create_default_symver.
834
835 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
836
837 PR 463
838 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
839 bfd_link_hash_entry to reloc_overflow.
840
841 2004-10-07 Bob Wilson <bob.wilson@acm.org>
842
843 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
844 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
845 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
846
847 * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
848 (config_sturct struct): Delete.
849 (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
850 XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
851 XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
852 XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
853 XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
854 (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
855 (xtensa_insn_decode_fn): Rename to ...
856 (xtensa_opcode_decode_fn): ... this.
857 (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
858 xtensa_undo_reloc_fn): Update.
859 (xtensa_encoding_template_fn): Delete.
860 (xtensa_opcode_encode_fn, xtensa_format_decode_fn,
861 xtensa_length_decode_fn): New.
862 (xtensa_format_internal, xtensa_slot_internal): New types.
863 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
864 get_field, and set_field fields. Add name, field_id, regfile,
865 num_regs, and flags fields.
866 (xtensa_arg_internal): New type.
867 (xtensa_iclass_internal): Change operands field to array of
868 xtensa_arg_internal. Add num_stateOperands, stateOperands,
869 num_interfaceOperands, and interfaceOperands fields.
870 (xtensa_opcode_internal): Delete length, template, and iclass fields.
871 Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
872 (opname_lookup_entry): Delete.
873 (xtensa_regfile_internal, xtensa_interface_internal,
874 xtensa_funcUnit_internal, xtensa_state_internal,
875 xtensa_sysreg_internal, xtensa_lookup_entry): New.
876 (xtensa_isa_internal): Replace opcode_table field with opcodes field.
877 Change type of opname_lookup_table. Delete num_modules,
878 module_opcode_base, module_decode_fn, config, and has_density fields.
879 Add num_formats, formats, format_decode_fn, length_decode_fn,
880 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
881 iclasses, num_regfiles, regfiles, num_states, states,
882 state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
883 max_sysreg_num, sysreg_table, num_interfaces, interfaces,
884 interface_lookup_table, num_funcUnits, funcUnits and
885 funcUnit_lookup_table fields.
886 (xtensa_isa_module, xtensa_isa_modules): Delete.
887 (xtensa_isa_name_compare): New prototype.
888 (xtisa_errno, xtisa_error_msg): New.
889 * xtensa-isa.h (XTENSA_ISA_VERSION): Define.
890 (xtensa_isa): Change type.
891 (xtensa_operand): Delete.
892 (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
893 xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
894 xtensa_funcUnit_use): New types.
895 (libisa_module_specifier): Delete.
896 (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
897 (xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
898 xtensa_insnbuf_from_chars): Update prototypes.
899 (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
900 xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
901 xtensa_encode_insn, xtensa_insn_length,
902 xtensa_insn_length_from_first_byte, xtensa_num_operands,
903 xtensa_operand_kind, xtensa_encode_result,
904 xtensa_operand_isPCRelative): Delete.
905 (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
906 xtensa_operand_set_field, xtensa_operand_encode,
907 xtensa_operand_decode, xtensa_operand_do_reloc,
908 xtensa_operand_undo_reloc): Update prototypes.
909 (xtensa_isa_maxlength, xtensa_isa_length_from_chars,
910 xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
911 xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
912 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
913 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
914 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
915 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
916 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
917 xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
918 xtensa_opcode_is_loop, xtensa_opcode_is_call,
919 xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
920 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
921 xtensa_opcode_funcUnit_use, xtensa_operand_name,
922 xtensa_operand_is_visible, xtensa_operand_is_register,
923 xtensa_operand_regfile, xtensa_operand_num_regs,
924 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
925 xtensa_stateOperand_state, xtensa_stateOperand_inout,
926 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
927 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
928 xtensa_regfile_shortname, xtensa_regfile_view_parent,
929 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
930 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
931 xtensa_state_is_exported, xtensa_sysreg_lookup,
932 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
933 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
934 xtensa_interface_num_bits, xtensa_interface_inout,
935 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
936 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
937 2004-10-07 Jeff Baker <jbaker@qnx.com>
938
939 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
940
941 2004-09-17 Alan Modra <amodra@bigpond.net.au>
942
943 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
944 of union.
945
946 2004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
947
948 * libiberty.h (basename): Prototype for __MINGW32__.
949
950 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
951
952 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
953 * libiberty.h (concat, reconcat, concat_length, concat_copy,
954 concat_copy2): Use ATTRIBUTE_SENTINEL.
955
956 2004-08-13 Alan Modra <amodra@bigpond.net.au>
957
958 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
959 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
960
961 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
962
963 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
964 const-qualification before disposal.
965
966 2004-07-24 Bernardo Innocenti <bernie@develer.com>
967
968 * ansidecl.h (ARG_UNUSED): New Macro.
969
970 2004-07-23 H.J. Lu <hongjiu.lu@intel.com>
971
972 * bin-bugs.h (REPORT_BUGS_TO): Set to
973 "<URL:http://www.sourceware.org/bugzilla/>".
974
975 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
976
977 * ansidecl.h (ATTRIBUTE_PURE): New.
978
979 2004-07-13 Bernardo Innocenti <bernie@develer.com>
980
981 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
982 libcpp/internal.h.
983 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
984 macros.
985
986 2004-07-13 Bernardo Innocenti <bernie@develer.com>
987
988 * libiberty.h (ASTRDUP): Add casts required for stricter
989 type conversion rules of C++.
990 * obstack.h (obstack_free): Likewise.
991
992 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
993
994 * dis-asm.h (print_insn_crx): Declare.
995
996 2004-06-24 Alan Modra <amodra@bigpond.net.au>
997
998 * bfdlink.h (struct bfd_link_order): Update comment.
999
1000 2004-05-11 Jakub Jelinek <jakub@redhat.com>
1001
1002 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
1003 relro_end fields.
1004
1005 2004-05-04 Andreas Jaeger <aj@suse.de>
1006
1007 * demangle.h: Do not use C++ reserved keyword typename as
1008 parameter for cplus_demangle_fill_builtin_type.
1009
1010 2004-04-22 Richard Henderson <rth@redhat.com>
1011
1012 * hashtab.h (struct htab): Add size_prime_index.
1013
1014 2004-04-13 Jeff Law <law@redhat.com>
1015
1016 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
1017
1018 2004-03-30 Zack Weinberg <zack@codesourcery.com>
1019
1020 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
1021
1022 2004-03-25 Stan Shebs <shebs@apple.com>
1023
1024 * mpw/: Remove subdirectory and everything in it.
1025
1026 2004-03-23 Alan Modra <amodra@bigpond.net.au>
1027
1028 PR 51.
1029 * bfdlink.h (struct bfd_link_info): Add wrap_char.
1030
1031 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
1032
1033 * bfdlink.h (bfd_link_info): Correct comments for the
1034 unresolved_syms_in_objects field.
1035
1036 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1037
1038 * dyn-string.h: Update copyright date.
1039
1040 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1041
1042 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1043 the associated #defines.
1044
1045 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1046
1047 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
1048 "libiberty.h".
1049
1050 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
1051
1052 * demangle.h (enum demangle_component_type): Define.
1053 (struct demangle_operator_info): Declare.
1054 (struct demangle_builtin_type_info): Declare.
1055 (struct demangle_component): Define.
1056 (cplus_demangle_fill_component): Declare.
1057 (cplus_demangle_fill_name): Declare.
1058 (cplus_demangle_fill_builtin_type): Declare.
1059 (cplus_demangle_fill_operator): Declare.
1060 (cplus_demangle_fill_extended_operator): Declare.
1061 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
1062 (cplus_demangle_v3_components): Declare.
1063 (cplus_demangle_print): Declare.
1064
1065 For older changes see ChangeLog-9103
1066 \f
1067 Local Variables:
1068 mode: change-log
1069 left-margin: 8
1070 fill-column: 74
1071 version-control: never
1072 End:
This page took 0.059139 seconds and 4 git commands to generate.