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