OSDN Git Service

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