OSDN Git Service

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