bfd/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
4
5 * acinclude.m4: Removed.
6
7 * Makefile.in: Regenerated.
8 * aclocal.m4: Likewise.
9 * configure: Likewise.
10
11 2007-06-11 Nathan Sidwell <nathan@codesourcery.com>
12
13 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
14
15 2007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
16
17 PR binutils/4356 binutils/591
18 * resrc.c (filename_need_quotes): New function.
19 (look_for_default): If filename_need_quotes is true then quote the
20 filename in the command line being created.
21 (read_rc_file): Likewise.
22
23 2007-06-06 Ben Elliston <bje@au.ibm.com>
24
25 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
26
27 2007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
28
29 * Makefile.am: Add LIBICONV to windres.
30 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
31 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
32 * config.in: Add ICONV defines.
33 * aclocal.m4: Regenerate.
34 * confugure: Regenerate.
35 * winduni.c: (local_iconv_map codepages, wind_language_t,
36 languages, unicode_is_valid_codepage, wind_find_language_by_id,
37 wind_find_language_by_codepage, wind_find_codepage_info,
38 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
39 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
40 New.
41 (ascii_from_unicode): Use codepage_from_unicode.
42 (ascii_from_unicode): Use unicode_from_codepage.
43 Use for cygwin windows API for unicode transformation.
44 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
45 macros.
46 (wind_language_t, local_iconv_map): New types.
47 (wind_find_language_by_id, wind_find_language_by_codepage,
48 unicode_is_valid_codepage, wind_find_codepage_info,
49 unicode_from_codepage, codepage_from_unicode): New
50 prototypes.
51
52 2007-06-05 Alan Modra <amodra@bigpond.net.au>
53
54 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
55
56 2007-05-30 Alan Modra <amodra@bigpond.net.au>
57
58 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
59 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
60 (setup_section): Don't modify flags, and don't avoid calling
61 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
62 * readelf.c (process_program_headers): Ignore .dynamic of type
63 SHT_NOBITS.
64
65 2007-05-29 Alan Modra <amodra@bigpond.net.au>
66
67 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
68 pic or pie and image needs relocs.
69
70 2007-05-24 Steve Ellcey <sje@cup.hp.com>
71
72 * Makefile.in: Regenerate.
73 * configure: Regenerate.
74 * aclocal.m4: Regenerate.
75 * doc/Makefile.in: Regenerate.
76
77 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
78
79 * rcparse.y: Join strings for elements having no side-effects in
80 "rc"-grammar.
81
82 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
83
84 * rclex.c: New file replacing rclex.l.
85 * rclex.l: Removed.
86 * windint.h: New file holding common structure and type
87 definitions.
88 * Makefile.am: Added new header windint.h and exchanged rclex.l by
89 rclex.c.
90 * Makefile.in: Regenerate.
91 * rcparse.y: Renamed some structures.
92 Use in internal representation always bfd_vma instead of long or
93 int.
94 Removed from %union unused stringtable.
95 Added to %union suni structure for unicode strings.
96 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
97 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
98 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
99 Added support for these new rc file tokens.
100 * resbin.c: Rewrote using bfd and binary structures, and support
101 new resource types.
102 * rescoff.c: Likewise.
103 * resres.c: Likewise.
104 * resrc.c: Likewise. Dumps as RC are now recompilable.
105 * windres.c: As above. Using bfd for res and provide target
106 specific endianess support.
107 * windres.h: Use windint.h as include. Additionally removed K&R
108 syntax.
109 * winduni.c: New printing and unichar support routines.
110 * winduni.h: Prototypes for new unichar helpers.
111 * windint.h: New file.
112
113 2007-05-22 Paul Brook <paul@codesourcery.com>
114
115 * objdump.c (find_symbol_for_address): Merge section and target
116 specific filtering code.
117
118 2007-05-22 Nick Clifton <nickc@redhat.com>
119
120 * doc/binutils.texi: Use @copying around the copyright notice.
121
122 2007-05-21 Richard Sandiford <richard@codesourcery.com>
123
124 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
125 for executables and shared libraries.
126
127 2007-05-18 Nathan Sidwell <nathan@codesourcery.com>
128
129 * objcopy.c (strip_main): Detect identical input and output file
130 names.
131 (copy_main): Refactor tempname detection and use.
132
133 2007-05-17 Nick Clifton <nickc@redhat.com>
134
135 * objdump.c (load_debug_section): Select bias for DWARF debug
136 addresses based on the flavour of the bfd.
137
138 2007-05-11 Alan Modra <amodra@bigpond.net.au>
139
140 PR 4479
141 * objcopy.c (copy_object): Don't copy ELF program headers for
142 --only-keep-debug.
143
144 2007-05-11 Alan Modra <amodra@bigpond.net.au>
145
146 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
147 over one found on the users path.
148 (main): Generate .reloc for each R_SPU_PPU* reloc.
149
150 2007-04-28 Alan Modra <amodra@bigpond.net.au>
151
152 * prdbg.c (tg_variable): Adjust for changed demangler.
153 (tg_start_function): Likewise.
154
155 2007-04-27 Alan Modra <amodra@bigpond.net.au>
156
157 * bucumm.h: Split off host dependencies to..
158 * sysdep.h: ..here.
159 Many files: Include sysdep.h. Remove duplicate headers and reorder.
160 * Makefile.am: Run "make dep-am".
161 * Makefile.in: Regenerate.
162
163 2007-04-24 Nick Clifton <nickc@redhat.com>
164
165 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
166
167 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
168 Phil Edwards <phil@codesourcery.com>
169
170 * objcopy.c (filter_symbols): Explicitly stripping a symbol
171 used in relocations is an error.
172 Retype 'keep' to bfd_boolean.
173
174 2007-04-24 Alan Modra <amodra@bigpond.net.au>
175
176 * Makefile.in: Regenerate.
177 * doc/Makefile.in: Regenerate.
178
179 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
180 Phil Edwards <phil@codesourcery.com>
181 Thomas de Lellis <tdel@windriver.com>
182
183 * objcopy.c (reverse_bytes): New variable.
184 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
185 (copy_options, copy_usage): Add "reverse-bytes" entry.
186 (copy_section): Reverse bytes within output sections.
187 * doc/binutils.texi: Document new objcopy option.
188
189 2007-04-20 Nick Clifton <nickc@redhat.com>
190
191 * rclex.l: Allow underscores at the start of identifiers.
192
193 2007-04-19 Alan Modra <amodra@bigpond.net.au>
194
195 * budemang.c: Delete.
196 * budemang.h: Delete.
197 * addr2line.c (translate_addresses): Call bfd_demangle rather than
198 demangle.
199 * nm.c (print_symname): Likewise.
200 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
201 (dump_bfd): Likewise.
202 * prdbg.c (struct pr_handle <demangler>): Add int param.
203 (tg_variable, tg_start_function): Adjust demangler calls.
204 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
205 * Makefile.in: Regenerate.
206 * po/POTFILES.in: Regenerate.
207
208 2007-04-14 Steve Ellcey <sje@cup.hp.com>
209
210 * Makefile.am: Add ACLOCAL_AMFLAGS.
211 * configure.in: Change macro call order.
212 * Makefile.in: Regenerate.
213 * configure: Regenerate.
214
215 2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
216
217 * Makefile.am (TOOL_PROGS): Add objcopy.
218 * Makefile.in: Rebuilt.
219
220 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
221
222 PR binutils/4348
223 * objcopy.c (copy_object): Don't stop when there are no
224 sections to be copied.
225
226 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
227
228 * NEWS: Mention disjoint histograms support in
229 gprof.
230
231 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
232
233 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
234 DW_TAG_inlined_subroutine.
235
236 2007-04-06 Matt Thomas <matt@netbsd.org>
237
238 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
239
240 2007-04-05 Alan Modra <amodra@bigpond.net.au>
241
242 PR binutils/4292
243 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
244 value_format_32bit.
245
246 2007-04-02 Nick Clifton <nickc@redhat.com>
247
248 PR binutils/4292
249 * nm.c (value_format): Replace with value_format_32bit and
250 value_format_64bit.
251 (set_radix): Update setting of value_format.
252 (set_print_width): New function. Compute the address size of a
253 given bfd and set the print_width global appropriately.
254 (display_archive): Use set_print_width.
255 (display_file): Likewise,
256 (print_object_filename_sysv): Update use of print_width.
257 (print_archive_member_sysv): Likewise.
258 (print_symbol_filename_posix): Likewise.
259 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
260
261 2007-03-28 Richard Sandiford <richard@codesourcery.com>
262 Phil Edwards <phil@codesourcery.com>
263
264 * doc/binutils.texi: Put the contents after the title page rather
265 than at the end of the document.
266
267 2007-03-28 Nick Clifton <nickc@redhat.com>
268
269 * readelf.c (slurp_rela_relocs): Add newline to end of error
270 messages.
271 (slurp_rel_relocs, request_dump, request_dump_byname,
272 process_program_headers, process_dynamic_section,
273 process_symbol_table, process_mips_specific, main): Likewise.
274
275 2007-03-28 Alan Modra <amodra@bigpond.net.au>
276
277 * MAINTAINERS: Update mailing list addresses. Add myself
278 as PPC maintainer.
279
280 2007-03-27 Alan Modra <amodra@bigpond.net.au>
281
282 * embedspu.sh: Correct toe_addr quoting.
283
284 2007-03-27 Alan Modra <amodra@bigpond.net.au>
285
286 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
287 .toe section and .toe address checks. Use .reloc for _EAR*
288 symbols defined in non-BSS sections. Build table for _SPUEAR_
289 symbols.
290
291 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
292
293 PR gas/3811
294 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
295
296 2007-03-22 Joseph Myers <joseph@codesourcery.com>
297
298 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
299 version.
300
301 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
302
303 * dlltool.c (make_one_lib_file): Use pc-relative relocation
304 instead of an absolute relocation for x86_64-pc-mingw32 target.
305
306 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
307
308 * Makefile.am (REPORT_BUGS_TO): Removed.
309 (INCLUDES): Remove -DREPORT_BUGS_TO.
310 * Makefile.in: Regenerated.
311
312 * bucomm.c: Don't include bfdver.h.
313 * objdump.c: Likewise.
314 * version.c: Likewise.
315
316 * bucomm.h: Include bfdver.h.
317
318 * configure.in (--with-bugurl): Removed.
319 * configure: Regenerated.
320
321 * doc/Makefile.am (binutils_TEXINFOS): Removed.
322 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
323 (TEXI2DVI): Likewise.
324 (config.texi): Removed.
325 (MOSTLYCLEANFILES): Remove config.texi.
326 * doc/Makefile.in: Regenerated.
327
328 * doc/binutils.texi: Include bfdver.texi instead of
329 config.texi.
330
331 2007-03-13 Nick Clifton <nickc@redhat.com>
332
333 * readelf.c (dump_section): Also test for SHT_REL sections when
334 producing the warning about unapplied relocs.
335
336 2007-03-07 Joseph Myers <joseph@codesourcery.com>
337
338 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
339 bug-reporting URL.
340 * doc/Makefile.am (config.texi): Define BUGURL.
341 * doc/binutils.texi: Use BUGURL. Remove text about large files
342 and uuencoding.
343 * Makefile.in, configure, doc/Makefile.in: Regenerate.
344
345 2007-03-01 Phil Edwards <phil@codesourcery.com>
346 Richard Sandiford <richard@codesourcery.com>
347
348 * NEWS: Mention addition of --extract-symbol.
349 * doc/binutils.texi: Document it.
350 * objcopy.c (extract_symbol): New variable.
351 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
352 (copy_options): Add an entry for --extract-symbol.
353 (copy_usage): Mention --extract-symbol.
354 (copy_object): Set the start address to zero for --extract-symbol.
355 Do not copy private BFD data in that case.
356 (setup_section): Set the size, LMA and VMA to zero for
357 --extract-symbol. Do not copy private BFD data in that case.
358 (copy_section): Do not copy section contents if --extract-symbol
359 is passed.
360 (copy_main): Set extract_symbol to TRUE if --extract-symbol
361 is passed.
362
363 2007-03-01 Paul Brook <paul@codesourcery.com>
364
365 * MAINTAINERS: Update my entry.
366
367 2007-03-01 Joseph Myers <joseph@codesourcery.com>
368
369 * version.c: Update copyright date.
370
371 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
372
373 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
374 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
375 * Makefile.in, doc/Makefile.in: Regenerate.
376
377 2007-03-01 Alan Modra <amodra@bigpond.net.au>
378
379 * embedspu.sh: Set type and size of global program handle symbol.
380
381 2007-02-28 Alan Modra <amodra@bigpond.net.au>
382
383 * Makefile.am (PROGS): Delete.
384 (RENAMED_PROGS): Define. Extracted from..
385 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
386 (install-exec-local): Adjust.
387 * Makefile.in: Regenerate.
388
389 2007-02-28 Alan Modra <amodra@bigpond.net.au>
390
391 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
392 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
393 (EXTRA_PROGRAMS): Remove bin2c.
394 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
395 (bin2c_SOURCES): Delete.
396 (DISTCLEANFILES): Remove sysinfo.
397 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
398 bin2c$(EXEEXT_FOR_BUILD).
399 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
400 Move embedspu to..
401 (BUILD_INSTALL_MISC): ..here.
402 * Makefile.in: Regenerate.
403 * configure: Regenerate.
404
405 2007-02-27 Alan Modra <amodra@bigpond.net.au>
406
407 * bin2c.c: New file.
408 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
409 (CFILES): Add bin2c.c.
410 (bin2c_SOURCES): Define.
411 (bin2c.o): Dependencies from "make dep-am".
412 * configure.in (BUILD_MISC): Add bin2c.
413 * version.c: Update year.
414 * po/POTFILES.in: Regenerate.
415 * Makefile.in: Regenerate.
416 * configure: Regenerate.
417
418 2007-02-17 Mark Mitchell <mark@codesourcery.com>
419 Nathan Sidwell <nathan@codesourcery.com>
420 Vladimir Prus <vladimir@codesourcery.com
421 Joseph Myers <joseph@codesourcery.com>
422
423 * configure.in (--with-bugurl): New option.
424 * configure: Regenerate.
425 * Makefile.am (REPORT_BUGS_TO): Define.
426 (INCLUDES): Define REPORT_BUGS_TO.
427 Regenerate dependencies.
428 * Makefile.in: Regenerate.
429 * doc/Makefile.in: Regenerate.
430 * bucomm.h: Remove include of bin-bugs.h.
431 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
432 * ar.c (usage): Pass s to list_supported_targets. Don't print
433 empty REPORT_BUGS_TO.
434 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
435 * cxxfilt.c (usage): Print bug url when giving help.
436 * dlltool.c (usage): Likewise.
437 * dllwrap.c (usage): Likewise.
438 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
439 * nm.c (usage): Likewise.
440 * objcopy.c (copy_usage, strip_usage): Likewise.
441 * objdump.c (usage): Likewise.
442 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
443 callers.
444 * size.c (usage): Don't print empty REPORT_BUGS_TO.
445 * srconv.c (show_usage): Likewise.
446 * strings.c (usage): Likewise.
447 * sysdymp.c (show_usage): Likewise.
448 * windres.c (usage): Likewise.
449
450 2007-02-13 Alan Modra <amodra@bigpond.net.au>
451
452 * embedspu.sh: Add -W to readelf invocation.
453
454 2007-02-06 Dave Brolley <brolley@redhat.com>
455
456 * MAINTAINERS: Add myself as the maintainer of the MeP port.
457
458 2007-02-06 Nick Clifton <nickc@redhat.com>
459
460 PR gas/3800
461 * readelf.c: Include elf/h8.h twice. The first time in order to
462 get the reloc numbers, the second time in order to get the reloc
463 decoder function.
464 (dump_section): Tell the user if the section being displayed has
465 unprocessed relocs associated with it.
466 (get_reloc_size): New function - returns the size of a reloc.
467 (debug_apply_rela_addends): Use get_reloc_size().
468 * dwarf.c (read_and_display_attr_value): Extend number of
469 languages known for the DW_AT_language attribute.
470 (process_debug_info): Display the attribute offset before decoding
471 the attribute, in case there are problems.
472
473 2007-02-05 Dave Brolley <brolley@redhat.com>
474
475 * readelf.c (dump_relocations): Don't check for
476 (rtype == NULL && type == R_RELC).
477
478 2007-02-05 Dave Brolley <brolley@redhat.com>
479
480 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
481 * Makefile.in: Regenerated.
482 * Contribute the following changes:
483 2003-10-29 Dave Brolley <brolley@redhat.com>
484
485 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
486 * configure: Regenerated.
487
488 2001-04-03 Ben Elliston <bje@redhat.com>
489
490 * readelf.c: Include "elf/mep.h".
491 (guess_is_rela): Handle EM_CYGNUS_MEP.
492 (get_machine_name): Ditto.
493 (dump_relocations): Ditto.
494
495 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
496
497 * MAINTAINERS: Add a space between H.J. and Lu.
498
499 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
500
501 * doc/binutils.texi (objdump): Document the new addr64 option
502 for i386 disassembler.
503
504 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
505
506 PR binutils/3945
507 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
508 target.
509 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
510 * configure: Regenerated.
511
512 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
513
514 2007-02-02 Nick Clifton <nickc@redhat.com>
515
516 * doc/binutils.texi (objdump): Document support for disassembling
517 the 440 PowerPC architecture.
518
519 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
520
521 * dwarf.c (process_debug_info): Protect against bogus length and
522 abbrev offsets.
523
524 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
525
526 * ar.c (print_contents, extract_file): Cast the return value
527 of fwrite to size_t.
528
529 2007-01-12 Alan Modra <amodra@bigpond.net.au>
530
531 * ar.c (open_inarch): Check fwrite return. Use size_t.
532 (extract_file): Likewise. Remove test for "negative" file size.
533 * readelf.c (process_program_headers): Check fscanf return.
534
535 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
536
537 * bucomm.c (template_in_dir): Fix typo.
538
539 2007-01-11 Alan Modra <amodra@bigpond.net.au>
540
541 * embedspu.sh: New file.
542 * Makefile.am (embedspu): Add rule.
543 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
544 * Makefile.in: Regenerate.
545 * configure: Regenerate.
546
547 2007-01-11 Alan Modra <amodra@bigpond.net.au>
548
549 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
550 * bucomm.c (template_in_dir): New function, split out from..
551 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
552 (make_tempdir): Use template_in_dir. Handle directory creation
553 when !HAVE_MKDTEMP.
554 * objcopy.c (MKDIR): Don't define.
555 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
556 error message.
557
558 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
559
560 * readelf.c (get_machine_flags): Treat Fido as an architecture
561 by itself.
562
563 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
564
565 * configure.in: Renamed target x86_64-*-mingw64 to
566 x86_64-*-mingw*.
567 * configure: Regenerated.
568
569 2007-01-05 Alan Modra <amodra@bigpond.net.au>
570
571 * readelf.c (dump_section): Don't print 32-bit values, which
572 were done incorrectly for little-endian. Instead print bytes.
573
574 For older changes see ChangeLog-2006
575 \f
576 Local Variables:
577 mode: change-log
578 left-margin: 8
579 fill-column: 74
580 version-control: never
581 End:
This page took 0.041597 seconds and 4 git commands to generate.