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