OSDN Git Service

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