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