* strings.c: Include config.h before bfd.h.
[binutils.git] / binutils / ChangeLog
blob8548ec3b7153adbf3bdd7825238db9c0930c4dbd
1 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
3         * strings.c: Include config.h before bfd.h.
4         (file_off): New type.
5         (file_open): Define.
6         (print_strings): Use file_off instead of file_ptr.  Print addresses
7         which don't fit into long correctly.
8         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
9         available.
10         (strings_file): Use file_off instead of file_ptr.  Use file_open.
11         * configure.in: Check for getc_unlocked.
12         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
13         be defined for it.
14         * configure: Rebuilt.
15         * config.h.in: Rebuilt.
17 2001-11-29  H.J. Lu <hjl@gnu.org>
19         * bucomm.c (make_tempname): Revert the changes made on
20         2001-11-14 and 2001-11-12. They won't work with directories.
22 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
24         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
25         CFLAGS_FOR_TARGET to runtest in environment.
26         * Makefile.in: Rebuild.
27         * doc/Makefile.in: Rebuild.
29 2001-11-28  Mike Stump  <mrs@wrs.com>
31         * objcopy.c (setup_section): Preserve SEC_RELOC when
32         --set-section-flags is used.
34 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
36         * readelf.c (do_debug_str): New variable.
37         (display_debug_str): New function: Display the contents of a
38         .debug_str section.
39         (load_debug_str): New function: Load in the contents of a
40         .debug_str section.
41         (free_debug_str): New function: Free the memory used by
42         load_debug_str().
43         (fetch_indirect_string): Retrieve a string from the .debug_str
44         section.
45         (usage): Add -ws.
46         (parse_args): Accept -ws.
47         (process_section_headers): Allow the display of the .debug_str
48         section.
49         (read_and_display_attr_value): Use fetch_indirect_string.  Show
50         offset into .debug_str section.
51         (display_debug_info): Use load_debug_str and free_debug_str.
52         (debug_displays): Add .debug_str.
53         * doc/binutils.texi: Document -ws.
55 2001-11-19  Andreas Jaeger  <aj@suse.de>
57         * testsuite/binutils-all/objdump.exp: Add x86-64.
59 2001-11-15  Andreas Schwab  <schwab@suse.de>
61         * readelf.c: Fix warnings without terminating newline.
63 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
65         * doc/binutils.texi (objdump): Document ppc -M options.
67 2001-11-14  Andreas Jaeger  <aj@suse.de>
69         * doc/binutils.texi (objdump): Fix description to use x86-64.
71 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
73         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
74         not all systems provide mkstemp.
76 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
78         * doc/binutils.texi (objdump): Document x86 -M options.
80 2001-11-13  Keith Walker <keith.walker@arm.com>
82         * readelf.c (read_and_display_attr_value): New function to
83         handle DW_FORM_indirect.
84         (read_and_display_attr): Use it.
86 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
88         * readelf.c (display_debug_lines): Deal with unknown standard
89         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
90         DW_LNS_set_isa.
92 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
94         * MAINTAINERS: Add self as tic54x maintainer.  This target
95         includes the IBM C54XDSP clone.
97 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
99         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
101 2001-11-09  Jeffrey A Law  (law@cygnus.com)
103         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
104         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
105         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
106         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
107         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
108         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
109         (unw_decode_b2, unw_decode_b3_b4): Likewise.
111         * readelf.c (get_elf_class): Fix ISO portability glitch.
112         (get_data_encoding, get_osabi_name, request_dump): Likewise.
114 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
116         * readelf.c (debug_str, debug_str_size): New.
117         (display_debug_abbrev): If no abbrevs were read, skip the CU.
118         Call free_abbrevs.
119         (read_and_display_addr): Handle DW_FORM_strp.
120         (display_debug_info): Read .debug_str section if present,
121         so that DW_FORM_strp can be handled.
122         Fix test for non-existant .debug_abbrev section.
124 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
126         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
128         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
130 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
132         * MAINTAINERS: Add self as s390/s390x maintainer.
134 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
136         * MAINTAINERS: Add self as PPC XCOFF maintainer.
138 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
140         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
141         * configure: Regernate.
142         * po/fr.po: New file.
143         * po/tr.po: New file.
145 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
147         * MAINTAINERS: Add self as MMIX port maintainer.
148         * readelf.c: Include elf/mmix.h.
149         (guess_is_rela): MMIX is RELA.
150         (dump_relocations): Handle MMIX relocations.
151         * Makefile.am: Regenerate dependencies.
152         * Makefile.in: Regenerate.
154 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
156         * readelf.c (parse_args): Handle multiple options to the -w
157         switch.
159 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
161         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
162         LOPROC, LOOS and LOUSER.
164 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
166         * MAINTAINERS: Update my email address.
168 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
170         * doc/Makefile.in: Regenerate.
171         * configure: Regenerate.
173 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
175         * readelf.c (display_debug_line, display_debug_pubnames,
176         display_debug_info, display_debug_frames): Detect and warn
177         about 64-bit format entries.
178         (display_debug_aranges): Reword 64-bit warning.
179         (debug_displays): Add .debug_pubtypes as a known, but not yet
180         supported, debug section.
182 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
184         * coffdump.c (PROGRAM_VERSION): Delete.
185         (main <'V'>): Call print_version.
186         * srconv.c: Likewise.
187         * sysdump.c: Likewise.
188         * version.c (program_version): Remove.
189         (print_version): Use BFD_VERSION_STRING.  Just print the current
190         year in copyright message.
191         * addr2line.c (program_version): Remove unused declaration.
192         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
193         place of BFD_VERSION.
194         * Makefile.am (Makefile): Depend on bfd/configure.in.
195         (cplus-dem.o): Depend on Makefile.
196         Run "make dep-am".
197         * Makefile.in: Regenerate.
199 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
201         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
202         format .debug_arange sections.
203         (main): Add missing prototype.
205 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
207         * Makefile.am: Update dependencies with "make dep-am".
208         * Makefile.in: Regenerate.
210 2001-09-28  Richard Henderson  <rth@redhat.com>
212         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
214 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
216         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
217         VA_CLOSE.
218         (non_fatal): Likewise.
219         * objdump.c (objdump_sprintf): Likewise.
220         * readelf.c (error): Likewise.
221         (warn): Likewise.
223 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
225         * readelf.c (do_wide): New.
226         (options): Add --wide.
227         (usage, parse_args): Likewise.
228         (process_program_headers): Put each segment on a single line if
229         --wide is given.
230         (process_section_headers): Put each section on a single line if
231         --wide is given.
232         * doc/binutils.texi: Document it.
233         * NEWS: Likewise.
235 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
237         * readelf.c (print_vma): Print 8 digits of low hex value.
239 2001-09-24  Andreas Jaeger  <aj@suse.de>
241         * nlmconv.c: Fix warnings about unused attributes and function
242         prototypes.
244         * strings.c: Add prototype for get_char.
246 2000-09-19  H.J. Lu  <hjl@gnu.org>
248         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
249         $(srcdir)/cxxfilt.man.
250         * doc/Makefile.in: Rebuild.
252 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
254         * objcopy.c (copy_main): Correct rename-section string parsing.
255         Consolidate new_name parsing, and error messages.
257 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
259         * addr2line.c: Don't include <ctype.h>.
260         (main): For gettext, also set the LC_CTYPE locate facet.
261         * ar.c (main): Likewise.
262         * coffdump.c (main): Likewise.
263         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
264         (main): For gettext, also set the LC_CTYPE locate facet.
265         Use ISALNUM instead of isalpha/isdigit.
266         * dllwrap.c: Don't include <ctype.h>.
267         (main): For gettext, also set the LC_CTYPE locate facet.
268         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
269         (main): For gettext, also set the LC_CTYPE locate facet.
270         Use TOUPPER instead of islower/toupper.
271         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
272         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
273         Use TOUPPER instead of islower/toupper.
274         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
275         * objcopy.c (main): Likewise.
276         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
277         (disassemble_bytes): Use ISPRINT instead of isprint.
278         (dump_section_stabs): Use ISDIGIT instead of isdigit.
279         (dump_data): Use ISPRINT instead of isprint.
280         (main): For gettext, also set the LC_CTYPE locate facet.
281         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
282         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
283         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
284         Use TOUPPER instead of islower/toupper.
285         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
286         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
287         (write_rc_accelerators): Use ISPRINT instead of isprint.
288         (write_rc_rcdata): Likewise.
289         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
290         * srconv.c (main): Likewise.
291         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
292         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
293         isdigit/isupper/islower.
294         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
295         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
296         stab_demangle_prefix, stab_demangle_qualified,
297         stab_demangle_template, stab_demangle_type,
298         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
299         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
300         (isgraphic): Use ISPRINT instead of isascii/isprint.
301         (main): Remove HAVE_LC_MESSAGES dependency.
302         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
303         (pbarray): Use ISPRINT instead of isprint.
304         (main): For gettext, also set the LC_CTYPE locate facet.
305         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
306         (format_from_filename): Use ISPRINT instead of isprint.
307         (main): For gettext, also set the LC_CTYPE locate facet.
308         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
309         (unicode_print): Use ISPRINT instead of isprint.
310         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
311         (stab_variable): Use ISDIGIT instead of isdigit.
313 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
315         * ar.c (print_contents): Cast args of bfd_seek to the right types.
316         Replace bfd_read call with call to bfd_bread.
317         (extract_file): Likewise.
319         * objdump.c (dump_section_header): Cast section->filepos to
320         unsigned long to suit printf format string.
321         * readelf.c (process_section_headers): Similarly for sh_offset.
322         (process_unwind): Likewise.
324 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
326         * strings.c (encoding, encoding_bytes): New variables.
327         (long_options): Add --encoding.
328         (main): Accept -e and --encoding.
329         (get_char): New function.  Read a, possibly wide, character from
330         the input stream.
331         (print_strings): Use get_char().
332         (usage): Document new command line option.
333         * doc/binutils.texi: Document new command line option.
334         * NEWS: Announce new command line option.
336 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
338         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
339         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
340         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
341         Removed EM_CYGNUS_ARC.
343 2001-09-04  Jeffrey A Law  (law@cygnus.com)
345         * readelf.c: Include elf/h8 for H8 series definitions.
346         (guess_is_rela): H8 series if RELA.
347         (dump_relocations): Handle H8 series relocations.
349 2001-08-31  Eric Christopher  <echristo@redhat.com>
351         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
353 2001-08-29  Peter Targett  <peter.targett@arccores.com>
355         * MAINTAINERS: Include ARC Maintainer.
357 2001-08-29  Ben Elliston  <bje@redhat.com>
359         * stabs.c (stab_demangle_template): Initialise s4.
361 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
363         * readelf.c (dump_relocations): Recognise EM_PPC64.
365 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
367         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
369 2001-08-25  H.J. Lu  <hjl@gnu.org>
371         * nm.c (print_width): New.
372         (display_rel_file): Set `print_width' according to
373         bfd_sprintf_vma.
374         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
376 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
378         * objcopy.c (use_alt_mach_code): New variable.
379         (OPTION_ALT_MACH_CODE): Define.
380         (copy_options): Added --alt-machine-code.
381         (copy_main): Handle it.
382         (copy_object): Switch to alternate machine code if requested.
383         * doc/binutils.texi: Document new option.
384         * NEWS: Likewise.
386 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
388         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
390 2001-08-21  H.J. Lu  <hjl@gnu.org>
392         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
393         (display_debug_info): Cast for 64bit hosts.
394         (display_debug_frames): Likewise.
395         (process_mips_specific): Likewise.
397 2001-08-21  Andreas Jaeger  <aj@suse.de>
399         * coffgrok.h: Add missing parameter for prototype of coff_grok.
401         * sysdump.c: Add missing prototypes.
402         * srconv.c: Likewise.
403         * unwind-ia64.c: Likewise.
404         * coffdump.c: Likewise.
406         * sysinfo.y: Print prototypes, include <ansidecl.h>.
408         * coffgrok.c: Add missing prototypes, include libiberty.h instead
409         of declaring xcalloc.
411 2001-08-10  H.J. Lu  <hjl@gnu.org>
413         * nm.c (print_value): Add one arg, bfd *.
414         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
415         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
416         (print_symbol_info_sysv): Likewise.
417         (print_symbol_info_posix): Likewise.
419         * objdump.c (dump_section_header): Replace printf_vma with
420         bfd_printf_vma.
421         (print_section_stabs): Likewise.
422         (dump_bfd_header): Likewise.
423         (objdump_print_value): Replace sprintf_vma with
424         bfd_sprintf_vma.
425         (disassemble_bytes): Likewise.
426         (dump_reloc_set): Likewise.
428 2001-08-10  Andreas Jaeger  <aj@suse.de>
430         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
431         to build warnings.
432         * configure: Regenerate.
434 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
436         * readelf.c: Add missing prototypes.
437         * objdump.c: Likewise.  Format existing prototypes.
439 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
441         * readelf.c (display_debug_info): Add to abbrev_offset the addend
442         of any RELA relocation for the abbrev_offset memory location that
443         refers to the .debug_abbrev section symbol.
445 2001-08-07  H.J. Lu  <hjl@gnu.org>
447         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
448         (main): Return process_file ().
450 2001-08-05  Philip Blundell  <philb@gnu.org>
452         * doc/binutils.texi: Use "Thumb" not "THUMB".
454 2001-08-03  John Healy  <jhealy@redhat.com>
456         Patch suggested by Frank Eigler <fche@redhat.com>.
457         * objdump.c (disassemble_data): Fill in section member of the
458         disasm_info structure.
460 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
462         * configure.in: Added --with-windres option.
463         * configure: Regenerated.
465 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
467         * doc/binutils.texi: Use @command{name} for commands;
468         use @option{-opt} for options; use @table @env for list of options;
469         remove spaces arround [ | ] in synopsis.
471         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
472         center title.
474 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
476         * objcopy.c: Fix formatting.
477         (section_rename): New structure.
478         (OPTION_RENAME_SECTION): New switch.
479         (copy_usage): Document new switch.
480         (add_section_rename): New function: Add a node to the section
481         rename list.
482         (find_section_rename): New function: Find the new name and
483         flags for a section.
484         (setup_section): Call find_section_name to determine the name
485         of the output section.
486         (copy_main): Handle OPTION_RENAME_SECTION.
487         * binutils.texi: Document new switch.
488         * NEWS: Mention new switch.
490 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
492         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
493         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
494         bug-binutils@gcc.org.
496 2001-07-28  Matthias Kramm  <kramm@quiss.org>
498         * bucomm.c (list_supported_architectures): New function.
499         * bucomm.h (list_supported_architectures): Declare.
500         * objdump.c (usage): Call the above.
502 2001-07-25  Dave Brolley  <brolley@redhat.com>
504         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
505         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
507 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
509         * README: Update for 2.11.  Change bug reporting email address.
510         * MAINTAINERS: Tidy up.  Change bug reporting email address.
512 2001-07-16  DJ Delorie  <dj@redhat.com>
514         * resres.c (write_res_header): Align header size.
515         (res_align_file): Calculate alignment correctly.
517         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
518         correct 10).
519         * resrc.c (write_rc_resource): Likewise.
520         * windres.h (SUBLANG_SHIFT): Define - as 10.
522 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
524         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
526 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
528         * MAINTAINERS: Add notes about branch checkins.
530 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
532         * readelf.c (display_debug_macinfo): New function, display
533         .debug_macinfo section.
534         (do_debug_macinfo): New variable.
535         (parse_args): Handle "-w[mM]" to mean display macro info.
536         (process_section_headers): Handle debug_macinfo.
537         (debug_displays): Replace unsupported function with macinfo
538         function for .debug_macinfo display.
539         * doc/binutils.texi: Document new command line switch.
540         * NEWS: Document new feature of readelf.
542 2001-07-05  H.J. Lu  <hjl@gnu.org>
544         * objcopy.c (filter_symbols): Don't turn undefined symbols
545         into local.
547 2001-07-03  H.J. Lu <hjl@gnu.org>
549         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
550         $@.pod.
551         (ar.1): Likewise.
552         (dlltool.1): Likewise.
553         (nlmconv.1): Likewise.
554         (nm.1): Likewise.
555         (objcopy.1): Likewise.
556         (objdump.1): Likewise.
557         (ranlib.1): Likewise.
558         (readelf.1): Likewise.
559         (size.1): Likewise.
560         (strings.1): Likewise.
561         (strip.1): Likewise.
562         (windres.1): Likewise.
563         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
564         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
565         $(DEMANGLER_NAME).
566         (as.1): Removed.
567         * doc/Makefile.in: Regenerated.
569 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
571         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
573 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
575         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
577 2001-06-29  James Cownie <jcownie@etnus.com>
579         * readelf.c: Support DWARF 2.1 attributes.
581 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
583         * readelf.c (GET_DATA_ALLOC): Remove.
584         (GET_DATA): Remove.
585         (get_data): New function combining above macros, with an extra
586         test for zero size.
587         (slurp_rela_relocs): Use get_data, and catch error return.
588         (slurp_rel_relocs): Likewise.
589         (get_32bit_program_headers): Likewise.
590         (get_64bit_program_headers): Likewise.
591         (get_32bit_section_headers): Likewise.
592         (get_64bit_section_headers): Likewise.
593         (get_32bit_elf_symbols): Likewise.
594         (get_64bit_elf_symbols): Likewise.
595         (process_section_headers): Likewise.
596         (process_relocs): Likewise.
597         (slurp_ia64_unwind_table): Likewise.
598         (process_unwind): Likewise.
599         (get_32bit_dynamic_segment): Likewise.
600         (get_64bit_dynamic_segment): Likewise.
601         (process_dynamic_segment): Likewise.
602         (process_version_sections): Likewise.
603         (process_symbol_table): Likewise.
604         (dump_section): Likewise.
605         (display_debug_info): Likewise.
606         (display_debug_section): Likewise.
607         (process_section_contents): Likewise.
608         (process_corefile_note_segment): Likewise.
609         (process_mips_specific): Likewise.  Also free econf32, econf64.
611 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
613         * readelf.c (dump_relocations): Print "bad symbol index" if
614         symtab == NULL with non-zero symtab_index.
615         (process_relocs): Don't bomb if reloc section has no symsec.
617 2001-06-24  H.J. Lu  <hjl@gnu.org>
619         * objcopy.c (strip_main): Revert the change made on 2001-05-30
620         by accident.
621         (copy_main): Apply the the change made to strip_main on
622         2001-05-30 by accident.
624 2001-06-23  Andreas Jaeger  <aj@suse.de>
626         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
627         parameter 'code'.
628         (unw_decode_x2): Likewise.
629         (unw_decode_x3): Likewise.
630         (unw_decode_x4): Likewise.
632 2001-06-23  Ben Elliston  <bje@redhat.com>
634         * MAINTAINERS: Add myself as M88k maintainer.
636 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
638         * objcopy.c (strip_main): Support -o or --output-file command lien
639         switch.
641 2001-06-19  H.J. Lu <hjl@gnu.org>
643         * doc/Makefile.in: Regenerated.
645 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
647         * readelf.c: Restore formatting.
649 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
651         * Makefile.am: Move documentation into doc subdirectory.
652         * Makefile.in: Regenerated.
653         * binutils.texi: Move into doc subdirectory.
654         * addr2line.1: Removed.
655         * ar.1: Likewise.
656         * dlltool.1: Likewise.
657         * nlmconv.1: Likewise.
658         * nm.1: Likewise.
659         * objcopy.1: Likewise.
660         * objdump.1: Likewise.
661         * ranlib.1: Likewise.
662         * readelf.1: Likewise.
663         * size.1: Likewise.
664         * strings.1: Likewise.
665         * strip.1: Likewise.
666         * windres.1: Likewise.
667         * cxxfilt.man: Likewise.
668         * doc: New Directory.
669         * doc/Makefile.am: New file.
670         * doc/Makefile.in: Generate.
672 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
674         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
676 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
678         * MAINTAINERS: Update my email address.
680 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
682         * objcopy.c: Add new switches: --keep-global-symbol,
683         --keep-symbols, --localize-symbols, --keep-global-symbols and
684         --weaken-symbols.
685         * binutils.texi: Document new switches.
686         * objcopy.1: Regenerate.
687         * NEWS: Announce new feature.
689 2001-05-28  Andreas Jaeger  <aj@suse.de>
691         * readelf.c (display_debug_frames): Fix warnings: Remove unused
692         variables, fix format strings.
694 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
696         * objdump.c (disassemble_bytes): Remove section VMA adjustment
697         when computing the address of the line to show.
699 2001-05-16  Richard Henderson  <rth@redhat.com>
701         * readelf.c (do_debug_frames_interp): New.
702         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
703         (byte_get_big_endian): Likewise.
704         (parse_args) ['F']: Set do_debug_frames_interp.
705         (Frame_Chunk): Make data_factor signed, add fde_encoding.
706         (frame_display_row): Don't trunc pc_begin to int.
707         (size_of_encoded_value): New.
708         (display_debug_frames): Handle 64-bit targets.  Print raw data
709         unless do_debug_frames_interp.
710         (debug_displays): Remove duplicate .debug_frame.
712 2001-05-15  Ralf Baechle  <ralf@gnu.org>
714         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
715         The former constant was never in active use and is used otherwise
716         by the ABI.
718 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
720         * readelf.c (process_unwind): Print all unwind sections, not just
721         one.
723 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
725         * readelf.c (process_unwind): Remove const specifier.
727 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
729         * strings.c (isgraphic): Do not use isascii() unless it is needed
730         for isprint() to work.
731         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
733 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
735         * NEWS: Announce support for OpenRISC.
737 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
739         * dlltool.c (do_default_excludes): Initialise to true.
741 2001-04-10  Alan Modra  <amodra@one.net.au>
743         * MAINTAINERS: Update my email address
744         * nm.c (print_symbol_info_bsd): Use a simple printf string.
746 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
748         * readelf.c (display_debug_lines): Fix typo for "Prologue".
750 2001-03-30  H.J. Lu  <hjl@gnu.org>
752         * readelf.c (process_unwind): Just return if do_unwind is 0.
754 2001-03-28  Roger Sayle  <roger@metaphorics.com>
756         * dlltool.c (make_one_lib_file): Fix section flags for
757         .text, .data and .bss in stub ds*.o files to match those
758         generated by gas.
760 2001-03-29  H.J. Lu  <hjl@gnu.org>
762         * readelf.c (process_unwind): Only do unwind sections for
763         IA64.
765 2001-03-28  H.J. Lu  <hjl@gnu.org>
767         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
768         * Makefile.in: Regenerate.
770 2001-03-26  Andreas Jaeger  <aj@suse.de>
772         * binutils.texi (nm): Fix texi syntax.
774 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
776         * binutils.texi: Put @c man begin and @c man end indications
777         to generate man pages using texi2pod and pod2man. Put @c man title
778         to identify each man. Add SEEALSO entries.
779         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
780         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
781         sort the list.
782         (*.1): Build the man pages from binutils.texi.
783         * Makefile.in: Regenerate.
785 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
787         * defparse.y (opt_equal_name): allow "." in name.
788         * dlltool.c (def_exports): Added ability to generate forwarded exports.
789         (gen_exp_file): Likewise.
791 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
793         * NEWS: Document addition of -B switch to objcopy.
794         * binutils.texi:  Document addition of -B switch to objcopy.
795         * objcopy.c: (copy_options): Add --binary-architecture.
796         (copy_usage): Document -B/--binary-architecture.
797         (copy_main): Support -B/--binary-architecture.  Set
798         bfd_external_binary_architecture.
800 2001-03-11  Andreas Jaeger  <aj@suse.de>
802         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
803         (dump_relocations): Likewise.
804         (get_machine_name): Likewise.
806 2001-02-28  Nick Clifton  <nickc@redhat.com>
808         * readelf.c: (struct unw_aux_info): Remove const modifier for
809         'strtab' field.
810         (process_unwind): Remove non-K&R compliant LHS type cast in call
811         to GET_DATA_ALLOC macro.
813 2001-02-28  Philip Blundell  <pb@futuretv.com>
815         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
816         ABI is in use; remove ambiguity between the "unknown" EABI and
817         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
818         renamed EF_xx constants.
820 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
822         * configure.in (BFD_VERSION): New.
823         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
824         * configure: Regenerate.
825         * Makefile.am: Run "make dep-am"
826         * Makefile.in: Regenerate.
828 2001-02-14  Nick Clifton  <nickc@redhat.com>
830         * MAINTAINERS: Add "Obvious Fix" rule.
832 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
834         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
835         literal concatenation.
837 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
839         * readelf.c (struct unw_aux_info): Remove const from the info member.
840         (process_unwind): Don't type-cast the third argument to the
841         GET_DATA_ALLOC macro.
843 2001-02-11  Nick Clifton  <nickc@redhat.com>
845         * readelf.c (dump_relocations): Free corrected allocated
846         array.
847         (process_unwind): Fix compile time warning.
849 2001-02-10  Nick Clifton  <nickc@redhat.com>
851         * binutils.texi: Document new --unwind option to readelf.
853 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
855         * readelf.c: Add linux target for S/390.
857 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
859         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
860         printf is a macro.
862 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
864         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
865         * aclocal.m4: Regenerate.
866         * configure: Regenerate.
868 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
870         * bucomm.c (bfd_target_vector): Change extern array to pointer.
871         * objdump.c (bfd_target_vector): Likewise.
873 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
875         * readelf.c (process_unwind): New function.
876         (slurp_ia64_unwind_table): Ditto.
877         (dump_ia64_unwind): Ditto.
878         (find_symbol_for_address): Ditto.
879         (slurp_rela_relocs): New function (split off from dump_relocations()).
880         (slurp_rel_relocs): Ditto.
881         (parse_args): Handle '-u' option.
883         * unwind-ia64.c: New file.
884         * unwind-ia64.h: New file.
885         * Makefile.am: Include unwind-ia64.c in readelf build.
886         * Makefile.in: Regenerate.
887         * po/binutils.pot: Regenerate.
889 2001-02-04  Philip Blundell  <philb@gnu.org>
891         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
892         * configure: Regenerate.
894 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
896         * ieee.c (ieee_add_bb11): Don't check for backslashes
897         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
899 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
901         * ieee.c: Update copyright.
902         (ieee_start_compilation_unit): Don't check for backslashes
903         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
905         * stabs.c: Update copyright. Include "filenames.h".
906         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
908 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
910         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
911         sections are present before using them.  Remove code duplication.
912         (process_symbol_table): Check if VERDEF or VERNEED sections are
913         present before using them.
915 2001-01-17  Nick Clifton  <nickc@redhat.com>
917         * objcopy.c (copy_object): Fail if attempting to convert the
918         endianness of the input object file.
920         * binutils.texi: Explain that objcopy cannot convert endianness.
922 2001-01-16  Nick Clifton  <nickc@redhat.com>
924         * readelf.c (string_table_length): New variable.
925         (SECTION_NAME): Catch out of range indices and missing section
926         pointers.
927         (process_section_headers): Delete useless local variable
928         string_table_offset.  Set the value of string_table_length
929         after loading the string table.
930         (process_mips_specific): Use SECTION_NAME macro.
931         (process_file): Set string_table_length to 0 when it is freed.
933 2001-01-12  Nick Clifton  <nickc@redhat.com>
935         * version.c (print_version): Update copyright date.
937 2001-01-11  Peter Targett  <peter.targett@arccores.com>
939         * readelf.c (dump_relocations): Include selection with EM_ARC.
940         (get_machine_name) Update name to "ARC".
942 2001-01-09  Nick Clifton  <nickc@redhat.com>
944         * Makefile.am: Add rule to build objdump.o from objdump.c and
945         using OBJDUMP_DEFS.
946         * Makefile.in: Regenerate.
948         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
949         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
950         -DDISASSEMBLER_NEEDS_RELOCS.
951         * configure: Regenerate.
953         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
954         is defined read in the relocs even if dump_reloc_info is
955         false.
957 2001-01-07  Philip Blundell  <philb@gnu.org>
959         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
960         `bug-binutils'.
961         * README: Likewise.
963 2000-12-19  Nick Clifton  <nickc@redhat.com>
965         * dlltool.c: Add missing support for arm-epoc-pe.
966         * configure.in: Add missing support for arm-epoc-pe.
967         * configure: Regenerate.
969 2000-12-15  Nick Clifton  <nickc@redhat.com>
971         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
972         Mode parts of the x86 port.
974 2000-12-04  Andreas Jaeger  <aj@suse.de>
976         * readelf.c (guess_is_rela): Add EM_X86_64.
977         (dump_relocations): Add EM_X86_64.
978         (get_machine_name): Add EM_X86_64.
979         Include "elf/x86-64.h".
981 2000-12-12  Nick Clifton  <nickc@redhat.com>
983         * readelf.c: Fix formatting.
985 2000-12-11  Jan Hubicka  <jh@suse.cz>
987         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
989 2000-12-07  Andrew Haley  <aph@redhat.com>
991         * readelf.c (display_debug_frames): Only display columns that are
992         referenced by the frame debug info.
994 2000-12-05  Nick Clifton  <nickc@redhat.com>
996         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
998 2000-12-04  Jason Merrill  <jason@redhat.com>
1000         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1001         (display_debug_section): Likewise.
1002         (display_debug_info): Display CU header before bailing.
1004 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1006         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1007         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1008         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1010         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1011         and E_MIPS_ARCH_64.
1013         * readelf.c (get_machine_flags): Add case for
1014         E_MIPS_MACH_SB1.
1016 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1018         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1020 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1022         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
1023         Change sourceware.cygnus.com to sources.redhat.com.
1024         Fix typo for "amongst".
1026 2000-11-28  Nick Clifton  <nickc@redhat.com>
1028         * strip.1 (COPYING): Mention that the GNU Free Documentation
1029         License is present in the sources, but not the output, and
1030         also available from the GNU website.
1031         (GNU Free Documentation License): Comment out this section.
1032         * strings.1: Ditto.
1033         * size.1: Ditto.
1034         * ranlib.1: Ditto.
1035         * objdump.1: Ditto.
1036         * objcopy.1: Ditto.
1037         * nm.1: Ditto.
1038         * nlmconv.1: Ditto.
1039         * ar.1: Ditto.
1040         * addr2line.1: Ditto.
1042 2000-11-27  DJ Delorie  <dj@redhat.com>
1044         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1045         (parse_args): Support -wf option.
1046         (process_section_headers): Ditto.
1047         (debug_displays): Ditto.
1048         (display_debug_frames): New, dump *_frame sections.
1049         (frame_need_space): Support for above.
1050         (frame_display_row): Ditto.
1051         * binutils.texi: Document it.
1053 2000-11-24  Nick Clifton  <nickc@redhat.com>
1055         * NEWS: Announce support for v5t, v5te and XScale.
1057 2000-11-22  Nick Clifton  <nickc@redhat.com>
1059         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1060         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1061         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1062         (get_elf_section_flags: Add SHF_GROUP.
1063         (process_section_headers): Adjust output for 32-bit binaries
1064         to look nice on an 80 column terminal.
1066 2000-11-20  H.J. Lu  <hjl@gnu.org>
1068         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1069         ELFOSABI_AIX.
1071 2000-11-17  Richard Henderson  <rth@redhat.com>
1073         * readelf.c (display_debug_lines): Adjust last change to
1074         use sizeof (external->li_length).
1076 2000-11-17  Richard Henderson  <rth@redhat.com>
1078         * readelf.c (display_debug_lines): Fix section length check
1079         and end_of_sequence computation.
1081 2000-11-06  Nick Clifton  <nickc@redhat.com>
1083         * binutils.texi: Add GNU Free Documentation License.
1084         * objcopy.1: Add GNU Free Documentation License.
1085         * objdump.1: Add GNU Free Documentation License.
1086         * addr2line.1: Add GNU Free Documentation License.
1087         * ar.1: Add GNU Free Documentation License.
1088         * nlmconv.1: Add GNU Free Documentation License.
1089         * nm.1: Add GNU Free Documentation License.
1090         * ranlib.1: Add GNU Free Documentation License.
1091         * size.1: Add GNU Free Documentation License.
1092         * strings.1: Add GNU Free Documentation License.
1093         * strip.1: Add GNU Free Documentation License.
1095 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
1097         * objcopy.c (--srec-len=nn): New parameter to set the
1098         maximum length of generated Srecords.
1099         (--srec-forceS3): New parameter that restricts the generation of
1100         Srecords to type S3 only.
1101         * binutils.texi: Document new command line switches.
1102         * objcopy.1: Docuemnt the new command line switches.
1103         * NEWS: Announce the existence of the new command line switches.
1105 2000-10-31  Nick Clifton  <nickc@redhat.com>
1107         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1108         code.  Add Eric Chrisopher as maintainer of MN10300 port.
1110 2000-10-12  Roger Sayle  <roger@metaphorics.com>
1112         * Make comma after string after icon/control optional.
1114 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1116         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1118         * NEWS: Mention support for MIPS32.
1120 2000-09-08  Nick Clifton  <nickc@redhat.com>
1122         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1124 2000-09-07  H.J. Lu  <hjl@gnu.org>
1126         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1127         * configure: Rebuild.
1129 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1131         * configure: Rebuilt with new libtool.m4.
1133 2000-09-05  Nick Clifton  <nickc@redhat.com>
1135         * aclocal.m4: Regenerate.
1136         * config.in: Regenerate.
1137         * configure: Regenerate.
1139 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
1141         * strip.1: Fix stray '\' in -o formatting.
1143 2000-09-02  Nick Clifton  <nickc@redhat.com>
1145         * configure.in: Increase version number to 2.10.91.
1146         * configure: Regenerate.
1147         * aclocal.m4: Regenerate.
1148         * config.in: Regenerate.
1149         * po/binutils.pot: Regenerate.
1151 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1153         * acinclude.m4: Include libtool and gettext macros from the
1154         top level.
1155         * aclocal.m4, configure: Rebuilt.
1157 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
1159         * resrc.c (close_input_stream): Delete extraneous logic
1161 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1163         * NEWS: Mention support for CRIS.
1165 2000-08-21  Nick Clifton  <nickc@redhat.com>
1167         * addr2line.c: Changed email address for Ulrich Lauther.
1169 2000-08-17  Christopher C. Chimelis <chris@debian.org>
1171         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1173 2000-08-17  Nick Clifton  <nickc@redhat.com>
1175         * readelf.c (display_debug_pubnames): Only issue warning
1176         message once.  Terminate message with a new line.
1177         (display_debug_aranges): Only display version 2 debug info.
1179 2000-08-14  Todd Vierling <tv@wasabisystems.com>
1181         * objcopy.c (strip_main): Silently accept -d as an alias for -g
1182         for compatability with old BSD systems.
1184 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1186         * NEWS: Mention i860 support.
1188 2000-08-11  Carlo Wood <carlo@alinoe.com>
1190         * addr2line.c (main): Add const to char *.
1192 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
1194         * ar.c (main): Don't crash if called with no arguments
1195         or only '-X32_64' as an argument.
1197 2000-08-08  DJ Delorie  <dj@redhat.com>
1199         * resrc.c: use "gcc -xc" instead of -xc-header
1201 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
1203         * readelf.c (elf/i860.h): Include.
1204         (dump_relocations): Add recognition of i860 architecture.
1205         (guess_is_rela): Add recognition of i860 architecture.
1207 2000-08-03  Nick Clifton  <nickc@cygnus.com>
1209         * MAINTAINERS: Add information about CGEN maintainers.
1211 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
1213         * nm.c (main): Ignore '-X32_64' as an option.
1214         * ar.c (main): Likewise.
1215         * binutils.texi (nm): Document new option.
1216         (ar): Likewise.
1218 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1220         * rdcoff.c (external_coff_symbol_p): K&R-ise.
1222 2000-07-20  H.J. Lu  <hjl@gnu.org>
1224         * binutils.texi: Put back "@end table" deleted by
1225         accident.
1227 2000-07-05  Kenneth Block  <krblock@computer.org>
1229         * nm.c: Add optional style to demangle switch.
1230         * objdump.c: Add optional style to demangle switch.
1231         * addr2line.c: Add optional style to demangle switch.
1232         * binutils.texi: Document optional style to demangle
1233         switch.
1235 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1237         * MAINTAINERS: Add self as CRIS port maintainer.
1238         * readelf.c: Include elf/cris.h.
1239         (guess_is_rela): Handle EM_CRIS.
1240         (dump_relocations): Ditto.
1241         (get_machine_name): Ditto.
1242         * Makefile.am: Rebuild dependencies.
1243         * Makefile.in: Regenerate.
1244         * po/binutils.pot: Regenerate.
1246 2000-07-19  H.J. Lu  <hjl@gnu.org>
1248         * readelf.c (get_dynamic_type): Change "AUXILARY" to
1249         "AUXILIARY".
1250         (process_dynamic_segment): Print out strings for DT_CONFIG,
1251         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1253 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
1255         * nm.c (usage): Change output of `nm --help' to include a
1256         description of the purpose of the program and a detailed
1257         description of the accepted options.
1259 2000-07-19  H.J. Lu  <hjl@gnu.org>
1261         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1262         to DF_1_NODEFLIB.
1264 2000-07-19  H.J. Lu  <hjl@gnu.org>
1266         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1268 2000-07-19  H.J. Lu  <hjl@gnu.org>
1270         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1271         DT_FEATURE.
1272         (process_dynamic_segment): Likewise.
1274         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1275         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1276         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1277         DF_1_NODUMP and DF_1_CONLFAT.
1279 2000-07-18  Nick Clifton  <nickc@cygnus.com>
1281         * binutils.texi (readelf): Fix spelling typo.
1283 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
1285         * objdump.c (usage): Make output of `objdump --help' more
1286         consistent with the rest of the GNU world.  Add a line describing
1287         the purpose of the program.
1289 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
1291         * stabs.c (parse_stab_range_type): Cast to proper type to fix
1292         warning.
1294 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
1296         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1297         to fix warnings.
1298         (process_symbol_table): Ditto.
1299         (procesS_extended_line_op): Ditto.
1300         (display_debug_lines): Ditto.
1301         (display_debug_pubnames): Ditto.
1302         (read_and_display_attr): Ditto.
1304 2000-07-09  Nick Clifton  <nickc@cygnus.com>
1306         * MAINTAINERS: Add several more port specific maintainers.
1308 2000-07-05  Nick Clifton  <nickc@cygnus.com>
1310         * MAINTAINERS: Add blanket write privs for Michael Meissner.
1312 2000-06-05  DJ Delorie  <dj@redhat.com>
1314         * MAINTAINERS: New.
1316 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
1318         * dllwrap.c: Changed mistaken dyn_string_append() calls
1319         to dyn_string_append_cstr().
1321 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
1323         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1324         struct debug_type stores size in bytes.
1326 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1328         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1329         (CLEANFILES): Add DEPA.
1330         * Makefile.in: Regenerate.
1332 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
1334         * ar.c: Revert incorrect 2000-06-25 patch.
1335         * bucomm.c: Likewise.
1337 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1339         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1340         (external_coff_symbol_p): New function.
1341         (parse_coff): Use it.
1343 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
1345         * ar.c (normalize): Advance past both characters in a DOS based
1346         <letter>: filepath prefix.
1347         (main): Likewise.
1348         * bucomm.c (make_tempname): Likewise.
1350 2000-06-24  Nick Clifton  <nickc@cygnus.com>
1352         * objdump.c (usage): Fix description of --stabs switch.
1354 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1356         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1357         find one.
1358         * Makefile.in: Regenerate.
1360 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
1362         * ar.c (normalize): Correct pointer comparison when checking for
1363         backslashes.
1364         (main): Likewise.
1365         * bucomm.c (make_tempname): Likewise.
1367         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1368         and search for backslashes in the original pathname.
1369         (ieee_add_bb11): Likewise.
1371 2000-06-18  Nick Clifton  <nickc@redhat.com>
1373         * ar.c (print_contents): Improve verbose message.
1375 2000-06-15  H.J. Lu  <hjl@gnu.org>
1377         * dyn-string.c: Removed. Not needed with dyn-string.c in
1378         libiberty.
1379         * dyn-string.h: Likewise.
1381         * Makefile.am: Remove references to dyn-string.c and
1382         dyn-string.h. Rebuild dependency.
1383         * Makefile.in: Rebuild.
1385 2000-06-15  H.J. Lu  <hjl@gnu.org>
1387         * binutils.texi: Put a warning on copying relocatable object
1388         files between two different formats.
1390 2000-06-13  DJ Delorie  <dj@cygnus.com>
1392         * rcparse.y (control): ICON controls take an id as the first
1393         parameter, not an optional string.  Also, call new convenience
1394         function that takes res_id's.
1395         * resrc.c (define_control): missing text means zero-length string,
1396         not zero ID.
1397         (define_icon_control): New.
1398         * windres.h: declare define_icon_control.
1400 2000-06-13  H.J. Lu  <hjl@gnu.org>
1402         * configure: Regenerate.
1404 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1406         * configure.in (VERSION): Update to show this is the CVS mainline.
1408 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
1410         * strings.c (isgraphic): Interpret <TAB> as a printable character,
1411         analogous to <SPACE>.
1413 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
1415         * objdump.c (display_target_list): Use bfd_close_all_done, not
1416         bfd_close to fix crash caused by 2000-05-24 change.
1418 2000-05-25  DJ Delorie  <dj@cygnus.com>
1420         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1422 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1424         * Makefile.am: Update dependencies with "make dep-am"
1425         * Makefile.in: Regenerate.
1427 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1429         * ar.c: Include filenames.h.
1430         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1431         and drive letters in file names.
1432         (main): Support backslashes and drive letters in argv[0].  Drop
1433         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
1434         FILENAME_CMP instead of strcmp to compare file names.
1435         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1436         DJGPP v2.
1437         (do_quick_append) [__GO32__]: Ditto.
1438         (get_pos_bfd, delete_members, move_members, replace_members):
1439         Compare file names with FILENAME_CMP.
1441         * bucomm.c: Include filenames.h.
1442         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1443         forward/backward slashes and drive letters in file names.
1445         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1446         mixed forward/backward slashes and drive letters in file names.
1448         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1449         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1450         mode.
1452         * objcopy.c: Include filenames.h.
1453         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1454         before comparing to "strip".
1455         Use FILENAME_CMP to compare file names.
1457         * arsup.c: Include filenames.h.
1458         (map_over_list, ar_delete, ar_replace, ar_extract): Use
1459         FILENAME_CMP to compare file names.
1460         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1461         the temporary file name.
1463         * configure.in: Check for setmode.
1464         * configure: Regenerate.
1466 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
1468         * objdump.c (display_target_list): Close the bfd.
1469         (display_info_table): Likewise.
1471 2000-05-14  H.J. Lu  (hjl@gnu.org)
1473         * objcopy.c (filter_symbols): Don't strip global symbols in
1474         relocatable object files.
1476 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
1478         * size.c (usage): Associate short options with corresponding long
1479         option to give a clue as to their function.
1481 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
1483         * size.c (main): Accept and ignore `-f' option.
1485 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1487         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1488         bindtextdomain): Replace defines with those from intl/libgettext.h
1489         to quieten gcc warnings.
1491 2000-05-12  H.J. Lu  <hjl@gnu.org>
1493         * nlmconv.c (temp_filename): Removed.
1495         * nlmconv.c (link_inputs): Use make_temp_file () instead of
1496         choose_temp_base ().
1497         * objdump.c (display_target_list): Likewise.
1498         (display_info_table): Likewise.
1500 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
1502         * objcopy.c (setup_section): Add const and gettext calls for err.
1504 2000-05-02  H.J. Lu  <hjl@gnu.org>
1506         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1507         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1508         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1509         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1510         and ELFOSABI_OPENBSD.
1512 2000-05-02  Kazu Hirata  <kazu@hxi.com>
1514         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1515         * srconv.c: Likewise.
1516         * sysdump.c: Likewise.
1518 2000-04-23  Denis Chertykov  <denisc@overta.ru>
1520         * readelf.c (guess_is_rela): AVR uses RELA relocations.
1521         (get_machine_name): machine name for EM_AVR added.
1523 2000-04-21  Richard Henderson  <rth@cygnus.com>
1524             David Mosberger  <davidm@hpl.hp.com>
1526         * Makefile.am (readelf.o): Add elf/ia64.h.
1527         * Makefile.in: Rebuild.
1528         * readelf.c: Include elf/ia64.h.
1529         (guess_is_rela, dump_relocations): Handle EM_IA_64.
1531 2000-04-17  Timothy Wall  <twall@cygnus.com>
1533         * objdump.c (disassemble_data): Set octets per byte *after*
1534         resolving arch/mach for binary files.
1536 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1538         * arlex.l: Add directives to increase lex buffer size.
1540         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1541         already included by bucomm.h.
1543 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
1545         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1546         `strftime' since strftime is not available on all systems.
1547         (process_mips_specific): Ditto.
1549 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
1551         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1552         --enable-build-warnings option.
1553         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1554         * Makefile.in, configure: Re-generate.
1556 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
1558         * addr2line.c: Update copyright.
1559         * objcopy.1: Likewise, and title.
1560         * strings.1: Likewise.
1562         * version.c (print_version): Add 2000.
1564         * rddbg.c (read_section_stabs_debugging_info): Don't use
1565         bfd_size_type for strx to avoid printf problems if BFD64.
1567         * bucomm.c: (report): Remove `static'.
1568         Move inclusion of stdarg.h/vararg.h from here.
1569         * bucomm.h: To here.
1570         (CONST): Change all occurences to const.
1571         (report): Declare it.
1572         (bfd_fatal): Add ATTRIBUTE_NORETURN.
1573         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1574         (non_fatal): Add ATTRIBUTE_PRINTF_1.
1576         * ar.c (main): Use fatal or non_fatal instead of fprintf.
1577         Correct a typo in an error message.
1578         (do_quick_append): Use non_fatal instead of fprintf.
1579         (move_members): Use fatal instead of fprintf, exit.
1580         * coffdump.c (main): Same here.
1582         * dlltool.c (display): Delete.
1583         (warn): Delete.
1584         (inform): Use `report' instead of `display'.
1585         (rvaafter): Remove trailing \n from fatal error msg.
1586         (rvabefore): Ditto.
1587         (asm_prefix): Ditto.
1588         (yyerror): Replace `warn' with `non_fatal', and remove \n.
1589         (def_name): Likewise.
1590         (run): Likewise.
1591         (scan_all_symbols): Likewise.
1592         (gen_lib_file): Likewise.
1593         (def_library): Likewise.  Remove extra program_name too.
1594         (run): Remove \n from inform strings.
1595         (scan_drectve_symbols): Likewise.
1596         (add_excludes): Likewise.
1597         (scan_open_obj_file): Likewise.
1598         (gen_exp_file): Likewise.
1599         (gen_lib_file): Likewise.
1600         (process_duplicates): Likewise.
1602         * Makefile.am (dllwrap_SOURCES): Add version.c.
1603         * dllwrap.c (program_version): Delete.
1604         (print_version): Delete.
1605         (display): Always print trailing \n.
1606         (warn): New.
1607         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
1608         (run): Here too.
1609         (main): And here.
1610         (usage): gettext'ify.
1611         (long_options): Add missing initialisers.
1613         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1614         (select_output_format): Likewise.
1615         (powerpc_mangle_relocs): Likewise.
1616         (link_inputs): Likewise.
1618         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1619         (set_output_format): Likewise.
1620         (main): Use non_fatal instead of fprintf.
1621         (display_rel_file): Likewise.
1623         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1624         (slurp_dynamic_symtab): Same here.
1625         (disassemble_data): And here.
1626         (read_section_stabs): And here.
1627         (read_section_stabs): And here.
1628         (dump_bfd): And here.
1629         (main): And here.
1630         (objdump_sprintf): Use fatal instead of fprintf, exit.
1631         (disassemble_data): Same here.
1633         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1634         (parse_coff_struct_type): Same here.
1635         (parse_coff_enum_type): And here.
1636         (parse_coff): And here.
1637         * rddbg.c (read_debugging_info): And here.
1638         * size.c (main): And here.
1639         * windres.c (format_from_name): And here.
1640         * wrstabs.c (stab_write_symbol): Here too.
1641         (write_stabs_in_sections_debugging_info): And here.
1642         (stab_int_type): And here.
1643         (stab_struct_field): And here.
1644         (stab_typdef): And here.
1646         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1647         * srconv.c (main): Same here.
1648         * strings.c (main): And here.
1649         (integer_arg): And here.
1650         * sysdump.c (main): And here.
1652 2000-04-06  Timothy Wall  <twall@cygnus.com>
1654         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1656 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
1658         * readelf.c (decode_location_expression): Loop through multiple
1659         operations.
1660         (read_and_display_attr): Pass in length.
1662         * readelf.c (read_and_display_attr): Add CU offset to references.
1663         (display_debug_info): Pass it in.
1665 2000-04-06  Nick Clifton  <nickc@cygnus.com>
1667         * readelf.c (decode_ARM_machine_flags): New function.
1668         (get_machine_flags): Call decode_ARM_machine_flags for ARM
1669         targets.
1671         (get_machine_name): Catch EM_AVR
1673 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
1675         * binutils.texi: Remove optional `=' from long options that have
1676         an `=' in the argument.
1677         * objcopy.1: Here too.  Remove extra space on discard-all.
1679         * binutils.texi (objcopy): Mention --redefine-sym.
1680         * objcopy.1: Here too.
1681         * NEWS: And here.
1683         * objcopy.c (parse_flags): Split off flag names from error message
1684         gettext as they are not translated.
1685         (copy_main): Similarly split off option name for --add-section,
1686         --set-section-flags, --change-section-vma, --change-section-lma
1687         error messages.
1688         Some white space changes.
1690         from Matthew Benjamin <matt@linuxbox.nu>
1691         * objcopy.c (struct redefine_node): New.
1692         (redefine_sym_list): New.
1693         (redefine_list_append): New.
1694         (lookup_sym_redefinition): New.
1695         (OPTION_REDEFINE_SYM): New.
1696         (copy_options): Add --redefine-sym option.
1697         (copy_usage): Mention it.
1698         (filter_symbols): Rename symbols on redefine_sym_list.
1699         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1700         (copy_main): Handle OPTION_REDEFINE_SYM.
1702 2000-04-04  H.J. Lu  <hjl@gnu.org>
1704         * readelf.c (process_symbol_table): Correctly read in symbol
1705         versioning information.
1707 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1709         * po/binutils.pot: Regenerate.
1711         * addr2line.c (usage): Restore translated part of bug string.
1712         * ar.c (usage): Likewise.
1713         * nlmconv.c (show_usage): Likewise.
1714         * nm.c (usage): Likewise.
1715         * objcopy.c (copy_usage): Likewise.
1716         (strip_usage): Likewise.
1717         * objdump.c (usage): Likewise.
1718         * readelf.c (usage): Likewise.
1719         * size.c (usage): Likewise.
1720         * strings.c (usage): Likewise.
1721         * windres.c (usage): Likewise.
1723         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1724         (DEP): Quote when passing vars to sub-make.  Add warning
1725         message to end.
1726         (DEP1): Rewrite for "gcc -MM".
1727         (CLEANFILES): Add DEP2.
1728         Update dependencies.
1729         * Makefile.in: Regenerate.
1731 2000-04-04  H.J. Lu  <hjl@gnu.org>
1733         * Makefile.am (GENERATED_HFILES): Add rcparse.h
1734         (arparse.h): Depend on arparse.c
1735         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1737 2000-04-03  H.J. Lu  (hjl@gnu.org)
1739         * size.c (usage): Use REPORT_BUGS_TO.
1741 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1743         * bucomm.h: #include "bin-bugs.h"
1744         * addr2line.c (usage): Use REPORT_BUGS_TO.
1745         * ar.c (usage): Likewise.
1746         * nlmconv.c (show_usage): Likewise.
1747         * nm.c (usage): Likewise.
1748         (OPTION_TARGET): Define.
1749         (long_options): Use OPTION_TARGET rather than 200.
1750         (main): Likewise.
1752         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1753         (strip_usage): Likewise.
1754         * objdump.c (usage): Likewise.
1755         * readelf.c (usage): Likewise.
1756         * strings.c (usage): Likewise.
1757         * windres.c (usage): Likewise.
1759 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1761         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1763 2000-03-27  Nick Clifton  <nickc@cygnus.com>
1765         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1766         string offsets in corrupt stabs entries.
1768 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
1770         * readelf.c: Include elf/avr.h
1771         (dump_relocations): Add EM_AVR case.
1773 2000-03-09  Tim Waugh  <twaugh@redhat.com>
1775         * strings.1: Correct '-bytes' to '--bytes'.
1777 2000-03-08  H.J. Lu  <hjl@gnu.org>
1779         * Makefile.am (install-exec-local): Depend on
1780         install-binPROGRAMS for parallel make.
1781         * Makefile.in: Regenerated.
1783 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
1785         From Brad Lucier <lucier@math.purdue.edu>:
1786         * readelf.c (process_dynamic_segment): Add cast to make sure
1787         argument to %* is int.
1789 2000-02-25  H.J. Lu  <hjl@gnu.org>
1791         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1793 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1795         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1796         * configure: Regenerate.
1798         * dlltool.c: Add support for sh-pe and mips-pe targets.
1799         * rescoff.c: Add support for sh-pe and mips-pe targets.
1801 2000-02-23  H.J. Lu  <hjl@gnu.org>
1803         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1805 2000-02-22  Nick Clifton  <nickc@cygnus.com>
1807         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1809 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
1811         From Brad Lucier <lucier@math.purdue.edu>:
1812         * readelf.c (process_version_sections): Add casts to make sure
1813         argument to %* is an int.
1814         (process_mips_specific): Add casts to make printf arguments match
1815         format.
1817 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1819         * objdump.c (dump_section_header): Change `opb' to unsigned.
1820         (find_symbol_for_address): Same here.
1821         (disassemble_data): And here.  Change `addr_offset',
1822         `stop_offset', `nextstop_offset' to unsigned long.
1823         (dump_data): Change opb to unsigned.
1825 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
1827         * resrc.c: Remove unmatched #if for cygwin.
1829 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
1831         * binutils.texi: Document the change of flavor name from atpcs-special
1832         to special-atpcs to prevent name conflict in gdb.
1834 2000-02-08  Timothy Wall  <twall@redhat.com>
1836         * objdump.c (show_line): Fix bug preventing printing of the very
1837         first line (line zero) of a file when interlisting source and
1838         assembly.  Added option to print entire context from start of file
1839         when the first line from that file is encountered.
1841 2000-02-03  Timothy Wall <twall@redhat.com>
1843         * objdump.c (dump_section_header, find_symbol_for_address,
1844         show_line, disassemble_bytes, disassemble_data, dump_data):
1845         distinguish between octets and bytes.
1847 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
1849         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1850         check to unresolved symbols.
1851         (print_symbol_info_sysv):  Ditto.
1852         (print_symbol_info_posix):  Ditto.
1854         * binutils.texi: Document new 'V' symclass flag for nm.
1856 2000-01-27  Nick Clifton  <nickc@redhat.com>
1858         * binutils.texi (objdump): Document new ARM specific
1859         disassembler options.
1861         * objdump.c (usage): Call disassembler_usage().
1863 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1865         * readelf.c (get_dynamic_flags): Return buff.
1866         (process_dynamic_segment): Don't pass error strings to printf
1867         as format arg.
1868         (read_and_display_attr): Use lx and ld to print longs.
1869         (process_corefile_note_segment): Cast bfd_vma to unsigned long
1870         before printing.
1871         Update copyright.
1873 2000-01-17  Nick Clifton  <nickc@cygnus.com>
1875         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1877 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
1879         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1880         false.
1881         (debug_tag_type): Here too.
1882         * ieee.c (ieee_builtin_type): And here.
1883         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1885 2000-01-13  Nick Clifton  <nickc@cygnus.com>
1887         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1888         System/370".
1890 2000-01-11  Nick Clifton  <nickc@cygnus.com>
1892         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1894 2000-01-10  Nick Clifton  <nickc@cygnus.com>
1896         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1898 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
1900         * windres.c (long_options): Add --use-temp-file and
1901         --no-use-temp-file options.
1902         (usage): Document.
1903         (main): Handle.
1905         * windres.h: Update read_rc_file prototype.
1907         * resrc.c (cpp_temp_file): New static variable.
1908         (istream_type): New static variable.
1909         (close_pipe): Delete function.
1910         (run_cmd): New static function.
1911         (open_input_stream): New static function.
1912         (close_input_stream): New static function.
1913         (look_for_default): Handle DOS directory separator. Use
1914         open_input_stream instead of popen.
1915         (read_rc_file): Likewise.
1917         * binutils.texi: Document --use-temp-file, --no-use-temp-file
1918         options.
1920 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
1922         * dlltool.c (create_compat_implib): New variable.
1923         (gen_exp_file): Use.
1924         (make_one_lib_file): Use.
1925         (long_options): Add --compat-implib option.
1926         (usage): Handle.
1927         (main): Handle.
1929         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1930         (main): Use. Don't look for "32" in cygwin and mingw target names.
1932 2000-01-03  Nick Clifton  <nickc@cygnus.com>
1934         * binutils.texi: Document new, ARM specific disassembler
1935         command line switch "-M force-thumb".
1937 For older changes see ChangeLog-9899
1939 Local Variables:
1940 mode: change-log
1941 left-margin: 8
1942 fill-column: 74
1943 version-control: never
1944 End: