Support printable characters outside of the ASCII range
[binutils-gdb.git] / binutils / ChangeLog
1 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2
3 * strings.c (isgraphic): Do not use isascii() unless it is needed
4 for isprint() to work.
5 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
6
7 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
8
9 * NEWS: Announce support for OpenRISC.
10
11 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
12
13 * dlltool.c (do_default_excludes): Initialise to true.
14
15 2001-04-10 Alan Modra <amodra@one.net.au>
16
17 * MAINTAINERS: Update my email address
18 * nm.c (print_symbol_info_bsd): Use a simple printf string.
19
20 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
21
22 * readelf.c (display_debug_lines): Fix typo for "Prologue".
23
24 2001-03-30 H.J. Lu <hjl@gnu.org>
25
26 * readelf.c (process_unwind): Just return if do_unwind is 0.
27
28 2001-03-28 Roger Sayle <roger@metaphorics.com>
29
30 * dlltool.c (make_one_lib_file): Fix section flags for
31 .text, .data and .bss in stub ds*.o files to match those
32 generated by gas.
33
34 2001-03-29 H.J. Lu <hjl@gnu.org>
35
36 * readelf.c (process_unwind): Only do unwind sections for
37 IA64.
38
39 2001-03-28 H.J. Lu <hjl@gnu.org>
40
41 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
42 * Makefile.in: Regenerate.
43
44 2001-03-26 Andreas Jaeger <aj@suse.de>
45
46 * binutils.texi (nm): Fix texi syntax.
47
48 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
49
50 * binutils.texi: Put @c man begin and @c man end indications
51 to generate man pages using texi2pod and pod2man. Put @c man title
52 to identify each man. Add SEEALSO entries.
53 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
54 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
55 sort the list.
56 (*.1): Build the man pages from binutils.texi.
57 * Makefile.in: Regenerate.
58
59 2001-03-13 Eric Kohl <ekohl@rz-online.de>
60
61 * defparse.y (opt_equal_name): allow "." in name.
62 * dlltool.c (def_exports): Added ability to generate forwarded exports.
63 (gen_exp_file): Likewise.
64
65 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
66
67 * NEWS: Document addition of -B switch to objcopy.
68 * binutils.texi: Document addition of -B switch to objcopy.
69 * objcopy.c: (copy_options): Add --binary-architecture.
70 (copy_usage): Document -B/--binary-architecture.
71 (copy_main): Support -B/--binary-architecture. Set
72 bfd_external_binary_architecture.
73
74 2001-03-11 Andreas Jaeger <aj@suse.de>
75
76 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
77 (dump_relocations): Likewise.
78 (get_machine_name): Likewise.
79
80 2001-02-28 Nick Clifton <nickc@redhat.com>
81
82 * readelf.c: (struct unw_aux_info): Remove const modifier for
83 'strtab' field.
84 (process_unwind): Remove non-K&R compliant LHS type cast in call
85 to GET_DATA_ALLOC macro.
86
87 2001-02-28 Philip Blundell <pb@futuretv.com>
88
89 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
90 ABI is in use; remove ambiguity between the "unknown" EABI and
91 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
92 renamed EF_xx constants.
93
94 2001-02-27 Alan Modra <alan@linuxcare.com.au>
95
96 * configure.in (BFD_VERSION): New.
97 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
98 * configure: Regenerate.
99 * Makefile.am: Run "make dep-am"
100 * Makefile.in: Regenerate.
101
102 2001-02-14 Nick Clifton <nickc@redhat.com>
103
104 * MAINTAINERS: Add "Obvious Fix" rule.
105
106 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
107
108 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
109 literal concatenation.
110
111 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
112
113 * readelf.c (struct unw_aux_info): Remove const from the info member.
114 (process_unwind): Don't type-cast the third argument to the
115 GET_DATA_ALLOC macro.
116
117 2001-02-11 Nick Clifton <nickc@redhat.com>
118
119 * readelf.c (dump_relocations): Free corrected allocated
120 array.
121 (process_unwind): Fix compile time warning.
122
123 2001-02-10 Nick Clifton <nickc@redhat.com>
124
125 * binutils.texi: Document new --unwind option to readelf.
126
127 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
128
129 * readelf.c: Add linux target for S/390.
130
131 2001-02-10 Alan Modra <alan@linuxcare.com.au>
132
133 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
134 printf is a macro.
135
136 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
137
138 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
139 * aclocal.m4: Regenerate.
140 * configure: Regenerate.
141
142 2001-02-07 Todd Vierling <tv@wasabisystems.com>
143
144 * bucomm.c (bfd_target_vector): Change extern array to pointer.
145 * objdump.c (bfd_target_vector): Likewise.
146
147 2001-02-07 David Mosberger <davidm@hpl.hp.com>
148
149 * readelf.c (process_unwind): New function.
150 (slurp_ia64_unwind_table): Ditto.
151 (dump_ia64_unwind): Ditto.
152 (find_symbol_for_address): Ditto.
153 (slurp_rela_relocs): New function (split off from dump_relocations()).
154 (slurp_rel_relocs): Ditto.
155 (parse_args): Handle '-u' option.
156
157 * unwind-ia64.c: New file.
158 * unwind-ia64.h: New file.
159 * Makefile.am: Include unwind-ia64.c in readelf build.
160 * Makefile.in: Regenerate.
161 * po/binutils.pot: Regenerate.
162
163 2001-02-04 Philip Blundell <philb@gnu.org>
164
165 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
166 * configure: Regenerate.
167
168 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
169
170 * ieee.c (ieee_add_bb11): Don't check for backslashes
171 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
172
173 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
174
175 * ieee.c: Update copyright.
176 (ieee_start_compilation_unit): Don't check for backslashes
177 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
178
179 * stabs.c: Update copyright. Include "filenames.h".
180 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
181
182 2001-01-23 Jakub Jelinek <jakub@redhat.com>
183
184 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
185 sections are present before using them. Remove code duplication.
186 (process_symbol_table): Check if VERDEF or VERNEED sections are
187 present before using them.
188
189 2001-01-17 Nick Clifton <nickc@redhat.com>
190
191 * objcopy.c (copy_object): Fail if attempting to convert the
192 endianness of the input object file.
193
194 * binutils.texi: Explain that objcopy cannot convert endianness.
195
196 2001-01-16 Nick Clifton <nickc@redhat.com>
197
198 * readelf.c (string_table_length): New variable.
199 (SECTION_NAME): Catch out of range indices and missing section
200 pointers.
201 (process_section_headers): Delete useless local variable
202 string_table_offset. Set the value of string_table_length
203 after loading the string table.
204 (process_mips_specific): Use SECTION_NAME macro.
205 (process_file): Set string_table_length to 0 when it is freed.
206
207 2001-01-12 Nick Clifton <nickc@redhat.com>
208
209 * version.c (print_version): Update copyright date.
210
211 2001-01-11 Peter Targett <peter.targett@arccores.com>
212
213 * readelf.c (dump_relocations): Include selection with EM_ARC.
214 (get_machine_name) Update name to "ARC".
215
216 2001-01-09 Nick Clifton <nickc@redhat.com>
217
218 * Makefile.am: Add rule to build objdump.o from objdump.c and
219 using OBJDUMP_DEFS.
220 * Makefile.in: Regenerate.
221
222 * configure.in: Define OBJDUMP_DEFS. Default to empty.
223 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
224 -DDISASSEMBLER_NEEDS_RELOCS.
225 * configure: Regenerate.
226
227 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
228 is defined read in the relocs even if dump_reloc_info is
229 false.
230
231 2001-01-07 Philip Blundell <philb@gnu.org>
232
233 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
234 `bug-binutils'.
235 * README: Likewise.
236
237 2000-12-19 Nick Clifton <nickc@redhat.com>
238
239 * dlltool.c: Add missing support for arm-epoc-pe.
240 * configure.in: Add missing support for arm-epoc-pe.
241 * configure: Regenerate.
242
243 2000-12-15 Nick Clifton <nickc@redhat.com>
244
245 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
246 Mode parts of the x86 port.
247
248 2000-12-04 Andreas Jaeger <aj@suse.de>
249
250 * readelf.c (guess_is_rela): Add EM_X86_64.
251 (dump_relocations): Add EM_X86_64.
252 (get_machine_name): Add EM_X86_64.
253 Include "elf/x86-64.h".
254
255 2000-12-12 Nick Clifton <nickc@redhat.com>
256
257 * readelf.c: Fix formatting.
258
259 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
260
261 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
262
263 2000-12-07 Andrew Haley <aph@redhat.com>
264
265 * readelf.c (display_debug_frames): Only display columns that are
266 referenced by the frame debug info.
267
268 2000-12-05 Nick Clifton <nickc@redhat.com>
269
270 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
271
272 2000-12-04 Jason Merrill <jason@redhat.com>
273
274 * readelf.c (process_section_headers): Handle linkonce.wi sections.
275 (display_debug_section): Likewise.
276 (display_debug_info): Display CU header before bailing.
277
278 2000-12-01 Chris Demetriou <cgd@sibyte.com>
279
280 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
281 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
282 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
283
284 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
285 and E_MIPS_ARCH_64.
286
287 * readelf.c (get_machine_flags): Add case for
288 E_MIPS_MACH_SB1.
289
290 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
291
292 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
293
294 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
295
296 * MAINTAINERS: Add Jvrn Rennecke and self as SH maintainers.
297 Change sourceware.cygnus.com to sources.redhat.com.
298 Fix typo for "amongst".
299
300 2000-11-28 Nick Clifton <nickc@redhat.com>
301
302 * strip.1 (COPYING): Mention that the GNU Free Documentation
303 License is present in the sources, but not the output, and
304 also available from the GNU website.
305 (GNU Free Documentation License): Comment out this section.
306 * strings.1: Ditto.
307 * size.1: Ditto.
308 * ranlib.1: Ditto.
309 * objdump.1: Ditto.
310 * objcopy.1: Ditto.
311 * nm.1: Ditto.
312 * nlmconv.1: Ditto.
313 * ar.1: Ditto.
314 * addr2line.1: Ditto.
315
316 2000-11-27 DJ Delorie <dj@redhat.com>
317
318 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
319 (parse_args): Support -wf option.
320 (process_section_headers): Ditto.
321 (debug_displays): Ditto.
322 (display_debug_frames): New, dump *_frame sections.
323 (frame_need_space): Support for above.
324 (frame_display_row): Ditto.
325 * binutils.texi: Document it.
326
327 2000-11-24 Nick Clifton <nickc@redhat.com>
328
329 * NEWS: Announce support for v5t, v5te and XScale.
330
331 2000-11-22 Nick Clifton <nickc@redhat.com>
332
333 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
334 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
335 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
336 (get_elf_section_flags: Add SHF_GROUP.
337 (process_section_headers): Adjust output for 32-bit binaries
338 to look nice on an 80 column terminal.
339
340 2000-11-20 H.J. Lu <hjl@gnu.org>
341
342 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
343 ELFOSABI_AIX.
344
345 2000-11-17 Richard Henderson <rth@redhat.com>
346
347 * readelf.c (display_debug_lines): Adjust last change to
348 use sizeof (external->li_length).
349
350 2000-11-17 Richard Henderson <rth@redhat.com>
351
352 * readelf.c (display_debug_lines): Fix section length check
353 and end_of_sequence computation.
354
355 2000-11-06 Nick Clifton <nickc@redhat.com>
356
357 * binutils.texi: Add GNU Free Documentation License.
358 * objcopy.1: Add GNU Free Documentation License.
359 * objdump.1: Add GNU Free Documentation License.
360 * addr2line.1: Add GNU Free Documentation License.
361 * ar.1: Add GNU Free Documentation License.
362 * nlmconv.1: Add GNU Free Documentation License.
363 * nm.1: Add GNU Free Documentation License.
364 * ranlib.1: Add GNU Free Documentation License.
365 * size.1: Add GNU Free Documentation License.
366 * strings.1: Add GNU Free Documentation License.
367 * strip.1: Add GNU Free Documentation License.
368
369 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
370
371 * objcopy.c (--srec-len=nn): New parameter to set the
372 maximum length of generated Srecords.
373 (--srec-forceS3): New parameter that restricts the generation of
374 Srecords to type S3 only.
375 * binutils.texi: Document new command line switches.
376 * objcopy.1: Docuemnt the new command line switches.
377 * NEWS: Announce the existence of the new command line switches.
378
379 2000-10-31 Nick Clifton <nickc@redhat.com>
380
381 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
382 code. Add Eric Chrisopher as maintainer of MN10300 port.
383
384 2000-10-12 Roger Sayle <roger@metaphorics.com>
385
386 * Make comma after string after icon/control optional.
387
388 2000-09-13 Anders Norlander <anorland@acc.umu.se>
389
390 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
391
392 * NEWS: Mention support for MIPS32.
393
394 2000-09-08 Nick Clifton <nickc@redhat.com>
395
396 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
397
398 2000-09-07 H.J. Lu <hjl@gnu.org>
399
400 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
401 * configure: Rebuild.
402
403 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
404
405 * configure: Rebuilt with new libtool.m4.
406
407 2000-09-05 Nick Clifton <nickc@redhat.com>
408
409 * aclocal.m4: Regenerate.
410 * config.in: Regenerate.
411 * configure: Regenerate.
412
413 2000-09-04 Todd Vierling <tv@wasabisystems.com>
414
415 * strip.1: Fix stray '\' in -o formatting.
416
417 2000-09-02 Nick Clifton <nickc@redhat.com>
418
419 * configure.in: Increase version number to 2.10.91.
420 * configure: Regenerate.
421 * aclocal.m4: Regenerate.
422 * config.in: Regenerate.
423 * po/binutils.pot: Regenerate.
424
425 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
426
427 * acinclude.m4: Include libtool and gettext macros from the
428 top level.
429 * aclocal.m4, configure: Rebuilt.
430
431 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
432
433 * resrc.c (close_input_stream): Delete extraneous logic
434
435 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
436
437 * NEWS: Mention support for CRIS.
438
439 2000-08-21 Nick Clifton <nickc@redhat.com>
440
441 * addr2line.c: Changed email address for Ulrich Lauther.
442
443 2000-08-17 Christopher C. Chimelis <chris@debian.org>
444
445 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
446
447 2000-08-17 Nick Clifton <nickc@redhat.com>
448
449 * readelf.c (display_debug_pubnames): Only issue warning
450 message once. Terminate message with a new line.
451 (display_debug_aranges): Only display version 2 debug info.
452
453 2000-08-14 Todd Vierling <tv@wasabisystems.com>
454
455 * objcopy.c (strip_main): Silently accept -d as an alias for -g
456 for compatability with old BSD systems.
457
458 2000-08-14 Jason Eckhardt <jle@cygnus.com>
459
460 * NEWS: Mention i860 support.
461
462 2000-08-11 Carlo Wood <carlo@alinoe.com>
463
464 * addr2line.c (main): Add const to char *.
465
466 2000-08-11 Geoff Keating <geoffk@cygnus.com>
467
468 * ar.c (main): Don't crash if called with no arguments
469 or only '-X32_64' as an argument.
470
471 2000-08-08 DJ Delorie <dj@redhat.com>
472
473 * resrc.c: use "gcc -xc" instead of -xc-header
474
475 2000-08-05 Jason Eckhardt <jle@cygnus.com>
476
477 * readelf.c (elf/i860.h): Include.
478 (dump_relocations): Add recognition of i860 architecture.
479 (guess_is_rela): Add recognition of i860 architecture.
480
481 2000-08-03 Nick Clifton <nickc@cygnus.com>
482
483 * MAINTAINERS: Add information about CGEN maintainers.
484
485 2000-07-26 Geoff Keating <geoffk@cygnus.com>
486
487 * nm.c (main): Ignore '-X32_64' as an option.
488 * ar.c (main): Likewise.
489 * binutils.texi (nm): Document new option.
490 (ar): Likewise.
491
492 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
493
494 * rdcoff.c (external_coff_symbol_p): K&R-ise.
495
496 2000-07-20 H.J. Lu <hjl@gnu.org>
497
498 * binutils.texi: Put back "@end table" deleted by
499 accident.
500
501 2000-07-05 Kenneth Block <krblock@computer.org>
502
503 * nm.c: Add optional style to demangle switch.
504 * objdump.c: Add optional style to demangle switch.
505 * addr2line.c: Add optional style to demangle switch.
506 * binutils.texi: Document optional style to demangle
507 switch.
508
509 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
510
511 * MAINTAINERS: Add self as CRIS port maintainer.
512 * readelf.c: Include elf/cris.h.
513 (guess_is_rela): Handle EM_CRIS.
514 (dump_relocations): Ditto.
515 (get_machine_name): Ditto.
516 * Makefile.am: Rebuild dependencies.
517 * Makefile.in: Regenerate.
518 * po/binutils.pot: Regenerate.
519
520 2000-07-19 H.J. Lu <hjl@gnu.org>
521
522 * readelf.c (get_dynamic_type): Change "AUXILARY" to
523 "AUXILIARY".
524 (process_dynamic_segment): Print out strings for DT_CONFIG,
525 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
526
527 2000-07-19 Mark Kettenis <kettenis@gnu.org>
528
529 * nm.c (usage): Change output of `nm --help' to include a
530 description of the purpose of the program and a detailed
531 description of the accepted options.
532
533 2000-07-19 H.J. Lu <hjl@gnu.org>
534
535 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
536 to DF_1_NODEFLIB.
537
538 2000-07-19 H.J. Lu <hjl@gnu.org>
539
540 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
541
542 2000-07-19 H.J. Lu <hjl@gnu.org>
543
544 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
545 DT_FEATURE.
546 (process_dynamic_segment): Likewise.
547
548 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
549 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
550 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
551 DF_1_NODUMP and DF_1_CONLFAT.
552
553 2000-07-18 Nick Clifton <nickc@cygnus.com>
554
555 * binutils.texi (readelf): Fix spelling typo.
556
557 2000-07-11 Mark Kettenis <kettenis@gnu.org>
558
559 * objdump.c (usage): Make output of `objdump --help' more
560 consistent with the rest of the GNU world. Add a line describing
561 the purpose of the program.
562
563 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
564
565 * stabs.c (parse_stab_range_type): Cast to proper type to fix
566 warning.
567
568 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
569
570 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
571 to fix warnings.
572 (process_symbol_table): Ditto.
573 (procesS_extended_line_op): Ditto.
574 (display_debug_lines): Ditto.
575 (display_debug_pubnames): Ditto.
576 (read_and_display_attr): Ditto.
577
578 2000-07-09 Nick Clifton <nickc@cygnus.com>
579
580 * MAINTAINERS: Add several more port specific maintainers.
581
582 2000-07-05 Nick Clifton <nickc@cygnus.com>
583
584 * MAINTAINERS: Add blanket write privs for Michael Meissner.
585
586 2000-06-05 DJ Delorie <dj@redhat.com>
587
588 * MAINTAINERS: New.
589
590 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
591
592 * dllwrap.c: Changed mistaken dyn_string_append() calls
593 to dyn_string_append_cstr().
594
595 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
596
597 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
598 struct debug_type stores size in bytes.
599
600 2000-07-01 Alan Modra <alan@linuxcare.com.au>
601
602 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
603 (CLEANFILES): Add DEPA.
604 * Makefile.in: Regenerate.
605
606 2000-06-27 Alan Modra <alan@linuxcare.com.au>
607
608 * ar.c: Revert incorrect 2000-06-25 patch.
609 * bucomm.c: Likewise.
610
611 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
612
613 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
614 (external_coff_symbol_p): New function.
615 (parse_coff): Use it.
616
617 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
618
619 * ar.c (normalize): Advance past both characters in a DOS based
620 <letter>: filepath prefix.
621 (main): Likewise.
622 * bucomm.c (make_tempname): Likewise.
623
624 2000-06-24 Nick Clifton <nickc@cygnus.com>
625
626 * objdump.c (usage): Fix description of --stabs switch.
627
628 2000-06-22 Alan Modra <alan@linuxcare.com.au>
629
630 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
631 find one.
632 * Makefile.in: Regenerate.
633
634 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
635
636 * ar.c (normalize): Correct pointer comparison when checking for
637 backslashes.
638 (main): Likewise.
639 * bucomm.c (make_tempname): Likewise.
640
641 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
642 and search for backslashes in the original pathname.
643 (ieee_add_bb11): Likewise.
644
645 2000-06-18 Nick Clifton <nickc@redhat.com>
646
647 * ar.c (print_contents): Improve verbose message.
648
649 2000-06-15 H.J. Lu <hjl@gnu.org>
650
651 * dyn-string.c: Removed. Not needed with dyn-string.c in
652 libiberty.
653 * dyn-string.h: Likewise.
654
655 * Makefile.am: Remove references to dyn-string.c and
656 dyn-string.h. Rebuild dependency.
657 * Makefile.in: Rebuild.
658
659 2000-06-15 H.J. Lu <hjl@gnu.org>
660
661 * binutils.texi: Put a warning on copying relocatable object
662 files between two different formats.
663
664 2000-06-13 DJ Delorie <dj@cygnus.com>
665
666 * rcparse.y (control): ICON controls take an id as the first
667 parameter, not an optional string. Also, call new convenience
668 function that takes res_id's.
669 * resrc.c (define_control): missing text means zero-length string,
670 not zero ID.
671 (define_icon_control): New.
672 * windres.h: declare define_icon_control.
673
674 2000-06-13 H.J. Lu <hjl@gnu.org>
675
676 * configure: Regenerate.
677
678 2000-06-08 David O'Brien <obrien@FreeBSD.org>
679
680 * configure.in (VERSION): Update to show this is the CVS mainline.
681
682 2000-06-02 David O'Brien <obrien@FreeBSD.org>
683
684 * strings.c (isgraphic): Interpret <TAB> as a printable character,
685 analogous to <SPACE>.
686
687 2000-05-30 Alan Modra <alan@linuxcare.com.au>
688
689 * objdump.c (display_target_list): Use bfd_close_all_done, not
690 bfd_close to fix crash caused by 2000-05-24 change.
691
692 2000-05-25 DJ Delorie <dj@cygnus.com>
693
694 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
695
696 2000-05-26 Alan Modra <alan@linuxcare.com.au>
697
698 * Makefile.am: Update dependencies with "make dep-am"
699 * Makefile.in: Regenerate.
700
701 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
702
703 * ar.c: Include filenames.h.
704 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
705 and drive letters in file names.
706 (main): Support backslashes and drive letters in argv[0]. Drop
707 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
708 FILENAME_CMP instead of strcmp to compare file names.
709 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
710 DJGPP v2.
711 (do_quick_append) [__GO32__]: Ditto.
712 (get_pos_bfd, delete_members, move_members, replace_members):
713 Compare file names with FILENAME_CMP.
714
715 * bucomm.c: Include filenames.h.
716 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
717 forward/backward slashes and drive letters in file names.
718
719 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
720 mixed forward/backward slashes and drive letters in file names.
721
722 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
723 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
724 mode.
725
726 * objcopy.c: Include filenames.h.
727 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
728 before comparing to "strip".
729 Use FILENAME_CMP to compare file names.
730
731 * arsup.c: Include filenames.h.
732 (map_over_list, ar_delete, ar_replace, ar_extract): Use
733 FILENAME_CMP to compare file names.
734 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
735 the temporary file name.
736
737 * configure.in: Check for setmode.
738 * configure: Regenerate.
739
740 2000-05-24 Alan Modra <alan@linuxcare.com.au>
741
742 * objdump.c (display_target_list): Close the bfd.
743 (display_info_table): Likewise.
744
745 2000-05-14 H.J. Lu (hjl@gnu.org)
746
747 * objcopy.c (filter_symbols): Don't strip global symbols in
748 relocatable object files.
749
750 2000-05-14 Alan Modra <alan@linuxcare.com.au>
751
752 * size.c (usage): Associate short options with corresponding long
753 option to give a clue as to their function.
754
755 2000-05-14 Philippe De Muyter <phdm@macqel.be>
756
757 * size.c (main): Accept and ignore `-f' option.
758
759 2000-05-13 Alan Modra <alan@linuxcare.com.au>
760
761 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
762 bindtextdomain): Replace defines with those from intl/libgettext.h
763 to quieten gcc warnings.
764
765 2000-05-12 H.J. Lu <hjl@gnu.org>
766
767 * nlmconv.c (temp_filename): Removed.
768
769 * nlmconv.c (link_inputs): Use make_temp_file () instead of
770 choose_temp_base ().
771 * objdump.c (display_target_list): Likewise.
772 (display_info_table): Likewise.
773
774 2000-05-08 Alan Modra <alan@linuxcare.com.au>
775
776 * objcopy.c (setup_section): Add const and gettext calls for err.
777
778 2000-05-02 H.J. Lu <hjl@gnu.org>
779
780 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
781 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
782 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
783 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
784 and ELFOSABI_OPENBSD.
785
786 2000-05-02 Kazu Hirata <kazu@hxi.com>
787
788 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
789 * srconv.c: Likewise.
790 * sysdump.c: Likewise.
791
792 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
793
794 * readelf.c (guess_is_rela): AVR uses RELA relocations.
795 (get_machine_name): machine name for EM_AVR added.
796
797 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
798 David Mosberger <davidm@hpl.hp.com>
799
800 * Makefile.am (readelf.o): Add elf/ia64.h.
801 * Makefile.in: Rebuild.
802 * readelf.c: Include elf/ia64.h.
803 (guess_is_rela, dump_relocations): Handle EM_IA_64.
804
805 2000-04-17 Timothy Wall <twall@cygnus.com>
806
807 * objdump.c (disassemble_data): Set octets per byte *after*
808 resolving arch/mach for binary files.
809
810 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
811
812 * arlex.l: Add directives to increase lex buffer size.
813
814 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
815 already included by bucomm.h.
816
817 2000-04-10 Philippe De Muyter <phdm@macqel.be>
818
819 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
820 `strftime' since strftime is not available on all systems.
821 (process_mips_specific): Ditto.
822
823 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
824
825 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
826 --enable-build-warnings option.
827 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
828 * Makefile.in, configure: Re-generate.
829
830 2000-04-06 Alan Modra <alan@linuxcare.com.au>
831
832 * addr2line.c: Update copyright.
833 * objcopy.1: Likewise, and title.
834 * strings.1: Likewise.
835
836 * version.c (print_version): Add 2000.
837
838 * rddbg.c (read_section_stabs_debugging_info): Don't use
839 bfd_size_type for strx to avoid printf problems if BFD64.
840
841 * bucomm.c: (report): Remove `static'.
842 Move inclusion of stdarg.h/vararg.h from here.
843 * bucomm.h: To here.
844 (CONST): Change all occurences to const.
845 (report): Declare it.
846 (bfd_fatal): Add ATTRIBUTE_NORETURN.
847 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
848 (non_fatal): Add ATTRIBUTE_PRINTF_1.
849
850 * ar.c (main): Use fatal or non_fatal instead of fprintf.
851 Correct a typo in an error message.
852 (do_quick_append): Use non_fatal instead of fprintf.
853 (move_members): Use fatal instead of fprintf, exit.
854 * coffdump.c (main): Same here.
855
856 * dlltool.c (display): Delete.
857 (warn): Delete.
858 (inform): Use `report' instead of `display'.
859 (rvaafter): Remove trailing \n from fatal error msg.
860 (rvabefore): Ditto.
861 (asm_prefix): Ditto.
862 (yyerror): Replace `warn' with `non_fatal', and remove \n.
863 (def_name): Likewise.
864 (run): Likewise.
865 (scan_all_symbols): Likewise.
866 (gen_lib_file): Likewise.
867 (def_library): Likewise. Remove extra program_name too.
868 (run): Remove \n from inform strings.
869 (scan_drectve_symbols): Likewise.
870 (add_excludes): Likewise.
871 (scan_open_obj_file): Likewise.
872 (gen_exp_file): Likewise.
873 (gen_lib_file): Likewise.
874 (process_duplicates): Likewise.
875
876 * Makefile.am (dllwrap_SOURCES): Add version.c.
877 * dllwrap.c (program_version): Delete.
878 (print_version): Delete.
879 (display): Always print trailing \n.
880 (warn): New.
881 (delete_temp_files): Use warn instead of fprintf. Use gettext.
882 (run): Here too.
883 (main): And here.
884 (usage): gettext'ify.
885 (long_options): Add missing initialisers.
886
887 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
888 (select_output_format): Likewise.
889 (powerpc_mangle_relocs): Likewise.
890 (link_inputs): Likewise.
891
892 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
893 (set_output_format): Likewise.
894 (main): Use non_fatal instead of fprintf.
895 (display_rel_file): Likewise.
896
897 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
898 (slurp_dynamic_symtab): Same here.
899 (disassemble_data): And here.
900 (read_section_stabs): And here.
901 (read_section_stabs): And here.
902 (dump_bfd): And here.
903 (main): And here.
904 (objdump_sprintf): Use fatal instead of fprintf, exit.
905 (disassemble_data): Same here.
906
907 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
908 (parse_coff_struct_type): Same here.
909 (parse_coff_enum_type): And here.
910 (parse_coff): And here.
911 * rddbg.c (read_debugging_info): And here.
912 * size.c (main): And here.
913 * windres.c (format_from_name): And here.
914 * wrstabs.c (stab_write_symbol): Here too.
915 (write_stabs_in_sections_debugging_info): And here.
916 (stab_int_type): And here.
917 (stab_struct_field): And here.
918 (stab_typdef): And here.
919
920 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
921 * srconv.c (main): Same here.
922 * strings.c (main): And here.
923 (integer_arg): And here.
924 * sysdump.c (main): And here.
925
926 2000-04-06 Timothy Wall <twall@cygnus.com>
927
928 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
929
930 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
931
932 * readelf.c (decode_location_expression): Loop through multiple
933 operations.
934 (read_and_display_attr): Pass in length.
935
936 * readelf.c (read_and_display_attr): Add CU offset to references.
937 (display_debug_info): Pass it in.
938
939 2000-04-06 Nick Clifton <nickc@cygnus.com>
940
941 * readelf.c (decode_ARM_machine_flags): New function.
942 (get_machine_flags): Call decode_ARM_machine_flags for ARM
943 targets.
944
945 (get_machine_name): Catch EM_AVR
946
947 2000-04-05 Alan Modra <alan@linuxcare.com.au>
948
949 * binutils.texi: Remove optional `=' from long options that have
950 an `=' in the argument.
951 * objcopy.1: Here too. Remove extra space on discard-all.
952
953 * binutils.texi (objcopy): Mention --redefine-sym.
954 * objcopy.1: Here too.
955 * NEWS: And here.
956
957 * objcopy.c (parse_flags): Split off flag names from error message
958 gettext as they are not translated.
959 (copy_main): Similarly split off option name for --add-section,
960 --set-section-flags, --change-section-vma, --change-section-lma
961 error messages.
962 Some white space changes.
963
964 from Matthew Benjamin <matt@linuxbox.nu>
965 * objcopy.c (struct redefine_node): New.
966 (redefine_sym_list): New.
967 (redefine_list_append): New.
968 (lookup_sym_redefinition): New.
969 (OPTION_REDEFINE_SYM): New.
970 (copy_options): Add --redefine-sym option.
971 (copy_usage): Mention it.
972 (filter_symbols): Rename symbols on redefine_sym_list.
973 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
974 (copy_main): Handle OPTION_REDEFINE_SYM.
975
976 2000-04-04 H.J. Lu <hjl@gnu.org>
977
978 * readelf.c (process_symbol_table): Correctly read in symbol
979 versioning information.
980
981 2000-04-04 Alan Modra <alan@linuxcare.com.au>
982
983 * po/binutils.pot: Regenerate.
984
985 * addr2line.c (usage): Restore translated part of bug string.
986 * ar.c (usage): Likewise.
987 * nlmconv.c (show_usage): Likewise.
988 * nm.c (usage): Likewise.
989 * objcopy.c (copy_usage): Likewise.
990 (strip_usage): Likewise.
991 * objdump.c (usage): Likewise.
992 * readelf.c (usage): Likewise.
993 * size.c (usage): Likewise.
994 * strings.c (usage): Likewise.
995 * windres.c (usage): Likewise.
996
997 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
998 (DEP): Quote when passing vars to sub-make. Add warning
999 message to end.
1000 (DEP1): Rewrite for "gcc -MM".
1001 (CLEANFILES): Add DEP2.
1002 Update dependencies.
1003 * Makefile.in: Regenerate.
1004
1005 2000-04-04 H.J. Lu <hjl@gnu.org>
1006
1007 * Makefile.am (GENERATED_HFILES): Add rcparse.h
1008 (arparse.h): Depend on arparse.c
1009 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1010
1011 2000-04-03 H.J. Lu (hjl@gnu.org)
1012
1013 * size.c (usage): Use REPORT_BUGS_TO.
1014
1015 2000-04-03 Alan Modra <alan@linuxcare.com.au>
1016
1017 * bucomm.h: #include "bin-bugs.h"
1018 * addr2line.c (usage): Use REPORT_BUGS_TO.
1019 * ar.c (usage): Likewise.
1020 * nlmconv.c (show_usage): Likewise.
1021 * nm.c (usage): Likewise.
1022 (OPTION_TARGET): Define.
1023 (long_options): Use OPTION_TARGET rather than 200.
1024 (main): Likewise.
1025
1026 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1027 (strip_usage): Likewise.
1028 * objdump.c (usage): Likewise.
1029 * readelf.c (usage): Likewise.
1030 * strings.c (usage): Likewise.
1031 * windres.c (usage): Likewise.
1032
1033 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
1034
1035 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1036
1037 2000-03-27 Nick Clifton <nickc@cygnus.com>
1038
1039 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1040 string offsets in corrupt stabs entries.
1041
1042 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1043
1044 * readelf.c: Include elf/avr.h
1045 (dump_relocations): Add EM_AVR case.
1046
1047 2000-03-09 Tim Waugh <twaugh@redhat.com>
1048
1049 * strings.1: Correct '-bytes' to '--bytes'.
1050
1051 2000-03-08 H.J. Lu <hjl@gnu.org>
1052
1053 * Makefile.am (install-exec-local): Depend on
1054 install-binPROGRAMS for parallel make.
1055 * Makefile.in: Regenerated.
1056
1057 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1058
1059 From Brad Lucier <lucier@math.purdue.edu>:
1060 * readelf.c (process_dynamic_segment): Add cast to make sure
1061 argument to %* is int.
1062
1063 2000-02-25 H.J. Lu <hjl@gnu.org>
1064
1065 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1066
1067 2000-02-24 Nick Clifton <nickc@cygnus.com>
1068
1069 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1070 * configure: Regenerate.
1071
1072 * dlltool.c: Add support for sh-pe and mips-pe targets.
1073 * rescoff.c: Add support for sh-pe and mips-pe targets.
1074
1075 2000-02-23 H.J. Lu <hjl@gnu.org>
1076
1077 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1078
1079 2000-02-22 Nick Clifton <nickc@cygnus.com>
1080
1081 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1082
1083 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1084
1085 From Brad Lucier <lucier@math.purdue.edu>:
1086 * readelf.c (process_version_sections): Add casts to make sure
1087 argument to %* is an int.
1088 (process_mips_specific): Add casts to make printf arguments match
1089 format.
1090
1091 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1092
1093 * objdump.c (dump_section_header): Change `opb' to unsigned.
1094 (find_symbol_for_address): Same here.
1095 (disassemble_data): And here. Change `addr_offset',
1096 `stop_offset', `nextstop_offset' to unsigned long.
1097 (dump_data): Change opb to unsigned.
1098
1099 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
1100
1101 * resrc.c: Remove unmatched #if for cygwin.
1102
1103 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1104
1105 * binutils.texi: Document the change of flavor name from atpcs-special
1106 to special-atpcs to prevent name conflict in gdb.
1107
1108 2000-02-08 Timothy Wall <twall@redhat.com>
1109
1110 * objdump.c (show_line): Fix bug preventing printing of the very
1111 first line (line zero) of a file when interlisting source and
1112 assembly. Added option to print entire context from start of file
1113 when the first line from that file is encountered.
1114
1115 2000-02-03 Timothy Wall <twall@redhat.com>
1116
1117 * objdump.c (dump_section_header, find_symbol_for_address,
1118 show_line, disassemble_bytes, disassemble_data, dump_data):
1119 distinguish between octets and bytes.
1120
1121 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1122
1123 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1124 check to unresolved symbols.
1125 (print_symbol_info_sysv): Ditto.
1126 (print_symbol_info_posix): Ditto.
1127
1128 * binutils.texi: Document new 'V' symclass flag for nm.
1129
1130 2000-01-27 Nick Clifton <nickc@redhat.com>
1131
1132 * binutils.texi (objdump): Document new ARM specific
1133 disassembler options.
1134
1135 * objdump.c (usage): Call disassembler_usage().
1136
1137 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1138
1139 * readelf.c (get_dynamic_flags): Return buff.
1140 (process_dynamic_segment): Don't pass error strings to printf
1141 as format arg.
1142 (read_and_display_attr): Use lx and ld to print longs.
1143 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1144 before printing.
1145 Update copyright.
1146
1147 2000-01-17 Nick Clifton <nickc@cygnus.com>
1148
1149 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1150
1151 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1152
1153 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1154 false.
1155 (debug_tag_type): Here too.
1156 * ieee.c (ieee_builtin_type): And here.
1157 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1158
1159 2000-01-13 Nick Clifton <nickc@cygnus.com>
1160
1161 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1162 System/370".
1163
1164 2000-01-11 Nick Clifton <nickc@cygnus.com>
1165
1166 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1167
1168 2000-01-10 Nick Clifton <nickc@cygnus.com>
1169
1170 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1171
1172 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1173
1174 * windres.c (long_options): Add --use-temp-file and
1175 --no-use-temp-file options.
1176 (usage): Document.
1177 (main): Handle.
1178
1179 * windres.h: Update read_rc_file prototype.
1180
1181 * resrc.c (cpp_temp_file): New static variable.
1182 (istream_type): New static variable.
1183 (close_pipe): Delete function.
1184 (run_cmd): New static function.
1185 (open_input_stream): New static function.
1186 (close_input_stream): New static function.
1187 (look_for_default): Handle DOS directory separator. Use
1188 open_input_stream instead of popen.
1189 (read_rc_file): Likewise.
1190
1191 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1192 options.
1193
1194 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1195
1196 * dlltool.c (create_compat_implib): New variable.
1197 (gen_exp_file): Use.
1198 (make_one_lib_file): Use.
1199 (long_options): Add --compat-implib option.
1200 (usage): Handle.
1201 (main): Handle.
1202
1203 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1204 (main): Use. Don't look for "32" in cygwin and mingw target names.
1205
1206 2000-01-03 Nick Clifton <nickc@cygnus.com>
1207
1208 * binutils.texi: Document new, ARM specific disassembler
1209 command line switch "-M force-thumb".
1210
1211 For older changes see ChangeLog-9899
1212 \f
1213 Local Variables:
1214 mode: change-log
1215 left-margin: 8
1216 fill-column: 74
1217 version-control: never
1218 End: