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