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