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