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