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