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