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