7d8c3082d6060e8b916729c3813122dcf7593137
[platform/upstream/binutils.git] / binutils / ChangeLog
1 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2
3         * MAINTAINERS: Add self as SH maintainer.
4
5 2002-10-23  Ben Elliston  <bje@redhat.com>
6
7         * doc/binutils.texi (objdump): Document -z and move the entry for
8         --disassemble-zeroes to the end of the options section (for `z').
9
10 2002-10-21  Nick Clifton  <nickc@redhat.com>
11
12         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
13
14 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
15
16         * objdump.c (dump_data): Correct addr_offset for opb != 1.
17
18 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
19
20         * bucomm.c (list_supported_targets): Use bfd_target_list.
21
22         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
23         other object errors in preference to bfd_core errors.
24
25 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
26
27         * Makefile.am: Run "make dep-am".
28         * objdump.c: #include "bfdver.h".
29         * version.c: Likewise.
30         * Makefile.in: Regenerate.
31         * config.in: Regenerate.
32         * configure: Regenerate.
33         * po/POTFILES.in: Regenerate.
34
35 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
36
37         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
38         sections.  Allow relocations against the absolute symbol.  Don't
39         use the value in compunit.cu_abbrev_offset if we found a RELA
40         relocation.
41
42 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
43
44         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
45         ordinary ones are available.
46
47 2002-09-30  H.J. Lu <hjl@gnu.org>
48
49         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
50         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
51
52 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
53
54         * Makefile.am (CFILES): Add cxxfilt.c.
55         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
56         (cxxfilt_LDADD): Delete.
57         Remove all references to underscore.c.
58         Regen dependencies.
59         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
60         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
61         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
62         adjustments to fit into binutils framework.
63         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
64
65 2002-09-12  Roland McGrath  <roland@redhat.com>
66
67         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
68         Handle DW_OP_GNU_push_tls_address.
69
70 2002-09-11  Nick Clifton  <nickc@redhat.com>
71
72         * po/tr.po: Updated Turkish translation.
73
74 2002-09-10  Nick Clifton  <nickc@redhat.com>
75
76         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
77         testsuite changes.  Add paragraphs about testsuite and config
78         patches.
79
80 2002-08-29  Nick Clifton  <nickc@redhat.com>
81
82         * readelf.c (get_machine_flags): Remove redundant reference to
83         E_V850EA_ARCH.
84
85 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
86
87         * objdump.c (dump_bfd): Restore lines accidentally deleted in
88         last commit.
89
90 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
91
92         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
93         (dump_bfd_header): Likewise.
94
95 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
96
97         * nm.c: Revert last change.
98
99 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
100
101         * nm.c (display_rel_file): Don't report "no symbols" as an error.
102         * objdump.c (slurp_symtab): Likewise.
103         (slurp_dynamic_symtab): Likewise.
104         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
105
106 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
107
108         * MAINTAINERS: Change my mailing address.
109
110 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
111
112         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
113
114 2002-08-22  Nick Clifton  <nickc@redhat.com>
115
116         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
117         HPPA.
118
119 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
120
121         * readelf.c (parse_args): Change debug_dump_opt to static.
122
123 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
124
125         * stabs.c (parse_stab_argtype): Pass length of physname to
126         stab_demangle_argtypes.
127         (stab_demangle_argtypes): Add new parameter - length of physname.
128         Pass length of physname on to stab_demangle_prefix.
129         (stab_demangle_prefix): Add new parameter - length of physname.
130         Use length of physname (if supplied) to compute end of function
131         name.
132
133 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
134
135         * readelf.c: Include elf/i370.h.
136         (dump_relocations): Handle EM_S370.
137         (dynamic_segment_parisc_val): Print \n.
138         (process_dynamic_segment <DT_BIND_NOW>): Here too.
139
140 2002-08-14  Nick Clifton  <nickc@redhat.com>
141
142         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
143         * objdump.c (usage): Likewise.
144         * doc/binutils.texi: Likewise.
145
146 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
147
148         * rcparse.y (acc_entry): Don't warn about ALT use with
149         non-VIRTKEY.
150
151 2002-08-13  H.J. Lu <hjl@gnu.org>
152
153         * objcopy.c (copy_object): Don't warn about the unsupported
154         architecture unless the input target is defaulted or the
155         output architecture is different from the input.
156
157 2002-08-09  Nick Clifton  <nickc@redhat.com>
158
159         * po/sv.po: Updated Swedish translation.
160
161 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
162
163         * prdbg.c (pr_fix_visibility): Remove assert.
164
165 2002-07-31  Nick Clifton  <nickc@redhat.com>
166
167         * addr2line.c (process_file): Rename parameter 'filename' to
168         'file_name' in order to avoid shadowing global symbol of the
169         same name.
170         (main): Likewise.
171
172 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
173
174         * readelf.c (OPTION_DEBUG_DUMP): Define.
175         (options): Use it.
176         (usage): Update help.
177         (parse_args): Handle --debug-dump separately from -w.
178         * doc/binutils.texi (readelf): Update documentation.
179
180 2002-07-25  Nick Clifton  <nickc@redhat.com>
181
182         * po/es.po: Updated Spanish translation.
183         * po/fr.po: Updated French translation.
184
185 2002-07-24  Nick Clifton  <nickc@redhat.com>
186
187         * po/es.po: Updated Spanish translation.
188
189 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
190
191         * Makefile.am: Run "make dep-am".
192         * Makefile.in: Regenerate.
193
194 2002-07-23  Nick Clifton  <nickc@redhat.com>
195
196         * po/fr.po: Updated French translation.
197
198 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
199
200         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
201
202 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
203
204         * budemang.c: Include config.h and string.h/strings.h.
205
206 2002-07-18 Denis Chertykov  <denisc@overta.ru>
207            Frank Ch. Eigler  <fche@redhat.com>
208
209         * readelf.c: Include "elf/ip2k.h".
210         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
211         (dump_relocations): Likewise.
212         (get_machine_name): Likewise.
213         * NEWS: Mention IP2K support.
214
215 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
216
217         * NEWS: Add 'Changes in 2.13'.
218
219 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
220
221         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
222         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
223         (get_section_type_name): Handle SHT_GNU_LIBLIST.
224         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
225         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
226         (process_gnu_liblist): New.
227         (process_file): Call it.
228
229 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
230
231         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
232         * Makefile.in: Regenerate.
233
234 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
235
236         * budemang.c: New file, "demangle" function.
237         * budemang.h: New file.
238         * addr2line.c (translate_addresses): Use "demangle".
239         * nm.c (print_symname): Likewise.
240         * objdump.c (objdump_print_symname): Likewise.
241         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
242         here since that obfuscates.
243         * rdcoff.c: Don't #include demangle.h.
244         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
245         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
246         (HFILES): Add budemang.h.  Sort.
247         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
248         Run "make dep-am".
249         * Makefile.in: Regenerate.
250
251 2002-07-01  Matt Thomas  <matt@3am-software.com>
252
253         * readelf.c: Include "elf/vax.h".
254         (guess_is_rela): Move EM_VAX from unknown to RELA case.
255         (dump_relocations): Handle VAX relocations.
256         (get_machine_flags): Handle VAX machine flags.
257
258 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
259
260         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
261
262 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
263
264         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
265
266 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
267
268         * nm.c (print_symname): When demangling, strip leading dots from
269         symbol names to avoid confusing the demangler.
270
271 2002-06-25  H.J. Lu <hjl@gnu.org>
272
273         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
274         * Makefile.in: Regenerated.
275
276 2002-06-21  Igor Schein  <igor@txc.com>
277
278         * configure.in: Quote bu_cv_have_fopen64.
279         * configure: Regenerate.
280
281 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
282
283         * configure.in: Check for strcoll.
284         * configure: Regenerate.
285         * config.in: Regenerate.
286         * nm.c (main): Set locale for LC_COLLATE category.
287         (non_numeric_forward): Use strcoll if available.
288
289 2002-06-20  Dave Brolley  <brolley@redhat.com>
290
291         * MAINTAINERS: Add self as fr30 and frv maintainer.
292
293 2002-06-18  H.J. Lu  (hjl@gnu.org)
294
295         * nm.c: Include "elf/common.h".
296         (extended_symbol_info): Add elfinfo, a pointer to
297         elf_symbol_type.
298         (SYM_SIZE): Use elfinfo if it is not NULL.
299         (get_symbol_type): New function.
300         (display_archive): Set print_width for each archive member.
301         (display_file): Likewise.
302         (display_rel_file): Don't set print_width here.
303         (print_object_filename_sysv): Handle print_width.
304         (print_archive_member_sysv): Likewise.
305         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
306         (print_symbol): Set the elfinfo field in extended_symbol_info
307         for ELF.
308         (print_object_filename_sysv): Fix the output format.
309         (print_symbol_info_sysv): Print type and section for ELF.
310
311 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
312
313         * nm.c (print_size_symbols): Remove assignment, which makes
314         the symbol's size equal to its value when --size-sort is
315         used.
316
317 2002-06-18  Dave Brolley  <brolley@redhat.com>
318
319         From Catherine Moore:
320         * readelf.c (elf/frv.h): #include it.
321         (guess_is_rela): Support EM_CYGNUS_FRV.
322         (dump_relocations): Ditto.
323         (get_machine_name): Ditto.
324         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
325
326 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
327
328         * readelf.c (get_file_header): Only read the first section header if
329         e_shoff is non-zero.
330
331 2002-06-15  H.J. Lu  (hjl@gnu.org)
332
333         * nm.c (print_size): New variable. Initialize to 0.
334         (long_options): Add 'S'/"print-size".
335         (main): Handle 'S'.
336         (print_symbol_info_bsd): Print size only if print_size is not
337         0.
338
339         * doc/binutils.texi: Document -S/--print-size.
340
341 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
342
343         * nm.c (struct extended_symbol_info): New strcuture: Add the size
344         of the symbols to the information provided by the symbol_info
345         structure.
346         (print_symbols): Pass the symbol size to print_symbol.
347         (print_size_symbols): Pass the symbol size to print_symbol.
348         (print_symbol): Extra argument: The size of the symbol.  Store
349         this in the extended_symbol_info structure.
350         (print_symbol_info): Change type of info parameter to
351         extended_symbol_info.  Display the size, if known.
352         (print_symbol_info_posix): Likewise.
353         (print_symbol_info_sysv): Likewise.
354
355 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
356
357         * Makefile.am: Run "make dep-am".
358         * Makefile.in: Regenerate.
359         * doc/Makefile.in: Regnerate.
360
361         * bucomm.c: Replace CONST with const.
362         * nm.c: Likewise.
363         * objdump.c: Likewise.
364
365 2002-06-07  H.J. Lu <hjl@gnu.org>
366
367         * readelf.c (DW_CFA_GNU_args_size): Don't define.
368         (DW_CFA_GNU_negative_offset_extended): Likewise.
369         (DW_CFA_GNU_window_save): Likewise.
370         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
371         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
372
373 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
374
375         * nm.c: When computing size of symbols for an ELF target use the
376         internal size field.
377
378 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
379
380         * testsuite/binutils-all/objcopy.exp: clear xfail for
381         "hppa*64*-*-hpux*".
382         * testsuite/binutils-all/hppa/objdump.exp: Return if
383         "*64*-*-*".
384
385 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
386
387         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
388
389 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
390
391         * objdump.c: Fix formatting.
392
393 2002-05-29  Ben Elliston  <bje@redhat.com>
394
395         * MAINTAINERS: Add self as M68k maintainer.
396
397 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
398
399         * readelf.c: Modified/Added DLX elf support.
400
401 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
402
403         * arsup.c: Fix formatting.
404         * debug.c (debug_record_label): Add missing colon to error
405         message.
406         * ieee.c (parse_ieee_ty): Fix spelling typo.
407         * readelf.c (process_program_headers): Remove English assumption
408         about making a plural word.
409         (process_section_headers): Likewise.
410         (process_relocs): Allow quotes to be translated.
411         (process_unwind): Likewise,
412         (process_mips_specific): Improve error message.
413         (get_note_type): Fix spelling typo.
414
415         * configure.in (ALL_LINGUAS): Add sv
416         * po/sv.po: New file.
417
418 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
419
420         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
421         (unw_print_grmask): Likewise.
422         (unw_print_frmask): Likewise.
423
424 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
425
426         * arsup.c: Remove ARGSUSED.
427         * debug.c: Likewise.
428         * ieee.c: Likewise.
429         * nlmconv.c: Likewise.
430         * prdbg.c: Likewise.
431         * stabs.c: Likewise.
432         * wrstabs.c: Likewise.
433
434 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
435
436         * arlex.l: Use #include "" instead of <> for local header files.
437         * coffdump.c: Likewise.
438         * coffgrok.c: Likewise.
439         * nlmconv.c: Likewise.
440         * nlmheader.y: Likewise.
441         * srconv.c: Likewise.
442         * strings.c: Likewise.
443         * sysdump.c: Likewise.
444         * unwind-ia64.h: Likewise.
445         * windres.h: Likewise.
446         * winduni.h: Likewise.
447
448 2002-05-24  Tom Rix  <trix@redhat.com>
449
450         * MAINTAINERS: Add self as the d10v maintainer.
451
452 2002-05-24   TAMURA Kent <kent@netbsd.org>
453
454         * configure.in: Builds dlltool for i386-netbsdpe.
455         * configure: Regenerate.
456
457 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
458
459         * size.c: Fix formatting.
460         * srconv.c: Likewise.
461         * stabs.c: Likewise.
462         * sysdump.c: Likewise.
463         * unwind-ia64.c: Likewise.
464         * wrstabs.c: Likewise.
465
466 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
467
468         * readelf.c (get_segment_type): Add PT_TLS.
469         (get_elf_section_flags): Add SHF_TLS.
470         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
471         (process_dynamic_segment): Use puts instead of printf.
472         (get_symbol_type): Support STT_TLS.
473         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
474         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
475         Add SEC_THREAD_LOCAL.
476
477 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
478
479         * rdcoff.c: Fix formatting.
480         * rddbg.c: Likewise.
481         * readelf.c: Likewise.
482         * rename.c: Likewise.
483         * resbin.c: Likewise.
484         * resrc.c: Likewise.
485         * resres.c: Likewise.
486
487 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
488
489         * filemode.c: Fix formatting.
490         * ieee.c: Likewise.
491         * is-ranlib.c: Likewise.
492         * is-strip.c: Likewise.
493         * maybe-ranlib.c: Likewise.
494         * maybe-strip.c: Likewise.
495         * nlmconv.c: Likewise.
496         * nm.c: Likewise.
497         * not-ranlib.c: Likewise.
498         * not-strip.c: Likewise.
499         * objcopy.c: Likewise.
500         * objdump.c: Likewise.
501
502 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
503
504         * objdump.c (dump_headers): Fix output formatting for ELF32
505         architectures in a BFD64 enabled toolchain.
506
507 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
508
509         * debug.c: Fix formatting.
510         * debug.h: Likewise.
511         * dlltool.c: Likewise.
512         * dllwrap.c: Likewise.
513         * emul_aix.c: Likewise.
514         * emul_vanilla.c: Likewise.
515
516 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
517
518         * addr2line.c: Fix formatting.
519         * ar.c: Likewise.
520         * arsup.c: Likewise.
521         * arsup.h: Likewise.
522         * binemul.c: Likewise.
523         * binemul.h: Likewise.
524         * bucomm.c: Likewise.
525         * coffdump.c: Likewise.
526         * coffgrok.c: Likewise.
527         * coffgrok.h: Likewise.
528
529 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
530
531         * MAINTAINERS: Add myself as the second AVR port maintainer.
532
533 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
534
535         * MAINTAINERS: Update my email address.
536
537 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
538
539         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
540
541 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
542
543         * configure.in: Replace `*pe' with `pe' throughout.
544         * configure: Regenerate.
545
546 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
547
548         * Makefile.am: Honour DESTDIR.
549         * Makefile.in: Regenerate.
550
551 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
552
553         * dlltool.c (process_def_file): Add missing prototype.
554         (new_directive, assemble_file, main): Likewise.
555         (process_def_file, new_directive): Make static.
556         (inform): Rewrite using VA_FIXEDARG.
557         * dllwrap.c (mybasename): Add missing prototype.
558         (strhash, main): Likewise.
559         (inform): Rewrite using VA_FIXEDARG.
560         (warn): Likewise.
561         (cleanup_and_exit): Use old style function definition.
562         (strhash): Likewise.
563         * windres.c (define_resource): Use one memset to clear all of
564         struct res_resource.
565
566         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
567         call to rules that need no lookahead.  Check for no lookahead.
568
569 2002-05-06  Borut Razem  <borut.razem@siol.net>
570
571         * rclex.l (get_string): Correct "strings" list handling.
572         * resrc.c (read_rc_file): Discard strings.
573
574 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
575
576         * ar.c (replace_members): Remove unused var.  Formatting fix.
577         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
578
579         * MAINTAINERS: Sort port maintainers by CPU.
580
581 2002-05-04  Bob Byrnes  <byrnes@curl.com>
582
583         * size.c (display_archive): Add last_arfile and code to close archives.
584
585 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
586
587         * nm.c (print_symbol): Check returned filename from
588         bfd_find_nearest_line is non-NULL.
589
590 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
591
592         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
593
594 2002-04-24  Christian Groessler <chris@groessler.org>
595
596         * MAINTAINERS: Changed my email address.
597
598 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
599
600         * arparse.y: Fix syntax warning.
601
602 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
603
604         * readelf.c (fetch_location_list): Remove unused function.
605
606         * readelf.c (process_corefile_note_segment): Catch corrupt notes
607         and display a warning message, then exit the loop.
608
609         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
610
611 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
612
613         * resrc.c (write_rc_dialog): If charset is non-default value
614         display all of the DIALOGEX parameters.
615
616 2002-04-15  Eric Kohl <ekohl@rz-online.de>
617
618         * rcparse.y: Allow two to five parameter in FONT statement of
619         DIALOGEX resources.
620         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
621         resource data.
622         (res_to_bin_dialog): Likewise.
623         * windres.h: Added misssing charset variable to dialog_ex
624         structure.
625
626 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
627
628         * rcparse.y: Set MEMFLAG_PURE by default.
629
630 2002-04-09  Bernd Herd <info@herdsoft.com>
631
632         * rcparse.y: CLASS definitions in DIALOG resources
633         are quoted.
634         Fix typo in BEDIT warning.
635         Don't add default dialog style when explicit style specified.
636         Add WS_CAPTION dialog style if CAPTION is specified.
637
638         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
639         (handle_quotes) "\a" escape (used for right justified key
640         definitions in menus) is encodes as binary 8.
641
642         * resrc.c (write_rc_dialog): Print style even if it is 0.
643         (write_rc_directory): Fix overlooked sublang shift bug.
644         (bin_to_res_dialog): Don't print empty dialog caption.
645
646         * resbin.c (bin_to_res_dialog): Use signature to identify
647         DIALOGEX.
648
649         * windres.c (main): Set default LANGUAGE to english/us.
650
651 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
652
653         * resrc.c: print CLASS names in quotes
654
655 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
656
657         * MAINTAINERS: Update my email address.
658
659 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
660
661         * dep-in.sed: Cope with absolute paths.
662         * Makefile.am (dep.sed): Subst TOPDIR.
663         Run "make dep-am".
664         * Makefile.in: Regenerate.
665
666 2002-03-27  Peter Targett  <peter.targett@arc.com>
667
668         * MAINTAINERS: Update my email address.
669
670 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
671
672         * Makefile.am: Run "make dep-am".
673         * Makefile.in: Regenerate.
674         * doc/Makefile.in: Regenerate.
675         * po/POTFILES.in: Regenerate.
676         * aclocal.m4: Regenerate.
677         * config.in: Regenerate.
678         * configure: Regenerate.
679
680 2002-03-20  Daniel Berlin  <dan@dberlin.org>
681
682         * readelf.c: Add support for displaying dwarf2 location lists.
683         (do_debug_loc, debug_loc_section, debug_loc_size): New.
684         (parse_args): Use 'O' as shorthand for displaying location list
685         section.
686         (process_section_headers): Handle debug_loc as well.
687         (load_debug_loc): New.
688         (free_debug_loc): New.
689         (fetch_location_list): New.
690         (display_debug_loc): New.
691         (display_debug_info): Call load_debug_loc and free_debug_loc.
692         (debug_displays): We can display .debug_loc now, too.
693         (usage): Update usage string.
694         (read_and_display_attr_value): Note location lists, but don't
695         display them inline.
696
697 2002-03-18  Tom Rix  <trix@redhat.com>
698
699         * Makefile.am: Add binutils emulation support.
700         * configure.in: Same.
701         * configure.tgt: New file.  Same.
702         * ar.c (main): Use ar_emul_parse_arg.
703         (usage): Use ar_emul_usage.
704         (replace_members): Use ar_emul_replace, ar_emul_append.
705         * binemul.c: New file.  Define the binutils emulation
706         layer. Define default methods.
707         * binemul.h: New file.  Binutils emulation layer header file.
708         * emul_aix.c: New file.  AIX binutils emulation.
709         * emul_vanilla.c: New file. Default binutils emulation.
710         * Makefile.in: Regenerate.
711         * configure: Same.
712
713 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
714
715         * po/fr.po: Updated version.
716
717 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
718
719         * po/fr.po: Updated version.
720
721 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
722
723         * README: Update some version numbers.
724
725 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
726
727         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
728         (Architecture Selection): Likewise.
729
730 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
731
732         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
733         generating .exp file.
734
735 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
736
737         * readelf.c (dump_relocations): Fix typo.
738
739 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
740
741         * NEWS: Mark 2.12 branch.
742
743 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
744
745         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
746         types for 64-bit MIPS.  Narrow some fields for 80-char
747         output.
748         (dump_relocations): Change spelling from 'unrecognised'
749         to 'unrecognized'.
750         (decode_ARM_machine_flags): Likewise.
751         (parse_args): Likewise.
752         (read_and_display_attr_value): Likewise.
753         (display_debug_section): Likewise.
754
755 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
756
757         * NEWS: Mention support for MMIX.
758
759 2002-02-13  Matt Fredette  <fredette@netbsd.org>
760
761         * readelf.c (get_machine_flags): Recognize EF_M68000.
762
763 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
764
765         * MAINTAINERS: Added self as MN10300 co-maintainer.
766
767 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
768
769         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
770         DT_PPC64_OPDSZ.
771
772 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
773
774         * MAINTAINERS: List myself as branch maintainer.
775
776 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
777
778         * configure: Regenerate.
779         * objcopy.c: Update copyright date.
780         * doc/Makefile.in: Regenerate.
781
782 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
783
784         * nlmconv.c: Back out localtime PARAMS change.
785
786 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
787
788         * objcopy.c (MKDIR): Define.
789         (copy_archive): Make name_list.name const.  Use MKDIR.
790         Handle duplicate files in archives by making more temp dirs.
791
792 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
793
794         * coffdump.c: Include "getopt.h" after "bucomm.h"
795         so that macros are defined correctly.
796         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
797         prototype.  Prototype main.
798         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
799
800 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
801
802         * MAINTAINERS: Added self as SH co-maintainer.
803
804 2002-02-05  Nick Clifton <nickc@redhat.com>
805
806         * po/tr.po: Updated translation.
807
808 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
809
810         * Makefile.am: Run "make dep-am"
811         * Makefile.in: Regenerate.
812
813 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
814
815         * nm.c (print_value): Mark abfd unused.
816
817 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
818
819         * unwind-ia64.c (unw_decoder): Change second argument
820         to unsigned int, to match function prototypes.
821
822 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
823
824         * objdump.c: Include "getopt.h" after "bucomm.h" so that
825         __GNU_LIBRARY__ will be defined.
826         * size.c: Likewise.
827
828 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
829
830         * configure: Regenerated.
831
832 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
833
834         * doc/Makefile.am (install): Depend on install-info.
835         * doc/Makefile.in: Regenerate.
836
837 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
838
839         * objcopy.c (strip_usage): Document -d as an alias
840         --strip-debug.
841
842         * size.c (usage): Document [-t | --totals] options.
843         (long_options): Add --totals option.
844         (main): If the [-t | --totals] option is specified and
845         the output format is Berkeley-style, print the total
846         text, data, and bss sizes of all objects listed.
847         (print_berkeley_format): If the [-t | --totals] option
848         is specified, track the total text, data, and bss
849         sizes.
850         * doc/binutils.texi (size): Document [-t | --totals] options.
851         (strip): Document -d as an alias for --strip-debug.
852         * NEWS: Mention new feature of size.
853
854 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
855
856         * po/fr.po: Updated version.
857         * po/es.po: Updated version.
858
859 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
860
861         * addr2line.c (usage): Update text to provide verbose
862         description of the command line options.
863         * ar.c (usage): Update text to provide verbose
864         description of the command line options.
865         (main): Accept -h and -H when running as ranlib.
866         * coffdump.c (show_usage): Update text to provide verbose
867         description of the command line options.
868         * dlltool.c (main): Accept -H as an alias for --help.
869         * nlmconv.c (show_usage): Update text to provide verbose
870         description of the command line options.
871         * nm.c (usage): Replace OPTIONS with option(s).
872         (main): Accept -H as an alias for --help.
873         * objcopy.c (strip_main): Accept -H as an alias for --help.
874         * objdump.c (main): Accept -v as an alias for --verbose.
875         * readelf.c (usage): Adjust format to match style used in
876         other binutils.
877         * size.c (usage): Update text to provide verbose description
878         of the command line options.
879         (main): Accept -v, -h and -H as command line options.
880         * srconv.c (show_usage): Update text to provide verbose
881         description of the command line options.
882         * strings.c (main): Accept -H and -v as command line options.
883         (usage): Update text to provide verbose description of the
884         command line options.
885         * sysdump.c (show_usage): Update text to provide verbose
886         description of the command line options.
887         * windres.c (usage): Adjust format to match style used in
888         other binutils.
889
890         * coffdump.c: Fix formatting.
891         * nlmconv.c: Fix formatting.
892         * srconv.c: Fix formatting.
893         * sysdump.c: Fix formatting.
894
895 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
896
897         * Makefile.am: Run "make dep-am".
898         * Makefile.in: Regenerate.
899
900 2002-01-18  Andreas Jaeger  <aj@suse.de>
901
902         * version.c (print_version): Update year.
903
904 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
905
906         * readelf.c (get_machine_name): Handle EM_PPC64.
907         (guess_is_rela): Here too.
908
909 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
910
911         * po/binutils.pot: Regenerate.
912         * po/fr.po: Regenerate.
913         * po/tr.po: Regenerate.
914
915 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
916
917         * po/tr.po: Import new version.
918
919 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
920
921         * readelf.c (get_ppc64_dynamic_type): New.
922         (get_dynamic_type): Call it.
923
924 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
925
926         * objcopy.c (copy_usage): Use "options" instead of "switches".
927         (strip_usage): Use "options" instead of "switches".
928         * doc/binutils.texi (dlltool):  Refer to "options" instead of
929         "switches".
930
931 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
932
933         * MAINTAINERS: Add self as co-maintainer for the ARM code.
934
935 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
936
937         * po/es.po: Import from translation project.
938         * configure.in (ALL_LINGUAS): Add es.
939         * configure: Regenerate.
940
941 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
942
943         * readelf.c (get_netbsd_elfcore_note_type): Use
944         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
945
946 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
947
948         * readelf.c: Update copyright years.
949         (get_note_type): Return a const char *.
950         (get_netbsd_elfcore_note_type): New function.
951         (process_note): Use get_netbsd_elfcore_note_type to get
952         the note type string for NetBSD ELF core files.
953
954 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
955
956         * readelf.c (get_ia64_segment_type): Add support for macros.
957         (get_segment_type): Add support for IA64 specific macros.
958
959 2001-12-20  Julian v. Bock  <julian@wongr.net>
960
961         * readelf.c (print_symbol): New function: Print a formatted symbol
962         name.  If --wide is specified do not truncate it.
963         (dump_relocations): Use print_symbol() to print symbol names.
964         (process_symbol_table): Likewise.
965         (process_syminfo): Likewise.
966         (process_mips_specific): Likewise.
967         (usage): Document new feature of --wide switch.
968         * doc/binutils.texi (objdump): Document additional behaviour of
969         --wide.
970
971 2001-12-18  Michael Snyder  <msnyder@redhat.com>
972
973         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
974         (copy_object): Don't set the start address or flags of a core file.
975         (copy_section): Don't relocate a core file.  Don't copy contents
976         if the input section has the contents flag set, but the output
977         section does not (which happens with the fake 'note' pseudo-
978         sections that BFD creates for corefiles).
979
980 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
981
982         * readelf.c (get_machine_flags): Recognize header flags for ABI and
983         ASE extensions. More robust code for ISA checking. Ignore empty fields
984         in header flags for GNU extensions.
985
986 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
987
988         * objcopy.c (copy_archive): Set output bfd format outside the loop.
989
990 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
991
992         * po/ja.po: Import from translation project.
993         * configure.in (ALL_LINGUAS): Add ja.
994         * configure: Regenerate.
995
996 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
997
998         * addr2line.c (main): Protoype.
999         * ar.c (main): Protoype.
1000         * nm.c (main): Protoype.
1001         * objcopy.c (main): Protoype.
1002         * objdump.c (main): Protoype.
1003         * size.c (main): Protoype.
1004         * strings.c (main): Protoype.
1005
1006 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1007
1008         * readelf.c (symtab_shndx_hdr): New global.
1009         (SECTION_HEADER_INDEX): Define.
1010         (SECTION_HEADER_NUM): Define.
1011         (SECTION_HEADER): Define.
1012         (GET_ELF_SYMBOLS): Pass two params rather than three.
1013         (get_32bit_elf_symbols): Take file and section args.  Read and
1014         use SHT_SYMTAB_SHNDX.
1015         (get_64bit_elf_symbols): Likewise.
1016         (dump_relocations): Use SECTION_HEADER to index "section_headers".
1017         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
1018         Remember symtab_shdx_hdr.
1019         (process_program_headers): Scan from index 1 for segment map.
1020         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1021         "section_headers".
1022         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
1023         (process_unwind): Likewise.
1024         (process_version_sections): Likewise.
1025         (process_symbol_table): Likewise.
1026         (display_debug_info): Likewise.
1027         (process_dynamic_segment): Fake up a symtab section for changed
1028         GET_ELF_SYMBOLS.
1029         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1030         (process_program_headers): Kill signed/unsigned warning.
1031         (load_debug_str): Likewise.
1032         (display_debug_info): Likewise.
1033
1034 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1035
1036         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1037
1038 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
1039
1040         * readelf.c (process_file_header): Print extended e_shnum and
1041         e_shdtrndx values.  Set elf_header values for same.
1042         (get_32bit_section_headers): Add "num" arg to read "num" headers.
1043         (get_64bit_section_headers): Likewise.
1044         (process_section_headers): Update calls.
1045         (get_file_header): Call get_32bit_section_headers or 64bit variant.
1046
1047 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
1048
1049         * objcopy.c (setup_section): Copy entsize.
1050
1051 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1052
1053         * readelf.c (guess_is_rela): Add support for stormy16.
1054         (dump_relocations): Likewise.
1055         (get_machine_name): Likewise.
1056
1057 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1058
1059         * dllwrap.c (main) Replace multiple strings describing a
1060         single error with a single, newline escaped sentence to permit
1061         better translation into foreign languages.
1062
1063         * readelf.c (get_elf_class): Remove internalionalisation of ELF
1064         class names.
1065
1066 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1067
1068         * strings.c (get_char): Initialize value.
1069
1070 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1071
1072         * arlex.l: Silence compile warnings.
1073         * arsup.h: Likewise. Fix formatting.
1074
1075 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1076
1077         * strings.c: Include config.h before bfd.h.
1078         (file_off): New type.
1079         (file_open): Define.
1080         (print_strings): Use file_off instead of file_ptr.  Print addresses
1081         which don't fit into long correctly.
1082         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1083         available.
1084         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1085         * configure.in: Check for getc_unlocked.
1086         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1087         be defined for it.
1088         * configure: Rebuilt.
1089         * config.h.in: Rebuilt.
1090
1091 2001-11-29  H.J. Lu <hjl@gnu.org>
1092
1093         * bucomm.c (make_tempname): Revert the changes made on
1094         2001-11-14 and 2001-11-12. They won't work with directories.
1095
1096 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1097
1098         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1099         CFLAGS_FOR_TARGET to runtest in environment.
1100         * Makefile.in: Rebuild.
1101         * doc/Makefile.in: Rebuild.
1102
1103 2001-11-28  Mike Stump  <mrs@wrs.com>
1104
1105         * objcopy.c (setup_section): Preserve SEC_RELOC when
1106         --set-section-flags is used.
1107
1108 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1109
1110         * readelf.c (do_debug_str): New variable.
1111         (display_debug_str): New function: Display the contents of a
1112         .debug_str section.
1113         (load_debug_str): New function: Load in the contents of a
1114         .debug_str section.
1115         (free_debug_str): New function: Free the memory used by
1116         load_debug_str().
1117         (fetch_indirect_string): Retrieve a string from the .debug_str
1118         section.
1119         (usage): Add -ws.
1120         (parse_args): Accept -ws.
1121         (process_section_headers): Allow the display of the .debug_str
1122         section.
1123         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1124         offset into .debug_str section.
1125         (display_debug_info): Use load_debug_str and free_debug_str.
1126         (debug_displays): Add .debug_str.
1127         * doc/binutils.texi: Document -ws.
1128
1129 2001-11-19  Andreas Jaeger  <aj@suse.de>
1130
1131         * testsuite/binutils-all/objdump.exp: Add x86-64.
1132
1133 2001-11-15  Andreas Schwab  <schwab@suse.de>
1134
1135         * readelf.c: Fix warnings without terminating newline.
1136
1137 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1138
1139         * doc/binutils.texi (objdump): Document ppc -M options.
1140
1141 2001-11-14  Andreas Jaeger  <aj@suse.de>
1142
1143         * doc/binutils.texi (objdump): Fix description to use x86-64.
1144
1145 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1146
1147         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1148         not all systems provide mkstemp.
1149
1150 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1151
1152         * doc/binutils.texi (objdump): Document x86 -M options.
1153
1154 2001-11-13  Keith Walker <keith.walker@arm.com>
1155
1156         * readelf.c (read_and_display_attr_value): New function to
1157         handle DW_FORM_indirect.
1158         (read_and_display_attr): Use it.
1159
1160 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1161
1162         * readelf.c (display_debug_lines): Deal with unknown standard
1163         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1164         DW_LNS_set_isa.
1165
1166 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1167
1168         * MAINTAINERS: Add self as tic54x maintainer.  This target
1169         includes the IBM C54XDSP clone.
1170
1171 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1172
1173         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1174
1175 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1176
1177         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1178         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1179         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1180         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1181         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1182         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1183         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1184
1185         * readelf.c (get_elf_class): Fix ISO portability glitch.
1186         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1187
1188 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1189
1190         * readelf.c (debug_str, debug_str_size): New.
1191         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1192         Call free_abbrevs.
1193         (read_and_display_addr): Handle DW_FORM_strp.
1194         (display_debug_info): Read .debug_str section if present,
1195         so that DW_FORM_strp can be handled.
1196         Fix test for non-existant .debug_abbrev section.
1197
1198 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1199
1200         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1201
1202         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1203
1204 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1205
1206         * MAINTAINERS: Add self as s390/s390x maintainer.
1207
1208 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1209
1210         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1211
1212 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1213
1214         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1215         * configure: Regernate.
1216         * po/fr.po: New file.
1217         * po/tr.po: New file.
1218
1219 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1220
1221         * MAINTAINERS: Add self as MMIX port maintainer.
1222         * readelf.c: Include elf/mmix.h.
1223         (guess_is_rela): MMIX is RELA.
1224         (dump_relocations): Handle MMIX relocations.
1225         * Makefile.am: Regenerate dependencies.
1226         * Makefile.in: Regenerate.
1227
1228 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1229
1230         * readelf.c (parse_args): Handle multiple options to the -w
1231         switch.
1232
1233 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1234
1235         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1236         LOPROC, LOOS and LOUSER.
1237
1238 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1239
1240         * MAINTAINERS: Update my email address.
1241
1242 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1243
1244         * doc/Makefile.in: Regenerate.
1245         * configure: Regenerate.
1246
1247 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1248
1249         * readelf.c (display_debug_line, display_debug_pubnames,
1250         display_debug_info, display_debug_frames): Detect and warn
1251         about 64-bit format entries.
1252         (display_debug_aranges): Reword 64-bit warning.
1253         (debug_displays): Add .debug_pubtypes as a known, but not yet
1254         supported, debug section.
1255
1256 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1257
1258         * coffdump.c (PROGRAM_VERSION): Delete.
1259         (main <'V'>): Call print_version.
1260         * srconv.c: Likewise.
1261         * sysdump.c: Likewise.
1262         * version.c (program_version): Remove.
1263         (print_version): Use BFD_VERSION_STRING.  Just print the current
1264         year in copyright message.
1265         * addr2line.c (program_version): Remove unused declaration.
1266         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1267         place of BFD_VERSION.
1268         * Makefile.am (Makefile): Depend on bfd/configure.in.
1269         (cplus-dem.o): Depend on Makefile.
1270         Run "make dep-am".
1271         * Makefile.in: Regenerate.
1272
1273 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1274
1275         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1276         format .debug_arange sections.
1277         (main): Add missing prototype.
1278
1279 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1280
1281         * Makefile.am: Update dependencies with "make dep-am".
1282         * Makefile.in: Regenerate.
1283
1284 2001-09-28  Richard Henderson  <rth@redhat.com>
1285
1286         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1287
1288 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1289
1290         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1291         VA_CLOSE.
1292         (non_fatal): Likewise.
1293         * objdump.c (objdump_sprintf): Likewise.
1294         * readelf.c (error): Likewise.
1295         (warn): Likewise.
1296
1297 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1298
1299         * readelf.c (do_wide): New.
1300         (options): Add --wide.
1301         (usage, parse_args): Likewise.
1302         (process_program_headers): Put each segment on a single line if
1303         --wide is given.
1304         (process_section_headers): Put each section on a single line if
1305         --wide is given.
1306         * doc/binutils.texi: Document it.
1307         * NEWS: Likewise.
1308
1309 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1310
1311         * readelf.c (print_vma): Print 8 digits of low hex value.
1312
1313 2001-09-24  Andreas Jaeger  <aj@suse.de>
1314
1315         * nlmconv.c: Fix warnings about unused attributes and function
1316         prototypes.
1317
1318         * strings.c: Add prototype for get_char.
1319
1320 2000-09-19  H.J. Lu  <hjl@gnu.org>
1321
1322         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1323         $(srcdir)/cxxfilt.man.
1324         * doc/Makefile.in: Rebuild.
1325
1326 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1327
1328         * objcopy.c (copy_main): Correct rename-section string parsing.
1329         Consolidate new_name parsing, and error messages.
1330
1331 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1332
1333         * addr2line.c: Don't include <ctype.h>.
1334         (main): For gettext, also set the LC_CTYPE locate facet.
1335         * ar.c (main): Likewise.
1336         * coffdump.c (main): Likewise.
1337         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1338         (main): For gettext, also set the LC_CTYPE locate facet.
1339         Use ISALNUM instead of isalpha/isdigit.
1340         * dllwrap.c: Don't include <ctype.h>.
1341         (main): For gettext, also set the LC_CTYPE locate facet.
1342         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1343         (main): For gettext, also set the LC_CTYPE locate facet.
1344         Use TOUPPER instead of islower/toupper.
1345         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1346         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1347         Use TOUPPER instead of islower/toupper.
1348         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1349         * objcopy.c (main): Likewise.
1350         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1351         (disassemble_bytes): Use ISPRINT instead of isprint.
1352         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1353         (dump_data): Use ISPRINT instead of isprint.
1354         (main): For gettext, also set the LC_CTYPE locate facet.
1355         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1356         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1357         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1358         Use TOUPPER instead of islower/toupper.
1359         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1360         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1361         (write_rc_accelerators): Use ISPRINT instead of isprint.
1362         (write_rc_rcdata): Likewise.
1363         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1364         * srconv.c (main): Likewise.
1365         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1366         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1367         isdigit/isupper/islower.
1368         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1369         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1370         stab_demangle_prefix, stab_demangle_qualified,
1371         stab_demangle_template, stab_demangle_type,
1372         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1373         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1374         (isgraphic): Use ISPRINT instead of isascii/isprint.
1375         (main): Remove HAVE_LC_MESSAGES dependency.
1376         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1377         (pbarray): Use ISPRINT instead of isprint.
1378         (main): For gettext, also set the LC_CTYPE locate facet.
1379         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1380         (format_from_filename): Use ISPRINT instead of isprint.
1381         (main): For gettext, also set the LC_CTYPE locate facet.
1382         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1383         (unicode_print): Use ISPRINT instead of isprint.
1384         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1385         (stab_variable): Use ISDIGIT instead of isdigit.
1386
1387 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1388
1389         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1390         Replace bfd_read call with call to bfd_bread.
1391         (extract_file): Likewise.
1392
1393         * objdump.c (dump_section_header): Cast section->filepos to
1394         unsigned long to suit printf format string.
1395         * readelf.c (process_section_headers): Similarly for sh_offset.
1396         (process_unwind): Likewise.
1397
1398 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1399
1400         * strings.c (encoding, encoding_bytes): New variables.
1401         (long_options): Add --encoding.
1402         (main): Accept -e and --encoding.
1403         (get_char): New function.  Read a, possibly wide, character from
1404         the input stream.
1405         (print_strings): Use get_char().
1406         (usage): Document new command line option.
1407         * doc/binutils.texi: Document new command line option.
1408         * NEWS: Announce new command line option.
1409
1410 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1411
1412         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1413         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1414         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1415         Removed EM_CYGNUS_ARC.
1416
1417 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1418
1419         * readelf.c: Include elf/h8 for H8 series definitions.
1420         (guess_is_rela): H8 series if RELA.
1421         (dump_relocations): Handle H8 series relocations.
1422
1423 2001-08-31  Eric Christopher  <echristo@redhat.com>
1424
1425         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1426
1427 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1428
1429         * MAINTAINERS: Include ARC Maintainer.
1430
1431 2001-08-29  Ben Elliston  <bje@redhat.com>
1432
1433         * stabs.c (stab_demangle_template): Initialise s4.
1434
1435 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1436
1437         * readelf.c (dump_relocations): Recognise EM_PPC64.
1438
1439 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1440
1441         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1442
1443 2001-08-25  H.J. Lu  <hjl@gnu.org>
1444
1445         * nm.c (print_width): New.
1446         (display_rel_file): Set `print_width' according to
1447         bfd_sprintf_vma.
1448         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1449
1450 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1451
1452         * objcopy.c (use_alt_mach_code): New variable.
1453         (OPTION_ALT_MACH_CODE): Define.
1454         (copy_options): Added --alt-machine-code.
1455         (copy_main): Handle it.
1456         (copy_object): Switch to alternate machine code if requested.
1457         * doc/binutils.texi: Document new option.
1458         * NEWS: Likewise.
1459
1460 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1461
1462         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1463
1464 2001-08-21  H.J. Lu  <hjl@gnu.org>
1465
1466         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1467         (display_debug_info): Cast for 64bit hosts.
1468         (display_debug_frames): Likewise.
1469         (process_mips_specific): Likewise.
1470
1471 2001-08-21  Andreas Jaeger  <aj@suse.de>
1472
1473         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1474
1475         * sysdump.c: Add missing prototypes.
1476         * srconv.c: Likewise.
1477         * unwind-ia64.c: Likewise.
1478         * coffdump.c: Likewise.
1479
1480         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1481
1482         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1483         of declaring xcalloc.
1484
1485 2001-08-10  H.J. Lu  <hjl@gnu.org>
1486
1487         * nm.c (print_value): Add one arg, bfd *.
1488         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1489         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1490         (print_symbol_info_sysv): Likewise.
1491         (print_symbol_info_posix): Likewise.
1492
1493         * objdump.c (dump_section_header): Replace printf_vma with
1494         bfd_printf_vma.
1495         (print_section_stabs): Likewise.
1496         (dump_bfd_header): Likewise.
1497         (objdump_print_value): Replace sprintf_vma with
1498         bfd_sprintf_vma.
1499         (disassemble_bytes): Likewise.
1500         (dump_reloc_set): Likewise.
1501
1502 2001-08-10  Andreas Jaeger  <aj@suse.de>
1503
1504         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1505         to build warnings.
1506         * configure: Regenerate.
1507
1508 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1509
1510         * readelf.c: Add missing prototypes.
1511         * objdump.c: Likewise.  Format existing prototypes.
1512
1513 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1514
1515         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1516         of any RELA relocation for the abbrev_offset memory location that
1517         refers to the .debug_abbrev section symbol.
1518
1519 2001-08-07  H.J. Lu  <hjl@gnu.org>
1520
1521         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1522         (main): Return process_file ().
1523
1524 2001-08-05  Philip Blundell  <philb@gnu.org>
1525
1526         * doc/binutils.texi: Use "Thumb" not "THUMB".
1527
1528 2001-08-03  John Healy  <jhealy@redhat.com>
1529
1530         Patch suggested by Frank Eigler <fche@redhat.com>.
1531         * objdump.c (disassemble_data): Fill in section member of the
1532         disasm_info structure.
1533
1534 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1535
1536         * configure.in: Added --with-windres option.
1537         * configure: Regenerated.
1538
1539 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1540
1541         * doc/binutils.texi: Use @command{name} for commands;
1542         use @option{-opt} for options; use @table @env for list of options;
1543         remove spaces arround [ | ] in synopsis.
1544
1545         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1546         center title.
1547
1548 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1549
1550         * objcopy.c: Fix formatting.
1551         (section_rename): New structure.
1552         (OPTION_RENAME_SECTION): New switch.
1553         (copy_usage): Document new switch.
1554         (add_section_rename): New function: Add a node to the section
1555         rename list.
1556         (find_section_rename): New function: Find the new name and
1557         flags for a section.
1558         (setup_section): Call find_section_name to determine the name
1559         of the output section.
1560         (copy_main): Handle OPTION_RENAME_SECTION.
1561         * binutils.texi: Document new switch.
1562         * NEWS: Mention new switch.
1563
1564 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1565
1566         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1567         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1568         bug-binutils@gcc.org.
1569
1570 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1571
1572         * bucomm.c (list_supported_architectures): New function.
1573         * bucomm.h (list_supported_architectures): Declare.
1574         * objdump.c (usage): Call the above.
1575
1576 2001-07-25  Dave Brolley  <brolley@redhat.com>
1577
1578         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1579         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1580
1581 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1582
1583         * README: Update for 2.11.  Change bug reporting email address.
1584         * MAINTAINERS: Tidy up.  Change bug reporting email address.
1585
1586 2001-07-16  DJ Delorie  <dj@redhat.com>
1587
1588         * resres.c (write_res_header): Align header size.
1589         (res_align_file): Calculate alignment correctly.
1590
1591         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1592         correct 10).
1593         * resrc.c (write_rc_resource): Likewise.
1594         * windres.h (SUBLANG_SHIFT): Define - as 10.
1595
1596 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1597
1598         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1599
1600 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1601
1602         * MAINTAINERS: Add notes about branch checkins.
1603
1604 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1605
1606         * readelf.c (display_debug_macinfo): New function, display
1607         .debug_macinfo section.
1608         (do_debug_macinfo): New variable.
1609         (parse_args): Handle "-w[mM]" to mean display macro info.
1610         (process_section_headers): Handle debug_macinfo.
1611         (debug_displays): Replace unsupported function with macinfo
1612         function for .debug_macinfo display.
1613         * doc/binutils.texi: Document new command line switch.
1614         * NEWS: Document new feature of readelf.
1615
1616 2001-07-05  H.J. Lu  <hjl@gnu.org>
1617
1618         * objcopy.c (filter_symbols): Don't turn undefined symbols
1619         into local.
1620
1621 2001-07-03  H.J. Lu <hjl@gnu.org>
1622
1623         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1624         $@.pod.
1625         (ar.1): Likewise.
1626         (dlltool.1): Likewise.
1627         (nlmconv.1): Likewise.
1628         (nm.1): Likewise.
1629         (objcopy.1): Likewise.
1630         (objdump.1): Likewise.
1631         (ranlib.1): Likewise.
1632         (readelf.1): Likewise.
1633         (size.1): Likewise.
1634         (strings.1): Likewise.
1635         (strip.1): Likewise.
1636         (windres.1): Likewise.
1637         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1638         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1639         $(DEMANGLER_NAME).
1640         (as.1): Removed.
1641         * doc/Makefile.in: Regenerated.
1642
1643 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1644
1645         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1646
1647 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1648
1649         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1650
1651 2001-06-29  James Cownie <jcownie@etnus.com>
1652
1653         * readelf.c: Support DWARF 2.1 attributes.
1654
1655 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
1656
1657         * readelf.c (GET_DATA_ALLOC): Remove.
1658         (GET_DATA): Remove.
1659         (get_data): New function combining above macros, with an extra
1660         test for zero size.
1661         (slurp_rela_relocs): Use get_data, and catch error return.
1662         (slurp_rel_relocs): Likewise.
1663         (get_32bit_program_headers): Likewise.
1664         (get_64bit_program_headers): Likewise.
1665         (get_32bit_section_headers): Likewise.
1666         (get_64bit_section_headers): Likewise.
1667         (get_32bit_elf_symbols): Likewise.
1668         (get_64bit_elf_symbols): Likewise.
1669         (process_section_headers): Likewise.
1670         (process_relocs): Likewise.
1671         (slurp_ia64_unwind_table): Likewise.
1672         (process_unwind): Likewise.
1673         (get_32bit_dynamic_segment): Likewise.
1674         (get_64bit_dynamic_segment): Likewise.
1675         (process_dynamic_segment): Likewise.
1676         (process_version_sections): Likewise.
1677         (process_symbol_table): Likewise.
1678         (dump_section): Likewise.
1679         (display_debug_info): Likewise.
1680         (display_debug_section): Likewise.
1681         (process_section_contents): Likewise.
1682         (process_corefile_note_segment): Likewise.
1683         (process_mips_specific): Likewise.  Also free econf32, econf64.
1684
1685 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
1686
1687         * readelf.c (dump_relocations): Print "bad symbol index" if
1688         symtab == NULL with non-zero symtab_index.
1689         (process_relocs): Don't bomb if reloc section has no symsec.
1690
1691 2001-06-24  H.J. Lu  <hjl@gnu.org>
1692
1693         * objcopy.c (strip_main): Revert the change made on 2001-05-30
1694         by accident.
1695         (copy_main): Apply the the change made to strip_main on
1696         2001-05-30 by accident.
1697
1698 2001-06-23  Andreas Jaeger  <aj@suse.de>
1699
1700         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1701         parameter 'code'.
1702         (unw_decode_x2): Likewise.
1703         (unw_decode_x3): Likewise.
1704         (unw_decode_x4): Likewise.
1705
1706 2001-06-23  Ben Elliston  <bje@redhat.com>
1707
1708         * MAINTAINERS: Add myself as M88k maintainer.
1709
1710 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1711
1712         * objcopy.c (strip_main): Support -o or --output-file command lien
1713         switch.
1714
1715 2001-06-19  H.J. Lu <hjl@gnu.org>
1716
1717         * doc/Makefile.in: Regenerated.
1718
1719 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1720
1721         * readelf.c: Restore formatting.
1722
1723 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1724
1725         * Makefile.am: Move documentation into doc subdirectory.
1726         * Makefile.in: Regenerated.
1727         * binutils.texi: Move into doc subdirectory.
1728         * addr2line.1: Removed.
1729         * ar.1: Likewise.
1730         * dlltool.1: Likewise.
1731         * nlmconv.1: Likewise.
1732         * nm.1: Likewise.
1733         * objcopy.1: Likewise.
1734         * objdump.1: Likewise.
1735         * ranlib.1: Likewise.
1736         * readelf.1: Likewise.
1737         * size.1: Likewise.
1738         * strings.1: Likewise.
1739         * strip.1: Likewise.
1740         * windres.1: Likewise.
1741         * cxxfilt.man: Likewise.
1742         * doc: New Directory.
1743         * doc/Makefile.am: New file.
1744         * doc/Makefile.in: Generate.
1745
1746 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
1747
1748         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1749
1750 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
1751
1752         * MAINTAINERS: Update my email address.
1753
1754 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1755
1756         * objcopy.c: Add new switches: --keep-global-symbol,
1757         --keep-symbols, --localize-symbols, --keep-global-symbols and
1758         --weaken-symbols.
1759         * binutils.texi: Document new switches.
1760         * objcopy.1: Regenerate.
1761         * NEWS: Announce new feature.
1762
1763 2001-05-28  Andreas Jaeger  <aj@suse.de>
1764
1765         * readelf.c (display_debug_frames): Fix warnings: Remove unused
1766         variables, fix format strings.
1767
1768 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1769
1770         * objdump.c (disassemble_bytes): Remove section VMA adjustment
1771         when computing the address of the line to show.
1772
1773 2001-05-16  Richard Henderson  <rth@redhat.com>
1774
1775         * readelf.c (do_debug_frames_interp): New.
1776         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1777         (byte_get_big_endian): Likewise.
1778         (parse_args) ['F']: Set do_debug_frames_interp.
1779         (Frame_Chunk): Make data_factor signed, add fde_encoding.
1780         (frame_display_row): Don't trunc pc_begin to int.
1781         (size_of_encoded_value): New.
1782         (display_debug_frames): Handle 64-bit targets.  Print raw data
1783         unless do_debug_frames_interp.
1784         (debug_displays): Remove duplicate .debug_frame.
1785
1786 2001-05-15  Ralf Baechle  <ralf@gnu.org>
1787
1788         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1789         The former constant was never in active use and is used otherwise
1790         by the ABI.
1791
1792 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1793
1794         * readelf.c (process_unwind): Print all unwind sections, not just
1795         one.
1796
1797 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1798
1799         * readelf.c (process_unwind): Remove const specifier.
1800
1801 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1802
1803         * strings.c (isgraphic): Do not use isascii() unless it is needed
1804         for isprint() to work.
1805         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1806
1807 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1808
1809         * NEWS: Announce support for OpenRISC.
1810
1811 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1812
1813         * dlltool.c (do_default_excludes): Initialise to true.
1814
1815 2001-04-10  Alan Modra  <amodra@one.net.au>
1816
1817         * MAINTAINERS: Update my email address
1818         * nm.c (print_symbol_info_bsd): Use a simple printf string.
1819
1820 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1821
1822         * readelf.c (display_debug_lines): Fix typo for "Prologue".
1823
1824 2001-03-30  H.J. Lu  <hjl@gnu.org>
1825
1826         * readelf.c (process_unwind): Just return if do_unwind is 0.
1827
1828 2001-03-28  Roger Sayle  <roger@metaphorics.com>
1829
1830         * dlltool.c (make_one_lib_file): Fix section flags for
1831         .text, .data and .bss in stub ds*.o files to match those
1832         generated by gas.
1833
1834 2001-03-29  H.J. Lu  <hjl@gnu.org>
1835
1836         * readelf.c (process_unwind): Only do unwind sections for
1837         IA64.
1838
1839 2001-03-28  H.J. Lu  <hjl@gnu.org>
1840
1841         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1842         * Makefile.in: Regenerate.
1843
1844 2001-03-26  Andreas Jaeger  <aj@suse.de>
1845
1846         * binutils.texi (nm): Fix texi syntax.
1847
1848 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1849
1850         * binutils.texi: Put @c man begin and @c man end indications
1851         to generate man pages using texi2pod and pod2man. Put @c man title
1852         to identify each man. Add SEEALSO entries.
1853         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1854         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1855         sort the list.
1856         (*.1): Build the man pages from binutils.texi.
1857         * Makefile.in: Regenerate.
1858
1859 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
1860
1861         * defparse.y (opt_equal_name): allow "." in name.
1862         * dlltool.c (def_exports): Added ability to generate forwarded exports.
1863         (gen_exp_file): Likewise.
1864
1865 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1866
1867         * NEWS: Document addition of -B switch to objcopy.
1868         * binutils.texi:  Document addition of -B switch to objcopy.
1869         * objcopy.c: (copy_options): Add --binary-architecture.
1870         (copy_usage): Document -B/--binary-architecture.
1871         (copy_main): Support -B/--binary-architecture.  Set
1872         bfd_external_binary_architecture.
1873
1874 2001-03-11  Andreas Jaeger  <aj@suse.de>
1875
1876         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1877         (dump_relocations): Likewise.
1878         (get_machine_name): Likewise.
1879
1880 2001-02-28  Nick Clifton  <nickc@redhat.com>
1881
1882         * readelf.c: (struct unw_aux_info): Remove const modifier for
1883         'strtab' field.
1884         (process_unwind): Remove non-K&R compliant LHS type cast in call
1885         to GET_DATA_ALLOC macro.
1886
1887 2001-02-28  Philip Blundell  <pb@futuretv.com>
1888
1889         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1890         ABI is in use; remove ambiguity between the "unknown" EABI and
1891         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
1892         renamed EF_xx constants.
1893
1894 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1895
1896         * configure.in (BFD_VERSION): New.
1897         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1898         * configure: Regenerate.
1899         * Makefile.am: Run "make dep-am"
1900         * Makefile.in: Regenerate.
1901
1902 2001-02-14  Nick Clifton  <nickc@redhat.com>
1903
1904         * MAINTAINERS: Add "Obvious Fix" rule.
1905
1906 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1907
1908         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1909         literal concatenation.
1910
1911 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1912
1913         * readelf.c (struct unw_aux_info): Remove const from the info member.
1914         (process_unwind): Don't type-cast the third argument to the
1915         GET_DATA_ALLOC macro.
1916
1917 2001-02-11  Nick Clifton  <nickc@redhat.com>
1918
1919         * readelf.c (dump_relocations): Free corrected allocated
1920         array.
1921         (process_unwind): Fix compile time warning.
1922
1923 2001-02-10  Nick Clifton  <nickc@redhat.com>
1924
1925         * binutils.texi: Document new --unwind option to readelf.
1926
1927 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1928
1929         * readelf.c: Add linux target for S/390.
1930
1931 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
1932
1933         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1934         printf is a macro.
1935
1936 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
1937
1938         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1939         * aclocal.m4: Regenerate.
1940         * configure: Regenerate.
1941
1942 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1943
1944         * bucomm.c (bfd_target_vector): Change extern array to pointer.
1945         * objdump.c (bfd_target_vector): Likewise.
1946
1947 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
1948
1949         * readelf.c (process_unwind): New function.
1950         (slurp_ia64_unwind_table): Ditto.
1951         (dump_ia64_unwind): Ditto.
1952         (find_symbol_for_address): Ditto.
1953         (slurp_rela_relocs): New function (split off from dump_relocations()).
1954         (slurp_rel_relocs): Ditto.
1955         (parse_args): Handle '-u' option.
1956
1957         * unwind-ia64.c: New file.
1958         * unwind-ia64.h: New file.
1959         * Makefile.am: Include unwind-ia64.c in readelf build.
1960         * Makefile.in: Regenerate.
1961         * po/binutils.pot: Regenerate.
1962
1963 2001-02-04  Philip Blundell  <philb@gnu.org>
1964
1965         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1966         * configure: Regenerate.
1967
1968 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
1969
1970         * ieee.c (ieee_add_bb11): Don't check for backslashes
1971         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1972
1973 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
1974
1975         * ieee.c: Update copyright.
1976         (ieee_start_compilation_unit): Don't check for backslashes
1977         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1978
1979         * stabs.c: Update copyright. Include "filenames.h".
1980         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1981
1982 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
1983
1984         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1985         sections are present before using them.  Remove code duplication.
1986         (process_symbol_table): Check if VERDEF or VERNEED sections are
1987         present before using them.
1988
1989 2001-01-17  Nick Clifton  <nickc@redhat.com>
1990
1991         * objcopy.c (copy_object): Fail if attempting to convert the
1992         endianness of the input object file.
1993
1994         * binutils.texi: Explain that objcopy cannot convert endianness.
1995
1996 2001-01-16  Nick Clifton  <nickc@redhat.com>
1997
1998         * readelf.c (string_table_length): New variable.
1999         (SECTION_NAME): Catch out of range indices and missing section
2000         pointers.
2001         (process_section_headers): Delete useless local variable
2002         string_table_offset.  Set the value of string_table_length
2003         after loading the string table.
2004         (process_mips_specific): Use SECTION_NAME macro.
2005         (process_file): Set string_table_length to 0 when it is freed.
2006
2007 2001-01-12  Nick Clifton  <nickc@redhat.com>
2008
2009         * version.c (print_version): Update copyright date.
2010
2011 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2012
2013         * readelf.c (dump_relocations): Include selection with EM_ARC.
2014         (get_machine_name) Update name to "ARC".
2015
2016 2001-01-09  Nick Clifton  <nickc@redhat.com>
2017
2018         * Makefile.am: Add rule to build objdump.o from objdump.c and
2019         using OBJDUMP_DEFS.
2020         * Makefile.in: Regenerate.
2021
2022         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
2023         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2024         -DDISASSEMBLER_NEEDS_RELOCS.
2025         * configure: Regenerate.
2026
2027         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2028         is defined read in the relocs even if dump_reloc_info is
2029         false.
2030
2031 2001-01-07  Philip Blundell  <philb@gnu.org>
2032
2033         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2034         `bug-binutils'.
2035         * README: Likewise.
2036
2037 2000-12-19  Nick Clifton  <nickc@redhat.com>
2038
2039         * dlltool.c: Add missing support for arm-epoc-pe.
2040         * configure.in: Add missing support for arm-epoc-pe.
2041         * configure: Regenerate.
2042
2043 2000-12-15  Nick Clifton  <nickc@redhat.com>
2044
2045         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2046         Mode parts of the x86 port.
2047
2048 2000-12-04  Andreas Jaeger  <aj@suse.de>
2049
2050         * readelf.c (guess_is_rela): Add EM_X86_64.
2051         (dump_relocations): Add EM_X86_64.
2052         (get_machine_name): Add EM_X86_64.
2053         Include "elf/x86-64.h".
2054
2055 2000-12-12  Nick Clifton  <nickc@redhat.com>
2056
2057         * readelf.c: Fix formatting.
2058
2059 2000-12-11  Jan Hubicka  <jh@suse.cz>
2060
2061         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2062
2063 2000-12-07  Andrew Haley  <aph@redhat.com>
2064
2065         * readelf.c (display_debug_frames): Only display columns that are
2066         referenced by the frame debug info.
2067
2068 2000-12-05  Nick Clifton  <nickc@redhat.com>
2069
2070         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2071
2072 2000-12-04  Jason Merrill  <jason@redhat.com>
2073
2074         * readelf.c (process_section_headers): Handle linkonce.wi sections.
2075         (display_debug_section): Likewise.
2076         (display_debug_info): Display CU header before bailing.
2077
2078 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2079
2080         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2081         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2082         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2083
2084         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2085         and E_MIPS_ARCH_64.
2086
2087         * readelf.c (get_machine_flags): Add case for
2088         E_MIPS_MACH_SB1.
2089
2090 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2091
2092         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2093
2094 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2095
2096         * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
2097         Change sourceware.cygnus.com to sources.redhat.com.
2098         Fix typo for "amongst".
2099
2100 2000-11-28  Nick Clifton  <nickc@redhat.com>
2101
2102         * strip.1 (COPYING): Mention that the GNU Free Documentation
2103         License is present in the sources, but not the output, and
2104         also available from the GNU website.
2105         (GNU Free Documentation License): Comment out this section.
2106         * strings.1: Ditto.
2107         * size.1: Ditto.
2108         * ranlib.1: Ditto.
2109         * objdump.1: Ditto.
2110         * objcopy.1: Ditto.
2111         * nm.1: Ditto.
2112         * nlmconv.1: Ditto.
2113         * ar.1: Ditto.
2114         * addr2line.1: Ditto.
2115
2116 2000-11-27  DJ Delorie  <dj@redhat.com>
2117
2118         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2119         (parse_args): Support -wf option.
2120         (process_section_headers): Ditto.
2121         (debug_displays): Ditto.
2122         (display_debug_frames): New, dump *_frame sections.
2123         (frame_need_space): Support for above.
2124         (frame_display_row): Ditto.
2125         * binutils.texi: Document it.
2126
2127 2000-11-24  Nick Clifton  <nickc@redhat.com>
2128
2129         * NEWS: Announce support for v5t, v5te and XScale.
2130
2131 2000-11-22  Nick Clifton  <nickc@redhat.com>
2132
2133         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2134         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2135         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2136         (get_elf_section_flags: Add SHF_GROUP.
2137         (process_section_headers): Adjust output for 32-bit binaries
2138         to look nice on an 80 column terminal.
2139
2140 2000-11-20  H.J. Lu  <hjl@gnu.org>
2141
2142         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2143         ELFOSABI_AIX.
2144
2145 2000-11-17  Richard Henderson  <rth@redhat.com>
2146
2147         * readelf.c (display_debug_lines): Adjust last change to
2148         use sizeof (external->li_length).
2149
2150 2000-11-17  Richard Henderson  <rth@redhat.com>
2151
2152         * readelf.c (display_debug_lines): Fix section length check
2153         and end_of_sequence computation.
2154
2155 2000-11-06  Nick Clifton  <nickc@redhat.com>
2156
2157         * binutils.texi: Add GNU Free Documentation License.
2158         * objcopy.1: Add GNU Free Documentation License.
2159         * objdump.1: Add GNU Free Documentation License.
2160         * addr2line.1: Add GNU Free Documentation License.
2161         * ar.1: Add GNU Free Documentation License.
2162         * nlmconv.1: Add GNU Free Documentation License.
2163         * nm.1: Add GNU Free Documentation License.
2164         * ranlib.1: Add GNU Free Documentation License.
2165         * size.1: Add GNU Free Documentation License.
2166         * strings.1: Add GNU Free Documentation License.
2167         * strip.1: Add GNU Free Documentation License.
2168
2169 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2170
2171         * objcopy.c (--srec-len=nn): New parameter to set the
2172         maximum length of generated Srecords.
2173         (--srec-forceS3): New parameter that restricts the generation of
2174         Srecords to type S3 only.
2175         * binutils.texi: Document new command line switches.
2176         * objcopy.1: Docuemnt the new command line switches.
2177         * NEWS: Announce the existence of the new command line switches.
2178
2179 2000-10-31  Nick Clifton  <nickc@redhat.com>
2180
2181         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2182         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2183
2184 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2185
2186         * Make comma after string after icon/control optional.
2187
2188 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2189
2190         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2191
2192         * NEWS: Mention support for MIPS32.
2193
2194 2000-09-08  Nick Clifton  <nickc@redhat.com>
2195
2196         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2197
2198 2000-09-07  H.J. Lu  <hjl@gnu.org>
2199
2200         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2201         * configure: Rebuild.
2202
2203 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2204
2205         * configure: Rebuilt with new libtool.m4.
2206
2207 2000-09-05  Nick Clifton  <nickc@redhat.com>
2208
2209         * aclocal.m4: Regenerate.
2210         * config.in: Regenerate.
2211         * configure: Regenerate.
2212
2213 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2214
2215         * strip.1: Fix stray '\' in -o formatting.
2216
2217 2000-09-02  Nick Clifton  <nickc@redhat.com>
2218
2219         * configure.in: Increase version number to 2.10.91.
2220         * configure: Regenerate.
2221         * aclocal.m4: Regenerate.
2222         * config.in: Regenerate.
2223         * po/binutils.pot: Regenerate.
2224
2225 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2226
2227         * acinclude.m4: Include libtool and gettext macros from the
2228         top level.
2229         * aclocal.m4, configure: Rebuilt.
2230
2231 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2232
2233         * resrc.c (close_input_stream): Delete extraneous logic
2234
2235 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2236
2237         * NEWS: Mention support for CRIS.
2238
2239 2000-08-21  Nick Clifton  <nickc@redhat.com>
2240
2241         * addr2line.c: Changed email address for Ulrich Lauther.
2242
2243 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2244
2245         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2246
2247 2000-08-17  Nick Clifton  <nickc@redhat.com>
2248
2249         * readelf.c (display_debug_pubnames): Only issue warning
2250         message once.  Terminate message with a new line.
2251         (display_debug_aranges): Only display version 2 debug info.
2252
2253 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2254
2255         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2256         for compatability with old BSD systems.
2257
2258 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2259
2260         * NEWS: Mention i860 support.
2261
2262 2000-08-11  Carlo Wood <carlo@alinoe.com>
2263
2264         * addr2line.c (main): Add const to char *.
2265
2266 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2267
2268         * ar.c (main): Don't crash if called with no arguments
2269         or only '-X32_64' as an argument.
2270
2271 2000-08-08  DJ Delorie  <dj@redhat.com>
2272
2273         * resrc.c: use "gcc -xc" instead of -xc-header
2274
2275 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2276
2277         * readelf.c (elf/i860.h): Include.
2278         (dump_relocations): Add recognition of i860 architecture.
2279         (guess_is_rela): Add recognition of i860 architecture.
2280
2281 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2282
2283         * MAINTAINERS: Add information about CGEN maintainers.
2284
2285 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2286
2287         * nm.c (main): Ignore '-X32_64' as an option.
2288         * ar.c (main): Likewise.
2289         * binutils.texi (nm): Document new option.
2290         (ar): Likewise.
2291
2292 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2293
2294         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2295
2296 2000-07-20  H.J. Lu  <hjl@gnu.org>
2297
2298         * binutils.texi: Put back "@end table" deleted by
2299         accident.
2300
2301 2000-07-05  Kenneth Block  <krblock@computer.org>
2302
2303         * nm.c: Add optional style to demangle switch.
2304         * objdump.c: Add optional style to demangle switch.
2305         * addr2line.c: Add optional style to demangle switch.
2306         * binutils.texi: Document optional style to demangle
2307         switch.
2308
2309 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2310
2311         * MAINTAINERS: Add self as CRIS port maintainer.
2312         * readelf.c: Include elf/cris.h.
2313         (guess_is_rela): Handle EM_CRIS.
2314         (dump_relocations): Ditto.
2315         (get_machine_name): Ditto.
2316         * Makefile.am: Rebuild dependencies.
2317         * Makefile.in: Regenerate.
2318         * po/binutils.pot: Regenerate.
2319
2320 2000-07-19  H.J. Lu  <hjl@gnu.org>
2321
2322         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2323         "AUXILIARY".
2324         (process_dynamic_segment): Print out strings for DT_CONFIG,
2325         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2326
2327 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2328
2329         * nm.c (usage): Change output of `nm --help' to include a
2330         description of the purpose of the program and a detailed
2331         description of the accepted options.
2332
2333 2000-07-19  H.J. Lu  <hjl@gnu.org>
2334
2335         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2336         to DF_1_NODEFLIB.
2337
2338 2000-07-19  H.J. Lu  <hjl@gnu.org>
2339
2340         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2341
2342 2000-07-19  H.J. Lu  <hjl@gnu.org>
2343
2344         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2345         DT_FEATURE.
2346         (process_dynamic_segment): Likewise.
2347
2348         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2349         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2350         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2351         DF_1_NODUMP and DF_1_CONLFAT.
2352
2353 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2354
2355         * binutils.texi (readelf): Fix spelling typo.
2356
2357 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2358
2359         * objdump.c (usage): Make output of `objdump --help' more
2360         consistent with the rest of the GNU world.  Add a line describing
2361         the purpose of the program.
2362
2363 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2364
2365         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2366         warning.
2367
2368 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2369
2370         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2371         to fix warnings.
2372         (process_symbol_table): Ditto.
2373         (procesS_extended_line_op): Ditto.
2374         (display_debug_lines): Ditto.
2375         (display_debug_pubnames): Ditto.
2376         (read_and_display_attr): Ditto.
2377
2378 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2379
2380         * MAINTAINERS: Add several more port specific maintainers.
2381
2382 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2383
2384         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2385
2386 2000-06-05  DJ Delorie  <dj@redhat.com>
2387
2388         * MAINTAINERS: New.
2389
2390 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2391
2392         * dllwrap.c: Changed mistaken dyn_string_append() calls
2393         to dyn_string_append_cstr().
2394
2395 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2396
2397         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2398         struct debug_type stores size in bytes.
2399
2400 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2401
2402         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2403         (CLEANFILES): Add DEPA.
2404         * Makefile.in: Regenerate.
2405
2406 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2407
2408         * ar.c: Revert incorrect 2000-06-25 patch.
2409         * bucomm.c: Likewise.
2410
2411 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2412
2413         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2414         (external_coff_symbol_p): New function.
2415         (parse_coff): Use it.
2416
2417 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2418
2419         * ar.c (normalize): Advance past both characters in a DOS based
2420         <letter>: filepath prefix.
2421         (main): Likewise.
2422         * bucomm.c (make_tempname): Likewise.
2423
2424 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2425
2426         * objdump.c (usage): Fix description of --stabs switch.
2427
2428 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2429
2430         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2431         find one.
2432         * Makefile.in: Regenerate.
2433
2434 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2435
2436         * ar.c (normalize): Correct pointer comparison when checking for
2437         backslashes.
2438         (main): Likewise.
2439         * bucomm.c (make_tempname): Likewise.
2440
2441         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2442         and search for backslashes in the original pathname.
2443         (ieee_add_bb11): Likewise.
2444
2445 2000-06-18  Nick Clifton  <nickc@redhat.com>
2446
2447         * ar.c (print_contents): Improve verbose message.
2448
2449 2000-06-15  H.J. Lu  <hjl@gnu.org>
2450
2451         * dyn-string.c: Removed. Not needed with dyn-string.c in
2452         libiberty.
2453         * dyn-string.h: Likewise.
2454
2455         * Makefile.am: Remove references to dyn-string.c and
2456         dyn-string.h. Rebuild dependency.
2457         * Makefile.in: Rebuild.
2458
2459 2000-06-15  H.J. Lu  <hjl@gnu.org>
2460
2461         * binutils.texi: Put a warning on copying relocatable object
2462         files between two different formats.
2463
2464 2000-06-13  DJ Delorie  <dj@cygnus.com>
2465
2466         * rcparse.y (control): ICON controls take an id as the first
2467         parameter, not an optional string.  Also, call new convenience
2468         function that takes res_id's.
2469         * resrc.c (define_control): missing text means zero-length string,
2470         not zero ID.
2471         (define_icon_control): New.
2472         * windres.h: declare define_icon_control.
2473
2474 2000-06-13  H.J. Lu  <hjl@gnu.org>
2475
2476         * configure: Regenerate.
2477
2478 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2479
2480         * configure.in (VERSION): Update to show this is the CVS mainline.
2481
2482 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2483
2484         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2485         analogous to <SPACE>.
2486
2487 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2488
2489         * objdump.c (display_target_list): Use bfd_close_all_done, not
2490         bfd_close to fix crash caused by 2000-05-24 change.
2491
2492 2000-05-25  DJ Delorie  <dj@cygnus.com>
2493
2494         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2495
2496 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2497
2498         * Makefile.am: Update dependencies with "make dep-am"
2499         * Makefile.in: Regenerate.
2500
2501 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2502
2503         * ar.c: Include filenames.h.
2504         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2505         and drive letters in file names.
2506         (main): Support backslashes and drive letters in argv[0].  Drop
2507         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2508         FILENAME_CMP instead of strcmp to compare file names.
2509         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2510         DJGPP v2.
2511         (do_quick_append) [__GO32__]: Ditto.
2512         (get_pos_bfd, delete_members, move_members, replace_members):
2513         Compare file names with FILENAME_CMP.
2514
2515         * bucomm.c: Include filenames.h.
2516         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2517         forward/backward slashes and drive letters in file names.
2518
2519         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2520         mixed forward/backward slashes and drive letters in file names.
2521
2522         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2523         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2524         mode.
2525
2526         * objcopy.c: Include filenames.h.
2527         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2528         before comparing to "strip".
2529         Use FILENAME_CMP to compare file names.
2530
2531         * arsup.c: Include filenames.h.
2532         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2533         FILENAME_CMP to compare file names.
2534         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2535         the temporary file name.
2536
2537         * configure.in: Check for setmode.
2538         * configure: Regenerate.
2539
2540 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2541
2542         * objdump.c (display_target_list): Close the bfd.
2543         (display_info_table): Likewise.
2544
2545 2000-05-14  H.J. Lu  (hjl@gnu.org)
2546
2547         * objcopy.c (filter_symbols): Don't strip global symbols in
2548         relocatable object files.
2549
2550 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2551
2552         * size.c (usage): Associate short options with corresponding long
2553         option to give a clue as to their function.
2554
2555 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2556
2557         * size.c (main): Accept and ignore `-f' option.
2558
2559 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2560
2561         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2562         bindtextdomain): Replace defines with those from intl/libgettext.h
2563         to quieten gcc warnings.
2564
2565 2000-05-12  H.J. Lu  <hjl@gnu.org>
2566
2567         * nlmconv.c (temp_filename): Removed.
2568
2569         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2570         choose_temp_base ().
2571         * objdump.c (display_target_list): Likewise.
2572         (display_info_table): Likewise.
2573
2574 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2575
2576         * objcopy.c (setup_section): Add const and gettext calls for err.
2577
2578 2000-05-02  H.J. Lu  <hjl@gnu.org>
2579
2580         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2581         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2582         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2583         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2584         and ELFOSABI_OPENBSD.
2585
2586 2000-05-02  Kazu Hirata  <kazu@hxi.com>
2587
2588         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2589         * srconv.c: Likewise.
2590         * sysdump.c: Likewise.
2591
2592 2000-04-23  Denis Chertykov  <denisc@overta.ru>
2593
2594         * readelf.c (guess_is_rela): AVR uses RELA relocations.
2595         (get_machine_name): machine name for EM_AVR added.
2596
2597 2000-04-21  Richard Henderson  <rth@cygnus.com>
2598             David Mosberger  <davidm@hpl.hp.com>
2599
2600         * Makefile.am (readelf.o): Add elf/ia64.h.
2601         * Makefile.in: Rebuild.
2602         * readelf.c: Include elf/ia64.h.
2603         (guess_is_rela, dump_relocations): Handle EM_IA_64.
2604
2605 2000-04-17  Timothy Wall  <twall@cygnus.com>
2606
2607         * objdump.c (disassemble_data): Set octets per byte *after*
2608         resolving arch/mach for binary files.
2609
2610 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2611
2612         * arlex.l: Add directives to increase lex buffer size.
2613
2614         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2615         already included by bucomm.h.
2616
2617 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
2618
2619         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2620         `strftime' since strftime is not available on all systems.
2621         (process_mips_specific): Ditto.
2622
2623 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2624
2625         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2626         --enable-build-warnings option.
2627         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2628         * Makefile.in, configure: Re-generate.
2629
2630 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
2631
2632         * addr2line.c: Update copyright.
2633         * objcopy.1: Likewise, and title.
2634         * strings.1: Likewise.
2635
2636         * version.c (print_version): Add 2000.
2637
2638         * rddbg.c (read_section_stabs_debugging_info): Don't use
2639         bfd_size_type for strx to avoid printf problems if BFD64.
2640
2641         * bucomm.c: (report): Remove `static'.
2642         Move inclusion of stdarg.h/vararg.h from here.
2643         * bucomm.h: To here.
2644         (CONST): Change all occurences to const.
2645         (report): Declare it.
2646         (bfd_fatal): Add ATTRIBUTE_NORETURN.
2647         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2648         (non_fatal): Add ATTRIBUTE_PRINTF_1.
2649
2650         * ar.c (main): Use fatal or non_fatal instead of fprintf.
2651         Correct a typo in an error message.
2652         (do_quick_append): Use non_fatal instead of fprintf.
2653         (move_members): Use fatal instead of fprintf, exit.
2654         * coffdump.c (main): Same here.
2655
2656         * dlltool.c (display): Delete.
2657         (warn): Delete.
2658         (inform): Use `report' instead of `display'.
2659         (rvaafter): Remove trailing \n from fatal error msg.
2660         (rvabefore): Ditto.
2661         (asm_prefix): Ditto.
2662         (yyerror): Replace `warn' with `non_fatal', and remove \n.
2663         (def_name): Likewise.
2664         (run): Likewise.
2665         (scan_all_symbols): Likewise.
2666         (gen_lib_file): Likewise.
2667         (def_library): Likewise.  Remove extra program_name too.
2668         (run): Remove \n from inform strings.
2669         (scan_drectve_symbols): Likewise.
2670         (add_excludes): Likewise.
2671         (scan_open_obj_file): Likewise.
2672         (gen_exp_file): Likewise.
2673         (gen_lib_file): Likewise.
2674         (process_duplicates): Likewise.
2675
2676         * Makefile.am (dllwrap_SOURCES): Add version.c.
2677         * dllwrap.c (program_version): Delete.
2678         (print_version): Delete.
2679         (display): Always print trailing \n.
2680         (warn): New.
2681         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
2682         (run): Here too.
2683         (main): And here.
2684         (usage): gettext'ify.
2685         (long_options): Add missing initialisers.
2686
2687         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2688         (select_output_format): Likewise.
2689         (powerpc_mangle_relocs): Likewise.
2690         (link_inputs): Likewise.
2691
2692         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2693         (set_output_format): Likewise.
2694         (main): Use non_fatal instead of fprintf.
2695         (display_rel_file): Likewise.
2696
2697         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2698         (slurp_dynamic_symtab): Same here.
2699         (disassemble_data): And here.
2700         (read_section_stabs): And here.
2701         (read_section_stabs): And here.
2702         (dump_bfd): And here.
2703         (main): And here.
2704         (objdump_sprintf): Use fatal instead of fprintf, exit.
2705         (disassemble_data): Same here.
2706
2707         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2708         (parse_coff_struct_type): Same here.
2709         (parse_coff_enum_type): And here.
2710         (parse_coff): And here.
2711         * rddbg.c (read_debugging_info): And here.
2712         * size.c (main): And here.
2713         * windres.c (format_from_name): And here.
2714         * wrstabs.c (stab_write_symbol): Here too.
2715         (write_stabs_in_sections_debugging_info): And here.
2716         (stab_int_type): And here.
2717         (stab_struct_field): And here.
2718         (stab_typdef): And here.
2719
2720         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2721         * srconv.c (main): Same here.
2722         * strings.c (main): And here.
2723         (integer_arg): And here.
2724         * sysdump.c (main): And here.
2725
2726 2000-04-06  Timothy Wall  <twall@cygnus.com>
2727
2728         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2729
2730 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2731
2732         * readelf.c (decode_location_expression): Loop through multiple
2733         operations.
2734         (read_and_display_attr): Pass in length.
2735
2736         * readelf.c (read_and_display_attr): Add CU offset to references.
2737         (display_debug_info): Pass it in.
2738
2739 2000-04-06  Nick Clifton  <nickc@cygnus.com>
2740
2741         * readelf.c (decode_ARM_machine_flags): New function.
2742         (get_machine_flags): Call decode_ARM_machine_flags for ARM
2743         targets.
2744
2745         (get_machine_name): Catch EM_AVR
2746
2747 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
2748
2749         * binutils.texi: Remove optional `=' from long options that have
2750         an `=' in the argument.
2751         * objcopy.1: Here too.  Remove extra space on discard-all.
2752
2753         * binutils.texi (objcopy): Mention --redefine-sym.
2754         * objcopy.1: Here too.
2755         * NEWS: And here.
2756
2757         * objcopy.c (parse_flags): Split off flag names from error message
2758         gettext as they are not translated.
2759         (copy_main): Similarly split off option name for --add-section,
2760         --set-section-flags, --change-section-vma, --change-section-lma
2761         error messages.
2762         Some white space changes.
2763
2764         from Matthew Benjamin <matt@linuxbox.nu>
2765         * objcopy.c (struct redefine_node): New.
2766         (redefine_sym_list): New.
2767         (redefine_list_append): New.
2768         (lookup_sym_redefinition): New.
2769         (OPTION_REDEFINE_SYM): New.
2770         (copy_options): Add --redefine-sym option.
2771         (copy_usage): Mention it.
2772         (filter_symbols): Rename symbols on redefine_sym_list.
2773         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2774         (copy_main): Handle OPTION_REDEFINE_SYM.
2775
2776 2000-04-04  H.J. Lu  <hjl@gnu.org>
2777
2778         * readelf.c (process_symbol_table): Correctly read in symbol
2779         versioning information.
2780
2781 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2782
2783         * po/binutils.pot: Regenerate.
2784
2785         * addr2line.c (usage): Restore translated part of bug string.
2786         * ar.c (usage): Likewise.
2787         * nlmconv.c (show_usage): Likewise.
2788         * nm.c (usage): Likewise.
2789         * objcopy.c (copy_usage): Likewise.
2790         (strip_usage): Likewise.
2791         * objdump.c (usage): Likewise.
2792         * readelf.c (usage): Likewise.
2793         * size.c (usage): Likewise.
2794         * strings.c (usage): Likewise.
2795         * windres.c (usage): Likewise.
2796
2797         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2798         (DEP): Quote when passing vars to sub-make.  Add warning
2799         message to end.
2800         (DEP1): Rewrite for "gcc -MM".
2801         (CLEANFILES): Add DEP2.
2802         Update dependencies.
2803         * Makefile.in: Regenerate.
2804
2805 2000-04-04  H.J. Lu  <hjl@gnu.org>
2806
2807         * Makefile.am (GENERATED_HFILES): Add rcparse.h
2808         (arparse.h): Depend on arparse.c
2809         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2810
2811 2000-04-03  H.J. Lu  (hjl@gnu.org)
2812
2813         * size.c (usage): Use REPORT_BUGS_TO.
2814
2815 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2816
2817         * bucomm.h: #include "bin-bugs.h"
2818         * addr2line.c (usage): Use REPORT_BUGS_TO.
2819         * ar.c (usage): Likewise.
2820         * nlmconv.c (show_usage): Likewise.
2821         * nm.c (usage): Likewise.
2822         (OPTION_TARGET): Define.
2823         (long_options): Use OPTION_TARGET rather than 200.
2824         (main): Likewise.
2825
2826         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2827         (strip_usage): Likewise.
2828         * objdump.c (usage): Likewise.
2829         * readelf.c (usage): Likewise.
2830         * strings.c (usage): Likewise.
2831         * windres.c (usage): Likewise.
2832
2833 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2834
2835         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2836
2837 2000-03-27  Nick Clifton  <nickc@cygnus.com>
2838
2839         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2840         string offsets in corrupt stabs entries.
2841
2842 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
2843
2844         * readelf.c: Include elf/avr.h
2845         (dump_relocations): Add EM_AVR case.
2846
2847 2000-03-09  Tim Waugh  <twaugh@redhat.com>
2848
2849         * strings.1: Correct '-bytes' to '--bytes'.
2850
2851 2000-03-08  H.J. Lu  <hjl@gnu.org>
2852
2853         * Makefile.am (install-exec-local): Depend on
2854         install-binPROGRAMS for parallel make.
2855         * Makefile.in: Regenerated.
2856
2857 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
2858
2859         From Brad Lucier <lucier@math.purdue.edu>:
2860         * readelf.c (process_dynamic_segment): Add cast to make sure
2861         argument to %* is int.
2862
2863 2000-02-25  H.J. Lu  <hjl@gnu.org>
2864
2865         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2866
2867 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2868
2869         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2870         * configure: Regenerate.
2871
2872         * dlltool.c: Add support for sh-pe and mips-pe targets.
2873         * rescoff.c: Add support for sh-pe and mips-pe targets.
2874
2875 2000-02-23  H.J. Lu  <hjl@gnu.org>
2876
2877         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2878
2879 2000-02-22  Nick Clifton  <nickc@cygnus.com>
2880
2881         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2882
2883 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
2884
2885         From Brad Lucier <lucier@math.purdue.edu>:
2886         * readelf.c (process_version_sections): Add casts to make sure
2887         argument to %* is an int.
2888         (process_mips_specific): Add casts to make printf arguments match
2889         format.
2890
2891 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2892
2893         * objdump.c (dump_section_header): Change `opb' to unsigned.
2894         (find_symbol_for_address): Same here.
2895         (disassemble_data): And here.  Change `addr_offset',
2896         `stop_offset', `nextstop_offset' to unsigned long.
2897         (dump_data): Change opb to unsigned.
2898
2899 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
2900
2901         * resrc.c: Remove unmatched #if for cygwin.
2902
2903 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
2904
2905         * binutils.texi: Document the change of flavor name from atpcs-special
2906         to special-atpcs to prevent name conflict in gdb.
2907
2908 2000-02-08  Timothy Wall  <twall@redhat.com>
2909
2910         * objdump.c (show_line): Fix bug preventing printing of the very
2911         first line (line zero) of a file when interlisting source and
2912         assembly.  Added option to print entire context from start of file
2913         when the first line from that file is encountered.
2914
2915 2000-02-03  Timothy Wall <twall@redhat.com>
2916
2917         * objdump.c (dump_section_header, find_symbol_for_address,
2918         show_line, disassemble_bytes, disassemble_data, dump_data):
2919         distinguish between octets and bytes.
2920
2921 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
2922
2923         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2924         check to unresolved symbols.
2925         (print_symbol_info_sysv):  Ditto.
2926         (print_symbol_info_posix):  Ditto.
2927
2928         * binutils.texi: Document new 'V' symclass flag for nm.
2929
2930 2000-01-27  Nick Clifton  <nickc@redhat.com>
2931
2932         * binutils.texi (objdump): Document new ARM specific
2933         disassembler options.
2934
2935         * objdump.c (usage): Call disassembler_usage().
2936
2937 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2938
2939         * readelf.c (get_dynamic_flags): Return buff.
2940         (process_dynamic_segment): Don't pass error strings to printf
2941         as format arg.
2942         (read_and_display_attr): Use lx and ld to print longs.
2943         (process_corefile_note_segment): Cast bfd_vma to unsigned long
2944         before printing.
2945         Update copyright.
2946
2947 2000-01-17  Nick Clifton  <nickc@cygnus.com>
2948
2949         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2950
2951 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
2952
2953         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2954         false.
2955         (debug_tag_type): Here too.
2956         * ieee.c (ieee_builtin_type): And here.
2957         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2958
2959 2000-01-13  Nick Clifton  <nickc@cygnus.com>
2960
2961         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2962         System/370".
2963
2964 2000-01-11  Nick Clifton  <nickc@cygnus.com>
2965
2966         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2967
2968 2000-01-10  Nick Clifton  <nickc@cygnus.com>
2969
2970         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2971
2972 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
2973
2974         * windres.c (long_options): Add --use-temp-file and
2975         --no-use-temp-file options.
2976         (usage): Document.
2977         (main): Handle.
2978
2979         * windres.h: Update read_rc_file prototype.
2980
2981         * resrc.c (cpp_temp_file): New static variable.
2982         (istream_type): New static variable.
2983         (close_pipe): Delete function.
2984         (run_cmd): New static function.
2985         (open_input_stream): New static function.
2986         (close_input_stream): New static function.
2987         (look_for_default): Handle DOS directory separator. Use
2988         open_input_stream instead of popen.
2989         (read_rc_file): Likewise.
2990
2991         * binutils.texi: Document --use-temp-file, --no-use-temp-file
2992         options.
2993
2994 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2995
2996         * dlltool.c (create_compat_implib): New variable.
2997         (gen_exp_file): Use.
2998         (make_one_lib_file): Use.
2999         (long_options): Add --compat-implib option.
3000         (usage): Handle.
3001         (main): Handle.
3002
3003         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3004         (main): Use. Don't look for "32" in cygwin and mingw target names.
3005
3006 2000-01-03  Nick Clifton  <nickc@cygnus.com>
3007
3008         * binutils.texi: Document new, ARM specific disassembler
3009         command line switch "-M force-thumb".
3010
3011 For older changes see ChangeLog-9899
3012 \f
3013 Local Variables:
3014 mode: change-log
3015 left-margin: 8
3016 fill-column: 74
3017 version-control: never
3018 End: