/tmp/foo.diff
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2007-12-07 Bob Wilson <bob.wilson@acm.org>
2
3 * readelf.c (is_32bit_pcrel_reloc): Add Xtensa.
4
5 2007-12-04 Alan Modra <amodra@bigpond.net.au>
6
7 * readelf.c (is_32bit_abs_reloc, is_32bit_pcrel_reloc): Add SPU.
8
9 2007-11-29 Mark Shinwell <shinwell@codesourcery.com>
10
11 * readelf.c (get_machine_flags): Handle Loongson-2E and -2F
12 flags.
13
14 2007-11-26 Alan Modra <amodra@bigpond.net.au>
15
16 * cxxfilt.c (demangle_it): Don't call printf without format string.
17
18 2007-11-21 Hans-Peter Nilsson <hp@axis.com>
19
20 * dwarf.c (display_debug_loc): Cast section_end - start to long
21 for output format.
22
23 2007-11-20 Nick Clifton <nickc@redhat.com>
24
25 * dwarf.c (display_debug_loc): Issue a warning if there are bytes
26 at the end of the .debug_loc section which are not referenced by
27 any attribute in the .debug_info section.
28
29 2007-11-19 Nick Clifton <nickc@redhat.com>
30
31 * readelf.c (is_32bit_abs_reloc): Add support for NIOS relocs.
32 (is_64bit_abs_reloc): Add support for HPPA relocs.
33 (is_16bit_abs_reloc): Add support for NIOS relocs.
34
35 2007-11-17 Thiemo Seufer <ths@mips.com>
36
37 * readelf.c (display_mips_gnu_attribute): Recognize -mips32r2 -mfp64
38 objects.
39
40 2007-11-16 Nick Clifton <nickc@redhat.com>
41
42 * dwarf.c (process_extended_line_op): Add cases for HP extensions
43 to the line ops. Mention if an unknown op code is in the user
44 defined range.
45 (decode_location_expression): Add cases for HP extensions, the
46 DW_OP_GNU_uninit extension and the DW_OP_call_frame_cfa and
47 DW_OP_bit_piece DWARF3 operators.
48 (read_and_display_attr): Correct list of attributes which can
49 reference a location list.
50 (read_and_display_attr_value): Add cases for DWARF3 values and HP
51 extensions.
52 Correct list of attributes which can reference a location list.
53 (get_AT_name): Add cases for DWARF3 values and HP and PGI
54 extensions.
55
56 2007-11-07 Karl Berry <karl@gnu.org>
57
58 * doc/binutils.texi: Update to FDL 1.2.
59 (Top): consistent punctuation in menu entries.
60 (Index): Rename from Binutils Index.
61 * doc/fdl.texi: Update from http://www.gnu.org/licenses/fdl.texi.
62
63 2007-10-31 Nick Clifton <nickc@redhat.com>
64
65 * dwarf.c (is_relocatable): Remove definition.
66 (display_debug_frames): Remove check in is_relocatable.
67 * dwarf.h (is_relocatable): Remove declaration.
68 * objdump.c (is_relocatable): New static definition.
69 * readelf.c (dump_relocations): Make the function void.
70 (is_32bit_abs_reloc): Add support for x86, Arc, Arm, D10V, Dlx,
71 OR32 and Score.
72 (is_32bit_pcrel_reloc): Add support for x86 and Arm.
73 (is_16bit_abs_reloc): Add support for D10V.
74 (debug_apply_rela_addends): Rename to debug_apply_relocations.
75 Add code to support rel relocations.
76 (load_debug_section): Fix call to debug_apply_relocations.
77 (get_file_header): Remove setting of is_relocatable.
78
79 2007-10-31 Alan Modra <amodra@bigpond.net.au>
80
81 * readelf.c (debug_apply_rela_addends): Clarify FIXME.
82
83 2007-10-29 Nick Clifton <nickc@redhat.com>
84
85 * readelf.c (is_32bit_abs_reloc): Add knowledge of reloc used by
86 IA64.
87 (is_64bit_abs_reloc): Likewise.
88
89 2007-10-28 Nick Clifton <nickc@redhat.com>
90
91 * dwarf.c (process_debug_info): Check for corrupt lengths.
92 * readelf.c (get_reloc_type): New function. Returns the reloc
93 number extracted from the info field of a reloc.
94 (get_reloc_symindex): New function. Returns the symbol index
95 extracted from the info field of a reloc.
96 (dump_relocations): Use the new functions.
97 (slurp_ia64_unwind_table): Use the new functions.
98 (slurp_hppa_unwind_table): Use the new functions.
99 (dump_section_as_bytes): Use the new functions.
100 (get_reloc_size): Delete function.
101 (is_32bit_abs_reloc): New function. Determines if a given reloc
102 type is a 32-bit absolute relocation.
103 (is_32bit_pcrel_reloc): New function. Like is_32bit_abs_reloc but
104 for pc-relative relocations.
105 (is_64bit_abs_reloc): New function. Like is_32bit_abs_reloc but
106 for 64-bit absolute relocations.
107 (is_16bit_abs_reloc): New function. Like is_32bit_abs_reloc but
108 for 32-bit absolute relocations.
109 (debug_apply_rela_addends): Use the new functions. Skip and warn
110 about any unrecognised relocations.
111
112 2007-10-26 Karl Berry <karl@freefriends.org>
113
114 * doc/binutils.texi: Move top stuff to the top.
115 Use @direntry/@dircategory, format entries to play nicely with
116 others.
117 Avoid duplicate copying strings.
118 Don't misspell "Texinfo".
119
120 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
121
122 * readelf.c (display_power_gnu_attribute): Add support for
123 Tag_GNU_Power_ABI_Vector.
124
125 2007-10-25 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
126
127 * readelf.c (get_note_type): Handle NT_PPC_VMX.
128
129 2007-10-24 Alan Modra <amodra@bigpond.net.au>
130
131 * Makefile.am: Run "make dep-am".
132 * Makefile.in: Regenerate.
133 * po/POTFILES.in: Regenerate.
134
135 2007-10-24 Alan Modra <amodra@bigpond.net.au>
136
137 * strings.c (print_strings): Don't use %L, use %ll in printf
138 format strings.
139
140 2007-10-24 Tristan Gingold <gingold@adacore.com>
141 Alan Modra <amodra@bigpond.net.au>
142
143 * readelf.c (process_program_headers): Use dynamic segment unless
144 dynamic section is found.
145
146 2007-10-16 Bob Wilson <bob.wilson@acm.org>
147
148 * doc/binutils.texi (objcopy, strip): Replace hyphens with em-dashes.
149 (objdump, strip, c++filt): Correct punctuation for "e.g." and "i.e."
150 and change to spell out "for example" in two places.
151
152 2007-10-16 Nick Clifton <nickc@redhat.com>
153
154 * configure.in: Build windows tools for --enable-targets=all.
155 * configure: Regenerate.
156
157 2007-10-15 Alan Modra <amodra@bigpond.net.au>
158
159 * objdump.c (print_line): Check fwrite return value.
160 * srconv.c (checksum, wr_tr, wr_cs): Likewise.
161 * sysdump.c (fillup): Return zero on getc or fread EOF. Return count
162 read.
163
164 2007-10-10 Jim Blandy <jimb@codesourcery.com>
165
166 * dwarf.c (process_debug_info): Line up section offsets of
167 attribute values with those of dies.
168 (read_and_display_attr): Reduce spacing here.
169
170 * dwarf.c (display_debug_lines): Print the offset of each line
171 number program header.
172
173 2007-10-09 H.J. Lu <hongjiu.lu@intel.com>
174
175 PR binutils/4476
176 * readelf.c (print_dynamic_symbol): New.
177 (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols.
178
179 2007-10-08 Carlos O'Donell <carlos@codesourcery.com>
180
181 * resrc.c (read_rc_file): Rename e to edit, and c to dir.
182 Pass dir to windres_add_include_dir. Add comments.
183 (close_input_stream): Check pclose error, and call fatal if
184 the preprocessor failed.
185 * windres.c (windres_add_include_dir): Assert that p is non-NULL,
186 and not an empty string.
187
188 2007-10-04 Nick Clifton <nickc@redhat.com>
189
190 PR binutils/5098
191 * dlltool.c: Fix spelling typos.
192
193 2007-10-03 Masaki Muranaka <monaka@monami-software.com>
194
195 * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx.
196
197 2007-09-25 Thien-Thi Nguyen <ttn@gnuvola.org>
198
199 * MAINTAINERS: Fix typo.
200
201 2007-09-17 Shen Feng <shen@cn.fujitsu.com>
202
203 * readelf.c (do_archive_index): New.
204 (options): Add -c and --archive-index option.
205 (usage): Add -c option.
206 (parse_args): Add c option parsing.
207 (process_archive): Dump archive index.
208 * NEWS: Mention the new feature.
209 * doc/binutils.texi: Document the new feature.
210
211 2007-09-17 Nick Clifton <nickc@redhat.com>
212
213 * po/es.po: Updated Spanish translation.
214
215 2007-09-17 Nick Clifton <nickc@redhat.com>
216
217 * doc/binutils.texi (objdump): Describe the output of the --syms
218 option in more detail.
219
220 2007-09-17 Alon Bar-Lev <alon.barlev@gmail.com>
221
222 PR binutils/4987
223 * resrc.c: (read_rc_file): Move 'filename' default initialization
224 to start of function.
225
226 2007-08-31 Michael Meissner <michael.meissner@amd.com>
227 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
228
229 * NEWS: Add note about SSE5 being added on i386.
230
231 2007-09-13 Alan Modra <amodra@bigpond.net.au>
232 Zhou Drangon <drangon.mail@gmail.com>
233
234 * nm.c (value_format_64bit, set_print_radix, print_value): Handle
235 BFD_HOST_64BIT_LONG_LONG.
236 * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
237 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
238 (dump_relocations): Likewise. Expand _bfd_int64_low in a
239 number of places.
240
241 2007-09-11 Kai Tietz <kai.tietz@onevision.com>
242
243 * rcparse.y: (string_data): Removed ill token removal.
244
245 2007-09-10 Alan Modra <amodra@bigpond.net.au>
246
247 PR 5011
248 * readelf.c (process_version_sections): Don't read past end of
249 various section buffers.
250
251 2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
252
253 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
254 * Makefile.in: Regenerated.
255
256 * sysdep.h: Include "config.h" first.
257
258 2007-08-31 Nick Clifton <nickc@redhat.com>
259
260 * po/sk.po: New Slovakian translation.
261 * configure.in (LINGUAS): Add sk.
262 * configure: Regenerate.
263
264 2007-08-30 Nick Clifton <nickc@redhat.com>
265
266 * readelf.c (dump_type): New type used to classify the kinds of
267 dump requested by the user.
268 (dump_sects, cmdline_dump_sects): Use the new type.
269 (options): Add --string-dump option.
270 (request_dump): Rename to request_dump_bynumber. Use dump_type.
271 (request_dump_byname): Use dump_type.
272 (parse_args): Parse --string-dump option.
273 (process_section_headers): Fix calls to request_dump.
274 (initialise_dumps_byname): Likewise.
275 (dump_section): Rename to dump_section_as_bytes.
276 (dump_section_as_strings): New function. Display the contents of
277 a section as printable strings.
278 (process_section_contents): String dump the section if requested.
279 (process_object): Use dump_type.
280 (main): Likewise.
281 * Makefile.am: Add dependency for readelf.c on safe-ctype.h.
282 * Makefile.in: Regenerate.
283 * NEWS: Mention the new feature.
284 * doc/binutils.texi: Document the new feature.
285
286 2007-08-30 Nathan Sidwell <nathan@codesourcery.com>
287
288 * bucomm.c (bfd_nonfatal_message): New.
289 * bucomm.h (bfd_nonfatal_message): Declare.
290 * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use
291 bfd_nonfatal_message.
292 (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL
293 calls, or replace with bfd_nonfatal_message calls as appropriate.
294 (copy_object, copy_archive, copy_file, setup_section,
295 copy_section, write_debugging_info): Likewise.
296
297 2007-08-28 Nick Clifton <nickc@redhat.com>
298
299 * NEWS: Mention Coverity's contribution.
300
301 2007-08-25 Ulrich Weigand <uweigand@de.ibm.com>
302
303 * readelf.c (process_note): Recognize SPU core file notes.
304
305 2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
306
307 * configure.in: Install embedspu on powerpc*-*-eabi* also.
308 * configure: Regenerated.
309
310 2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
311
312 * po/uk.po: Updated Ukrainian translation.
313
314 2007-08-22 Ben Elliston <bje@au.ibm.com>
315
316 * doc/binutils.texi (objdump): Document -Mppcps.
317
318 2007-08-17 Alan Modra <amodra@bigpond.net.au>
319
320 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
321
322 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
323
324 * readelf.c: Revert last change.
325
326 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
327
328 * readelf.c (get_segment_type): Change PT_GNU_STACK to
329 PT_GNU_ATTR.
330
331 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
332
333 * NEWS: Add a marker for the 2.18 features.
334
335 2007-08-12 Matthias Klose <doko@ubuntu.com>
336
337 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
338 $(top_srcdir)/../../bfd/doc.
339 * doc/Makefile.in: Regenerate.
340
341 2007-08-10 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
342
343 * MAINTAINERS: Add myself as CR16 support maintainer and
344 update myself as CRX support maintainer.
345
346 2007-08-10 Nick Clifton <nickc@redhat.com>
347
348 * po/fi.po: Updated Finnish translation.
349 * po/vi.po: Updated Vietnamese translation.
350
351 2007-08-10 Kai Tietz <kai.tietz@onevision.com>
352
353 * doc/binutils.texi: (windmc): Correct incorrect desciption.
354
355 2007-08-04 Alan Modra <amodra@bigpond.net.au>
356
357 PR 4888
358 * objcopy.c (setup_section): Do modify section flags for ELF
359 STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent
360 header rewrite by twiddling input section flags instead.
361 Simplify code setting SHT_NOBITS.
362
363 2007-07-28 Christopher Faylor <me+binutils@cgf.cx>
364
365 * MAINTAINERS: Update my email address.
366
367 2007-07-26 Adam Nemet <anemet@caviumnetworks.com>
368
369 * readelf.c (process_archive): Also skip Irix6-style archive symbol
370 tables.
371
372 2007-07-24 Nick Clifton <nickc@redhat.com>
373
374 * readelf.c (NUM_ELEM): Remove redundant macro; replace references
375 to it with references to ARRAY_SIZE.
376 Add support for CR16.
377 Fix formatting.
378
379 2007-07-19 Nick Clifton <nickc@redhat.com>
380
381 PR binutils/4802
382 * srconv.c (strip_suffix): Add const qualifier to argument.
383
384 2007-07-16 Nick Clifton <nickc@redhat.com>
385
386 * po/uk.po: New Ukrainian translation.
387 * configure.in (ALL_LINGUAS): Add 'uk'.
388 * configure: Regenerate.
389
390 2007-07-10 Alan Modra <amodra@bigpond.net.au>
391
392 * objdump.c (dump_dwarf): Correct setting of is_relocatable.
393
394 2007-07-09 Roland McGrath <roland@redhat.com>
395
396 * readelf.c (get_gnu_elf_note_type): New function.
397 (process_note): Use it for "GNU" name.
398
399 2007-07-08 Andreas Schwab <schwab@suse.de>
400
401 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
402 (CFILES): Add unwind-ia64.c.
403 Regenerate dependencies.
404 * Makefile.in: Regenerate.
405
406 2007-07-05 Nick Clifton <nickc@redhat.com>
407
408 * addr2line.c: Update copyright notice to refer to GPLv3.
409 * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
410 binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
411 coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
412 dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
413 emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
414 mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
415 objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
416 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
417 size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
418 sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
419 windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
420 winduni.h, wrstabs.c: Likewise.
421 * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
422 not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
423 notice.
424 * NEWS: Mention that the sources are now released under GPLv3.
425 Add a marker for the changes that went into v2.17.
426 * version.c (print_version): Specify that the program is released
427 under version 3 of the GPL.
428
429 2007-07-05 Kai Tietz <kai.tietz@onevision.com>
430
431 * resrc.c: (read_rc_file): Add include path of user passed rc
432 input file.
433 * windres.c: (windres_add_include_dir): New.
434 (main): Use of windres_add_include_dir.
435 * windres.h: (windres_add_include_dir): Add prototype.
436
437 2007-07-05 Alan Modra <amodra@bigpond.net.au>
438
439 * doc/binutils.texi (size): Document --common.
440 * size.c: Make a number of vars static. Delete unnecessary
441 function declarations.
442 (show_common, common_size): New vars.
443 (usage): Describe --common.
444 (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
445 (long_options): Add common.
446 (calculate_common_size): New function.
447 (print_berkeley_format): Add common_size to bsssize.
448 (sysv_one_line): New function split out from..
449 (sysv_internal_printer): ..here.
450 (print_sysv_format): Handle display of *COM*.
451 (print_sizes): Call calculate_common_size.
452
453 2007-07-05 Alan Modra <amodra@bigpond.net.au>
454
455 * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
456
457 2007-07-02 Alan Modra <amodra@bigpond.net.au>
458
459 PR 4716
460 * objcopy.c (filter_symbols): Correct relocatable file test.
461
462 2007-07-02 Alan Modra <amodra@bigpond.net.au>
463
464 * Makefile.am: Run "make dep-am".
465 * Makefile.in: Regenerate.
466 * aclocal.m4: Regenerate.
467 * config.in: Regenerate.
468 * doc/Makefile.in: Regenerate.
469 * po/POTFILES.in: Regenerate.
470 * po/binutils.pot: Regenerate.
471
472 2007-06-30 H.J. Lu <hongjiu.lu@intel.com>
473
474 * aclocal.m4: Regenerated.
475 * doc/Makefile.in: Likewise.
476 * Makefile.in: Likewise.
477
478 2007-06-29 Joseph Myers <joseph@codesourcery.com>
479
480 * readelf.c (display_power_gnu_attribute, process_power_specific):
481 New.
482 (process_arch_specific): Call process_power_specific.
483
484 2007-06-29 Joseph Myers <joseph@codesourcery.com>
485
486 * readelf.c (display_mips_gnu_attribute): New.
487 (process_mips_specific): Call process_attributes.
488
489 2007-06-29 Joseph Myers <joseph@codesourcery.com>
490
491 * readelf.c (display_gnu_attribute): New.
492 (process_arm_specific): Rearrange as process_attributes.
493 (process_arm_specific): Replace by wrapper of process_attributes.
494
495 2007-06-28 Roland McGrath <roland@frob.com>
496
497 * objcopy.c (setup_section): Don't reset ELF section type to
498 SHT_NOBITS when it is SHT_NOTE.
499 * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
500
501 2007-06-27 Alan Modra <amodra@bigpond.net.au>
502
503 * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
504 * arsup.c: Likewise.
505 * binemul.c: Likewise.
506 * objcopy.c: Likewise.
507 * dlltool.c: Likewise.
508
509 2007-06-26 Shantonu Sen <ssen@apple.com>
510
511 PR binutils/4693
512 * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
513 dependency on $(LIBICONV) to ...
514 (windres_LDADD, windmc_LDADD) ... here.
515 * Makefile.in: Regenerate.
516
517 2007-06-21 Alan Modra <amodra@bigpond.net.au>
518
519 * embedspu.sh (relas): Correct sh_info parsing.
520
521 2007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
522
523 * objdump.c: Include sys/stat.h.
524
525 2007-06-19 Kai Tietz <kai.tietz@onevision.com>
526
527 * Makefile.am: Add windmc tool.
528 * Makefile.in: Regenerate.
529 * configure.in: Add windmc tool.
530 * configure: Regenerate.
531 * mclex.c: New.
532 * mcparse.y: New.
533 * windmc.c: New.
534 * windmc.h: New.
535 * doc/Makefile.am: Add windmc tool.
536 * doc/Makefile.in: Regenerate.
537 * doc/binutils.texi: Add windmc documentation.
538 * NEWS: Mention new tool.
539
540 2007-06-18 Andi Kleen <ak@suse.de>
541
542 * objdump.c: Include sys/mman.h
543 (print_file_list): Remove f, add map, mapsize, linemap, maxline,
544 last_line, first fields.
545 (slurp_file): Add.
546 (index_file): Add.
547 (print_file_open): Call slurp_file and index_file. Initialize new
548 fields.
549 (skip_to_line): Rename to print_line and write only single line.
550 (dump_line): Add.
551 (show_line): Change to new algorithm.
552
553 2007-06-18 Thomas Weidenmueller <w3seek@reactos.org>
554
555 * resres.c (probe_binary): Fix test for badly formatted headers.
556
557 2007-06-18 Kai Tietz <Kai.Tietz@onevision.com>
558
559 * rclex.c: (cpp_line): Add code_page pragma support.
560 * windres.c: (usage, long_options, main): Add new option
561 --codepage or -c.
562 * winduni.c: (wind_default_codepage, wind_current_codepage): New.
563 (unicode_from_ascii, ascii_from_unicode): Use
564 wind_current_codepage as codepage parameter.
565 (unicode_print): Print 4 characters for hexadecimal values in
566 unicode strings.
567 * winduni.h: (wind_default_codepage, wind_current_codepage):
568 Export.
569 * doc/binutils.texi: Document new option.
570 * NEWS: Mention new features of windres.
571
572 2007-06-18 Brian D. Watt <bwatt@us.ibm.com>
573
574 * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
575
576 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
577
578 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
579
580 * acinclude.m4: Removed.
581
582 * Makefile.in: Regenerated.
583 * aclocal.m4: Likewise.
584 * configure: Likewise.
585
586 2007-06-11 Nathan Sidwell <nathan@codesourcery.com>
587
588 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
589
590 2007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
591
592 PR binutils/4356 binutils/591
593 * resrc.c (filename_need_quotes): New function.
594 (look_for_default): If filename_need_quotes is true then quote the
595 filename in the command line being created.
596 (read_rc_file): Likewise.
597
598 2007-06-06 Ben Elliston <bje@au.ibm.com>
599
600 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
601
602 2007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
603
604 * Makefile.am: Add LIBICONV to windres.
605 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
606 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
607 * config.in: Add ICONV defines.
608 * aclocal.m4: Regenerate.
609 * confugure: Regenerate.
610 * winduni.c: (local_iconv_map codepages, wind_language_t,
611 languages, unicode_is_valid_codepage, wind_find_language_by_id,
612 wind_find_language_by_codepage, wind_find_codepage_info,
613 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
614 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
615 New.
616 (ascii_from_unicode): Use codepage_from_unicode.
617 (ascii_from_unicode): Use unicode_from_codepage.
618 Use for cygwin windows API for unicode transformation.
619 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
620 macros.
621 (wind_language_t, local_iconv_map): New types.
622 (wind_find_language_by_id, wind_find_language_by_codepage,
623 unicode_is_valid_codepage, wind_find_codepage_info,
624 unicode_from_codepage, codepage_from_unicode): New
625 prototypes.
626
627 2007-06-05 Alan Modra <amodra@bigpond.net.au>
628
629 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
630
631 2007-05-30 Alan Modra <amodra@bigpond.net.au>
632
633 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
634 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
635 (setup_section): Don't modify flags, and don't avoid calling
636 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
637 * readelf.c (process_program_headers): Ignore .dynamic of type
638 SHT_NOBITS.
639
640 2007-05-29 Alan Modra <amodra@bigpond.net.au>
641
642 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
643 pic or pie and image needs relocs.
644
645 2007-05-24 Steve Ellcey <sje@cup.hp.com>
646
647 * Makefile.in: Regenerate.
648 * configure: Regenerate.
649 * aclocal.m4: Regenerate.
650 * doc/Makefile.in: Regenerate.
651
652 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
653
654 * rcparse.y: Join strings for elements having no side-effects in
655 "rc"-grammar.
656
657 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
658
659 * rclex.c: New file replacing rclex.l.
660 * rclex.l: Removed.
661 * windint.h: New file holding common structure and type
662 definitions.
663 * Makefile.am: Added new header windint.h and exchanged rclex.l by
664 rclex.c.
665 * Makefile.in: Regenerate.
666 * rcparse.y: Renamed some structures.
667 Use in internal representation always bfd_vma instead of long or
668 int.
669 Removed from %union unused stringtable.
670 Added to %union suni structure for unicode strings.
671 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
672 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
673 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
674 Added support for these new rc file tokens.
675 * resbin.c: Rewrote using bfd and binary structures, and support
676 new resource types.
677 * rescoff.c: Likewise.
678 * resres.c: Likewise.
679 * resrc.c: Likewise. Dumps as RC are now recompilable.
680 * windres.c: As above. Using bfd for res and provide target
681 specific endianess support.
682 * windres.h: Use windint.h as include. Additionally removed K&R
683 syntax.
684 * winduni.c: New printing and unichar support routines.
685 * winduni.h: Prototypes for new unichar helpers.
686 * windint.h: New file.
687
688 2007-05-22 Paul Brook <paul@codesourcery.com>
689
690 * objdump.c (find_symbol_for_address): Merge section and target
691 specific filtering code.
692
693 2007-05-22 Nick Clifton <nickc@redhat.com>
694
695 * doc/binutils.texi: Use @copying around the copyright notice.
696
697 2007-05-21 Richard Sandiford <richard@codesourcery.com>
698
699 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
700 for executables and shared libraries.
701
702 2007-05-18 Nathan Sidwell <nathan@codesourcery.com>
703
704 * objcopy.c (strip_main): Detect identical input and output file
705 names.
706 (copy_main): Refactor tempname detection and use.
707
708 2007-05-17 Nick Clifton <nickc@redhat.com>
709
710 * objdump.c (load_debug_section): Select bias for DWARF debug
711 addresses based on the flavour of the bfd.
712
713 2007-05-11 Alan Modra <amodra@bigpond.net.au>
714
715 PR 4479
716 * objcopy.c (copy_object): Don't copy ELF program headers for
717 --only-keep-debug.
718
719 2007-05-11 Alan Modra <amodra@bigpond.net.au>
720
721 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
722 over one found on the users path.
723 (main): Generate .reloc for each R_SPU_PPU* reloc.
724
725 2007-04-28 Alan Modra <amodra@bigpond.net.au>
726
727 * prdbg.c (tg_variable): Adjust for changed demangler.
728 (tg_start_function): Likewise.
729
730 2007-04-27 Alan Modra <amodra@bigpond.net.au>
731
732 * bucumm.h: Split off host dependencies to..
733 * sysdep.h: ..here.
734 Many files: Include sysdep.h. Remove duplicate headers and reorder.
735 * Makefile.am: Run "make dep-am".
736 * Makefile.in: Regenerate.
737
738 2007-04-24 Nick Clifton <nickc@redhat.com>
739
740 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
741
742 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
743 Phil Edwards <phil@codesourcery.com>
744
745 * objcopy.c (filter_symbols): Explicitly stripping a symbol
746 used in relocations is an error.
747 Retype 'keep' to bfd_boolean.
748
749 2007-04-24 Alan Modra <amodra@bigpond.net.au>
750
751 * Makefile.in: Regenerate.
752 * doc/Makefile.in: Regenerate.
753
754 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
755 Phil Edwards <phil@codesourcery.com>
756 Thomas de Lellis <tdel@windriver.com>
757
758 * objcopy.c (reverse_bytes): New variable.
759 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
760 (copy_options, copy_usage): Add "reverse-bytes" entry.
761 (copy_section): Reverse bytes within output sections.
762 * doc/binutils.texi: Document new objcopy option.
763
764 2007-04-20 Nick Clifton <nickc@redhat.com>
765
766 * rclex.l: Allow underscores at the start of identifiers.
767
768 2007-04-19 Alan Modra <amodra@bigpond.net.au>
769
770 * budemang.c: Delete.
771 * budemang.h: Delete.
772 * addr2line.c (translate_addresses): Call bfd_demangle rather than
773 demangle.
774 * nm.c (print_symname): Likewise.
775 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
776 (dump_bfd): Likewise.
777 * prdbg.c (struct pr_handle <demangler>): Add int param.
778 (tg_variable, tg_start_function): Adjust demangler calls.
779 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
780 * Makefile.in: Regenerate.
781 * po/POTFILES.in: Regenerate.
782
783 2007-04-14 Steve Ellcey <sje@cup.hp.com>
784
785 * Makefile.am: Add ACLOCAL_AMFLAGS.
786 * configure.in: Change macro call order.
787 * Makefile.in: Regenerate.
788 * configure: Regenerate.
789
790 2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
791
792 * Makefile.am (TOOL_PROGS): Add objcopy.
793 * Makefile.in: Rebuilt.
794
795 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
796
797 PR binutils/4348
798 * objcopy.c (copy_object): Don't stop when there are no
799 sections to be copied.
800
801 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
802
803 * NEWS: Mention disjoint histograms support in
804 gprof.
805
806 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
807
808 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
809 DW_TAG_inlined_subroutine.
810
811 2007-04-06 Matt Thomas <matt@netbsd.org>
812
813 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
814
815 2007-04-05 Alan Modra <amodra@bigpond.net.au>
816
817 PR binutils/4292
818 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
819 value_format_32bit.
820
821 2007-04-02 Nick Clifton <nickc@redhat.com>
822
823 PR binutils/4292
824 * nm.c (value_format): Replace with value_format_32bit and
825 value_format_64bit.
826 (set_radix): Update setting of value_format.
827 (set_print_width): New function. Compute the address size of a
828 given bfd and set the print_width global appropriately.
829 (display_archive): Use set_print_width.
830 (display_file): Likewise,
831 (print_object_filename_sysv): Update use of print_width.
832 (print_archive_member_sysv): Likewise.
833 (print_symbol_filename_posix): Likewise.
834 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
835
836 2007-03-28 Richard Sandiford <richard@codesourcery.com>
837 Phil Edwards <phil@codesourcery.com>
838
839 * doc/binutils.texi: Put the contents after the title page rather
840 than at the end of the document.
841
842 2007-03-28 Nick Clifton <nickc@redhat.com>
843
844 * readelf.c (slurp_rela_relocs): Add newline to end of error
845 messages.
846 (slurp_rel_relocs, request_dump, request_dump_byname,
847 process_program_headers, process_dynamic_section,
848 process_symbol_table, process_mips_specific, main): Likewise.
849
850 2007-03-28 Alan Modra <amodra@bigpond.net.au>
851
852 * MAINTAINERS: Update mailing list addresses. Add myself
853 as PPC maintainer.
854
855 2007-03-27 Alan Modra <amodra@bigpond.net.au>
856
857 * embedspu.sh: Correct toe_addr quoting.
858
859 2007-03-27 Alan Modra <amodra@bigpond.net.au>
860
861 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
862 .toe section and .toe address checks. Use .reloc for _EAR*
863 symbols defined in non-BSS sections. Build table for _SPUEAR_
864 symbols.
865
866 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
867
868 PR gas/3811
869 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
870
871 2007-03-22 Joseph Myers <joseph@codesourcery.com>
872
873 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
874 version.
875
876 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
877
878 * dlltool.c (make_one_lib_file): Use pc-relative relocation
879 instead of an absolute relocation for x86_64-pc-mingw32 target.
880
881 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
882
883 * Makefile.am (REPORT_BUGS_TO): Removed.
884 (INCLUDES): Remove -DREPORT_BUGS_TO.
885 * Makefile.in: Regenerated.
886
887 * bucomm.c: Don't include bfdver.h.
888 * objdump.c: Likewise.
889 * version.c: Likewise.
890
891 * bucomm.h: Include bfdver.h.
892
893 * configure.in (--with-bugurl): Removed.
894 * configure: Regenerated.
895
896 * doc/Makefile.am (binutils_TEXINFOS): Removed.
897 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
898 (TEXI2DVI): Likewise.
899 (config.texi): Removed.
900 (MOSTLYCLEANFILES): Remove config.texi.
901 * doc/Makefile.in: Regenerated.
902
903 * doc/binutils.texi: Include bfdver.texi instead of
904 config.texi.
905
906 2007-03-13 Nick Clifton <nickc@redhat.com>
907
908 * readelf.c (dump_section): Also test for SHT_REL sections when
909 producing the warning about unapplied relocs.
910
911 2007-03-07 Joseph Myers <joseph@codesourcery.com>
912
913 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
914 bug-reporting URL.
915 * doc/Makefile.am (config.texi): Define BUGURL.
916 * doc/binutils.texi: Use BUGURL. Remove text about large files
917 and uuencoding.
918 * Makefile.in, configure, doc/Makefile.in: Regenerate.
919
920 2007-03-01 Phil Edwards <phil@codesourcery.com>
921 Richard Sandiford <richard@codesourcery.com>
922
923 * NEWS: Mention addition of --extract-symbol.
924 * doc/binutils.texi: Document it.
925 * objcopy.c (extract_symbol): New variable.
926 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
927 (copy_options): Add an entry for --extract-symbol.
928 (copy_usage): Mention --extract-symbol.
929 (copy_object): Set the start address to zero for --extract-symbol.
930 Do not copy private BFD data in that case.
931 (setup_section): Set the size, LMA and VMA to zero for
932 --extract-symbol. Do not copy private BFD data in that case.
933 (copy_section): Do not copy section contents if --extract-symbol
934 is passed.
935 (copy_main): Set extract_symbol to TRUE if --extract-symbol
936 is passed.
937
938 2007-03-01 Paul Brook <paul@codesourcery.com>
939
940 * MAINTAINERS: Update my entry.
941
942 2007-03-01 Joseph Myers <joseph@codesourcery.com>
943
944 * version.c: Update copyright date.
945
946 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
947
948 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
949 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
950 * Makefile.in, doc/Makefile.in: Regenerate.
951
952 2007-03-01 Alan Modra <amodra@bigpond.net.au>
953
954 * embedspu.sh: Set type and size of global program handle symbol.
955
956 2007-02-28 Alan Modra <amodra@bigpond.net.au>
957
958 * Makefile.am (PROGS): Delete.
959 (RENAMED_PROGS): Define. Extracted from..
960 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
961 (install-exec-local): Adjust.
962 * Makefile.in: Regenerate.
963
964 2007-02-28 Alan Modra <amodra@bigpond.net.au>
965
966 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
967 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
968 (EXTRA_PROGRAMS): Remove bin2c.
969 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
970 (bin2c_SOURCES): Delete.
971 (DISTCLEANFILES): Remove sysinfo.
972 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
973 bin2c$(EXEEXT_FOR_BUILD).
974 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
975 Move embedspu to..
976 (BUILD_INSTALL_MISC): ..here.
977 * Makefile.in: Regenerate.
978 * configure: Regenerate.
979
980 2007-02-27 Alan Modra <amodra@bigpond.net.au>
981
982 * bin2c.c: New file.
983 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
984 (CFILES): Add bin2c.c.
985 (bin2c_SOURCES): Define.
986 (bin2c.o): Dependencies from "make dep-am".
987 * configure.in (BUILD_MISC): Add bin2c.
988 * version.c: Update year.
989 * po/POTFILES.in: Regenerate.
990 * Makefile.in: Regenerate.
991 * configure: Regenerate.
992
993 2007-02-17 Mark Mitchell <mark@codesourcery.com>
994 Nathan Sidwell <nathan@codesourcery.com>
995 Vladimir Prus <vladimir@codesourcery.com
996 Joseph Myers <joseph@codesourcery.com>
997
998 * configure.in (--with-bugurl): New option.
999 * configure: Regenerate.
1000 * Makefile.am (REPORT_BUGS_TO): Define.
1001 (INCLUDES): Define REPORT_BUGS_TO.
1002 Regenerate dependencies.
1003 * Makefile.in: Regenerate.
1004 * doc/Makefile.in: Regenerate.
1005 * bucomm.h: Remove include of bin-bugs.h.
1006 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
1007 * ar.c (usage): Pass s to list_supported_targets. Don't print
1008 empty REPORT_BUGS_TO.
1009 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
1010 * cxxfilt.c (usage): Print bug url when giving help.
1011 * dlltool.c (usage): Likewise.
1012 * dllwrap.c (usage): Likewise.
1013 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
1014 * nm.c (usage): Likewise.
1015 * objcopy.c (copy_usage, strip_usage): Likewise.
1016 * objdump.c (usage): Likewise.
1017 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
1018 callers.
1019 * size.c (usage): Don't print empty REPORT_BUGS_TO.
1020 * srconv.c (show_usage): Likewise.
1021 * strings.c (usage): Likewise.
1022 * sysdymp.c (show_usage): Likewise.
1023 * windres.c (usage): Likewise.
1024
1025 2007-02-13 Alan Modra <amodra@bigpond.net.au>
1026
1027 * embedspu.sh: Add -W to readelf invocation.
1028
1029 2007-02-06 Dave Brolley <brolley@redhat.com>
1030
1031 * MAINTAINERS: Add myself as the maintainer of the MeP port.
1032
1033 2007-02-06 Nick Clifton <nickc@redhat.com>
1034
1035 PR gas/3800
1036 * readelf.c: Include elf/h8.h twice. The first time in order to
1037 get the reloc numbers, the second time in order to get the reloc
1038 decoder function.
1039 (dump_section): Tell the user if the section being displayed has
1040 unprocessed relocs associated with it.
1041 (get_reloc_size): New function - returns the size of a reloc.
1042 (debug_apply_rela_addends): Use get_reloc_size().
1043 * dwarf.c (read_and_display_attr_value): Extend number of
1044 languages known for the DW_AT_language attribute.
1045 (process_debug_info): Display the attribute offset before decoding
1046 the attribute, in case there are problems.
1047
1048 2007-02-05 Dave Brolley <brolley@redhat.com>
1049
1050 * readelf.c (dump_relocations): Don't check for
1051 (rtype == NULL && type == R_RELC).
1052
1053 2007-02-05 Dave Brolley <brolley@redhat.com>
1054
1055 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
1056 * Makefile.in: Regenerated.
1057 * Contribute the following changes:
1058 2003-10-29 Dave Brolley <brolley@redhat.com>
1059
1060 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
1061 * configure: Regenerated.
1062
1063 2001-04-03 Ben Elliston <bje@redhat.com>
1064
1065 * readelf.c: Include "elf/mep.h".
1066 (guess_is_rela): Handle EM_CYGNUS_MEP.
1067 (get_machine_name): Ditto.
1068 (dump_relocations): Ditto.
1069
1070 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
1071
1072 * MAINTAINERS: Add a space between H.J. and Lu.
1073
1074 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
1075
1076 * doc/binutils.texi (objdump): Document the new addr64 option
1077 for i386 disassembler.
1078
1079 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
1080
1081 PR binutils/3945
1082 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
1083 target.
1084 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
1085 * configure: Regenerated.
1086
1087 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
1088
1089 2007-02-02 Nick Clifton <nickc@redhat.com>
1090
1091 * doc/binutils.texi (objdump): Document support for disassembling
1092 the 440 PowerPC architecture.
1093
1094 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
1095
1096 * dwarf.c (process_debug_info): Protect against bogus length and
1097 abbrev offsets.
1098
1099 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
1100
1101 * ar.c (print_contents, extract_file): Cast the return value
1102 of fwrite to size_t.
1103
1104 2007-01-12 Alan Modra <amodra@bigpond.net.au>
1105
1106 * ar.c (open_inarch): Check fwrite return. Use size_t.
1107 (extract_file): Likewise. Remove test for "negative" file size.
1108 * readelf.c (process_program_headers): Check fscanf return.
1109
1110 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
1111
1112 * bucomm.c (template_in_dir): Fix typo.
1113
1114 2007-01-11 Alan Modra <amodra@bigpond.net.au>
1115
1116 * embedspu.sh: New file.
1117 * Makefile.am (embedspu): Add rule.
1118 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
1119 * Makefile.in: Regenerate.
1120 * configure: Regenerate.
1121
1122 2007-01-11 Alan Modra <amodra@bigpond.net.au>
1123
1124 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
1125 * bucomm.c (template_in_dir): New function, split out from..
1126 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
1127 (make_tempdir): Use template_in_dir. Handle directory creation
1128 when !HAVE_MKDTEMP.
1129 * objcopy.c (MKDIR): Don't define.
1130 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
1131 error message.
1132
1133 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
1134
1135 * readelf.c (get_machine_flags): Treat Fido as an architecture
1136 by itself.
1137
1138 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
1139
1140 * configure.in: Renamed target x86_64-*-mingw64 to
1141 x86_64-*-mingw*.
1142 * configure: Regenerated.
1143
1144 2007-01-05 Alan Modra <amodra@bigpond.net.au>
1145
1146 * readelf.c (dump_section): Don't print 32-bit values, which
1147 were done incorrectly for little-endian. Instead print bytes.
1148
1149 For older changes see ChangeLog-2006
1150 \f
1151 Local Variables:
1152 mode: change-log
1153 left-margin: 8
1154 fill-column: 74
1155 version-control: never
1156 End:
This page took 0.053878 seconds and 4 git commands to generate.