910c258e76c74d1b90c0e7b5985ef6e1f755931a
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2001-10-02 Alan Modra <amodra@bigpond.net.au>
2
3 * coffdump.c (PROGRAM_VERSION): Delete.
4 (main <'V'>): Call print_version.
5 * srconv.c: Likewise.
6 * sysdump.c: Likewise.
7 * version.c (program_version): Remove.
8 (print_version): Use BFD_VERSION_STRING. Just print the current
9 year in copyright message.
10 * addr2line.c (program_version): Remove unused declaration.
11 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
12 place of BFD_VERSION.
13 * Makefile.am (Makefile): Depend on bfd/configure.in.
14 (cplus-dem.o): Depend on Makefile.
15 Run "make dep-am".
16 * Makefile.in: Regenerate.
17
18 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
19
20 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
21 format .debug_arange sections.
22 (main): Add missing prototype.
23
24 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
25
26 * Makefile.am: Update dependencies with "make dep-am".
27 * Makefile.in: Regenerate.
28
29 2001-09-28 Richard Henderson <rth@redhat.com>
30
31 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
32
33 2001-09-26 Alan Modra <amodra@bigpond.net.au>
34
35 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
36 VA_CLOSE.
37 (non_fatal): Likewise.
38 * objdump.c (objdump_sprintf): Likewise.
39 * readelf.c (error): Likewise.
40 (warn): Likewise.
41
42 2001-09-25 Jakub Jelinek <jakub@redhat.com>
43
44 * readelf.c (do_wide): New.
45 (options): Add --wide.
46 (usage, parse_args): Likewise.
47 (process_program_headers): Put each segment on a single line if
48 --wide is given.
49 (process_section_headers): Put each section on a single line if
50 --wide is given.
51 * doc/binutils.texi: Document it.
52 * NEWS: Likewise.
53
54 2001-09-25 Alan Modra <amodra@bigpond.net.au>
55
56 * readelf.c (print_vma): Print 8 digits of low hex value.
57
58 2001-09-24 Andreas Jaeger <aj@suse.de>
59
60 * nlmconv.c: Fix warnings about unused attributes and function
61 prototypes.
62
63 * strings.c: Add prototype for get_char.
64
65 2000-09-19 H.J. Lu <hjl@gnu.org>
66
67 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
68 $(srcdir)/cxxfilt.man.
69 * doc/Makefile.in: Rebuild.
70
71 2001-09-19 Alan Modra <amodra@bigpond.net.au>
72
73 * objcopy.c (copy_main): Correct rename-section string parsing.
74 Consolidate new_name parsing, and error messages.
75
76 2001-09-18 Bruno Haible <haible@clisp.cons.org>
77
78 * addr2line.c: Don't include <ctype.h>.
79 (main): For gettext, also set the LC_CTYPE locate facet.
80 * ar.c (main): Likewise.
81 * coffdump.c (main): Likewise.
82 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
83 (main): For gettext, also set the LC_CTYPE locate facet.
84 Use ISALNUM instead of isalpha/isdigit.
85 * dllwrap.c: Don't include <ctype.h>.
86 (main): For gettext, also set the LC_CTYPE locate facet.
87 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
88 (main): For gettext, also set the LC_CTYPE locate facet.
89 Use TOUPPER instead of islower/toupper.
90 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
91 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
92 Use TOUPPER instead of islower/toupper.
93 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
94 * objcopy.c (main): Likewise.
95 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
96 (disassemble_bytes): Use ISPRINT instead of isprint.
97 (dump_section_stabs): Use ISDIGIT instead of isdigit.
98 (dump_data): Use ISPRINT instead of isprint.
99 (main): For gettext, also set the LC_CTYPE locate facet.
100 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
101 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
102 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
103 Use TOUPPER instead of islower/toupper.
104 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
105 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
106 (write_rc_accelerators): Use ISPRINT instead of isprint.
107 (write_rc_rcdata): Likewise.
108 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
109 * srconv.c (main): Likewise.
110 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
111 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
112 isdigit/isupper/islower.
113 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
114 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
115 stab_demangle_prefix, stab_demangle_qualified,
116 stab_demangle_template, stab_demangle_type,
117 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
118 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
119 (isgraphic): Use ISPRINT instead of isascii/isprint.
120 (main): Remove HAVE_LC_MESSAGES dependency.
121 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
122 (pbarray): Use ISPRINT instead of isprint.
123 (main): For gettext, also set the LC_CTYPE locate facet.
124 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
125 (format_from_filename): Use ISPRINT instead of isprint.
126 (main): For gettext, also set the LC_CTYPE locate facet.
127 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
128 (unicode_print): Use ISPRINT instead of isprint.
129 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
130 (stab_variable): Use ISDIGIT instead of isdigit.
131
132 2001-09-18 Alan Modra <amodra@bigpond.net.au>
133
134 * ar.c (print_contents): Cast args of bfd_seek to the right types.
135 Replace bfd_read call with call to bfd_bread.
136 (extract_file): Likewise.
137
138 * objdump.c (dump_section_header): Cast section->filepos to
139 unsigned long to suit printf format string.
140 * readelf.c (process_section_headers): Similarly for sh_offset.
141 (process_unwind): Likewise.
142
143 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
144
145 * strings.c (encoding, encoding_bytes): New variables.
146 (long_options): Add --encoding.
147 (main): Accept -e and --encoding.
148 (get_char): New function. Read a, possibly wide, character from
149 the input stream.
150 (print_strings): Use get_char().
151 (usage): Document new command line option.
152 * doc/binutils.texi: Document new command line option.
153 * NEWS: Announce new command line option.
154
155 Wed Sep 12 20:07:16 2001 Alexandre Oliva <aoliva@redhat.com>
156
157 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
158 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
159 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
160 Removed EM_CYGNUS_ARC.
161
162 Tue Sep 4 20:26:08 2001 Jeffrey A Law (law@cygnus.com)
163
164 * readelf.c: Include elf/h8 for H8 series definitions.
165 (guess_is_rela): H8 series if RELA.
166 (dump_relocations): Handle H8 series relocations.
167
168 2001-08-31 Eric Christopher <echristo@redhat.com>
169
170 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
171
172 2001-08-29 Peter Targett <peter.targett@arccores.com>
173
174 * MAINTAINERS: Include ARC Maintainer.
175
176 2001-08-29 Ben Elliston <bje@redhat.com>
177
178 * stabs.c (stab_demangle_template): Initialise s4.
179
180 2001-08-27 Alan Modra <amodra@bigpond.net.au>
181
182 * readelf.c (dump_relocations): Recognise EM_PPC64.
183
184 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
185
186 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
187
188 2001-08-25 H.J. Lu <hjl@gnu.org>
189
190 * nm.c (print_width): New.
191 (display_rel_file): Set `print_width' according to
192 bfd_sprintf_vma.
193 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
194
195 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
196
197 * objcopy.c (use_alt_mach_code): New variable.
198 (OPTION_ALT_MACH_CODE): Define.
199 (copy_options): Added --alt-machine-code.
200 (copy_main): Handle it.
201 (copy_object): Switch to alternate machine code if requested.
202 * doc/binutils.texi: Document new option.
203 * NEWS: Likewise.
204
205 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
206
207 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
208
209 2001-08-21 H.J. Lu <hjl@gnu.org>
210
211 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
212 (display_debug_info): Cast for 64bit hosts.
213 (display_debug_frames): Likewise.
214 (process_mips_specific): Likewise.
215
216 2001-08-21 Andreas Jaeger <aj@suse.de>
217
218 * coffgrok.h: Add missing parameter for prototype of coff_grok.
219
220 * sysdump.c: Add missing prototypes.
221 * srconv.c: Likewise.
222 * unwind-ia64.c: Likewise.
223 * coffdump.c: Likewise.
224
225 * sysinfo.y: Print prototypes, include <ansidecl.h>.
226
227 * coffgrok.c: Add missing prototypes, include libiberty.h instead
228 of declaring xcalloc.
229
230 2001-08-10 H.J. Lu <hjl@gnu.org>
231
232 * nm.c (print_value): Add one arg, bfd *.
233 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
234 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
235 (print_symbol_info_sysv): Likewise.
236 (print_symbol_info_posix): Likewise.
237
238 * objdump.c (dump_section_header): Replace printf_vma with
239 bfd_printf_vma.
240 (print_section_stabs): Likewise.
241 (dump_bfd_header): Likewise.
242 (objdump_print_value): Replace sprintf_vma with
243 bfd_sprintf_vma.
244 (disassemble_bytes): Likewise.
245 (dump_reloc_set): Likewise.
246
247 2001-08-10 Andreas Jaeger <aj@suse.de>
248
249 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
250 to build warnings.
251 * configure: Regenerate.
252
253 2001-08-09 Alan Modra <amodra@bigpond.net.au>
254
255 * readelf.c: Add missing prototypes.
256 * objdump.c: Likewise. Format existing prototypes.
257
258 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
259
260 * readelf.c (display_debug_info): Add to abbrev_offset the addend
261 of any RELA relocation for the abbrev_offset memory location that
262 refers to the .debug_abbrev section symbol.
263
264 2001-08-07 H.J. Lu <hjl@gnu.org>
265
266 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
267 (main): Return process_file ().
268
269 2001-08-05 Philip Blundell <philb@gnu.org>
270
271 * doc/binutils.texi: Use "Thumb" not "THUMB".
272
273 2001-08-03 John Healy <jhealy@redhat.com>
274
275 Patch suggested by Frank Eigler <fche@redhat.com>.
276 * objdump.c (disassemble_data): Fill in section member of the
277 disasm_info structure.
278
279 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
280
281 * configure.in: Added --with-windres option.
282 * configure: Regenerated.
283
284 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
285
286 * doc/binutils.texi: Use @command{name} for commands;
287 use @option{-opt} for options; use @table @env for list of options;
288 remove spaces arround [ | ] in synopsis.
289
290 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
291 center title.
292
293 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
294
295 * objcopy.c: Fix formatting.
296 (section_rename): New structure.
297 (OPTION_RENAME_SECTION): New switch.
298 (copy_usage): Document new switch.
299 (add_section_rename): New function: Add a node to the section
300 rename list.
301 (find_section_rename): New function: Find the new name and
302 flags for a section.
303 (setup_section): Call find_section_name to determine the name
304 of the output section.
305 (copy_main): Handle OPTION_RENAME_SECTION.
306 * binutils.texi: Document new switch.
307 * NEWS: Mention new switch.
308
309 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
310
311 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
312 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
313 bug-binutils@gcc.org.
314
315 2001-07-28 Matthias Kramm <kramm@quiss.org>
316
317 * bucomm.c (list_supported_architectures): New function.
318 * bucomm.h (list_supported_architectures): Declare.
319 * objdump.c (usage): Call the above.
320
321 2001-07-25 Dave Brolley <brolley@redhat.com>
322
323 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
324 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
325
326 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
327
328 * README: Update for 2.11. Change bug reporting email address.
329 * MAINTAINERS: Tidy up. Change bug reporting email address.
330
331 2001-07-16 DJ Delorie <dj@redhat.com>
332
333 * resres.c (write_res_header): Align header size.
334 (res_align_file): Calculate alignment correctly.
335
336 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
337 correct 10).
338 * resrc.c (write_rc_resource): Likewise.
339 * windres.h (SUBLANG_SHIFT): Define - as 10.
340
341 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
342
343 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
344
345 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
346
347 * MAINTAINERS: Add notes about branch checkins.
348
349 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
350
351 * readelf.c (display_debug_macinfo): New function, display
352 .debug_macinfo section.
353 (do_debug_macinfo): New variable.
354 (parse_args): Handle "-w[mM]" to mean display macro info.
355 (process_section_headers): Handle debug_macinfo.
356 (debug_displays): Replace unsupported function with macinfo
357 function for .debug_macinfo display.
358 * doc/binutils.texi: Document new command line switch.
359 * NEWS: Document new feature of readelf.
360
361 2001-07-05 H.J. Lu <hjl@gnu.org>
362
363 * objcopy.c (filter_symbols): Don't turn undefined symbols
364 into local.
365
366 2001-07-03 H.J. Lu <hjl@gnu.org>
367
368 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
369 $@.pod.
370 (ar.1): Likewise.
371 (dlltool.1): Likewise.
372 (nlmconv.1): Likewise.
373 (nm.1): Likewise.
374 (objcopy.1): Likewise.
375 (objdump.1): Likewise.
376 (ranlib.1): Likewise.
377 (readelf.1): Likewise.
378 (size.1): Likewise.
379 (strings.1): Likewise.
380 (strip.1): Likewise.
381 (windres.1): Likewise.
382 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
383 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
384 $(DEMANGLER_NAME).
385 (as.1): Removed.
386 * doc/Makefile.in: Regenerated.
387
388 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
389
390 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
391
392 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
393
394 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
395
396 2001-06-29 James Cownie <jcownie@etnus.com>
397
398 * readelf.c: Support DWARF 2.1 attributes.
399
400 2001-06-28 Alan Modra <amodra@bigpond.net.au>
401
402 * readelf.c (GET_DATA_ALLOC): Remove.
403 (GET_DATA): Remove.
404 (get_data): New function combining above macros, with an extra
405 test for zero size.
406 (slurp_rela_relocs): Use get_data, and catch error return.
407 (slurp_rel_relocs): Likewise.
408 (get_32bit_program_headers): Likewise.
409 (get_64bit_program_headers): Likewise.
410 (get_32bit_section_headers): Likewise.
411 (get_64bit_section_headers): Likewise.
412 (get_32bit_elf_symbols): Likewise.
413 (get_64bit_elf_symbols): Likewise.
414 (process_section_headers): Likewise.
415 (process_relocs): Likewise.
416 (slurp_ia64_unwind_table): Likewise.
417 (process_unwind): Likewise.
418 (get_32bit_dynamic_segment): Likewise.
419 (get_64bit_dynamic_segment): Likewise.
420 (process_dynamic_segment): Likewise.
421 (process_version_sections): Likewise.
422 (process_symbol_table): Likewise.
423 (dump_section): Likewise.
424 (display_debug_info): Likewise.
425 (display_debug_section): Likewise.
426 (process_section_contents): Likewise.
427 (process_corefile_note_segment): Likewise.
428 (process_mips_specific): Likewise. Also free econf32, econf64.
429
430 2001-06-25 Alan Modra <amodra@bigpond.net.au>
431
432 * readelf.c (dump_relocations): Print "bad symbol index" if
433 symtab == NULL with non-zero symtab_index.
434 (process_relocs): Don't bomb if reloc section has no symsec.
435
436 2001-06-24 H.J. Lu <hjl@gnu.org>
437
438 * objcopy.c (strip_main): Revert the change made on 2001-05-30
439 by accident.
440 (copy_main): Apply the the change made to strip_main on
441 2001-05-30 by accident.
442
443 2001-06-23 Andreas Jaeger <aj@suse.de>
444
445 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
446 parameter 'code'.
447 (unw_decode_x2): Likewise.
448 (unw_decode_x3): Likewise.
449 (unw_decode_x4): Likewise.
450
451 2001-06-23 Ben Elliston <bje@redhat.com>
452
453 * MAINTAINERS: Add myself as M88k maintainer.
454
455 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
456
457 * objcopy.c (strip_main): Support -o or --output-file command lien
458 switch.
459
460 2001-06-19 H.J. Lu <hjl@gnu.org>
461
462 * doc/Makefile.in: Regenerated.
463
464 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
465
466 * readelf.c: Restore formatting.
467
468 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
469
470 * Makefile.am: Move documentation into doc subdirectory.
471 * Makefile.in: Regenerated.
472 * binutils.texi: Move into doc subdirectory.
473 * addr2line.1: Removed.
474 * ar.1: Likewise.
475 * dlltool.1: Likewise.
476 * nlmconv.1: Likewise.
477 * nm.1: Likewise.
478 * objcopy.1: Likewise.
479 * objdump.1: Likewise.
480 * ranlib.1: Likewise.
481 * readelf.1: Likewise.
482 * size.1: Likewise.
483 * strings.1: Likewise.
484 * strip.1: Likewise.
485 * windres.1: Likewise.
486 * cxxfilt.man: Likewise.
487 * doc: New Directory.
488 * doc/Makefile.am: New file.
489 * doc/Makefile.in: Generate.
490
491 2001-06-09 Alan Modra <amodra@bigpond.net.au>
492
493 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
494
495 2001-06-01 Alan Modra <amodra@bigpond.net.au>
496
497 * MAINTAINERS: Update my email address.
498
499 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
500
501 * objcopy.c: Add new switches: --keep-global-symbol,
502 --keep-symbols, --localize-symbols, --keep-global-symbols and
503 --weaken-symbols.
504 * binutils.texi: Document new switches.
505 * objcopy.1: Regenerate.
506 * NEWS: Announce new feature.
507
508 2001-05-28 Andreas Jaeger <aj@suse.de>
509
510 * readelf.c (display_debug_frames): Fix warnings: Remove unused
511 variables, fix format strings.
512
513 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
514
515 * objdump.c (disassemble_bytes): Remove section VMA adjustment
516 when computing the address of the line to show.
517
518 2001-05-16 Richard Henderson <rth@redhat.com>
519
520 * readelf.c (do_debug_frames_interp): New.
521 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
522 (byte_get_big_endian): Likewise.
523 (parse_args) ['F']: Set do_debug_frames_interp.
524 (Frame_Chunk): Make data_factor signed, add fde_encoding.
525 (frame_display_row): Don't trunc pc_begin to int.
526 (size_of_encoded_value): New.
527 (display_debug_frames): Handle 64-bit targets. Print raw data
528 unless do_debug_frames_interp.
529 (debug_displays): Remove duplicate .debug_frame.
530
531 2001-05-15 Ralf Baechle <ralf@gnu.org>
532
533 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
534 The former constant was never in active use and is used otherwise
535 by the ABI.
536
537 2001-05-11 Jakub Jelinek <jakub@redhat.com>
538
539 * readelf.c (process_unwind): Print all unwind sections, not just
540 one.
541
542 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
543
544 * readelf.c (process_unwind): Remove const specifier.
545
546 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
547
548 * strings.c (isgraphic): Do not use isascii() unless it is needed
549 for isprint() to work.
550 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
551
552 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
553
554 * NEWS: Announce support for OpenRISC.
555
556 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
557
558 * dlltool.c (do_default_excludes): Initialise to true.
559
560 2001-04-10 Alan Modra <amodra@one.net.au>
561
562 * MAINTAINERS: Update my email address
563 * nm.c (print_symbol_info_bsd): Use a simple printf string.
564
565 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
566
567 * readelf.c (display_debug_lines): Fix typo for "Prologue".
568
569 2001-03-30 H.J. Lu <hjl@gnu.org>
570
571 * readelf.c (process_unwind): Just return if do_unwind is 0.
572
573 2001-03-28 Roger Sayle <roger@metaphorics.com>
574
575 * dlltool.c (make_one_lib_file): Fix section flags for
576 .text, .data and .bss in stub ds*.o files to match those
577 generated by gas.
578
579 2001-03-29 H.J. Lu <hjl@gnu.org>
580
581 * readelf.c (process_unwind): Only do unwind sections for
582 IA64.
583
584 2001-03-28 H.J. Lu <hjl@gnu.org>
585
586 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
587 * Makefile.in: Regenerate.
588
589 2001-03-26 Andreas Jaeger <aj@suse.de>
590
591 * binutils.texi (nm): Fix texi syntax.
592
593 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
594
595 * binutils.texi: Put @c man begin and @c man end indications
596 to generate man pages using texi2pod and pod2man. Put @c man title
597 to identify each man. Add SEEALSO entries.
598 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
599 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
600 sort the list.
601 (*.1): Build the man pages from binutils.texi.
602 * Makefile.in: Regenerate.
603
604 2001-03-13 Eric Kohl <ekohl@rz-online.de>
605
606 * defparse.y (opt_equal_name): allow "." in name.
607 * dlltool.c (def_exports): Added ability to generate forwarded exports.
608 (gen_exp_file): Likewise.
609
610 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
611
612 * NEWS: Document addition of -B switch to objcopy.
613 * binutils.texi: Document addition of -B switch to objcopy.
614 * objcopy.c: (copy_options): Add --binary-architecture.
615 (copy_usage): Document -B/--binary-architecture.
616 (copy_main): Support -B/--binary-architecture. Set
617 bfd_external_binary_architecture.
618
619 2001-03-11 Andreas Jaeger <aj@suse.de>
620
621 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
622 (dump_relocations): Likewise.
623 (get_machine_name): Likewise.
624
625 2001-02-28 Nick Clifton <nickc@redhat.com>
626
627 * readelf.c: (struct unw_aux_info): Remove const modifier for
628 'strtab' field.
629 (process_unwind): Remove non-K&R compliant LHS type cast in call
630 to GET_DATA_ALLOC macro.
631
632 2001-02-28 Philip Blundell <pb@futuretv.com>
633
634 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
635 ABI is in use; remove ambiguity between the "unknown" EABI and
636 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
637 renamed EF_xx constants.
638
639 2001-02-27 Alan Modra <alan@linuxcare.com.au>
640
641 * configure.in (BFD_VERSION): New.
642 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
643 * configure: Regenerate.
644 * Makefile.am: Run "make dep-am"
645 * Makefile.in: Regenerate.
646
647 2001-02-14 Nick Clifton <nickc@redhat.com>
648
649 * MAINTAINERS: Add "Obvious Fix" rule.
650
651 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
652
653 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
654 literal concatenation.
655
656 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
657
658 * readelf.c (struct unw_aux_info): Remove const from the info member.
659 (process_unwind): Don't type-cast the third argument to the
660 GET_DATA_ALLOC macro.
661
662 2001-02-11 Nick Clifton <nickc@redhat.com>
663
664 * readelf.c (dump_relocations): Free corrected allocated
665 array.
666 (process_unwind): Fix compile time warning.
667
668 2001-02-10 Nick Clifton <nickc@redhat.com>
669
670 * binutils.texi: Document new --unwind option to readelf.
671
672 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
673
674 * readelf.c: Add linux target for S/390.
675
676 2001-02-10 Alan Modra <alan@linuxcare.com.au>
677
678 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
679 printf is a macro.
680
681 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
682
683 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
684 * aclocal.m4: Regenerate.
685 * configure: Regenerate.
686
687 2001-02-07 Todd Vierling <tv@wasabisystems.com>
688
689 * bucomm.c (bfd_target_vector): Change extern array to pointer.
690 * objdump.c (bfd_target_vector): Likewise.
691
692 2001-02-07 David Mosberger <davidm@hpl.hp.com>
693
694 * readelf.c (process_unwind): New function.
695 (slurp_ia64_unwind_table): Ditto.
696 (dump_ia64_unwind): Ditto.
697 (find_symbol_for_address): Ditto.
698 (slurp_rela_relocs): New function (split off from dump_relocations()).
699 (slurp_rel_relocs): Ditto.
700 (parse_args): Handle '-u' option.
701
702 * unwind-ia64.c: New file.
703 * unwind-ia64.h: New file.
704 * Makefile.am: Include unwind-ia64.c in readelf build.
705 * Makefile.in: Regenerate.
706 * po/binutils.pot: Regenerate.
707
708 2001-02-04 Philip Blundell <philb@gnu.org>
709
710 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
711 * configure: Regenerate.
712
713 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
714
715 * ieee.c (ieee_add_bb11): Don't check for backslashes
716 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
717
718 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
719
720 * ieee.c: Update copyright.
721 (ieee_start_compilation_unit): Don't check for backslashes
722 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
723
724 * stabs.c: Update copyright. Include "filenames.h".
725 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
726
727 2001-01-23 Jakub Jelinek <jakub@redhat.com>
728
729 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
730 sections are present before using them. Remove code duplication.
731 (process_symbol_table): Check if VERDEF or VERNEED sections are
732 present before using them.
733
734 2001-01-17 Nick Clifton <nickc@redhat.com>
735
736 * objcopy.c (copy_object): Fail if attempting to convert the
737 endianness of the input object file.
738
739 * binutils.texi: Explain that objcopy cannot convert endianness.
740
741 2001-01-16 Nick Clifton <nickc@redhat.com>
742
743 * readelf.c (string_table_length): New variable.
744 (SECTION_NAME): Catch out of range indices and missing section
745 pointers.
746 (process_section_headers): Delete useless local variable
747 string_table_offset. Set the value of string_table_length
748 after loading the string table.
749 (process_mips_specific): Use SECTION_NAME macro.
750 (process_file): Set string_table_length to 0 when it is freed.
751
752 2001-01-12 Nick Clifton <nickc@redhat.com>
753
754 * version.c (print_version): Update copyright date.
755
756 2001-01-11 Peter Targett <peter.targett@arccores.com>
757
758 * readelf.c (dump_relocations): Include selection with EM_ARC.
759 (get_machine_name) Update name to "ARC".
760
761 2001-01-09 Nick Clifton <nickc@redhat.com>
762
763 * Makefile.am: Add rule to build objdump.o from objdump.c and
764 using OBJDUMP_DEFS.
765 * Makefile.in: Regenerate.
766
767 * configure.in: Define OBJDUMP_DEFS. Default to empty.
768 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
769 -DDISASSEMBLER_NEEDS_RELOCS.
770 * configure: Regenerate.
771
772 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
773 is defined read in the relocs even if dump_reloc_info is
774 false.
775
776 2001-01-07 Philip Blundell <philb@gnu.org>
777
778 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
779 `bug-binutils'.
780 * README: Likewise.
781
782 2000-12-19 Nick Clifton <nickc@redhat.com>
783
784 * dlltool.c: Add missing support for arm-epoc-pe.
785 * configure.in: Add missing support for arm-epoc-pe.
786 * configure: Regenerate.
787
788 2000-12-15 Nick Clifton <nickc@redhat.com>
789
790 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
791 Mode parts of the x86 port.
792
793 2000-12-04 Andreas Jaeger <aj@suse.de>
794
795 * readelf.c (guess_is_rela): Add EM_X86_64.
796 (dump_relocations): Add EM_X86_64.
797 (get_machine_name): Add EM_X86_64.
798 Include "elf/x86-64.h".
799
800 2000-12-12 Nick Clifton <nickc@redhat.com>
801
802 * readelf.c: Fix formatting.
803
804 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
805
806 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
807
808 2000-12-07 Andrew Haley <aph@redhat.com>
809
810 * readelf.c (display_debug_frames): Only display columns that are
811 referenced by the frame debug info.
812
813 2000-12-05 Nick Clifton <nickc@redhat.com>
814
815 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
816
817 2000-12-04 Jason Merrill <jason@redhat.com>
818
819 * readelf.c (process_section_headers): Handle linkonce.wi sections.
820 (display_debug_section): Likewise.
821 (display_debug_info): Display CU header before bailing.
822
823 2000-12-01 Chris Demetriou <cgd@sibyte.com>
824
825 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
826 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
827 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
828
829 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
830 and E_MIPS_ARCH_64.
831
832 * readelf.c (get_machine_flags): Add case for
833 E_MIPS_MACH_SB1.
834
835 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
836
837 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
838
839 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
840
841 * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
842 Change sourceware.cygnus.com to sources.redhat.com.
843 Fix typo for "amongst".
844
845 2000-11-28 Nick Clifton <nickc@redhat.com>
846
847 * strip.1 (COPYING): Mention that the GNU Free Documentation
848 License is present in the sources, but not the output, and
849 also available from the GNU website.
850 (GNU Free Documentation License): Comment out this section.
851 * strings.1: Ditto.
852 * size.1: Ditto.
853 * ranlib.1: Ditto.
854 * objdump.1: Ditto.
855 * objcopy.1: Ditto.
856 * nm.1: Ditto.
857 * nlmconv.1: Ditto.
858 * ar.1: Ditto.
859 * addr2line.1: Ditto.
860
861 2000-11-27 DJ Delorie <dj@redhat.com>
862
863 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
864 (parse_args): Support -wf option.
865 (process_section_headers): Ditto.
866 (debug_displays): Ditto.
867 (display_debug_frames): New, dump *_frame sections.
868 (frame_need_space): Support for above.
869 (frame_display_row): Ditto.
870 * binutils.texi: Document it.
871
872 2000-11-24 Nick Clifton <nickc@redhat.com>
873
874 * NEWS: Announce support for v5t, v5te and XScale.
875
876 2000-11-22 Nick Clifton <nickc@redhat.com>
877
878 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
879 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
880 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
881 (get_elf_section_flags: Add SHF_GROUP.
882 (process_section_headers): Adjust output for 32-bit binaries
883 to look nice on an 80 column terminal.
884
885 2000-11-20 H.J. Lu <hjl@gnu.org>
886
887 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
888 ELFOSABI_AIX.
889
890 2000-11-17 Richard Henderson <rth@redhat.com>
891
892 * readelf.c (display_debug_lines): Adjust last change to
893 use sizeof (external->li_length).
894
895 2000-11-17 Richard Henderson <rth@redhat.com>
896
897 * readelf.c (display_debug_lines): Fix section length check
898 and end_of_sequence computation.
899
900 2000-11-06 Nick Clifton <nickc@redhat.com>
901
902 * binutils.texi: Add GNU Free Documentation License.
903 * objcopy.1: Add GNU Free Documentation License.
904 * objdump.1: Add GNU Free Documentation License.
905 * addr2line.1: Add GNU Free Documentation License.
906 * ar.1: Add GNU Free Documentation License.
907 * nlmconv.1: Add GNU Free Documentation License.
908 * nm.1: Add GNU Free Documentation License.
909 * ranlib.1: Add GNU Free Documentation License.
910 * size.1: Add GNU Free Documentation License.
911 * strings.1: Add GNU Free Documentation License.
912 * strip.1: Add GNU Free Documentation License.
913
914 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
915
916 * objcopy.c (--srec-len=nn): New parameter to set the
917 maximum length of generated Srecords.
918 (--srec-forceS3): New parameter that restricts the generation of
919 Srecords to type S3 only.
920 * binutils.texi: Document new command line switches.
921 * objcopy.1: Docuemnt the new command line switches.
922 * NEWS: Announce the existence of the new command line switches.
923
924 2000-10-31 Nick Clifton <nickc@redhat.com>
925
926 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
927 code. Add Eric Chrisopher as maintainer of MN10300 port.
928
929 2000-10-12 Roger Sayle <roger@metaphorics.com>
930
931 * Make comma after string after icon/control optional.
932
933 2000-09-13 Anders Norlander <anorland@acc.umu.se>
934
935 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
936
937 * NEWS: Mention support for MIPS32.
938
939 2000-09-08 Nick Clifton <nickc@redhat.com>
940
941 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
942
943 2000-09-07 H.J. Lu <hjl@gnu.org>
944
945 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
946 * configure: Rebuild.
947
948 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
949
950 * configure: Rebuilt with new libtool.m4.
951
952 2000-09-05 Nick Clifton <nickc@redhat.com>
953
954 * aclocal.m4: Regenerate.
955 * config.in: Regenerate.
956 * configure: Regenerate.
957
958 2000-09-04 Todd Vierling <tv@wasabisystems.com>
959
960 * strip.1: Fix stray '\' in -o formatting.
961
962 2000-09-02 Nick Clifton <nickc@redhat.com>
963
964 * configure.in: Increase version number to 2.10.91.
965 * configure: Regenerate.
966 * aclocal.m4: Regenerate.
967 * config.in: Regenerate.
968 * po/binutils.pot: Regenerate.
969
970 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
971
972 * acinclude.m4: Include libtool and gettext macros from the
973 top level.
974 * aclocal.m4, configure: Rebuilt.
975
976 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
977
978 * resrc.c (close_input_stream): Delete extraneous logic
979
980 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
981
982 * NEWS: Mention support for CRIS.
983
984 2000-08-21 Nick Clifton <nickc@redhat.com>
985
986 * addr2line.c: Changed email address for Ulrich Lauther.
987
988 2000-08-17 Christopher C. Chimelis <chris@debian.org>
989
990 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
991
992 2000-08-17 Nick Clifton <nickc@redhat.com>
993
994 * readelf.c (display_debug_pubnames): Only issue warning
995 message once. Terminate message with a new line.
996 (display_debug_aranges): Only display version 2 debug info.
997
998 2000-08-14 Todd Vierling <tv@wasabisystems.com>
999
1000 * objcopy.c (strip_main): Silently accept -d as an alias for -g
1001 for compatability with old BSD systems.
1002
1003 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1004
1005 * NEWS: Mention i860 support.
1006
1007 2000-08-11 Carlo Wood <carlo@alinoe.com>
1008
1009 * addr2line.c (main): Add const to char *.
1010
1011 2000-08-11 Geoff Keating <geoffk@cygnus.com>
1012
1013 * ar.c (main): Don't crash if called with no arguments
1014 or only '-X32_64' as an argument.
1015
1016 2000-08-08 DJ Delorie <dj@redhat.com>
1017
1018 * resrc.c: use "gcc -xc" instead of -xc-header
1019
1020 2000-08-05 Jason Eckhardt <jle@cygnus.com>
1021
1022 * readelf.c (elf/i860.h): Include.
1023 (dump_relocations): Add recognition of i860 architecture.
1024 (guess_is_rela): Add recognition of i860 architecture.
1025
1026 2000-08-03 Nick Clifton <nickc@cygnus.com>
1027
1028 * MAINTAINERS: Add information about CGEN maintainers.
1029
1030 2000-07-26 Geoff Keating <geoffk@cygnus.com>
1031
1032 * nm.c (main): Ignore '-X32_64' as an option.
1033 * ar.c (main): Likewise.
1034 * binutils.texi (nm): Document new option.
1035 (ar): Likewise.
1036
1037 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1038
1039 * rdcoff.c (external_coff_symbol_p): K&R-ise.
1040
1041 2000-07-20 H.J. Lu <hjl@gnu.org>
1042
1043 * binutils.texi: Put back "@end table" deleted by
1044 accident.
1045
1046 2000-07-05 Kenneth Block <krblock@computer.org>
1047
1048 * nm.c: Add optional style to demangle switch.
1049 * objdump.c: Add optional style to demangle switch.
1050 * addr2line.c: Add optional style to demangle switch.
1051 * binutils.texi: Document optional style to demangle
1052 switch.
1053
1054 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1055
1056 * MAINTAINERS: Add self as CRIS port maintainer.
1057 * readelf.c: Include elf/cris.h.
1058 (guess_is_rela): Handle EM_CRIS.
1059 (dump_relocations): Ditto.
1060 (get_machine_name): Ditto.
1061 * Makefile.am: Rebuild dependencies.
1062 * Makefile.in: Regenerate.
1063 * po/binutils.pot: Regenerate.
1064
1065 2000-07-19 H.J. Lu <hjl@gnu.org>
1066
1067 * readelf.c (get_dynamic_type): Change "AUXILARY" to
1068 "AUXILIARY".
1069 (process_dynamic_segment): Print out strings for DT_CONFIG,
1070 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1071
1072 2000-07-19 Mark Kettenis <kettenis@gnu.org>
1073
1074 * nm.c (usage): Change output of `nm --help' to include a
1075 description of the purpose of the program and a detailed
1076 description of the accepted options.
1077
1078 2000-07-19 H.J. Lu <hjl@gnu.org>
1079
1080 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1081 to DF_1_NODEFLIB.
1082
1083 2000-07-19 H.J. Lu <hjl@gnu.org>
1084
1085 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1086
1087 2000-07-19 H.J. Lu <hjl@gnu.org>
1088
1089 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1090 DT_FEATURE.
1091 (process_dynamic_segment): Likewise.
1092
1093 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1094 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1095 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1096 DF_1_NODUMP and DF_1_CONLFAT.
1097
1098 2000-07-18 Nick Clifton <nickc@cygnus.com>
1099
1100 * binutils.texi (readelf): Fix spelling typo.
1101
1102 2000-07-11 Mark Kettenis <kettenis@gnu.org>
1103
1104 * objdump.c (usage): Make output of `objdump --help' more
1105 consistent with the rest of the GNU world. Add a line describing
1106 the purpose of the program.
1107
1108 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
1109
1110 * stabs.c (parse_stab_range_type): Cast to proper type to fix
1111 warning.
1112
1113 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
1114
1115 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1116 to fix warnings.
1117 (process_symbol_table): Ditto.
1118 (procesS_extended_line_op): Ditto.
1119 (display_debug_lines): Ditto.
1120 (display_debug_pubnames): Ditto.
1121 (read_and_display_attr): Ditto.
1122
1123 2000-07-09 Nick Clifton <nickc@cygnus.com>
1124
1125 * MAINTAINERS: Add several more port specific maintainers.
1126
1127 2000-07-05 Nick Clifton <nickc@cygnus.com>
1128
1129 * MAINTAINERS: Add blanket write privs for Michael Meissner.
1130
1131 2000-06-05 DJ Delorie <dj@redhat.com>
1132
1133 * MAINTAINERS: New.
1134
1135 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
1136
1137 * dllwrap.c: Changed mistaken dyn_string_append() calls
1138 to dyn_string_append_cstr().
1139
1140 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
1141
1142 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1143 struct debug_type stores size in bytes.
1144
1145 2000-07-01 Alan Modra <alan@linuxcare.com.au>
1146
1147 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1148 (CLEANFILES): Add DEPA.
1149 * Makefile.in: Regenerate.
1150
1151 2000-06-27 Alan Modra <alan@linuxcare.com.au>
1152
1153 * ar.c: Revert incorrect 2000-06-25 patch.
1154 * bucomm.c: Likewise.
1155
1156 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1157
1158 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1159 (external_coff_symbol_p): New function.
1160 (parse_coff): Use it.
1161
1162 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
1163
1164 * ar.c (normalize): Advance past both characters in a DOS based
1165 <letter>: filepath prefix.
1166 (main): Likewise.
1167 * bucomm.c (make_tempname): Likewise.
1168
1169 2000-06-24 Nick Clifton <nickc@cygnus.com>
1170
1171 * objdump.c (usage): Fix description of --stabs switch.
1172
1173 2000-06-22 Alan Modra <alan@linuxcare.com.au>
1174
1175 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1176 find one.
1177 * Makefile.in: Regenerate.
1178
1179 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
1180
1181 * ar.c (normalize): Correct pointer comparison when checking for
1182 backslashes.
1183 (main): Likewise.
1184 * bucomm.c (make_tempname): Likewise.
1185
1186 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1187 and search for backslashes in the original pathname.
1188 (ieee_add_bb11): Likewise.
1189
1190 2000-06-18 Nick Clifton <nickc@redhat.com>
1191
1192 * ar.c (print_contents): Improve verbose message.
1193
1194 2000-06-15 H.J. Lu <hjl@gnu.org>
1195
1196 * dyn-string.c: Removed. Not needed with dyn-string.c in
1197 libiberty.
1198 * dyn-string.h: Likewise.
1199
1200 * Makefile.am: Remove references to dyn-string.c and
1201 dyn-string.h. Rebuild dependency.
1202 * Makefile.in: Rebuild.
1203
1204 2000-06-15 H.J. Lu <hjl@gnu.org>
1205
1206 * binutils.texi: Put a warning on copying relocatable object
1207 files between two different formats.
1208
1209 2000-06-13 DJ Delorie <dj@cygnus.com>
1210
1211 * rcparse.y (control): ICON controls take an id as the first
1212 parameter, not an optional string. Also, call new convenience
1213 function that takes res_id's.
1214 * resrc.c (define_control): missing text means zero-length string,
1215 not zero ID.
1216 (define_icon_control): New.
1217 * windres.h: declare define_icon_control.
1218
1219 2000-06-13 H.J. Lu <hjl@gnu.org>
1220
1221 * configure: Regenerate.
1222
1223 2000-06-08 David O'Brien <obrien@FreeBSD.org>
1224
1225 * configure.in (VERSION): Update to show this is the CVS mainline.
1226
1227 2000-06-02 David O'Brien <obrien@FreeBSD.org>
1228
1229 * strings.c (isgraphic): Interpret <TAB> as a printable character,
1230 analogous to <SPACE>.
1231
1232 2000-05-30 Alan Modra <alan@linuxcare.com.au>
1233
1234 * objdump.c (display_target_list): Use bfd_close_all_done, not
1235 bfd_close to fix crash caused by 2000-05-24 change.
1236
1237 2000-05-25 DJ Delorie <dj@cygnus.com>
1238
1239 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1240
1241 2000-05-26 Alan Modra <alan@linuxcare.com.au>
1242
1243 * Makefile.am: Update dependencies with "make dep-am"
1244 * Makefile.in: Regenerate.
1245
1246 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1247
1248 * ar.c: Include filenames.h.
1249 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1250 and drive letters in file names.
1251 (main): Support backslashes and drive letters in argv[0]. Drop
1252 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
1253 FILENAME_CMP instead of strcmp to compare file names.
1254 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1255 DJGPP v2.
1256 (do_quick_append) [__GO32__]: Ditto.
1257 (get_pos_bfd, delete_members, move_members, replace_members):
1258 Compare file names with FILENAME_CMP.
1259
1260 * bucomm.c: Include filenames.h.
1261 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1262 forward/backward slashes and drive letters in file names.
1263
1264 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1265 mixed forward/backward slashes and drive letters in file names.
1266
1267 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1268 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1269 mode.
1270
1271 * objcopy.c: Include filenames.h.
1272 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1273 before comparing to "strip".
1274 Use FILENAME_CMP to compare file names.
1275
1276 * arsup.c: Include filenames.h.
1277 (map_over_list, ar_delete, ar_replace, ar_extract): Use
1278 FILENAME_CMP to compare file names.
1279 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1280 the temporary file name.
1281
1282 * configure.in: Check for setmode.
1283 * configure: Regenerate.
1284
1285 2000-05-24 Alan Modra <alan@linuxcare.com.au>
1286
1287 * objdump.c (display_target_list): Close the bfd.
1288 (display_info_table): Likewise.
1289
1290 2000-05-14 H.J. Lu (hjl@gnu.org)
1291
1292 * objcopy.c (filter_symbols): Don't strip global symbols in
1293 relocatable object files.
1294
1295 2000-05-14 Alan Modra <alan@linuxcare.com.au>
1296
1297 * size.c (usage): Associate short options with corresponding long
1298 option to give a clue as to their function.
1299
1300 2000-05-14 Philippe De Muyter <phdm@macqel.be>
1301
1302 * size.c (main): Accept and ignore `-f' option.
1303
1304 2000-05-13 Alan Modra <alan@linuxcare.com.au>
1305
1306 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1307 bindtextdomain): Replace defines with those from intl/libgettext.h
1308 to quieten gcc warnings.
1309
1310 2000-05-12 H.J. Lu <hjl@gnu.org>
1311
1312 * nlmconv.c (temp_filename): Removed.
1313
1314 * nlmconv.c (link_inputs): Use make_temp_file () instead of
1315 choose_temp_base ().
1316 * objdump.c (display_target_list): Likewise.
1317 (display_info_table): Likewise.
1318
1319 2000-05-08 Alan Modra <alan@linuxcare.com.au>
1320
1321 * objcopy.c (setup_section): Add const and gettext calls for err.
1322
1323 2000-05-02 H.J. Lu <hjl@gnu.org>
1324
1325 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1326 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1327 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1328 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1329 and ELFOSABI_OPENBSD.
1330
1331 2000-05-02 Kazu Hirata <kazu@hxi.com>
1332
1333 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1334 * srconv.c: Likewise.
1335 * sysdump.c: Likewise.
1336
1337 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
1338
1339 * readelf.c (guess_is_rela): AVR uses RELA relocations.
1340 (get_machine_name): machine name for EM_AVR added.
1341
1342 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1343 David Mosberger <davidm@hpl.hp.com>
1344
1345 * Makefile.am (readelf.o): Add elf/ia64.h.
1346 * Makefile.in: Rebuild.
1347 * readelf.c: Include elf/ia64.h.
1348 (guess_is_rela, dump_relocations): Handle EM_IA_64.
1349
1350 2000-04-17 Timothy Wall <twall@cygnus.com>
1351
1352 * objdump.c (disassemble_data): Set octets per byte *after*
1353 resolving arch/mach for binary files.
1354
1355 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1356
1357 * arlex.l: Add directives to increase lex buffer size.
1358
1359 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1360 already included by bucomm.h.
1361
1362 2000-04-10 Philippe De Muyter <phdm@macqel.be>
1363
1364 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1365 `strftime' since strftime is not available on all systems.
1366 (process_mips_specific): Ditto.
1367
1368 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
1369
1370 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
1371 --enable-build-warnings option.
1372 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1373 * Makefile.in, configure: Re-generate.
1374
1375 2000-04-06 Alan Modra <alan@linuxcare.com.au>
1376
1377 * addr2line.c: Update copyright.
1378 * objcopy.1: Likewise, and title.
1379 * strings.1: Likewise.
1380
1381 * version.c (print_version): Add 2000.
1382
1383 * rddbg.c (read_section_stabs_debugging_info): Don't use
1384 bfd_size_type for strx to avoid printf problems if BFD64.
1385
1386 * bucomm.c: (report): Remove `static'.
1387 Move inclusion of stdarg.h/vararg.h from here.
1388 * bucomm.h: To here.
1389 (CONST): Change all occurences to const.
1390 (report): Declare it.
1391 (bfd_fatal): Add ATTRIBUTE_NORETURN.
1392 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1393 (non_fatal): Add ATTRIBUTE_PRINTF_1.
1394
1395 * ar.c (main): Use fatal or non_fatal instead of fprintf.
1396 Correct a typo in an error message.
1397 (do_quick_append): Use non_fatal instead of fprintf.
1398 (move_members): Use fatal instead of fprintf, exit.
1399 * coffdump.c (main): Same here.
1400
1401 * dlltool.c (display): Delete.
1402 (warn): Delete.
1403 (inform): Use `report' instead of `display'.
1404 (rvaafter): Remove trailing \n from fatal error msg.
1405 (rvabefore): Ditto.
1406 (asm_prefix): Ditto.
1407 (yyerror): Replace `warn' with `non_fatal', and remove \n.
1408 (def_name): Likewise.
1409 (run): Likewise.
1410 (scan_all_symbols): Likewise.
1411 (gen_lib_file): Likewise.
1412 (def_library): Likewise. Remove extra program_name too.
1413 (run): Remove \n from inform strings.
1414 (scan_drectve_symbols): Likewise.
1415 (add_excludes): Likewise.
1416 (scan_open_obj_file): Likewise.
1417 (gen_exp_file): Likewise.
1418 (gen_lib_file): Likewise.
1419 (process_duplicates): Likewise.
1420
1421 * Makefile.am (dllwrap_SOURCES): Add version.c.
1422 * dllwrap.c (program_version): Delete.
1423 (print_version): Delete.
1424 (display): Always print trailing \n.
1425 (warn): New.
1426 (delete_temp_files): Use warn instead of fprintf. Use gettext.
1427 (run): Here too.
1428 (main): And here.
1429 (usage): gettext'ify.
1430 (long_options): Add missing initialisers.
1431
1432 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1433 (select_output_format): Likewise.
1434 (powerpc_mangle_relocs): Likewise.
1435 (link_inputs): Likewise.
1436
1437 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1438 (set_output_format): Likewise.
1439 (main): Use non_fatal instead of fprintf.
1440 (display_rel_file): Likewise.
1441
1442 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1443 (slurp_dynamic_symtab): Same here.
1444 (disassemble_data): And here.
1445 (read_section_stabs): And here.
1446 (read_section_stabs): And here.
1447 (dump_bfd): And here.
1448 (main): And here.
1449 (objdump_sprintf): Use fatal instead of fprintf, exit.
1450 (disassemble_data): Same here.
1451
1452 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1453 (parse_coff_struct_type): Same here.
1454 (parse_coff_enum_type): And here.
1455 (parse_coff): And here.
1456 * rddbg.c (read_debugging_info): And here.
1457 * size.c (main): And here.
1458 * windres.c (format_from_name): And here.
1459 * wrstabs.c (stab_write_symbol): Here too.
1460 (write_stabs_in_sections_debugging_info): And here.
1461 (stab_int_type): And here.
1462 (stab_struct_field): And here.
1463 (stab_typdef): And here.
1464
1465 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1466 * srconv.c (main): Same here.
1467 * strings.c (main): And here.
1468 (integer_arg): And here.
1469 * sysdump.c (main): And here.
1470
1471 2000-04-06 Timothy Wall <twall@cygnus.com>
1472
1473 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1474
1475 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
1476
1477 * readelf.c (decode_location_expression): Loop through multiple
1478 operations.
1479 (read_and_display_attr): Pass in length.
1480
1481 * readelf.c (read_and_display_attr): Add CU offset to references.
1482 (display_debug_info): Pass it in.
1483
1484 2000-04-06 Nick Clifton <nickc@cygnus.com>
1485
1486 * readelf.c (decode_ARM_machine_flags): New function.
1487 (get_machine_flags): Call decode_ARM_machine_flags for ARM
1488 targets.
1489
1490 (get_machine_name): Catch EM_AVR
1491
1492 2000-04-05 Alan Modra <alan@linuxcare.com.au>
1493
1494 * binutils.texi: Remove optional `=' from long options that have
1495 an `=' in the argument.
1496 * objcopy.1: Here too. Remove extra space on discard-all.
1497
1498 * binutils.texi (objcopy): Mention --redefine-sym.
1499 * objcopy.1: Here too.
1500 * NEWS: And here.
1501
1502 * objcopy.c (parse_flags): Split off flag names from error message
1503 gettext as they are not translated.
1504 (copy_main): Similarly split off option name for --add-section,
1505 --set-section-flags, --change-section-vma, --change-section-lma
1506 error messages.
1507 Some white space changes.
1508
1509 from Matthew Benjamin <matt@linuxbox.nu>
1510 * objcopy.c (struct redefine_node): New.
1511 (redefine_sym_list): New.
1512 (redefine_list_append): New.
1513 (lookup_sym_redefinition): New.
1514 (OPTION_REDEFINE_SYM): New.
1515 (copy_options): Add --redefine-sym option.
1516 (copy_usage): Mention it.
1517 (filter_symbols): Rename symbols on redefine_sym_list.
1518 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1519 (copy_main): Handle OPTION_REDEFINE_SYM.
1520
1521 2000-04-04 H.J. Lu <hjl@gnu.org>
1522
1523 * readelf.c (process_symbol_table): Correctly read in symbol
1524 versioning information.
1525
1526 2000-04-04 Alan Modra <alan@linuxcare.com.au>
1527
1528 * po/binutils.pot: Regenerate.
1529
1530 * addr2line.c (usage): Restore translated part of bug string.
1531 * ar.c (usage): Likewise.
1532 * nlmconv.c (show_usage): Likewise.
1533 * nm.c (usage): Likewise.
1534 * objcopy.c (copy_usage): Likewise.
1535 (strip_usage): Likewise.
1536 * objdump.c (usage): Likewise.
1537 * readelf.c (usage): Likewise.
1538 * size.c (usage): Likewise.
1539 * strings.c (usage): Likewise.
1540 * windres.c (usage): Likewise.
1541
1542 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1543 (DEP): Quote when passing vars to sub-make. Add warning
1544 message to end.
1545 (DEP1): Rewrite for "gcc -MM".
1546 (CLEANFILES): Add DEP2.
1547 Update dependencies.
1548 * Makefile.in: Regenerate.
1549
1550 2000-04-04 H.J. Lu <hjl@gnu.org>
1551
1552 * Makefile.am (GENERATED_HFILES): Add rcparse.h
1553 (arparse.h): Depend on arparse.c
1554 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1555
1556 2000-04-03 H.J. Lu (hjl@gnu.org)
1557
1558 * size.c (usage): Use REPORT_BUGS_TO.
1559
1560 2000-04-03 Alan Modra <alan@linuxcare.com.au>
1561
1562 * bucomm.h: #include "bin-bugs.h"
1563 * addr2line.c (usage): Use REPORT_BUGS_TO.
1564 * ar.c (usage): Likewise.
1565 * nlmconv.c (show_usage): Likewise.
1566 * nm.c (usage): Likewise.
1567 (OPTION_TARGET): Define.
1568 (long_options): Use OPTION_TARGET rather than 200.
1569 (main): Likewise.
1570
1571 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1572 (strip_usage): Likewise.
1573 * objdump.c (usage): Likewise.
1574 * readelf.c (usage): Likewise.
1575 * strings.c (usage): Likewise.
1576 * windres.c (usage): Likewise.
1577
1578 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
1579
1580 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1581
1582 2000-03-27 Nick Clifton <nickc@cygnus.com>
1583
1584 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1585 string offsets in corrupt stabs entries.
1586
1587 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1588
1589 * readelf.c: Include elf/avr.h
1590 (dump_relocations): Add EM_AVR case.
1591
1592 2000-03-09 Tim Waugh <twaugh@redhat.com>
1593
1594 * strings.1: Correct '-bytes' to '--bytes'.
1595
1596 2000-03-08 H.J. Lu <hjl@gnu.org>
1597
1598 * Makefile.am (install-exec-local): Depend on
1599 install-binPROGRAMS for parallel make.
1600 * Makefile.in: Regenerated.
1601
1602 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1603
1604 From Brad Lucier <lucier@math.purdue.edu>:
1605 * readelf.c (process_dynamic_segment): Add cast to make sure
1606 argument to %* is int.
1607
1608 2000-02-25 H.J. Lu <hjl@gnu.org>
1609
1610 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1611
1612 2000-02-24 Nick Clifton <nickc@cygnus.com>
1613
1614 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1615 * configure: Regenerate.
1616
1617 * dlltool.c: Add support for sh-pe and mips-pe targets.
1618 * rescoff.c: Add support for sh-pe and mips-pe targets.
1619
1620 2000-02-23 H.J. Lu <hjl@gnu.org>
1621
1622 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1623
1624 2000-02-22 Nick Clifton <nickc@cygnus.com>
1625
1626 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1627
1628 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1629
1630 From Brad Lucier <lucier@math.purdue.edu>:
1631 * readelf.c (process_version_sections): Add casts to make sure
1632 argument to %* is an int.
1633 (process_mips_specific): Add casts to make printf arguments match
1634 format.
1635
1636 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1637
1638 * objdump.c (dump_section_header): Change `opb' to unsigned.
1639 (find_symbol_for_address): Same here.
1640 (disassemble_data): And here. Change `addr_offset',
1641 `stop_offset', `nextstop_offset' to unsigned long.
1642 (dump_data): Change opb to unsigned.
1643
1644 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
1645
1646 * resrc.c: Remove unmatched #if for cygwin.
1647
1648 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1649
1650 * binutils.texi: Document the change of flavor name from atpcs-special
1651 to special-atpcs to prevent name conflict in gdb.
1652
1653 2000-02-08 Timothy Wall <twall@redhat.com>
1654
1655 * objdump.c (show_line): Fix bug preventing printing of the very
1656 first line (line zero) of a file when interlisting source and
1657 assembly. Added option to print entire context from start of file
1658 when the first line from that file is encountered.
1659
1660 2000-02-03 Timothy Wall <twall@redhat.com>
1661
1662 * objdump.c (dump_section_header, find_symbol_for_address,
1663 show_line, disassemble_bytes, disassemble_data, dump_data):
1664 distinguish between octets and bytes.
1665
1666 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1667
1668 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1669 check to unresolved symbols.
1670 (print_symbol_info_sysv): Ditto.
1671 (print_symbol_info_posix): Ditto.
1672
1673 * binutils.texi: Document new 'V' symclass flag for nm.
1674
1675 2000-01-27 Nick Clifton <nickc@redhat.com>
1676
1677 * binutils.texi (objdump): Document new ARM specific
1678 disassembler options.
1679
1680 * objdump.c (usage): Call disassembler_usage().
1681
1682 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1683
1684 * readelf.c (get_dynamic_flags): Return buff.
1685 (process_dynamic_segment): Don't pass error strings to printf
1686 as format arg.
1687 (read_and_display_attr): Use lx and ld to print longs.
1688 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1689 before printing.
1690 Update copyright.
1691
1692 2000-01-17 Nick Clifton <nickc@cygnus.com>
1693
1694 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1695
1696 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1697
1698 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1699 false.
1700 (debug_tag_type): Here too.
1701 * ieee.c (ieee_builtin_type): And here.
1702 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1703
1704 2000-01-13 Nick Clifton <nickc@cygnus.com>
1705
1706 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1707 System/370".
1708
1709 2000-01-11 Nick Clifton <nickc@cygnus.com>
1710
1711 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1712
1713 2000-01-10 Nick Clifton <nickc@cygnus.com>
1714
1715 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1716
1717 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1718
1719 * windres.c (long_options): Add --use-temp-file and
1720 --no-use-temp-file options.
1721 (usage): Document.
1722 (main): Handle.
1723
1724 * windres.h: Update read_rc_file prototype.
1725
1726 * resrc.c (cpp_temp_file): New static variable.
1727 (istream_type): New static variable.
1728 (close_pipe): Delete function.
1729 (run_cmd): New static function.
1730 (open_input_stream): New static function.
1731 (close_input_stream): New static function.
1732 (look_for_default): Handle DOS directory separator. Use
1733 open_input_stream instead of popen.
1734 (read_rc_file): Likewise.
1735
1736 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1737 options.
1738
1739 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1740
1741 * dlltool.c (create_compat_implib): New variable.
1742 (gen_exp_file): Use.
1743 (make_one_lib_file): Use.
1744 (long_options): Add --compat-implib option.
1745 (usage): Handle.
1746 (main): Handle.
1747
1748 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1749 (main): Use. Don't look for "32" in cygwin and mingw target names.
1750
1751 2000-01-03 Nick Clifton <nickc@cygnus.com>
1752
1753 * binutils.texi: Document new, ARM specific disassembler
1754 command line switch "-M force-thumb".
1755
1756 For older changes see ChangeLog-9899
1757 \f
1758 Local Variables:
1759 mode: change-log
1760 left-margin: 8
1761 fill-column: 74
1762 version-control: never
1763 End:
This page took 0.068829 seconds and 4 git commands to generate.