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