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