OSDN Git Service

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