OSDN Git Service

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