1 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
3 * readelf.c (do_debug_str): New variable.
4 (display_debug_str): New function: Display the contents of a
6 (load_debug_str): New function: Load in the contents of a
8 (free_debug_str): New function: Free the memory used by
10 (fetch_indirect_string): Retrieve a string from the .debug_str
13 (parse_args): Accept -ws.
14 (process_section_headers): Allow the display of the .debug_str
16 (read_and_display_attr_value): Use fetch_indirect_string. Show
17 offset into .debug_str section.
18 (display_debug_info): Use load_debug_str and free_debug_str.
19 (debug_displays): Add .debug_str.
20 * doc/binutils.texi: Document -ws.
22 2001-11-19 Andreas Jaeger <aj@suse.de>
24 * testsuite/binutils-all/objdump.exp: Add x86-64.
26 2001-11-15 Andreas Schwab <schwab@suse.de>
28 * readelf.c: Fix warnings without terminating newline.
30 2001-11-15 Alan Modra <amodra@bigpond.net.au>
32 * doc/binutils.texi (objdump): Document ppc -M options.
34 2001-11-14 Andreas Jaeger <aj@suse.de>
36 * doc/binutils.texi (objdump): Fix description to use x86-64.
38 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
40 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
41 not all systems provide mkstemp.
43 2001-11-14 Alan Modra <amodra@bigpond.net.au>
45 * doc/binutils.texi (objdump): Document x86 -M options.
47 2001-11-13 Keith Walker <keith.walker@arm.com>
49 * readelf.c (read_and_display_attr_value): New function to
50 handle DW_FORM_indirect.
51 (read_and_display_attr): Use it.
53 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
55 * readelf.c (display_debug_lines): Deal with unknown standard
56 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
59 2001-11-13 Timothy Wall <twall@alum.mit.edu>
61 * MAINTAINERS: Add self as tic54x maintainer. This target
62 includes the IBM C54XDSP clone.
64 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
66 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
68 2001-11-09 Jeffrey A Law (law@cygnus.com)
70 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
71 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
72 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
73 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
74 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
75 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
76 (unw_decode_b2, unw_decode_b3_b4): Likewise.
78 * readelf.c (get_elf_class): Fix ISO portability glitch.
79 (get_data_encoding, get_osabi_name, request_dump): Likewise.
81 2001-11-07 Jakub Jelinek <jakub@redhat.com>
83 * readelf.c (debug_str, debug_str_size): New.
84 (display_debug_abbrev): If no abbrevs were read, skip the CU.
86 (read_and_display_addr): Handle DW_FORM_strp.
87 (display_debug_info): Read .debug_str section if present,
88 so that DW_FORM_strp can be handled.
89 Fix test for non-existant .debug_abbrev section.
91 2001-11-05 Jakub Jelinek <jakub@redhat.com>
93 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
95 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
97 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
99 * MAINTAINERS: Add self as s390/s390x maintainer.
101 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
103 * MAINTAINERS: Add self as PPC XCOFF maintainer.
105 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
107 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
108 * configure: Regernate.
109 * po/fr.po: New file.
110 * po/tr.po: New file.
112 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
114 * MAINTAINERS: Add self as MMIX port maintainer.
115 * readelf.c: Include elf/mmix.h.
116 (guess_is_rela): MMIX is RELA.
117 (dump_relocations): Handle MMIX relocations.
118 * Makefile.am: Regenerate dependencies.
119 * Makefile.in: Regenerate.
121 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
123 * readelf.c (parse_args): Handle multiple options to the -w
126 2001-10-12 Jakub Jelinek <jakub@redhat.com>
128 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
129 LOPROC, LOOS and LOUSER.
131 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
133 * MAINTAINERS: Update my email address.
135 2001-10-03 Alan Modra <amodra@bigpond.net.au>
137 * doc/Makefile.in: Regenerate.
138 * configure: Regenerate.
140 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
142 * readelf.c (display_debug_line, display_debug_pubnames,
143 display_debug_info, display_debug_frames): Detect and warn
144 about 64-bit format entries.
145 (display_debug_aranges): Reword 64-bit warning.
146 (debug_displays): Add .debug_pubtypes as a known, but not yet
147 supported, debug section.
149 2001-10-02 Alan Modra <amodra@bigpond.net.au>
151 * coffdump.c (PROGRAM_VERSION): Delete.
152 (main <'V'>): Call print_version.
153 * srconv.c: Likewise.
154 * sysdump.c: Likewise.
155 * version.c (program_version): Remove.
156 (print_version): Use BFD_VERSION_STRING. Just print the current
157 year in copyright message.
158 * addr2line.c (program_version): Remove unused declaration.
159 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
160 place of BFD_VERSION.
161 * Makefile.am (Makefile): Depend on bfd/configure.in.
162 (cplus-dem.o): Depend on Makefile.
164 * Makefile.in: Regenerate.
166 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
168 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
169 format .debug_arange sections.
170 (main): Add missing prototype.
172 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
174 * Makefile.am: Update dependencies with "make dep-am".
175 * Makefile.in: Regenerate.
177 2001-09-28 Richard Henderson <rth@redhat.com>
179 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
181 2001-09-26 Alan Modra <amodra@bigpond.net.au>
183 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
185 (non_fatal): Likewise.
186 * objdump.c (objdump_sprintf): Likewise.
187 * readelf.c (error): Likewise.
190 2001-09-25 Jakub Jelinek <jakub@redhat.com>
192 * readelf.c (do_wide): New.
193 (options): Add --wide.
194 (usage, parse_args): Likewise.
195 (process_program_headers): Put each segment on a single line if
197 (process_section_headers): Put each section on a single line if
199 * doc/binutils.texi: Document it.
202 2001-09-25 Alan Modra <amodra@bigpond.net.au>
204 * readelf.c (print_vma): Print 8 digits of low hex value.
206 2001-09-24 Andreas Jaeger <aj@suse.de>
208 * nlmconv.c: Fix warnings about unused attributes and function
211 * strings.c: Add prototype for get_char.
213 2000-09-19 H.J. Lu <hjl@gnu.org>
215 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
216 $(srcdir)/cxxfilt.man.
217 * doc/Makefile.in: Rebuild.
219 2001-09-19 Alan Modra <amodra@bigpond.net.au>
221 * objcopy.c (copy_main): Correct rename-section string parsing.
222 Consolidate new_name parsing, and error messages.
224 2001-09-18 Bruno Haible <haible@clisp.cons.org>
226 * addr2line.c: Don't include <ctype.h>.
227 (main): For gettext, also set the LC_CTYPE locate facet.
228 * ar.c (main): Likewise.
229 * coffdump.c (main): Likewise.
230 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
231 (main): For gettext, also set the LC_CTYPE locate facet.
232 Use ISALNUM instead of isalpha/isdigit.
233 * dllwrap.c: Don't include <ctype.h>.
234 (main): For gettext, also set the LC_CTYPE locate facet.
235 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
236 (main): For gettext, also set the LC_CTYPE locate facet.
237 Use TOUPPER instead of islower/toupper.
238 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
239 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
240 Use TOUPPER instead of islower/toupper.
241 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
242 * objcopy.c (main): Likewise.
243 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
244 (disassemble_bytes): Use ISPRINT instead of isprint.
245 (dump_section_stabs): Use ISDIGIT instead of isdigit.
246 (dump_data): Use ISPRINT instead of isprint.
247 (main): For gettext, also set the LC_CTYPE locate facet.
248 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
249 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
250 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
251 Use TOUPPER instead of islower/toupper.
252 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
253 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
254 (write_rc_accelerators): Use ISPRINT instead of isprint.
255 (write_rc_rcdata): Likewise.
256 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
257 * srconv.c (main): Likewise.
258 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
259 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
260 isdigit/isupper/islower.
261 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
262 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
263 stab_demangle_prefix, stab_demangle_qualified,
264 stab_demangle_template, stab_demangle_type,
265 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
266 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
267 (isgraphic): Use ISPRINT instead of isascii/isprint.
268 (main): Remove HAVE_LC_MESSAGES dependency.
269 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
270 (pbarray): Use ISPRINT instead of isprint.
271 (main): For gettext, also set the LC_CTYPE locate facet.
272 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
273 (format_from_filename): Use ISPRINT instead of isprint.
274 (main): For gettext, also set the LC_CTYPE locate facet.
275 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
276 (unicode_print): Use ISPRINT instead of isprint.
277 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
278 (stab_variable): Use ISDIGIT instead of isdigit.
280 2001-09-18 Alan Modra <amodra@bigpond.net.au>
282 * ar.c (print_contents): Cast args of bfd_seek to the right types.
283 Replace bfd_read call with call to bfd_bread.
284 (extract_file): Likewise.
286 * objdump.c (dump_section_header): Cast section->filepos to
287 unsigned long to suit printf format string.
288 * readelf.c (process_section_headers): Similarly for sh_offset.
289 (process_unwind): Likewise.
291 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
293 * strings.c (encoding, encoding_bytes): New variables.
294 (long_options): Add --encoding.
295 (main): Accept -e and --encoding.
296 (get_char): New function. Read a, possibly wide, character from
298 (print_strings): Use get_char().
299 (usage): Document new command line option.
300 * doc/binutils.texi: Document new command line option.
301 * NEWS: Announce new command line option.
303 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
305 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
306 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
307 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
308 Removed EM_CYGNUS_ARC.
310 2001-09-04 Jeffrey A Law (law@cygnus.com)
312 * readelf.c: Include elf/h8 for H8 series definitions.
313 (guess_is_rela): H8 series if RELA.
314 (dump_relocations): Handle H8 series relocations.
316 2001-08-31 Eric Christopher <echristo@redhat.com>
318 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
320 2001-08-29 Peter Targett <peter.targett@arccores.com>
322 * MAINTAINERS: Include ARC Maintainer.
324 2001-08-29 Ben Elliston <bje@redhat.com>
326 * stabs.c (stab_demangle_template): Initialise s4.
328 2001-08-27 Alan Modra <amodra@bigpond.net.au>
330 * readelf.c (dump_relocations): Recognise EM_PPC64.
332 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
334 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
336 2001-08-25 H.J. Lu <hjl@gnu.org>
338 * nm.c (print_width): New.
339 (display_rel_file): Set `print_width' according to
341 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
343 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
345 * objcopy.c (use_alt_mach_code): New variable.
346 (OPTION_ALT_MACH_CODE): Define.
347 (copy_options): Added --alt-machine-code.
348 (copy_main): Handle it.
349 (copy_object): Switch to alternate machine code if requested.
350 * doc/binutils.texi: Document new option.
353 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
355 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
357 2001-08-21 H.J. Lu <hjl@gnu.org>
359 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
360 (display_debug_info): Cast for 64bit hosts.
361 (display_debug_frames): Likewise.
362 (process_mips_specific): Likewise.
364 2001-08-21 Andreas Jaeger <aj@suse.de>
366 * coffgrok.h: Add missing parameter for prototype of coff_grok.
368 * sysdump.c: Add missing prototypes.
369 * srconv.c: Likewise.
370 * unwind-ia64.c: Likewise.
371 * coffdump.c: Likewise.
373 * sysinfo.y: Print prototypes, include <ansidecl.h>.
375 * coffgrok.c: Add missing prototypes, include libiberty.h instead
376 of declaring xcalloc.
378 2001-08-10 H.J. Lu <hjl@gnu.org>
380 * nm.c (print_value): Add one arg, bfd *.
381 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
382 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
383 (print_symbol_info_sysv): Likewise.
384 (print_symbol_info_posix): Likewise.
386 * objdump.c (dump_section_header): Replace printf_vma with
388 (print_section_stabs): Likewise.
389 (dump_bfd_header): Likewise.
390 (objdump_print_value): Replace sprintf_vma with
392 (disassemble_bytes): Likewise.
393 (dump_reloc_set): Likewise.
395 2001-08-10 Andreas Jaeger <aj@suse.de>
397 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
399 * configure: Regenerate.
401 2001-08-09 Alan Modra <amodra@bigpond.net.au>
403 * readelf.c: Add missing prototypes.
404 * objdump.c: Likewise. Format existing prototypes.
406 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
408 * readelf.c (display_debug_info): Add to abbrev_offset the addend
409 of any RELA relocation for the abbrev_offset memory location that
410 refers to the .debug_abbrev section symbol.
412 2001-08-07 H.J. Lu <hjl@gnu.org>
414 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
415 (main): Return process_file ().
417 2001-08-05 Philip Blundell <philb@gnu.org>
419 * doc/binutils.texi: Use "Thumb" not "THUMB".
421 2001-08-03 John Healy <jhealy@redhat.com>
423 Patch suggested by Frank Eigler <fche@redhat.com>.
424 * objdump.c (disassemble_data): Fill in section member of the
425 disasm_info structure.
427 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
429 * configure.in: Added --with-windres option.
430 * configure: Regenerated.
432 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
434 * doc/binutils.texi: Use @command{name} for commands;
435 use @option{-opt} for options; use @table @env for list of options;
436 remove spaces arround [ | ] in synopsis.
438 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
441 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
443 * objcopy.c: Fix formatting.
444 (section_rename): New structure.
445 (OPTION_RENAME_SECTION): New switch.
446 (copy_usage): Document new switch.
447 (add_section_rename): New function: Add a node to the section
449 (find_section_rename): New function: Find the new name and
451 (setup_section): Call find_section_name to determine the name
452 of the output section.
453 (copy_main): Handle OPTION_RENAME_SECTION.
454 * binutils.texi: Document new switch.
455 * NEWS: Mention new switch.
457 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
459 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
460 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
461 bug-binutils@gcc.org.
463 2001-07-28 Matthias Kramm <kramm@quiss.org>
465 * bucomm.c (list_supported_architectures): New function.
466 * bucomm.h (list_supported_architectures): Declare.
467 * objdump.c (usage): Call the above.
469 2001-07-25 Dave Brolley <brolley@redhat.com>
471 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
472 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
474 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
476 * README: Update for 2.11. Change bug reporting email address.
477 * MAINTAINERS: Tidy up. Change bug reporting email address.
479 2001-07-16 DJ Delorie <dj@redhat.com>
481 * resres.c (write_res_header): Align header size.
482 (res_align_file): Calculate alignment correctly.
484 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
486 * resrc.c (write_rc_resource): Likewise.
487 * windres.h (SUBLANG_SHIFT): Define - as 10.
489 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
491 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
493 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
495 * MAINTAINERS: Add notes about branch checkins.
497 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
499 * readelf.c (display_debug_macinfo): New function, display
500 .debug_macinfo section.
501 (do_debug_macinfo): New variable.
502 (parse_args): Handle "-w[mM]" to mean display macro info.
503 (process_section_headers): Handle debug_macinfo.
504 (debug_displays): Replace unsupported function with macinfo
505 function for .debug_macinfo display.
506 * doc/binutils.texi: Document new command line switch.
507 * NEWS: Document new feature of readelf.
509 2001-07-05 H.J. Lu <hjl@gnu.org>
511 * objcopy.c (filter_symbols): Don't turn undefined symbols
514 2001-07-03 H.J. Lu <hjl@gnu.org>
516 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
519 (dlltool.1): Likewise.
520 (nlmconv.1): Likewise.
522 (objcopy.1): Likewise.
523 (objdump.1): Likewise.
524 (ranlib.1): Likewise.
525 (readelf.1): Likewise.
527 (strings.1): Likewise.
529 (windres.1): Likewise.
530 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
531 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
534 * doc/Makefile.in: Regenerated.
536 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
538 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
540 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
542 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
544 2001-06-29 James Cownie <jcownie@etnus.com>
546 * readelf.c: Support DWARF 2.1 attributes.
548 2001-06-28 Alan Modra <amodra@bigpond.net.au>
550 * readelf.c (GET_DATA_ALLOC): Remove.
552 (get_data): New function combining above macros, with an extra
554 (slurp_rela_relocs): Use get_data, and catch error return.
555 (slurp_rel_relocs): Likewise.
556 (get_32bit_program_headers): Likewise.
557 (get_64bit_program_headers): Likewise.
558 (get_32bit_section_headers): Likewise.
559 (get_64bit_section_headers): Likewise.
560 (get_32bit_elf_symbols): Likewise.
561 (get_64bit_elf_symbols): Likewise.
562 (process_section_headers): Likewise.
563 (process_relocs): Likewise.
564 (slurp_ia64_unwind_table): Likewise.
565 (process_unwind): Likewise.
566 (get_32bit_dynamic_segment): Likewise.
567 (get_64bit_dynamic_segment): Likewise.
568 (process_dynamic_segment): Likewise.
569 (process_version_sections): Likewise.
570 (process_symbol_table): Likewise.
571 (dump_section): Likewise.
572 (display_debug_info): Likewise.
573 (display_debug_section): Likewise.
574 (process_section_contents): Likewise.
575 (process_corefile_note_segment): Likewise.
576 (process_mips_specific): Likewise. Also free econf32, econf64.
578 2001-06-25 Alan Modra <amodra@bigpond.net.au>
580 * readelf.c (dump_relocations): Print "bad symbol index" if
581 symtab == NULL with non-zero symtab_index.
582 (process_relocs): Don't bomb if reloc section has no symsec.
584 2001-06-24 H.J. Lu <hjl@gnu.org>
586 * objcopy.c (strip_main): Revert the change made on 2001-05-30
588 (copy_main): Apply the the change made to strip_main on
589 2001-05-30 by accident.
591 2001-06-23 Andreas Jaeger <aj@suse.de>
593 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
595 (unw_decode_x2): Likewise.
596 (unw_decode_x3): Likewise.
597 (unw_decode_x4): Likewise.
599 2001-06-23 Ben Elliston <bje@redhat.com>
601 * MAINTAINERS: Add myself as M88k maintainer.
603 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
605 * objcopy.c (strip_main): Support -o or --output-file command lien
608 2001-06-19 H.J. Lu <hjl@gnu.org>
610 * doc/Makefile.in: Regenerated.
612 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
614 * readelf.c: Restore formatting.
616 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
618 * Makefile.am: Move documentation into doc subdirectory.
619 * Makefile.in: Regenerated.
620 * binutils.texi: Move into doc subdirectory.
621 * addr2line.1: Removed.
623 * dlltool.1: Likewise.
624 * nlmconv.1: Likewise.
626 * objcopy.1: Likewise.
627 * objdump.1: Likewise.
628 * ranlib.1: Likewise.
629 * readelf.1: Likewise.
631 * strings.1: Likewise.
633 * windres.1: Likewise.
634 * cxxfilt.man: Likewise.
635 * doc: New Directory.
636 * doc/Makefile.am: New file.
637 * doc/Makefile.in: Generate.
639 2001-06-09 Alan Modra <amodra@bigpond.net.au>
641 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
643 2001-06-01 Alan Modra <amodra@bigpond.net.au>
645 * MAINTAINERS: Update my email address.
647 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
649 * objcopy.c: Add new switches: --keep-global-symbol,
650 --keep-symbols, --localize-symbols, --keep-global-symbols and
652 * binutils.texi: Document new switches.
653 * objcopy.1: Regenerate.
654 * NEWS: Announce new feature.
656 2001-05-28 Andreas Jaeger <aj@suse.de>
658 * readelf.c (display_debug_frames): Fix warnings: Remove unused
659 variables, fix format strings.
661 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
663 * objdump.c (disassemble_bytes): Remove section VMA adjustment
664 when computing the address of the line to show.
666 2001-05-16 Richard Henderson <rth@redhat.com>
668 * readelf.c (do_debug_frames_interp): New.
669 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
670 (byte_get_big_endian): Likewise.
671 (parse_args) ['F']: Set do_debug_frames_interp.
672 (Frame_Chunk): Make data_factor signed, add fde_encoding.
673 (frame_display_row): Don't trunc pc_begin to int.
674 (size_of_encoded_value): New.
675 (display_debug_frames): Handle 64-bit targets. Print raw data
676 unless do_debug_frames_interp.
677 (debug_displays): Remove duplicate .debug_frame.
679 2001-05-15 Ralf Baechle <ralf@gnu.org>
681 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
682 The former constant was never in active use and is used otherwise
685 2001-05-11 Jakub Jelinek <jakub@redhat.com>
687 * readelf.c (process_unwind): Print all unwind sections, not just
690 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
692 * readelf.c (process_unwind): Remove const specifier.
694 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
696 * strings.c (isgraphic): Do not use isascii() unless it is needed
697 for isprint() to work.
698 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
700 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
702 * NEWS: Announce support for OpenRISC.
704 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
706 * dlltool.c (do_default_excludes): Initialise to true.
708 2001-04-10 Alan Modra <amodra@one.net.au>
710 * MAINTAINERS: Update my email address
711 * nm.c (print_symbol_info_bsd): Use a simple printf string.
713 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
715 * readelf.c (display_debug_lines): Fix typo for "Prologue".
717 2001-03-30 H.J. Lu <hjl@gnu.org>
719 * readelf.c (process_unwind): Just return if do_unwind is 0.
721 2001-03-28 Roger Sayle <roger@metaphorics.com>
723 * dlltool.c (make_one_lib_file): Fix section flags for
724 .text, .data and .bss in stub ds*.o files to match those
727 2001-03-29 H.J. Lu <hjl@gnu.org>
729 * readelf.c (process_unwind): Only do unwind sections for
732 2001-03-28 H.J. Lu <hjl@gnu.org>
734 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
735 * Makefile.in: Regenerate.
737 2001-03-26 Andreas Jaeger <aj@suse.de>
739 * binutils.texi (nm): Fix texi syntax.
741 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
743 * binutils.texi: Put @c man begin and @c man end indications
744 to generate man pages using texi2pod and pod2man. Put @c man title
745 to identify each man. Add SEEALSO entries.
746 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
747 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
749 (*.1): Build the man pages from binutils.texi.
750 * Makefile.in: Regenerate.
752 2001-03-13 Eric Kohl <ekohl@rz-online.de>
754 * defparse.y (opt_equal_name): allow "." in name.
755 * dlltool.c (def_exports): Added ability to generate forwarded exports.
756 (gen_exp_file): Likewise.
758 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
760 * NEWS: Document addition of -B switch to objcopy.
761 * binutils.texi: Document addition of -B switch to objcopy.
762 * objcopy.c: (copy_options): Add --binary-architecture.
763 (copy_usage): Document -B/--binary-architecture.
764 (copy_main): Support -B/--binary-architecture. Set
765 bfd_external_binary_architecture.
767 2001-03-11 Andreas Jaeger <aj@suse.de>
769 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
770 (dump_relocations): Likewise.
771 (get_machine_name): Likewise.
773 2001-02-28 Nick Clifton <nickc@redhat.com>
775 * readelf.c: (struct unw_aux_info): Remove const modifier for
777 (process_unwind): Remove non-K&R compliant LHS type cast in call
778 to GET_DATA_ALLOC macro.
780 2001-02-28 Philip Blundell <pb@futuretv.com>
782 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
783 ABI is in use; remove ambiguity between the "unknown" EABI and
784 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
785 renamed EF_xx constants.
787 2001-02-27 Alan Modra <alan@linuxcare.com.au>
789 * configure.in (BFD_VERSION): New.
790 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
791 * configure: Regenerate.
792 * Makefile.am: Run "make dep-am"
793 * Makefile.in: Regenerate.
795 2001-02-14 Nick Clifton <nickc@redhat.com>
797 * MAINTAINERS: Add "Obvious Fix" rule.
799 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
801 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
802 literal concatenation.
804 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
806 * readelf.c (struct unw_aux_info): Remove const from the info member.
807 (process_unwind): Don't type-cast the third argument to the
808 GET_DATA_ALLOC macro.
810 2001-02-11 Nick Clifton <nickc@redhat.com>
812 * readelf.c (dump_relocations): Free corrected allocated
814 (process_unwind): Fix compile time warning.
816 2001-02-10 Nick Clifton <nickc@redhat.com>
818 * binutils.texi: Document new --unwind option to readelf.
820 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
822 * readelf.c: Add linux target for S/390.
824 2001-02-10 Alan Modra <alan@linuxcare.com.au>
826 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
829 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
831 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
832 * aclocal.m4: Regenerate.
833 * configure: Regenerate.
835 2001-02-07 Todd Vierling <tv@wasabisystems.com>
837 * bucomm.c (bfd_target_vector): Change extern array to pointer.
838 * objdump.c (bfd_target_vector): Likewise.
840 2001-02-07 David Mosberger <davidm@hpl.hp.com>
842 * readelf.c (process_unwind): New function.
843 (slurp_ia64_unwind_table): Ditto.
844 (dump_ia64_unwind): Ditto.
845 (find_symbol_for_address): Ditto.
846 (slurp_rela_relocs): New function (split off from dump_relocations()).
847 (slurp_rel_relocs): Ditto.
848 (parse_args): Handle '-u' option.
850 * unwind-ia64.c: New file.
851 * unwind-ia64.h: New file.
852 * Makefile.am: Include unwind-ia64.c in readelf build.
853 * Makefile.in: Regenerate.
854 * po/binutils.pot: Regenerate.
856 2001-02-04 Philip Blundell <philb@gnu.org>
858 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
859 * configure: Regenerate.
861 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
863 * ieee.c (ieee_add_bb11): Don't check for backslashes
864 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
866 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
868 * ieee.c: Update copyright.
869 (ieee_start_compilation_unit): Don't check for backslashes
870 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
872 * stabs.c: Update copyright. Include "filenames.h".
873 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
875 2001-01-23 Jakub Jelinek <jakub@redhat.com>
877 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
878 sections are present before using them. Remove code duplication.
879 (process_symbol_table): Check if VERDEF or VERNEED sections are
880 present before using them.
882 2001-01-17 Nick Clifton <nickc@redhat.com>
884 * objcopy.c (copy_object): Fail if attempting to convert the
885 endianness of the input object file.
887 * binutils.texi: Explain that objcopy cannot convert endianness.
889 2001-01-16 Nick Clifton <nickc@redhat.com>
891 * readelf.c (string_table_length): New variable.
892 (SECTION_NAME): Catch out of range indices and missing section
894 (process_section_headers): Delete useless local variable
895 string_table_offset. Set the value of string_table_length
896 after loading the string table.
897 (process_mips_specific): Use SECTION_NAME macro.
898 (process_file): Set string_table_length to 0 when it is freed.
900 2001-01-12 Nick Clifton <nickc@redhat.com>
902 * version.c (print_version): Update copyright date.
904 2001-01-11 Peter Targett <peter.targett@arccores.com>
906 * readelf.c (dump_relocations): Include selection with EM_ARC.
907 (get_machine_name) Update name to "ARC".
909 2001-01-09 Nick Clifton <nickc@redhat.com>
911 * Makefile.am: Add rule to build objdump.o from objdump.c and
913 * Makefile.in: Regenerate.
915 * configure.in: Define OBJDUMP_DEFS. Default to empty.
916 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
917 -DDISASSEMBLER_NEEDS_RELOCS.
918 * configure: Regenerate.
920 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
921 is defined read in the relocs even if dump_reloc_info is
924 2001-01-07 Philip Blundell <philb@gnu.org>
926 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
930 2000-12-19 Nick Clifton <nickc@redhat.com>
932 * dlltool.c: Add missing support for arm-epoc-pe.
933 * configure.in: Add missing support for arm-epoc-pe.
934 * configure: Regenerate.
936 2000-12-15 Nick Clifton <nickc@redhat.com>
938 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
939 Mode parts of the x86 port.
941 2000-12-04 Andreas Jaeger <aj@suse.de>
943 * readelf.c (guess_is_rela): Add EM_X86_64.
944 (dump_relocations): Add EM_X86_64.
945 (get_machine_name): Add EM_X86_64.
946 Include "elf/x86-64.h".
948 2000-12-12 Nick Clifton <nickc@redhat.com>
950 * readelf.c: Fix formatting.
952 2000-12-11 Jan Hubicka <jh@suse.cz>
954 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
956 2000-12-07 Andrew Haley <aph@redhat.com>
958 * readelf.c (display_debug_frames): Only display columns that are
959 referenced by the frame debug info.
961 2000-12-05 Nick Clifton <nickc@redhat.com>
963 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
965 2000-12-04 Jason Merrill <jason@redhat.com>
967 * readelf.c (process_section_headers): Handle linkonce.wi sections.
968 (display_debug_section): Likewise.
969 (display_debug_info): Display CU header before bailing.
971 2000-12-01 Chris Demetriou <cgd@sibyte.com>
973 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
974 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
975 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
977 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
980 * readelf.c (get_machine_flags): Add case for
983 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
985 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
987 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
989 * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
990 Change sourceware.cygnus.com to sources.redhat.com.
991 Fix typo for "amongst".
993 2000-11-28 Nick Clifton <nickc@redhat.com>
995 * strip.1 (COPYING): Mention that the GNU Free Documentation
996 License is present in the sources, but not the output, and
997 also available from the GNU website.
998 (GNU Free Documentation License): Comment out this section.
1007 * addr2line.1: Ditto.
1009 2000-11-27 DJ Delorie <dj@redhat.com>
1011 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1012 (parse_args): Support -wf option.
1013 (process_section_headers): Ditto.
1014 (debug_displays): Ditto.
1015 (display_debug_frames): New, dump *_frame sections.
1016 (frame_need_space): Support for above.
1017 (frame_display_row): Ditto.
1018 * binutils.texi: Document it.
1020 2000-11-24 Nick Clifton <nickc@redhat.com>
1022 * NEWS: Announce support for v5t, v5te and XScale.
1024 2000-11-22 Nick Clifton <nickc@redhat.com>
1026 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1027 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1028 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1029 (get_elf_section_flags: Add SHF_GROUP.
1030 (process_section_headers): Adjust output for 32-bit binaries
1031 to look nice on an 80 column terminal.
1033 2000-11-20 H.J. Lu <hjl@gnu.org>
1035 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1038 2000-11-17 Richard Henderson <rth@redhat.com>
1040 * readelf.c (display_debug_lines): Adjust last change to
1041 use sizeof (external->li_length).
1043 2000-11-17 Richard Henderson <rth@redhat.com>
1045 * readelf.c (display_debug_lines): Fix section length check
1046 and end_of_sequence computation.
1048 2000-11-06 Nick Clifton <nickc@redhat.com>
1050 * binutils.texi: Add GNU Free Documentation License.
1051 * objcopy.1: Add GNU Free Documentation License.
1052 * objdump.1: Add GNU Free Documentation License.
1053 * addr2line.1: Add GNU Free Documentation License.
1054 * ar.1: Add GNU Free Documentation License.
1055 * nlmconv.1: Add GNU Free Documentation License.
1056 * nm.1: Add GNU Free Documentation License.
1057 * ranlib.1: Add GNU Free Documentation License.
1058 * size.1: Add GNU Free Documentation License.
1059 * strings.1: Add GNU Free Documentation License.
1060 * strip.1: Add GNU Free Documentation License.
1062 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
1064 * objcopy.c (--srec-len=nn): New parameter to set the
1065 maximum length of generated Srecords.
1066 (--srec-forceS3): New parameter that restricts the generation of
1067 Srecords to type S3 only.
1068 * binutils.texi: Document new command line switches.
1069 * objcopy.1: Docuemnt the new command line switches.
1070 * NEWS: Announce the existence of the new command line switches.
1072 2000-10-31 Nick Clifton <nickc@redhat.com>
1074 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1075 code. Add Eric Chrisopher as maintainer of MN10300 port.
1077 2000-10-12 Roger Sayle <roger@metaphorics.com>
1079 * Make comma after string after icon/control optional.
1081 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1083 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1085 * NEWS: Mention support for MIPS32.
1087 2000-09-08 Nick Clifton <nickc@redhat.com>
1089 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1091 2000-09-07 H.J. Lu <hjl@gnu.org>
1093 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1094 * configure: Rebuild.
1096 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1098 * configure: Rebuilt with new libtool.m4.
1100 2000-09-05 Nick Clifton <nickc@redhat.com>
1102 * aclocal.m4: Regenerate.
1103 * config.in: Regenerate.
1104 * configure: Regenerate.
1106 2000-09-04 Todd Vierling <tv@wasabisystems.com>
1108 * strip.1: Fix stray '\' in -o formatting.
1110 2000-09-02 Nick Clifton <nickc@redhat.com>
1112 * configure.in: Increase version number to 2.10.91.
1113 * configure: Regenerate.
1114 * aclocal.m4: Regenerate.
1115 * config.in: Regenerate.
1116 * po/binutils.pot: Regenerate.
1118 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1120 * acinclude.m4: Include libtool and gettext macros from the
1122 * aclocal.m4, configure: Rebuilt.
1124 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
1126 * resrc.c (close_input_stream): Delete extraneous logic
1128 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
1130 * NEWS: Mention support for CRIS.
1132 2000-08-21 Nick Clifton <nickc@redhat.com>
1134 * addr2line.c: Changed email address for Ulrich Lauther.
1136 2000-08-17 Christopher C. Chimelis <chris@debian.org>
1138 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1140 2000-08-17 Nick Clifton <nickc@redhat.com>
1142 * readelf.c (display_debug_pubnames): Only issue warning
1143 message once. Terminate message with a new line.
1144 (display_debug_aranges): Only display version 2 debug info.
1146 2000-08-14 Todd Vierling <tv@wasabisystems.com>
1148 * objcopy.c (strip_main): Silently accept -d as an alias for -g
1149 for compatability with old BSD systems.
1151 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1153 * NEWS: Mention i860 support.
1155 2000-08-11 Carlo Wood <carlo@alinoe.com>
1157 * addr2line.c (main): Add const to char *.
1159 2000-08-11 Geoff Keating <geoffk@cygnus.com>
1161 * ar.c (main): Don't crash if called with no arguments
1162 or only '-X32_64' as an argument.
1164 2000-08-08 DJ Delorie <dj@redhat.com>
1166 * resrc.c: use "gcc -xc" instead of -xc-header
1168 2000-08-05 Jason Eckhardt <jle@cygnus.com>
1170 * readelf.c (elf/i860.h): Include.
1171 (dump_relocations): Add recognition of i860 architecture.
1172 (guess_is_rela): Add recognition of i860 architecture.
1174 2000-08-03 Nick Clifton <nickc@cygnus.com>
1176 * MAINTAINERS: Add information about CGEN maintainers.
1178 2000-07-26 Geoff Keating <geoffk@cygnus.com>
1180 * nm.c (main): Ignore '-X32_64' as an option.
1181 * ar.c (main): Likewise.
1182 * binutils.texi (nm): Document new option.
1185 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1187 * rdcoff.c (external_coff_symbol_p): K&R-ise.
1189 2000-07-20 H.J. Lu <hjl@gnu.org>
1191 * binutils.texi: Put back "@end table" deleted by
1194 2000-07-05 Kenneth Block <krblock@computer.org>
1196 * nm.c: Add optional style to demangle switch.
1197 * objdump.c: Add optional style to demangle switch.
1198 * addr2line.c: Add optional style to demangle switch.
1199 * binutils.texi: Document optional style to demangle
1202 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1204 * MAINTAINERS: Add self as CRIS port maintainer.
1205 * readelf.c: Include elf/cris.h.
1206 (guess_is_rela): Handle EM_CRIS.
1207 (dump_relocations): Ditto.
1208 (get_machine_name): Ditto.
1209 * Makefile.am: Rebuild dependencies.
1210 * Makefile.in: Regenerate.
1211 * po/binutils.pot: Regenerate.
1213 2000-07-19 H.J. Lu <hjl@gnu.org>
1215 * readelf.c (get_dynamic_type): Change "AUXILARY" to
1217 (process_dynamic_segment): Print out strings for DT_CONFIG,
1218 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1220 2000-07-19 Mark Kettenis <kettenis@gnu.org>
1222 * nm.c (usage): Change output of `nm --help' to include a
1223 description of the purpose of the program and a detailed
1224 description of the accepted options.
1226 2000-07-19 H.J. Lu <hjl@gnu.org>
1228 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1231 2000-07-19 H.J. Lu <hjl@gnu.org>
1233 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1235 2000-07-19 H.J. Lu <hjl@gnu.org>
1237 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1239 (process_dynamic_segment): Likewise.
1241 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1242 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1243 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1244 DF_1_NODUMP and DF_1_CONLFAT.
1246 2000-07-18 Nick Clifton <nickc@cygnus.com>
1248 * binutils.texi (readelf): Fix spelling typo.
1250 2000-07-11 Mark Kettenis <kettenis@gnu.org>
1252 * objdump.c (usage): Make output of `objdump --help' more
1253 consistent with the rest of the GNU world. Add a line describing
1254 the purpose of the program.
1256 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
1258 * stabs.c (parse_stab_range_type): Cast to proper type to fix
1261 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
1263 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1265 (process_symbol_table): Ditto.
1266 (procesS_extended_line_op): Ditto.
1267 (display_debug_lines): Ditto.
1268 (display_debug_pubnames): Ditto.
1269 (read_and_display_attr): Ditto.
1271 2000-07-09 Nick Clifton <nickc@cygnus.com>
1273 * MAINTAINERS: Add several more port specific maintainers.
1275 2000-07-05 Nick Clifton <nickc@cygnus.com>
1277 * MAINTAINERS: Add blanket write privs for Michael Meissner.
1279 2000-06-05 DJ Delorie <dj@redhat.com>
1283 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
1285 * dllwrap.c: Changed mistaken dyn_string_append() calls
1286 to dyn_string_append_cstr().
1288 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
1290 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1291 struct debug_type stores size in bytes.
1293 2000-07-01 Alan Modra <alan@linuxcare.com.au>
1295 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1296 (CLEANFILES): Add DEPA.
1297 * Makefile.in: Regenerate.
1299 2000-06-27 Alan Modra <alan@linuxcare.com.au>
1301 * ar.c: Revert incorrect 2000-06-25 patch.
1302 * bucomm.c: Likewise.
1304 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1306 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1307 (external_coff_symbol_p): New function.
1308 (parse_coff): Use it.
1310 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
1312 * ar.c (normalize): Advance past both characters in a DOS based
1313 <letter>: filepath prefix.
1315 * bucomm.c (make_tempname): Likewise.
1317 2000-06-24 Nick Clifton <nickc@cygnus.com>
1319 * objdump.c (usage): Fix description of --stabs switch.
1321 2000-06-22 Alan Modra <alan@linuxcare.com.au>
1323 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1325 * Makefile.in: Regenerate.
1327 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
1329 * ar.c (normalize): Correct pointer comparison when checking for
1332 * bucomm.c (make_tempname): Likewise.
1334 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1335 and search for backslashes in the original pathname.
1336 (ieee_add_bb11): Likewise.
1338 2000-06-18 Nick Clifton <nickc@redhat.com>
1340 * ar.c (print_contents): Improve verbose message.
1342 2000-06-15 H.J. Lu <hjl@gnu.org>
1344 * dyn-string.c: Removed. Not needed with dyn-string.c in
1346 * dyn-string.h: Likewise.
1348 * Makefile.am: Remove references to dyn-string.c and
1349 dyn-string.h. Rebuild dependency.
1350 * Makefile.in: Rebuild.
1352 2000-06-15 H.J. Lu <hjl@gnu.org>
1354 * binutils.texi: Put a warning on copying relocatable object
1355 files between two different formats.
1357 2000-06-13 DJ Delorie <dj@cygnus.com>
1359 * rcparse.y (control): ICON controls take an id as the first
1360 parameter, not an optional string. Also, call new convenience
1361 function that takes res_id's.
1362 * resrc.c (define_control): missing text means zero-length string,
1364 (define_icon_control): New.
1365 * windres.h: declare define_icon_control.
1367 2000-06-13 H.J. Lu <hjl@gnu.org>
1369 * configure: Regenerate.
1371 2000-06-08 David O'Brien <obrien@FreeBSD.org>
1373 * configure.in (VERSION): Update to show this is the CVS mainline.
1375 2000-06-02 David O'Brien <obrien@FreeBSD.org>
1377 * strings.c (isgraphic): Interpret <TAB> as a printable character,
1378 analogous to <SPACE>.
1380 2000-05-30 Alan Modra <alan@linuxcare.com.au>
1382 * objdump.c (display_target_list): Use bfd_close_all_done, not
1383 bfd_close to fix crash caused by 2000-05-24 change.
1385 2000-05-25 DJ Delorie <dj@cygnus.com>
1387 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1389 2000-05-26 Alan Modra <alan@linuxcare.com.au>
1391 * Makefile.am: Update dependencies with "make dep-am"
1392 * Makefile.in: Regenerate.
1394 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1396 * ar.c: Include filenames.h.
1397 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1398 and drive letters in file names.
1399 (main): Support backslashes and drive letters in argv[0]. Drop
1400 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
1401 FILENAME_CMP instead of strcmp to compare file names.
1402 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1404 (do_quick_append) [__GO32__]: Ditto.
1405 (get_pos_bfd, delete_members, move_members, replace_members):
1406 Compare file names with FILENAME_CMP.
1408 * bucomm.c: Include filenames.h.
1409 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1410 forward/backward slashes and drive letters in file names.
1412 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1413 mixed forward/backward slashes and drive letters in file names.
1415 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1416 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1419 * objcopy.c: Include filenames.h.
1420 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1421 before comparing to "strip".
1422 Use FILENAME_CMP to compare file names.
1424 * arsup.c: Include filenames.h.
1425 (map_over_list, ar_delete, ar_replace, ar_extract): Use
1426 FILENAME_CMP to compare file names.
1427 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1428 the temporary file name.
1430 * configure.in: Check for setmode.
1431 * configure: Regenerate.
1433 2000-05-24 Alan Modra <alan@linuxcare.com.au>
1435 * objdump.c (display_target_list): Close the bfd.
1436 (display_info_table): Likewise.
1438 2000-05-14 H.J. Lu (hjl@gnu.org)
1440 * objcopy.c (filter_symbols): Don't strip global symbols in
1441 relocatable object files.
1443 2000-05-14 Alan Modra <alan@linuxcare.com.au>
1445 * size.c (usage): Associate short options with corresponding long
1446 option to give a clue as to their function.
1448 2000-05-14 Philippe De Muyter <phdm@macqel.be>
1450 * size.c (main): Accept and ignore `-f' option.
1452 2000-05-13 Alan Modra <alan@linuxcare.com.au>
1454 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1455 bindtextdomain): Replace defines with those from intl/libgettext.h
1456 to quieten gcc warnings.
1458 2000-05-12 H.J. Lu <hjl@gnu.org>
1460 * nlmconv.c (temp_filename): Removed.
1462 * nlmconv.c (link_inputs): Use make_temp_file () instead of
1463 choose_temp_base ().
1464 * objdump.c (display_target_list): Likewise.
1465 (display_info_table): Likewise.
1467 2000-05-08 Alan Modra <alan@linuxcare.com.au>
1469 * objcopy.c (setup_section): Add const and gettext calls for err.
1471 2000-05-02 H.J. Lu <hjl@gnu.org>
1473 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1474 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1475 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1476 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1477 and ELFOSABI_OPENBSD.
1479 2000-05-02 Kazu Hirata <kazu@hxi.com>
1481 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1482 * srconv.c: Likewise.
1483 * sysdump.c: Likewise.
1485 2000-04-23 Denis Chertykov <denisc@overta.ru>
1487 * readelf.c (guess_is_rela): AVR uses RELA relocations.
1488 (get_machine_name): machine name for EM_AVR added.
1490 2000-04-21 Richard Henderson <rth@cygnus.com>
1491 David Mosberger <davidm@hpl.hp.com>
1493 * Makefile.am (readelf.o): Add elf/ia64.h.
1494 * Makefile.in: Rebuild.
1495 * readelf.c: Include elf/ia64.h.
1496 (guess_is_rela, dump_relocations): Handle EM_IA_64.
1498 2000-04-17 Timothy Wall <twall@cygnus.com>
1500 * objdump.c (disassemble_data): Set octets per byte *after*
1501 resolving arch/mach for binary files.
1503 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1505 * arlex.l: Add directives to increase lex buffer size.
1507 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1508 already included by bucomm.h.
1510 2000-04-10 Philippe De Muyter <phdm@macqel.be>
1512 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1513 `strftime' since strftime is not available on all systems.
1514 (process_mips_specific): Ditto.
1516 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
1518 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
1519 --enable-build-warnings option.
1520 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1521 * Makefile.in, configure: Re-generate.
1523 2000-04-06 Alan Modra <alan@linuxcare.com.au>
1525 * addr2line.c: Update copyright.
1526 * objcopy.1: Likewise, and title.
1527 * strings.1: Likewise.
1529 * version.c (print_version): Add 2000.
1531 * rddbg.c (read_section_stabs_debugging_info): Don't use
1532 bfd_size_type for strx to avoid printf problems if BFD64.
1534 * bucomm.c: (report): Remove `static'.
1535 Move inclusion of stdarg.h/vararg.h from here.
1536 * bucomm.h: To here.
1537 (CONST): Change all occurences to const.
1538 (report): Declare it.
1539 (bfd_fatal): Add ATTRIBUTE_NORETURN.
1540 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1541 (non_fatal): Add ATTRIBUTE_PRINTF_1.
1543 * ar.c (main): Use fatal or non_fatal instead of fprintf.
1544 Correct a typo in an error message.
1545 (do_quick_append): Use non_fatal instead of fprintf.
1546 (move_members): Use fatal instead of fprintf, exit.
1547 * coffdump.c (main): Same here.
1549 * dlltool.c (display): Delete.
1551 (inform): Use `report' instead of `display'.
1552 (rvaafter): Remove trailing \n from fatal error msg.
1554 (asm_prefix): Ditto.
1555 (yyerror): Replace `warn' with `non_fatal', and remove \n.
1556 (def_name): Likewise.
1558 (scan_all_symbols): Likewise.
1559 (gen_lib_file): Likewise.
1560 (def_library): Likewise. Remove extra program_name too.
1561 (run): Remove \n from inform strings.
1562 (scan_drectve_symbols): Likewise.
1563 (add_excludes): Likewise.
1564 (scan_open_obj_file): Likewise.
1565 (gen_exp_file): Likewise.
1566 (gen_lib_file): Likewise.
1567 (process_duplicates): Likewise.
1569 * Makefile.am (dllwrap_SOURCES): Add version.c.
1570 * dllwrap.c (program_version): Delete.
1571 (print_version): Delete.
1572 (display): Always print trailing \n.
1574 (delete_temp_files): Use warn instead of fprintf. Use gettext.
1577 (usage): gettext'ify.
1578 (long_options): Add missing initialisers.
1580 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1581 (select_output_format): Likewise.
1582 (powerpc_mangle_relocs): Likewise.
1583 (link_inputs): Likewise.
1585 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1586 (set_output_format): Likewise.
1587 (main): Use non_fatal instead of fprintf.
1588 (display_rel_file): Likewise.
1590 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1591 (slurp_dynamic_symtab): Same here.
1592 (disassemble_data): And here.
1593 (read_section_stabs): And here.
1594 (read_section_stabs): And here.
1595 (dump_bfd): And here.
1597 (objdump_sprintf): Use fatal instead of fprintf, exit.
1598 (disassemble_data): Same here.
1600 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1601 (parse_coff_struct_type): Same here.
1602 (parse_coff_enum_type): And here.
1603 (parse_coff): And here.
1604 * rddbg.c (read_debugging_info): And here.
1605 * size.c (main): And here.
1606 * windres.c (format_from_name): And here.
1607 * wrstabs.c (stab_write_symbol): Here too.
1608 (write_stabs_in_sections_debugging_info): And here.
1609 (stab_int_type): And here.
1610 (stab_struct_field): And here.
1611 (stab_typdef): And here.
1613 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1614 * srconv.c (main): Same here.
1615 * strings.c (main): And here.
1616 (integer_arg): And here.
1617 * sysdump.c (main): And here.
1619 2000-04-06 Timothy Wall <twall@cygnus.com>
1621 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1623 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
1625 * readelf.c (decode_location_expression): Loop through multiple
1627 (read_and_display_attr): Pass in length.
1629 * readelf.c (read_and_display_attr): Add CU offset to references.
1630 (display_debug_info): Pass it in.
1632 2000-04-06 Nick Clifton <nickc@cygnus.com>
1634 * readelf.c (decode_ARM_machine_flags): New function.
1635 (get_machine_flags): Call decode_ARM_machine_flags for ARM
1638 (get_machine_name): Catch EM_AVR
1640 2000-04-05 Alan Modra <alan@linuxcare.com.au>
1642 * binutils.texi: Remove optional `=' from long options that have
1643 an `=' in the argument.
1644 * objcopy.1: Here too. Remove extra space on discard-all.
1646 * binutils.texi (objcopy): Mention --redefine-sym.
1647 * objcopy.1: Here too.
1650 * objcopy.c (parse_flags): Split off flag names from error message
1651 gettext as they are not translated.
1652 (copy_main): Similarly split off option name for --add-section,
1653 --set-section-flags, --change-section-vma, --change-section-lma
1655 Some white space changes.
1657 from Matthew Benjamin <matt@linuxbox.nu>
1658 * objcopy.c (struct redefine_node): New.
1659 (redefine_sym_list): New.
1660 (redefine_list_append): New.
1661 (lookup_sym_redefinition): New.
1662 (OPTION_REDEFINE_SYM): New.
1663 (copy_options): Add --redefine-sym option.
1664 (copy_usage): Mention it.
1665 (filter_symbols): Rename symbols on redefine_sym_list.
1666 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1667 (copy_main): Handle OPTION_REDEFINE_SYM.
1669 2000-04-04 H.J. Lu <hjl@gnu.org>
1671 * readelf.c (process_symbol_table): Correctly read in symbol
1672 versioning information.
1674 2000-04-04 Alan Modra <alan@linuxcare.com.au>
1676 * po/binutils.pot: Regenerate.
1678 * addr2line.c (usage): Restore translated part of bug string.
1679 * ar.c (usage): Likewise.
1680 * nlmconv.c (show_usage): Likewise.
1681 * nm.c (usage): Likewise.
1682 * objcopy.c (copy_usage): Likewise.
1683 (strip_usage): Likewise.
1684 * objdump.c (usage): Likewise.
1685 * readelf.c (usage): Likewise.
1686 * size.c (usage): Likewise.
1687 * strings.c (usage): Likewise.
1688 * windres.c (usage): Likewise.
1690 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1691 (DEP): Quote when passing vars to sub-make. Add warning
1693 (DEP1): Rewrite for "gcc -MM".
1694 (CLEANFILES): Add DEP2.
1695 Update dependencies.
1696 * Makefile.in: Regenerate.
1698 2000-04-04 H.J. Lu <hjl@gnu.org>
1700 * Makefile.am (GENERATED_HFILES): Add rcparse.h
1701 (arparse.h): Depend on arparse.c
1702 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1704 2000-04-03 H.J. Lu (hjl@gnu.org)
1706 * size.c (usage): Use REPORT_BUGS_TO.
1708 2000-04-03 Alan Modra <alan@linuxcare.com.au>
1710 * bucomm.h: #include "bin-bugs.h"
1711 * addr2line.c (usage): Use REPORT_BUGS_TO.
1712 * ar.c (usage): Likewise.
1713 * nlmconv.c (show_usage): Likewise.
1714 * nm.c (usage): Likewise.
1715 (OPTION_TARGET): Define.
1716 (long_options): Use OPTION_TARGET rather than 200.
1719 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1720 (strip_usage): Likewise.
1721 * objdump.c (usage): Likewise.
1722 * readelf.c (usage): Likewise.
1723 * strings.c (usage): Likewise.
1724 * windres.c (usage): Likewise.
1726 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
1728 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1730 2000-03-27 Nick Clifton <nickc@cygnus.com>
1732 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1733 string offsets in corrupt stabs entries.
1735 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1737 * readelf.c: Include elf/avr.h
1738 (dump_relocations): Add EM_AVR case.
1740 2000-03-09 Tim Waugh <twaugh@redhat.com>
1742 * strings.1: Correct '-bytes' to '--bytes'.
1744 2000-03-08 H.J. Lu <hjl@gnu.org>
1746 * Makefile.am (install-exec-local): Depend on
1747 install-binPROGRAMS for parallel make.
1748 * Makefile.in: Regenerated.
1750 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1752 From Brad Lucier <lucier@math.purdue.edu>:
1753 * readelf.c (process_dynamic_segment): Add cast to make sure
1754 argument to %* is int.
1756 2000-02-25 H.J. Lu <hjl@gnu.org>
1758 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1760 2000-02-24 Nick Clifton <nickc@cygnus.com>
1762 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1763 * configure: Regenerate.
1765 * dlltool.c: Add support for sh-pe and mips-pe targets.
1766 * rescoff.c: Add support for sh-pe and mips-pe targets.
1768 2000-02-23 H.J. Lu <hjl@gnu.org>
1770 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1772 2000-02-22 Nick Clifton <nickc@cygnus.com>
1774 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1776 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1778 From Brad Lucier <lucier@math.purdue.edu>:
1779 * readelf.c (process_version_sections): Add casts to make sure
1780 argument to %* is an int.
1781 (process_mips_specific): Add casts to make printf arguments match
1784 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1786 * objdump.c (dump_section_header): Change `opb' to unsigned.
1787 (find_symbol_for_address): Same here.
1788 (disassemble_data): And here. Change `addr_offset',
1789 `stop_offset', `nextstop_offset' to unsigned long.
1790 (dump_data): Change opb to unsigned.
1792 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
1794 * resrc.c: Remove unmatched #if for cygwin.
1796 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1798 * binutils.texi: Document the change of flavor name from atpcs-special
1799 to special-atpcs to prevent name conflict in gdb.
1801 2000-02-08 Timothy Wall <twall@redhat.com>
1803 * objdump.c (show_line): Fix bug preventing printing of the very
1804 first line (line zero) of a file when interlisting source and
1805 assembly. Added option to print entire context from start of file
1806 when the first line from that file is encountered.
1808 2000-02-03 Timothy Wall <twall@redhat.com>
1810 * objdump.c (dump_section_header, find_symbol_for_address,
1811 show_line, disassemble_bytes, disassemble_data, dump_data):
1812 distinguish between octets and bytes.
1814 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1816 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1817 check to unresolved symbols.
1818 (print_symbol_info_sysv): Ditto.
1819 (print_symbol_info_posix): Ditto.
1821 * binutils.texi: Document new 'V' symclass flag for nm.
1823 2000-01-27 Nick Clifton <nickc@redhat.com>
1825 * binutils.texi (objdump): Document new ARM specific
1826 disassembler options.
1828 * objdump.c (usage): Call disassembler_usage().
1830 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1832 * readelf.c (get_dynamic_flags): Return buff.
1833 (process_dynamic_segment): Don't pass error strings to printf
1835 (read_and_display_attr): Use lx and ld to print longs.
1836 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1840 2000-01-17 Nick Clifton <nickc@cygnus.com>
1842 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1844 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1846 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1848 (debug_tag_type): Here too.
1849 * ieee.c (ieee_builtin_type): And here.
1850 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1852 2000-01-13 Nick Clifton <nickc@cygnus.com>
1854 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1857 2000-01-11 Nick Clifton <nickc@cygnus.com>
1859 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1861 2000-01-10 Nick Clifton <nickc@cygnus.com>
1863 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1865 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1867 * windres.c (long_options): Add --use-temp-file and
1868 --no-use-temp-file options.
1872 * windres.h: Update read_rc_file prototype.
1874 * resrc.c (cpp_temp_file): New static variable.
1875 (istream_type): New static variable.
1876 (close_pipe): Delete function.
1877 (run_cmd): New static function.
1878 (open_input_stream): New static function.
1879 (close_input_stream): New static function.
1880 (look_for_default): Handle DOS directory separator. Use
1881 open_input_stream instead of popen.
1882 (read_rc_file): Likewise.
1884 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1887 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1889 * dlltool.c (create_compat_implib): New variable.
1890 (gen_exp_file): Use.
1891 (make_one_lib_file): Use.
1892 (long_options): Add --compat-implib option.
1896 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1897 (main): Use. Don't look for "32" in cygwin and mingw target names.
1899 2000-01-03 Nick Clifton <nickc@cygnus.com>
1901 * binutils.texi: Document new, ARM specific disassembler
1902 command line switch "-M force-thumb".
1904 For older changes see ChangeLog-9899
1910 version-control: never