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