OSDN Git Service

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