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