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