2003-06-03 Michael Snyder <msnyder@redhat.com>
[binutils.git] / binutils / ChangeLog
blob3d271bf4db90e207549cf8e2475deaceab89ab80
1 2003-05-23  Jakub Jelinek  <jakub@redhat.com>
3         * readelf.c (get_segment_type): Handle PT_GNU_STACK.
5 2003-06-03  Elias Athanasopoulos  <elathan@phys.uoa.gr>
7         * NEWS: Document the new BSD/POSIX single-character mapping for
8         .comment/.note sections.
9         
10 2003-06-02  Chris Demetriou  <cgd@broadcom.com>
11             Jason Thorpe  <thorpej@wasabisystems.com>
13         * objcopy.c (redefine_list_append): Add an argument that
14         indicates the context from which this function is being
15         called.  Change all callers.
16         (copy_options): Add a new option, --redefine-syms.
17         (copy_usage): Document new option.
18         (copy_main): Handle the --redefine-syms option.
19         * doc/binutils.text (objcopy): Document new option.
21 2003-05-31  Richard Henderson  <rth@redhat.com>
23         * readelf.c (byte_get_signed): New.
24         (get_encoded_value): New.
25         (display_debug_frames): Use it.  Always pre-process opcodes.
27 2003-05-20  Michal Ludvig  <mludvig@suse.cz>
29         * readelf.c (display_debug_frames): Print both registers
30         for DW_CFA_register.
32 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
34         * configure.in: Accept i[3-7]86 variants. Escape '[]' for
35         i[3-7]86-*-interix.
36         * configure.in: Regenerate.
38 2003-05-13  Michael Eager <eager@mvista.com>
40         * objcopy.c: Treat identical src/dst file names as if only one
41         entered.  One Windows creating an output file of the same name as
42         the input file will delete the input file before it is read.
44 2003-05-12  Salvador Eduardo Tropea  <salvador@inti.gov.ar>
46         * debug.c (debug_get_real_type): Extend test for circular debug
47         references.
49 2003-05-12  Nick Clifton  <nickc@redhat.com>
51         * configure.in (ALL_LINGUAS): Add zh_CN.
52         * configure: Regenerate.
53         * po/zh_CN.po: New file: Chinese (simplified) translation.
55 2003-05-11  Jason Eckhardt  <jle@rice.edu>
57         * MAINTAINERS: Update my mail address.
59 2003-05-07  H.J. Lu <hongjiu.lu@intel.com>
61         * readelf.c (dump_relocations): Enlarge the type field in wide
62         mode by one character.
64 2003-05-03  Richard Henderson  <rth@redhat.com>
66         * readelf.c (struct Frame_Chunk): Add cfa_exp.
67         (frame_display_row): Just print "exp" for cfa or register
68         defined by a location expression.
69         (display_debug_frames): Handle DW_CFA_def_cfa_expression,
70         DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
72 2003-04-30  H.J. Lu <hjl@gnu.org>
74         * objdump.c (only): Change it to char **.
75         (only_size): New.
76         (only_used): New.
77         (disassemble_data): Check only as an array.
78         (dump_data): Likewise.
79         (dump_relocs): Likewise.
80         (main): Treat only as an array.
82 2003-04-24  Dimitrie O. Paun <dpaun@rogers.com>
84         * doc/binutils.texi: Fix the documentation for the -fo option.
86 2003-04-23  J"orn Rennecke <joern.rennecke@superh.com>
88         * readelf.c (get_machine_name) <EM_SH>: Amend return value
89         to refer to SuperH.
91         * readelf.c (decode_location_expression): Don't add a trailing ';'.
93 2003-04-23  Dimitrie O. Paun <dpaun@rogers.com>
94             Nick Clifton  <nickc@redhat.com>
96         * windres.c (long_options): Move close to main, where it is used.
97         Add 'input' and 'output' long options.
98         (main): Accept "-fo" as an alias for "-o".  This is for rc
99         comptibility.
100         * doc/binutils.texi: Mention that -fo is accepted as an alias for
101         -o, but discourage its use.
103 2003-04-22  Dimitrie O. Paun  <dpaun@rogers.com>
105         * windres.c (format_from_name): Make the exit on error
106         behaviour optional.
107         (main): Rename the -I option to -J. Introduce -I as a synonym
108         for --include-dir.  For backwards compatibility also support the
109         old -I behaviour, but issue a deprecation warning.
110         * doc/binutils.texi: Rename -I to -J.  Document the new behaviour
111         of the -I option.
113 2003-04-22  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
115         * readelf.c: Replace references to Mitsubishi M32R with
116         references to Renesas M32R.
118 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
120         * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
122 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
124         * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
125         for debugging information types not supported by objdump.
127 2003-04-09  Bernd Jendrissek <berndj@prism.co.za>
129         * configure.in: Recognize canonical form of i[3-6]86-pe*.
130         * configure: Regenerate.
132 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
134         * readelf.c (display_debug_info): Apply RELA relocations on the
135         entire section.
136         (byte_put_little_endian, byte_put_big_endian): New functions.
137         (byte_put): New variable.
138         (get_file_header): Initialize it.
140 2003-04-05  Dimitrie O. Paun <dpaun@rogers.com>
142         * windres.c: Add -l for compatibility with wrc, and rc.
143         Use the short option as a key for long options that have
144         a synonymous short option.
145         * doc/binutils.texi: Added -l to the list of options.
147 2003-04-03  Dimitrie O. Paun <dpaun@rogers.com>
149         * windres.c: Add -U for compatibility with wrc, rc, and cpp.
150         (main): Just pass the -U option down to the preprocessor.
151         * doc/binutils.texi: Added -U to the list of options.
153 2003-04-01  Dimitrie O. Paun <dpaun@rogers.com>
155         * windres.c (usage): Report -r option.
156         (main): Ignore the -r option.
157         * doc/binutils.texi: Add -r to the list of options.
159 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
161         * MAINTAINERS: Add myself as Xtensa maintainer.
163 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
165         * readelf.c: Include "elf/xtensa.h".
166         (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
167         targets that use RELA relocations.
168         (dump_relocations): Call elf_xtensa_reloc_type for
169         EM_XTENSA and EM_XTENSA_OLD.
170         (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
172 2003-04-01  Nick Clifton  <nickc@redhat.com>
174         * configure.in: Change "arm-pe*" to "arm-*-pe*".  Similarly for
175         thumb-pe*, mcore-pe and mcore-*elf.
176         * configure: Regenerate.
178 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
180         * objdump.c (dump_data): Don't truncate the address to long; make
181         the width large enough, and uniform for all entries in a section.
183 2003-03-31  H.J. Lu <hjl@gnu.org>
185         * readelf.c: Include "libiberty.h".
186         (dynamic_relocations): New.
187         (process_relocs): Properly handle dynamic relocation.
188         (process_dynamic_segment): Fill relocation elements in
189         dynamic_info.
191 2003-03-31  Kevin Buettner <kevinb@redhat.com>
193         * readelf.c (read_and_display_attr, read_and_display_attr_value):
194         Add new arguments ``offset_size'' and ``dwarf_version''.  Adjust
195         all callers.
196         (display_debug_lines, display_debug_pubnames, display_debug_info)
197         (display_debug_aranges, display_debug_frames, read_and_display_attr)
198         (read_and_display_attr_value): Add 64-bit DWARF support.
200 2003-03-31  Ian Lance Taylor <ian@airs.com>
202         * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
203         (optresid): Handle a resource id that can be a string or a number.
204         * resrc.c (define_control): Replace 'text' parameter with 'iid' a
205         struct res_id.
206         (define_icon_control): Pass a struct res_id to define_control.
207         * windres.h (define_control): Change prototype.
209 2003-03-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
211         * objcopy (OPTION_FORMATS_INFO): Define.
212         (strip_options): Add "info"/OPTION_FORMATS_INFO option.
213         (copy_options): Likewise.
214         (strip_usage): Add "--info" to usage.
215         (copy_usage): Likewise.
216         (strip_main): Declare formats_info. Iniatilize it to FALSE.
217         Handle "info".
218         (copy_main). Likewise.
219         * doc/binutils.texi. Document the "--info" option for
220         objcopy/strip.
221         * NEWS: Mention the new command line switch.
223         * objdump.c (endian_string): Move to bucomm.c.
224         (display_info): Likewise.
225         (display_target_list): Likewise.
226         (display_info_table): Likewise.
227         (display_target_tables): Likewise.
228         (main): Assign the return value of display_info to exit_status.
229         * bucomm.c: Include bfdver.h and libbfd.h
230         (display_target_list): Call bfd_nonfatal instead of nonfatal and
231         return 0 on a non-fatal error, 1 on success.
232         (display_info_table): Likewise. 
233         * bucomm.h (display_info): Provide a prototype.
234         * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
235         libbfd.h.
236         * Makefile.in: Regenerate.
238 2003-03-22  Danny Smith  <dannysmith@users.sourceforge.net>
240         * dlltool.c (gen_def_file): Put demangled name comments on
241         own line preceding export name.
243 2003-03-17  Nick Clifton  <nickc@redhat.com>
245         * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
246         printf for emitting new lines.
248 2003-03-16  Elias Athanasopoulos  <elathan@phys.uoa.gr>
250         * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
251         the symbol's value when --size-sort is used, unless -S is used.
252         doc/binutils.texi (--size-sort): For non-bsd formats both the
253         value and size of the symbols are displayed.
254         
255 2003-03-13  Nick Clifton  <nickc@redhat.com>
257         * po/da.po: Update.
259 2003-03-12  Nick Clifton  <nickc@redhat.com>
261         * MAINTAINERS: Remove Peter Targett as ARC maintainer.
263 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
265         * MAINTAINERS: Update my mail address.
267 2003-03-06  Elias Athanasopoulos  <elathan@phys.uoa.gr>
269         * stabs.c (BYTES_IN_WORD): Remove definition.
270         * wrstabs.c (BYTES_IN_WORD): Likewise.
272 2003-03-04  Nick Clifton  <nickc@redhat.com>
274         * nm.c (main): Print a warning message if --size-sort and
275         --undefined-only are used together.
277 2003-03-04  Elias Athanasopoulos  <elathan@phys.uoa.gr>
279         * nm.c (print_symbol): Remove check for undefined_only.
280         
281 2003-03-03  Nick Clifton  <nickc@redhat.com>
283         * po/da.po: Installed latest translation.
285 2003-02-24  Nick Clifton  <nickc@redhat.com>
287         * README: Update binutils references to 2.13.
288         Add paragraph about using --disable-nls.
290 2003-02-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
292         * doc/binutils.texi (nm --size-sort): Update.
294 2003-02-21  James E Wilson  <wilson@tuliptree.org>
296         * MAINTAINERS: Update email address.
298 2003-02-21  Ian Wienand  <ianw@gelato.unsw.edu.au>
300         * readelf.c (get_ia64_dynamic_type): New function.
301         (dynamic_segment_ia64_val): New function.
302         (get_dynamic_type): If machine type is EM_IA_64 call
303         get_ia64_dynamic_val.
304         (get_ia64_section_type_name): Handle sections with types in the
305         SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
306         (get_dynamic_flags): If machine type is EM_IA_64 call
307         dynamic_segment_ia64_val.
309 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
311         * doc/binutils.texi: Fix typos and obvious texinfo mistakes.  Make
312         section title capitalization more consistent.  Update descriptions
313         of various options to be consistent with the code.  Fix errors and
314         incomplete list in the description of c++filt format options.  Remove
315         information about the linker.  Change to be more polite about poor
316         bug reports.  Replace FDL appendix with include of fdl.texi.
317         * doc/fdl.texi: New file.
319 2003-02-21  Roger Sayle  <roger@eyesopen.com>
321         * objcopy.c (filter_symbols): Fix compilation problems with
322         HP-UX's C compiler.
324 2003-02-19  Christopher Faylor  <cgf@redhat.com>
326         * rclex.l (handle_quotes): Fix minor formatting problems introduced in
327         previous change.
329 2003-02-19  Mark Blackburn  <marklist@fangorn.ca>
331         * rclex.l (handle_quotes): Handle strings spanning more than one line.
333 2003-02-12  Bob Wilson  <bob.wilson@acm.org>
335         * nm.c (usage): Add `java' and `gnat' demangle styles and make
336         quotes consistent.
337         * objdump.c (usage): Ditto.  Also fix some typos.
339         * readelf.c (parse_args): Include 'H' option in call to getopt_long.
341         * debug.c (debug_record_variable): Handle global register variables.
343         * stabs.c (parse_stab): For N_SLINE only include
344         function_start_offset if the symbol is within a function;
345         otherwise, the value is absolute.
347 2003-02-10  Nick Clifton  <nickc@redhat.com>
349         * readelf.c (decode_ARM_machine_flags): Handle the
350         EF_ARM_MAVERICK_FLOAT flag.
352 2003-02-04  Andreas Schwab  <schwab@suse.de>
354         * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
355         long and use %ld in printf format.
357 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
359         * readelf.c (dump_relocations): Reorder the r_info field for
360         little-endian mips elf64.  Move #ifdef BFD64 to cover the new code.
362 2003-01-21  Daniel Berlin  <dan@dberlin.org>
364         * readelf.c (display_debug_loc): Skip address base changes.
366 2003-01-17  Fabio Alemagna  <falemagn@aros.org>
368         * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
369         and ELFOSABI_NSK.
371 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
373         * readelf.c: Include elf/ppc64.h.
374         (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
375         * Makefile.am: Run "make dep-am".
376         * Makefile.in: Regenerate.
378 2003-01-02  Ben Elliston  <bje@redhat.com>
380         * readelf.c (guess_is_rela): Handle EM_IQ2000.
381         (get_machine_name): Likewise.
382         (dump_relocations): Likewise.
383         * NEWS: Mention IQ2000 support.
385 2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
387         * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
389 2002-12-30  Chris Demetriou  <cgd@broadcom.com>
391         * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
392         changes in MIPS -M options.
394 2002-12-30    Dmitry Diky <diwil@mail.ru>
396         * Makefile.am: Add msp430 target.
397         * Makefile.in: Regenerate.
398         * readelf.c: Add support for msp430 target.
400 2002-12-27  Chris Demetriou  <cgd@broadcom.com>
402         * doc/binutils.texi (objdump): Document MIPS -M options.
404 2002-12-23  Andreas Schwab  <schwab@suse.de>
406         * readelf.c (main): Reset dump request after each file.
408 2002-12-23  Nick Clifton  <nickc@redhat.com>
410         * nlmconv.c (main): Pass TRUE as third argument to
411         bfd_arch_get_compatible.
413 2002-12-23  Nick Clifton  <nickc@redhat.com>
415         * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
416         macro.  Handle 'S' encoding, accepting 8-bit characters.
417         (main): Parse 'S' encoding.
418         (get_char): Accept 'S' encoding.
419         (print_strings): Use STRING_ISGRAPHIC.
420         (usage): Document support of 'S' encoding.
421         * doc/binutils.texi: Document support of 'S' encoding/
422         * NEWS: Mention new feature.
424 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
426         * README <building ar>: Don't use libibery's needed_list or
427         required_list, instead link libiberty/*.o.
429 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
431         * doc/binutils.texi: Fix typos.
433 2002-12-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
435         * doc/binutils.texi: Add missing parenthesis.
437 2002-12-15  Nick Kelsey  <nickk@ubicom.com>
439         * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
440         symbols by adding the given prefix to the begining of the symbol
441         name. This is useful to provide name space seperation regardless
442         of how the object file was created. Added --prefix-sections=
443         <prefix> and --prefix-alloc-sections=<prefix> options to rename all
444         sections (or all sections with the alloc flag set) by adding the given
445         prefix to the begining of the symbol name.
446         * NEWS: Mention this new feature.
447         * doc/binutils.texi: Document this new feature.
449 2002-12-13  Alan Modra  <amodra@bigpond.net.au>
451         * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
452         dyn_string_append with dyn_string_append_cstr.
454         * emul_aix.c (ar_emul_aix_create): Remove unused function.
456 2002-12-10  James Cownie <jcownie@etnus.com>
458         * readelf.h (get_TAG_name, get_AT_name,
459         read_and_display_attr_value): Add support for UPC extensions to
460         DWARF2 spec.
461         * NEWS: Mention this new support.
463 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
465         * NEWS: Mention that bfd no longer declares a "boolean" type.
467 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
469         * readelf.c (process_program_headers): When setting loadaddr, don't
470         assume segment size is 4k.  Use p_align instead.
471         (loadaddr): Change from int to long.
472         (dynamic_addr, dynamic_info, version_info): Likewise.
473         (process_dynamic_segment <syminsz>): Likewise.
474         (process_dynamic_segment): Adjust print format string.
475         (rela_addr, rela_size): Delete.
476         (process_relocs): Formatting.
478 2002-12-05  Jim Wilson  <wilson@redhat.com>
480         * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
481         * configure: Regenerate.
483 2002-12-04  Ian Lance Taylor  <ian@airs.com>
485         * MAINTAINERS: Change e-mail address back to airs.com.
487 2002-12-04  Aldy Hernandez  <aldyh@redhat.com>
489         * MAINTAINERS: Add self.
491 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
493         * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
494         budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
495         nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
496         rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
497         unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
498         TRUE, false with FALSE.  Simplify comparisons of bfd_boolean vars
499         with TRUE/FALSE.  Formatting.
501 2002-11-29  Jakub Jelinek  <jakub@redhat.com>
503         * readelf.c Replace occurrences of Elf32_Internal_* and
504         Elf64_Internal_* with Elf_Internal_*.
505         (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
506         Zero r_addend fields.
507         (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
508         Elf_Internal_Rela.
510 2002-11-23  Nick Clifton  <nickc@redhat.com>
512         * size.c (usage): Fix typo describing switch for hex format.
514 2002-11-18  Svein E. Seldal  <Svein.Seldal@solidas.com>
516         * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
517         * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
518         testcase
520 2002-11-14  Nick Clifton  <nickc@redhat.com>
522         * readelf.c (process_program_headers): Add comment about return
523         value.  Ensure that 0 is returned if the headers are not loaded.
524         (process_file): If process_section_headers failed to load the
525         headers disable any tests that rely upon them.  Similarly for
526         process_program_headers.
528 2002-11-12  Nick Clifton  <nickc@redhat.com>
530         * po/da.po: Updated Danish translation.
532 2002-11-12  Klee Dienes  <kdienes@apple.com>
534         * rddbg.c (read_section_stabs_debugging_info): Also recognize
535         LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
537 2002-11-11  Christopher Faylor  <cgf@redhat.com>
539         * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer.  Drop COFF from
540         cgf maintainership.
542 2002-11-11  Christopher Faylor  <cgf@redhat.com>
544         * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
546 2002-11-07  Nick Clifton  <nickc@redhat.com>
548         * configure.in (ALL_LINGUAS): Add 'da'.
549         * configure: Regenerate.
550         * po/da.po: New Danish translation.
552         * readelf.c (get_symbol_index_type): Revert part of previous
553         patch: Display unknown symbol types in decimal, not hex.
555 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
557         * dlltool.c (add_excludes): Don't prefix excluded fastcall
558         symbols with underscore.
559         (xlate): Ignore add_underscore for decorated fastcall symbols.
561 2002-11-07  Eric Kohl  <ekohl@rz-online.de>
563         * deflex.l: Accept '@' as first character of an ID.
564         * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
565         ASM_PREFIX for fastcall symbols.
566         (scan_drectve_symbols): Handle fastcall symbols when generating
567         undecorated aliases for symbols in drectve section.
568         (scan_filtered_symbols): Likewise, with export-all.
569         (xlate): Likewise, with --kill-at.
570         (make_imp_label): New function to handle fastcall symbols
571         correctly.
572         (make_one_lib_file): Use make_imp_label instead of make_label
573         for imp symbols.
575 2002-11-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
577         * MAINTAINERS: Add self as TIC4X maintainer.
579 2002-11-06  Hiroyuki Machida  <machida@sm.sony.co.jp>
581         * readelf.c (get_symbol_index_type): Add hex number to
582         PROCESSOR-specific, OS-specific, reserved and unknown symbol
583         types.
585 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
587         * readelf.c (byte_get_little_endian): Comment typo fix.
588         (print_symbol): Constify "symbol" arg.  Don't pass "symbol" to printf
589         as the format string.
590         (dump_relocations): Correct section sym names.
591         (process_section_headers): Clear symtab_shndx_hdr.
592         (read_and_display_attr_value): Don't pass indirect string to printf
593         as the format string.
594         (display_debug_frames): Indicate when zero terminator found.  Decode
595         DW_EH_PE_pcrel addresses.
597 2002-10-23  Svein E. Seldal  <Svein.Seldal@solidas.com>
599         * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
600         order to ensure proper disassembly of the valid 0-value opcode.
601         * configure: Regenerate.
602         * aclocal.m4: Regenerate.
603         * config.in: Regenerate.
604         * configure.in: Regenerate.
605         * doc/Makefile.in: Regenerate.
606         * po/binutils.pot: Regenerate.
608 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
610         * MAINTAINERS: Add self as SH maintainer.
612 2002-10-23  Ben Elliston  <bje@redhat.com>
614         * doc/binutils.texi (objdump): Document -z and move the entry for
615         --disassemble-zeroes to the end of the options section (for `z').
617 2002-10-21  Nick Clifton  <nickc@redhat.com>
619         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
621 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
623         * objdump.c (dump_data): Correct addr_offset for opb != 1.
625 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
627         * bucomm.c (list_supported_targets): Use bfd_target_list.
629         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
630         other object errors in preference to bfd_core errors.
632 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
634         * Makefile.am: Run "make dep-am".
635         * objdump.c: #include "bfdver.h".
636         * version.c: Likewise.
637         * Makefile.in: Regenerate.
638         * config.in: Regenerate.
639         * configure: Regenerate.
640         * po/POTFILES.in: Regenerate.
642 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
644         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
645         sections.  Allow relocations against the absolute symbol.  Don't
646         use the value in compunit.cu_abbrev_offset if we found a RELA
647         relocation.
649 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
651         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
652         ordinary ones are available.
654 2002-09-30  H.J. Lu <hjl@gnu.org>
656         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
657         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
659 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
661         * Makefile.am (CFILES): Add cxxfilt.c.
662         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
663         (cxxfilt_LDADD): Delete.
664         Remove all references to underscore.c.
665         Regen dependencies.
666         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
667         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
668         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
669         adjustments to fit into binutils framework.
670         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
672 2002-09-12  Roland McGrath  <roland@redhat.com>
674         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
675         Handle DW_OP_GNU_push_tls_address.
677 2002-09-11  Nick Clifton  <nickc@redhat.com>
679         * po/tr.po: Updated Turkish translation.
681 2002-09-10  Nick Clifton  <nickc@redhat.com>
683         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
684         testsuite changes.  Add paragraphs about testsuite and config
685         patches.
687 2002-08-29  Nick Clifton  <nickc@redhat.com>
689         * readelf.c (get_machine_flags): Remove redundant reference to
690         E_V850EA_ARCH.
692 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
694         * objdump.c (dump_bfd): Restore lines accidentally deleted in
695         last commit.
697 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
699         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
700         (dump_bfd_header): Likewise.
702 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
704         * nm.c: Revert last change.
706 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
708         * nm.c (display_rel_file): Don't report "no symbols" as an error.
709         * objdump.c (slurp_symtab): Likewise.
710         (slurp_dynamic_symtab): Likewise.
711         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
713 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
715         * MAINTAINERS: Change my mailing address.
717 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
719         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
721 2002-08-22  Nick Clifton  <nickc@redhat.com>
723         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
724         HPPA.
726 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
728         * readelf.c (parse_args): Change debug_dump_opt to static.
730 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
732         * stabs.c (parse_stab_argtype): Pass length of physname to
733         stab_demangle_argtypes.
734         (stab_demangle_argtypes): Add new parameter - length of physname.
735         Pass length of physname on to stab_demangle_prefix.
736         (stab_demangle_prefix): Add new parameter - length of physname.
737         Use length of physname (if supplied) to compute end of function
738         name.
740 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
742         * readelf.c: Include elf/i370.h.
743         (dump_relocations): Handle EM_S370.
744         (dynamic_segment_parisc_val): Print \n.
745         (process_dynamic_segment <DT_BIND_NOW>): Here too.
747 2002-08-14  Nick Clifton  <nickc@redhat.com>
749         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
750         * objdump.c (usage): Likewise.
751         * doc/binutils.texi: Likewise.
753 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
755         * rcparse.y (acc_entry): Don't warn about ALT use with
756         non-VIRTKEY.
758 2002-08-13  H.J. Lu <hjl@gnu.org>
760         * objcopy.c (copy_object): Don't warn about the unsupported
761         architecture unless the input target is defaulted or the
762         output architecture is different from the input.
764 2002-08-09  Nick Clifton  <nickc@redhat.com>
766         * po/sv.po: Updated Swedish translation.
768 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
770         * prdbg.c (pr_fix_visibility): Remove assert.
772 2002-07-31  Nick Clifton  <nickc@redhat.com>
774         * addr2line.c (process_file): Rename parameter 'filename' to
775         'file_name' in order to avoid shadowing global symbol of the
776         same name.
777         (main): Likewise.
779 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
781         * readelf.c (OPTION_DEBUG_DUMP): Define.
782         (options): Use it.
783         (usage): Update help.
784         (parse_args): Handle --debug-dump separately from -w.
785         * doc/binutils.texi (readelf): Update documentation.
787 2002-07-25  Nick Clifton  <nickc@redhat.com>
789         * po/es.po: Updated Spanish translation.
790         * po/fr.po: Updated French translation.
792 2002-07-24  Nick Clifton  <nickc@redhat.com>
794         * po/es.po: Updated Spanish translation.
796 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
798         * Makefile.am: Run "make dep-am".
799         * Makefile.in: Regenerate.
801 2002-07-23  Nick Clifton  <nickc@redhat.com>
803         * po/fr.po: Updated French translation.
805 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
807         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
809 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
811         * budemang.c: Include config.h and string.h/strings.h.
813 2002-07-18 Denis Chertykov  <denisc@overta.ru>
814            Frank Ch. Eigler  <fche@redhat.com>
816         * readelf.c: Include "elf/ip2k.h".
817         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
818         (dump_relocations): Likewise.
819         (get_machine_name): Likewise.
820         * NEWS: Mention IP2K support.
822 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
824         * NEWS: Add 'Changes in 2.13'.
826 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
828         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
829         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
830         (get_section_type_name): Handle SHT_GNU_LIBLIST.
831         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
832         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
833         (process_gnu_liblist): New.
834         (process_file): Call it.
836 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
838         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
839         * Makefile.in: Regenerate.
841 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
843         * budemang.c: New file, "demangle" function.
844         * budemang.h: New file.
845         * addr2line.c (translate_addresses): Use "demangle".
846         * nm.c (print_symname): Likewise.
847         * objdump.c (objdump_print_symname): Likewise.
848         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
849         here since that obfuscates.
850         * rdcoff.c: Don't #include demangle.h.
851         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
852         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
853         (HFILES): Add budemang.h.  Sort.
854         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
855         Run "make dep-am".
856         * Makefile.in: Regenerate.
858 2002-07-01  Matt Thomas  <matt@3am-software.com>
860         * readelf.c: Include "elf/vax.h".
861         (guess_is_rela): Move EM_VAX from unknown to RELA case.
862         (dump_relocations): Handle VAX relocations.
863         (get_machine_flags): Handle VAX machine flags.
865 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
867         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
869 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
871         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
873 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
875         * nm.c (print_symname): When demangling, strip leading dots from
876         symbol names to avoid confusing the demangler.
878 2002-06-25  H.J. Lu <hjl@gnu.org>
880         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
881         * Makefile.in: Regenerated.
883 2002-06-21  Igor Schein  <igor@txc.com>
885         * configure.in: Quote bu_cv_have_fopen64.
886         * configure: Regenerate.
888 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
890         * configure.in: Check for strcoll.
891         * configure: Regenerate.
892         * config.in: Regenerate.
893         * nm.c (main): Set locale for LC_COLLATE category.
894         (non_numeric_forward): Use strcoll if available.
896 2002-06-20  Dave Brolley  <brolley@redhat.com>
898         * MAINTAINERS: Add self as fr30 and frv maintainer.
900 2002-06-18  H.J. Lu  (hjl@gnu.org)
902         * nm.c: Include "elf/common.h".
903         (extended_symbol_info): Add elfinfo, a pointer to
904         elf_symbol_type.
905         (SYM_SIZE): Use elfinfo if it is not NULL.
906         (get_symbol_type): New function.
907         (display_archive): Set print_width for each archive member.
908         (display_file): Likewise.
909         (display_rel_file): Don't set print_width here.
910         (print_object_filename_sysv): Handle print_width.
911         (print_archive_member_sysv): Likewise.
912         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
913         (print_symbol): Set the elfinfo field in extended_symbol_info
914         for ELF.
915         (print_object_filename_sysv): Fix the output format.
916         (print_symbol_info_sysv): Print type and section for ELF.
918 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
920         * nm.c (print_size_symbols): Remove assignment, which makes
921         the symbol's size equal to its value when --size-sort is
922         used.
924 2002-06-18  Dave Brolley  <brolley@redhat.com>
926         From Catherine Moore:
927         * readelf.c (elf/frv.h): #include it.
928         (guess_is_rela): Support EM_CYGNUS_FRV.
929         (dump_relocations): Ditto.
930         (get_machine_name): Ditto.
931         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
933 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
935         * readelf.c (get_file_header): Only read the first section header if
936         e_shoff is non-zero.
938 2002-06-15  H.J. Lu  (hjl@gnu.org)
940         * nm.c (print_size): New variable. Initialize to 0.
941         (long_options): Add 'S'/"print-size".
942         (main): Handle 'S'.
943         (print_symbol_info_bsd): Print size only if print_size is not
944         0.
946         * doc/binutils.texi: Document -S/--print-size.
948 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
950         * nm.c (struct extended_symbol_info): New strcuture: Add the size
951         of the symbols to the information provided by the symbol_info
952         structure.
953         (print_symbols): Pass the symbol size to print_symbol.
954         (print_size_symbols): Pass the symbol size to print_symbol.
955         (print_symbol): Extra argument: The size of the symbol.  Store
956         this in the extended_symbol_info structure.
957         (print_symbol_info): Change type of info parameter to
958         extended_symbol_info.  Display the size, if known.
959         (print_symbol_info_posix): Likewise.
960         (print_symbol_info_sysv): Likewise.
962 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
964         * Makefile.am: Run "make dep-am".
965         * Makefile.in: Regenerate.
966         * doc/Makefile.in: Regnerate.
968         * bucomm.c: Replace CONST with const.
969         * nm.c: Likewise.
970         * objdump.c: Likewise.
972 2002-06-07  H.J. Lu <hjl@gnu.org>
974         * readelf.c (DW_CFA_GNU_args_size): Don't define.
975         (DW_CFA_GNU_negative_offset_extended): Likewise.
976         (DW_CFA_GNU_window_save): Likewise.
977         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
978         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
980 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
982         * nm.c: When computing size of symbols for an ELF target use the
983         internal size field.
985 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
987         * testsuite/binutils-all/objcopy.exp: clear xfail for
988         "hppa*64*-*-hpux*".
989         * testsuite/binutils-all/hppa/objdump.exp: Return if
990         "*64*-*-*".
992 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
994         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
996 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
998         * objdump.c: Fix formatting.
1000 2002-05-29  Ben Elliston  <bje@redhat.com>
1002         * MAINTAINERS: Add self as M68k maintainer.
1004 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1006         * readelf.c: Modified/Added DLX elf support.
1008 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
1010         * arsup.c: Fix formatting.
1011         * debug.c (debug_record_label): Add missing colon to error
1012         message.
1013         * ieee.c (parse_ieee_ty): Fix spelling typo.
1014         * readelf.c (process_program_headers): Remove English assumption
1015         about making a plural word.
1016         (process_section_headers): Likewise.
1017         (process_relocs): Allow quotes to be translated.
1018         (process_unwind): Likewise,
1019         (process_mips_specific): Improve error message.
1020         (get_note_type): Fix spelling typo.
1022         * configure.in (ALL_LINGUAS): Add sv
1023         * po/sv.po: New file.
1025 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
1027         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1028         (unw_print_grmask): Likewise.
1029         (unw_print_frmask): Likewise.
1031 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
1033         * arsup.c: Remove ARGSUSED.
1034         * debug.c: Likewise.
1035         * ieee.c: Likewise.
1036         * nlmconv.c: Likewise.
1037         * prdbg.c: Likewise.
1038         * stabs.c: Likewise.
1039         * wrstabs.c: Likewise.
1041 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1043         * arlex.l: Use #include "" instead of <> for local header files.
1044         * coffdump.c: Likewise.
1045         * coffgrok.c: Likewise.
1046         * nlmconv.c: Likewise.
1047         * nlmheader.y: Likewise.
1048         * srconv.c: Likewise.
1049         * strings.c: Likewise.
1050         * sysdump.c: Likewise.
1051         * unwind-ia64.h: Likewise.
1052         * windres.h: Likewise.
1053         * winduni.h: Likewise.
1055 2002-05-24  Tom Rix  <trix@redhat.com>
1057         * MAINTAINERS: Add self as the d10v maintainer.
1059 2002-05-24   TAMURA Kent <kent@netbsd.org>
1061         * configure.in: Builds dlltool for i386-netbsdpe.
1062         * configure: Regenerate.
1064 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
1066         * size.c: Fix formatting.
1067         * srconv.c: Likewise.
1068         * stabs.c: Likewise.
1069         * sysdump.c: Likewise.
1070         * unwind-ia64.c: Likewise.
1071         * wrstabs.c: Likewise.
1073 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1075         * readelf.c (get_segment_type): Add PT_TLS.
1076         (get_elf_section_flags): Add SHF_TLS.
1077         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
1078         (process_dynamic_segment): Use puts instead of printf.
1079         (get_symbol_type): Support STT_TLS.
1080         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1081         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1082         Add SEC_THREAD_LOCAL.
1084 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
1086         * rdcoff.c: Fix formatting.
1087         * rddbg.c: Likewise.
1088         * readelf.c: Likewise.
1089         * rename.c: Likewise.
1090         * resbin.c: Likewise.
1091         * resrc.c: Likewise.
1092         * resres.c: Likewise.
1094 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
1096         * filemode.c: Fix formatting.
1097         * ieee.c: Likewise.
1098         * is-ranlib.c: Likewise.
1099         * is-strip.c: Likewise.
1100         * maybe-ranlib.c: Likewise.
1101         * maybe-strip.c: Likewise.
1102         * nlmconv.c: Likewise.
1103         * nm.c: Likewise.
1104         * not-ranlib.c: Likewise.
1105         * not-strip.c: Likewise.
1106         * objcopy.c: Likewise.
1107         * objdump.c: Likewise.
1109 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1111         * objdump.c (dump_headers): Fix output formatting for ELF32
1112         architectures in a BFD64 enabled toolchain.
1114 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
1116         * debug.c: Fix formatting.
1117         * debug.h: Likewise.
1118         * dlltool.c: Likewise.
1119         * dllwrap.c: Likewise.
1120         * emul_aix.c: Likewise.
1121         * emul_vanilla.c: Likewise.
1123 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
1125         * addr2line.c: Fix formatting.
1126         * ar.c: Likewise.
1127         * arsup.c: Likewise.
1128         * arsup.h: Likewise.
1129         * binemul.c: Likewise.
1130         * binemul.h: Likewise.
1131         * bucomm.c: Likewise.
1132         * coffdump.c: Likewise.
1133         * coffgrok.c: Likewise.
1134         * coffgrok.h: Likewise.
1136 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1138         * MAINTAINERS: Add myself as the second AVR port maintainer.
1140 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
1142         * MAINTAINERS: Update my email address.
1144 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
1146         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1148 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
1150         * configure.in: Replace `*pe' with `pe' throughout.
1151         * configure: Regenerate.
1153 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
1155         * Makefile.am: Honour DESTDIR.
1156         * Makefile.in: Regenerate.
1158 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
1160         * dlltool.c (process_def_file): Add missing prototype.
1161         (new_directive, assemble_file, main): Likewise.
1162         (process_def_file, new_directive): Make static.
1163         (inform): Rewrite using VA_FIXEDARG.
1164         * dllwrap.c (mybasename): Add missing prototype.
1165         (strhash, main): Likewise.
1166         (inform): Rewrite using VA_FIXEDARG.
1167         (warn): Likewise.
1168         (cleanup_and_exit): Use old style function definition.
1169         (strhash): Likewise.
1170         * windres.c (define_resource): Use one memset to clear all of
1171         struct res_resource.
1173         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
1174         call to rules that need no lookahead.  Check for no lookahead.
1176 2002-05-06  Borut Razem  <borut.razem@siol.net>
1178         * rclex.l (get_string): Correct "strings" list handling.
1179         * resrc.c (read_rc_file): Discard strings.
1181 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1183         * ar.c (replace_members): Remove unused var.  Formatting fix.
1184         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1186         * MAINTAINERS: Sort port maintainers by CPU.
1188 2002-05-04  Bob Byrnes  <byrnes@curl.com>
1190         * size.c (display_archive): Add last_arfile and code to close archives.
1192 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1194         * nm.c (print_symbol): Check returned filename from
1195         bfd_find_nearest_line is non-NULL.
1197 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
1199         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
1201 2002-04-24  Christian Groessler <chris@groessler.org>
1203         * MAINTAINERS: Changed my email address.
1205 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1207         * arparse.y: Fix syntax warning.
1209 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
1211         * readelf.c (fetch_location_list): Remove unused function.
1213         * readelf.c (process_corefile_note_segment): Catch corrupt notes
1214         and display a warning message, then exit the loop.
1216         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1218 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
1220         * resrc.c (write_rc_dialog): If charset is non-default value
1221         display all of the DIALOGEX parameters.
1223 2002-04-15  Eric Kohl <ekohl@rz-online.de>
1225         * rcparse.y: Allow two to five parameter in FONT statement of
1226         DIALOGEX resources.
1227         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1228         resource data.
1229         (res_to_bin_dialog): Likewise.
1230         * windres.h: Added misssing charset variable to dialog_ex
1231         structure.
1233 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
1235         * rcparse.y: Set MEMFLAG_PURE by default.
1237 2002-04-09  Bernd Herd <info@herdsoft.com>
1239         * rcparse.y: CLASS definitions in DIALOG resources
1240         are quoted.
1241         Fix typo in BEDIT warning.
1242         Don't add default dialog style when explicit style specified.
1243         Add WS_CAPTION dialog style if CAPTION is specified.
1245         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1246         (handle_quotes) "\a" escape (used for right justified key
1247         definitions in menus) is encodes as binary 8.
1249         * resrc.c (write_rc_dialog): Print style even if it is 0.
1250         (write_rc_directory): Fix overlooked sublang shift bug.
1251         (bin_to_res_dialog): Don't print empty dialog caption.
1253         * resbin.c (bin_to_res_dialog): Use signature to identify
1254         DIALOGEX.
1256         * windres.c (main): Set default LANGUAGE to english/us.
1258 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
1260         * resrc.c: print CLASS names in quotes
1262 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
1264         * MAINTAINERS: Update my email address.
1266 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1268         * dep-in.sed: Cope with absolute paths.
1269         * Makefile.am (dep.sed): Subst TOPDIR.
1270         Run "make dep-am".
1271         * Makefile.in: Regenerate.
1273 2002-03-27  Peter Targett  <peter.targett@arc.com>
1275         * MAINTAINERS: Update my email address.
1277 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1279         * Makefile.am: Run "make dep-am".
1280         * Makefile.in: Regenerate.
1281         * doc/Makefile.in: Regenerate.
1282         * po/POTFILES.in: Regenerate.
1283         * aclocal.m4: Regenerate.
1284         * config.in: Regenerate.
1285         * configure: Regenerate.
1287 2002-03-20  Daniel Berlin  <dan@dberlin.org>
1289         * readelf.c: Add support for displaying dwarf2 location lists.
1290         (do_debug_loc, debug_loc_section, debug_loc_size): New.
1291         (parse_args): Use 'O' as shorthand for displaying location list
1292         section.
1293         (process_section_headers): Handle debug_loc as well.
1294         (load_debug_loc): New.
1295         (free_debug_loc): New.
1296         (fetch_location_list): New.
1297         (display_debug_loc): New.
1298         (display_debug_info): Call load_debug_loc and free_debug_loc.
1299         (debug_displays): We can display .debug_loc now, too.
1300         (usage): Update usage string.
1301         (read_and_display_attr_value): Note location lists, but don't
1302         display them inline.
1304 2002-03-18  Tom Rix  <trix@redhat.com>
1306         * Makefile.am: Add binutils emulation support.
1307         * configure.in: Same.
1308         * configure.tgt: New file.  Same.
1309         * ar.c (main): Use ar_emul_parse_arg.
1310         (usage): Use ar_emul_usage.
1311         (replace_members): Use ar_emul_replace, ar_emul_append.
1312         * binemul.c: New file.  Define the binutils emulation
1313         layer. Define default methods.
1314         * binemul.h: New file.  Binutils emulation layer header file.
1315         * emul_aix.c: New file.  AIX binutils emulation.
1316         * emul_vanilla.c: New file. Default binutils emulation.
1317         * Makefile.in: Regenerate.
1318         * configure: Same.
1320 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1322         * po/fr.po: Updated version.
1324 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1326         * po/fr.po: Updated version.
1328 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1330         * README: Update some version numbers.
1332 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1334         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1335         (Architecture Selection): Likewise.
1337 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
1339         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1340         generating .exp file.
1342 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
1344         * readelf.c (dump_relocations): Fix typo.
1346 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1348         * NEWS: Mark 2.12 branch.
1350 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
1352         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1353         types for 64-bit MIPS.  Narrow some fields for 80-char
1354         output.
1355         (dump_relocations): Change spelling from 'unrecognised'
1356         to 'unrecognized'.
1357         (decode_ARM_machine_flags): Likewise.
1358         (parse_args): Likewise.
1359         (read_and_display_attr_value): Likewise.
1360         (display_debug_section): Likewise.
1362 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1364         * NEWS: Mention support for MMIX.
1366 2002-02-13  Matt Fredette  <fredette@netbsd.org>
1368         * readelf.c (get_machine_flags): Recognize EF_M68000.
1370 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
1372         * MAINTAINERS: Added self as MN10300 co-maintainer.
1374 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
1376         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1377         DT_PPC64_OPDSZ.
1379 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
1381         * MAINTAINERS: List myself as branch maintainer.
1383 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1385         * configure: Regenerate.
1386         * objcopy.c: Update copyright date.
1387         * doc/Makefile.in: Regenerate.
1389 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1391         * nlmconv.c: Back out localtime PARAMS change.
1393 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1395         * objcopy.c (MKDIR): Define.
1396         (copy_archive): Make name_list.name const.  Use MKDIR.
1397         Handle duplicate files in archives by making more temp dirs.
1399 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1401         * coffdump.c: Include "getopt.h" after "bucomm.h"
1402         so that macros are defined correctly.
1403         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1404         prototype.  Prototype main.
1405         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1407 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
1409         * MAINTAINERS: Added self as SH co-maintainer.
1411 2002-02-05  Nick Clifton <nickc@redhat.com>
1413         * po/tr.po: Updated translation.
1415 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
1417         * Makefile.am: Run "make dep-am"
1418         * Makefile.in: Regenerate.
1420 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1422         * nm.c (print_value): Mark abfd unused.
1424 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1426         * unwind-ia64.c (unw_decoder): Change second argument
1427         to unsigned int, to match function prototypes.
1429 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1431         * objdump.c: Include "getopt.h" after "bucomm.h" so that
1432         __GNU_LIBRARY__ will be defined.
1433         * size.c: Likewise.
1435 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1437         * configure: Regenerated.
1439 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1441         * doc/Makefile.am (install): Depend on install-info.
1442         * doc/Makefile.in: Regenerate.
1444 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
1446         * objcopy.c (strip_usage): Document -d as an alias
1447         --strip-debug.
1449         * size.c (usage): Document [-t | --totals] options.
1450         (long_options): Add --totals option.
1451         (main): If the [-t | --totals] option is specified and
1452         the output format is Berkeley-style, print the total
1453         text, data, and bss sizes of all objects listed.
1454         (print_berkeley_format): If the [-t | --totals] option
1455         is specified, track the total text, data, and bss
1456         sizes.
1457         * doc/binutils.texi (size): Document [-t | --totals] options.
1458         (strip): Document -d as an alias for --strip-debug.
1459         * NEWS: Mention new feature of size.
1461 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1463         * po/fr.po: Updated version.
1464         * po/es.po: Updated version.
1466 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
1468         * addr2line.c (usage): Update text to provide verbose
1469         description of the command line options.
1470         * ar.c (usage): Update text to provide verbose
1471         description of the command line options.
1472         (main): Accept -h and -H when running as ranlib.
1473         * coffdump.c (show_usage): Update text to provide verbose
1474         description of the command line options.
1475         * dlltool.c (main): Accept -H as an alias for --help.
1476         * nlmconv.c (show_usage): Update text to provide verbose
1477         description of the command line options.
1478         * nm.c (usage): Replace OPTIONS with option(s).
1479         (main): Accept -H as an alias for --help.
1480         * objcopy.c (strip_main): Accept -H as an alias for --help.
1481         * objdump.c (main): Accept -v as an alias for --verbose.
1482         * readelf.c (usage): Adjust format to match style used in
1483         other binutils.
1484         * size.c (usage): Update text to provide verbose description
1485         of the command line options.
1486         (main): Accept -v, -h and -H as command line options.
1487         * srconv.c (show_usage): Update text to provide verbose
1488         description of the command line options.
1489         * strings.c (main): Accept -H and -v as command line options.
1490         (usage): Update text to provide verbose description of the
1491         command line options.
1492         * sysdump.c (show_usage): Update text to provide verbose
1493         description of the command line options.
1494         * windres.c (usage): Adjust format to match style used in
1495         other binutils.
1497         * coffdump.c: Fix formatting.
1498         * nlmconv.c: Fix formatting.
1499         * srconv.c: Fix formatting.
1500         * sysdump.c: Fix formatting.
1502 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
1504         * Makefile.am: Run "make dep-am".
1505         * Makefile.in: Regenerate.
1507 2002-01-18  Andreas Jaeger  <aj@suse.de>
1509         * version.c (print_version): Update year.
1511 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
1513         * readelf.c (get_machine_name): Handle EM_PPC64.
1514         (guess_is_rela): Here too.
1516 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1518         * po/binutils.pot: Regenerate.
1519         * po/fr.po: Regenerate.
1520         * po/tr.po: Regenerate.
1522 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
1524         * po/tr.po: Import new version.
1526 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1528         * readelf.c (get_ppc64_dynamic_type): New.
1529         (get_dynamic_type): Call it.
1531 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1533         * objcopy.c (copy_usage): Use "options" instead of "switches".
1534         (strip_usage): Use "options" instead of "switches".
1535         * doc/binutils.texi (dlltool):  Refer to "options" instead of
1536         "switches".
1538 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1540         * MAINTAINERS: Add self as co-maintainer for the ARM code.
1542 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1544         * po/es.po: Import from translation project.
1545         * configure.in (ALL_LINGUAS): Add es.
1546         * configure: Regenerate.
1548 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1550         * readelf.c (get_netbsd_elfcore_note_type): Use
1551         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1553 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1555         * readelf.c: Update copyright years.
1556         (get_note_type): Return a const char *.
1557         (get_netbsd_elfcore_note_type): New function.
1558         (process_note): Use get_netbsd_elfcore_note_type to get
1559         the note type string for NetBSD ELF core files.
1561 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
1563         * readelf.c (get_ia64_segment_type): Add support for macros.
1564         (get_segment_type): Add support for IA64 specific macros.
1566 2001-12-20  Julian v. Bock  <julian@wongr.net>
1568         * readelf.c (print_symbol): New function: Print a formatted symbol
1569         name.  If --wide is specified do not truncate it.
1570         (dump_relocations): Use print_symbol() to print symbol names.
1571         (process_symbol_table): Likewise.
1572         (process_syminfo): Likewise.
1573         (process_mips_specific): Likewise.
1574         (usage): Document new feature of --wide switch.
1575         * doc/binutils.texi (objdump): Document additional behaviour of
1576         --wide.
1578 2001-12-18  Michael Snyder  <msnyder@redhat.com>
1580         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1581         (copy_object): Don't set the start address or flags of a core file.
1582         (copy_section): Don't relocate a core file.  Don't copy contents
1583         if the input section has the contents flag set, but the output
1584         section does not (which happens with the fake 'note' pseudo-
1585         sections that BFD creates for corefiles).
1587 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1589         * readelf.c (get_machine_flags): Recognize header flags for ABI and
1590         ASE extensions. More robust code for ISA checking. Ignore empty fields
1591         in header flags for GNU extensions.
1593 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
1595         * objcopy.c (copy_archive): Set output bfd format outside the loop.
1597 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1599         * po/ja.po: Import from translation project.
1600         * configure.in (ALL_LINGUAS): Add ja.
1601         * configure: Regenerate.
1603 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1605         * addr2line.c (main): Protoype.
1606         * ar.c (main): Protoype.
1607         * nm.c (main): Protoype.
1608         * objcopy.c (main): Protoype.
1609         * objdump.c (main): Protoype.
1610         * size.c (main): Protoype.
1611         * strings.c (main): Protoype.
1613 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1615         * readelf.c (symtab_shndx_hdr): New global.
1616         (SECTION_HEADER_INDEX): Define.
1617         (SECTION_HEADER_NUM): Define.
1618         (SECTION_HEADER): Define.
1619         (GET_ELF_SYMBOLS): Pass two params rather than three.
1620         (get_32bit_elf_symbols): Take file and section args.  Read and
1621         use SHT_SYMTAB_SHNDX.
1622         (get_64bit_elf_symbols): Likewise.
1623         (dump_relocations): Use SECTION_HEADER to index "section_headers".
1624         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
1625         Remember symtab_shdx_hdr.
1626         (process_program_headers): Scan from index 1 for segment map.
1627         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1628         "section_headers".
1629         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
1630         (process_unwind): Likewise.
1631         (process_version_sections): Likewise.
1632         (process_symbol_table): Likewise.
1633         (display_debug_info): Likewise.
1634         (process_dynamic_segment): Fake up a symtab section for changed
1635         GET_ELF_SYMBOLS.
1636         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1637         (process_program_headers): Kill signed/unsigned warning.
1638         (load_debug_str): Likewise.
1639         (display_debug_info): Likewise.
1641 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1643         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1645 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
1647         * readelf.c (process_file_header): Print extended e_shnum and
1648         e_shdtrndx values.  Set elf_header values for same.
1649         (get_32bit_section_headers): Add "num" arg to read "num" headers.
1650         (get_64bit_section_headers): Likewise.
1651         (process_section_headers): Update calls.
1652         (get_file_header): Call get_32bit_section_headers or 64bit variant.
1654 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
1656         * objcopy.c (setup_section): Copy entsize.
1658 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1660         * readelf.c (guess_is_rela): Add support for stormy16.
1661         (dump_relocations): Likewise.
1662         (get_machine_name): Likewise.
1664 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1666         * dllwrap.c (main) Replace multiple strings describing a
1667         single error with a single, newline escaped sentence to permit
1668         better translation into foreign languages.
1670         * readelf.c (get_elf_class): Remove internalionalisation of ELF
1671         class names.
1673 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1675         * strings.c (get_char): Initialize value.
1677 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1679         * arlex.l: Silence compile warnings.
1680         * arsup.h: Likewise. Fix formatting.
1682 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1684         * strings.c: Include config.h before bfd.h.
1685         (file_off): New type.
1686         (file_open): Define.
1687         (print_strings): Use file_off instead of file_ptr.  Print addresses
1688         which don't fit into long correctly.
1689         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1690         available.
1691         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1692         * configure.in: Check for getc_unlocked.
1693         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1694         be defined for it.
1695         * configure: Rebuilt.
1696         * config.h.in: Rebuilt.
1698 2001-11-29  H.J. Lu <hjl@gnu.org>
1700         * bucomm.c (make_tempname): Revert the changes made on
1701         2001-11-14 and 2001-11-12. They won't work with directories.
1703 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1705         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1706         CFLAGS_FOR_TARGET to runtest in environment.
1707         * Makefile.in: Rebuild.
1708         * doc/Makefile.in: Rebuild.
1710 2001-11-28  Mike Stump  <mrs@wrs.com>
1712         * objcopy.c (setup_section): Preserve SEC_RELOC when
1713         --set-section-flags is used.
1715 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1717         * readelf.c (do_debug_str): New variable.
1718         (display_debug_str): New function: Display the contents of a
1719         .debug_str section.
1720         (load_debug_str): New function: Load in the contents of a
1721         .debug_str section.
1722         (free_debug_str): New function: Free the memory used by
1723         load_debug_str().
1724         (fetch_indirect_string): Retrieve a string from the .debug_str
1725         section.
1726         (usage): Add -ws.
1727         (parse_args): Accept -ws.
1728         (process_section_headers): Allow the display of the .debug_str
1729         section.
1730         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1731         offset into .debug_str section.
1732         (display_debug_info): Use load_debug_str and free_debug_str.
1733         (debug_displays): Add .debug_str.
1734         * doc/binutils.texi: Document -ws.
1736 2001-11-19  Andreas Jaeger  <aj@suse.de>
1738         * testsuite/binutils-all/objdump.exp: Add x86-64.
1740 2001-11-15  Andreas Schwab  <schwab@suse.de>
1742         * readelf.c: Fix warnings without terminating newline.
1744 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1746         * doc/binutils.texi (objdump): Document ppc -M options.
1748 2001-11-14  Andreas Jaeger  <aj@suse.de>
1750         * doc/binutils.texi (objdump): Fix description to use x86-64.
1752 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1754         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1755         not all systems provide mkstemp.
1757 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1759         * doc/binutils.texi (objdump): Document x86 -M options.
1761 2001-11-13  Keith Walker <keith.walker@arm.com>
1763         * readelf.c (read_and_display_attr_value): New function to
1764         handle DW_FORM_indirect.
1765         (read_and_display_attr): Use it.
1767 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1769         * readelf.c (display_debug_lines): Deal with unknown standard
1770         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1771         DW_LNS_set_isa.
1773 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1775         * MAINTAINERS: Add self as tic54x maintainer.  This target
1776         includes the IBM C54XDSP clone.
1778 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1780         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1782 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1784         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1785         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1786         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1787         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1788         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1789         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1790         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1792         * readelf.c (get_elf_class): Fix ISO portability glitch.
1793         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1795 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1797         * readelf.c (debug_str, debug_str_size): New.
1798         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1799         Call free_abbrevs.
1800         (read_and_display_addr): Handle DW_FORM_strp.
1801         (display_debug_info): Read .debug_str section if present,
1802         so that DW_FORM_strp can be handled.
1803         Fix test for non-existant .debug_abbrev section.
1805 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1807         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1809         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1811 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1813         * MAINTAINERS: Add self as s390/s390x maintainer.
1815 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1817         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1819 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1821         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1822         * configure: Regernate.
1823         * po/fr.po: New file.
1824         * po/tr.po: New file.
1826 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1828         * MAINTAINERS: Add self as MMIX port maintainer.
1829         * readelf.c: Include elf/mmix.h.
1830         (guess_is_rela): MMIX is RELA.
1831         (dump_relocations): Handle MMIX relocations.
1832         * Makefile.am: Regenerate dependencies.
1833         * Makefile.in: Regenerate.
1835 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1837         * readelf.c (parse_args): Handle multiple options to the -w
1838         switch.
1840 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1842         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1843         LOPROC, LOOS and LOUSER.
1845 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1847         * MAINTAINERS: Update my email address.
1849 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1851         * doc/Makefile.in: Regenerate.
1852         * configure: Regenerate.
1854 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1856         * readelf.c (display_debug_line, display_debug_pubnames,
1857         display_debug_info, display_debug_frames): Detect and warn
1858         about 64-bit format entries.
1859         (display_debug_aranges): Reword 64-bit warning.
1860         (debug_displays): Add .debug_pubtypes as a known, but not yet
1861         supported, debug section.
1863 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1865         * coffdump.c (PROGRAM_VERSION): Delete.
1866         (main <'V'>): Call print_version.
1867         * srconv.c: Likewise.
1868         * sysdump.c: Likewise.
1869         * version.c (program_version): Remove.
1870         (print_version): Use BFD_VERSION_STRING.  Just print the current
1871         year in copyright message.
1872         * addr2line.c (program_version): Remove unused declaration.
1873         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1874         place of BFD_VERSION.
1875         * Makefile.am (Makefile): Depend on bfd/configure.in.
1876         (cplus-dem.o): Depend on Makefile.
1877         Run "make dep-am".
1878         * Makefile.in: Regenerate.
1880 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1882         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1883         format .debug_arange sections.
1884         (main): Add missing prototype.
1886 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1888         * Makefile.am: Update dependencies with "make dep-am".
1889         * Makefile.in: Regenerate.
1891 2001-09-28  Richard Henderson  <rth@redhat.com>
1893         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1895 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1897         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1898         VA_CLOSE.
1899         (non_fatal): Likewise.
1900         * objdump.c (objdump_sprintf): Likewise.
1901         * readelf.c (error): Likewise.
1902         (warn): Likewise.
1904 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1906         * readelf.c (do_wide): New.
1907         (options): Add --wide.
1908         (usage, parse_args): Likewise.
1909         (process_program_headers): Put each segment on a single line if
1910         --wide is given.
1911         (process_section_headers): Put each section on a single line if
1912         --wide is given.
1913         * doc/binutils.texi: Document it.
1914         * NEWS: Likewise.
1916 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1918         * readelf.c (print_vma): Print 8 digits of low hex value.
1920 2001-09-24  Andreas Jaeger  <aj@suse.de>
1922         * nlmconv.c: Fix warnings about unused attributes and function
1923         prototypes.
1925         * strings.c: Add prototype for get_char.
1927 2000-09-19  H.J. Lu  <hjl@gnu.org>
1929         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1930         $(srcdir)/cxxfilt.man.
1931         * doc/Makefile.in: Rebuild.
1933 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1935         * objcopy.c (copy_main): Correct rename-section string parsing.
1936         Consolidate new_name parsing, and error messages.
1938 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1940         * addr2line.c: Don't include <ctype.h>.
1941         (main): For gettext, also set the LC_CTYPE locate facet.
1942         * ar.c (main): Likewise.
1943         * coffdump.c (main): Likewise.
1944         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1945         (main): For gettext, also set the LC_CTYPE locate facet.
1946         Use ISALNUM instead of isalpha/isdigit.
1947         * dllwrap.c: Don't include <ctype.h>.
1948         (main): For gettext, also set the LC_CTYPE locate facet.
1949         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1950         (main): For gettext, also set the LC_CTYPE locate facet.
1951         Use TOUPPER instead of islower/toupper.
1952         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1953         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1954         Use TOUPPER instead of islower/toupper.
1955         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1956         * objcopy.c (main): Likewise.
1957         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1958         (disassemble_bytes): Use ISPRINT instead of isprint.
1959         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1960         (dump_data): Use ISPRINT instead of isprint.
1961         (main): For gettext, also set the LC_CTYPE locate facet.
1962         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1963         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1964         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1965         Use TOUPPER instead of islower/toupper.
1966         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1967         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1968         (write_rc_accelerators): Use ISPRINT instead of isprint.
1969         (write_rc_rcdata): Likewise.
1970         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1971         * srconv.c (main): Likewise.
1972         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1973         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1974         isdigit/isupper/islower.
1975         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1976         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1977         stab_demangle_prefix, stab_demangle_qualified,
1978         stab_demangle_template, stab_demangle_type,
1979         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1980         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1981         (isgraphic): Use ISPRINT instead of isascii/isprint.
1982         (main): Remove HAVE_LC_MESSAGES dependency.
1983         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1984         (pbarray): Use ISPRINT instead of isprint.
1985         (main): For gettext, also set the LC_CTYPE locate facet.
1986         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1987         (format_from_filename): Use ISPRINT instead of isprint.
1988         (main): For gettext, also set the LC_CTYPE locate facet.
1989         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1990         (unicode_print): Use ISPRINT instead of isprint.
1991         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1992         (stab_variable): Use ISDIGIT instead of isdigit.
1994 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1996         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1997         Replace bfd_read call with call to bfd_bread.
1998         (extract_file): Likewise.
2000         * objdump.c (dump_section_header): Cast section->filepos to
2001         unsigned long to suit printf format string.
2002         * readelf.c (process_section_headers): Similarly for sh_offset.
2003         (process_unwind): Likewise.
2005 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
2007         * strings.c (encoding, encoding_bytes): New variables.
2008         (long_options): Add --encoding.
2009         (main): Accept -e and --encoding.
2010         (get_char): New function.  Read a, possibly wide, character from
2011         the input stream.
2012         (print_strings): Use get_char().
2013         (usage): Document new command line option.
2014         * doc/binutils.texi: Document new command line option.
2015         * NEWS: Announce new command line option.
2017 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
2019         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2020         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2021         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2022         Removed EM_CYGNUS_ARC.
2024 2001-09-04  Jeffrey A Law  (law@cygnus.com)
2026         * readelf.c: Include elf/h8 for H8 series definitions.
2027         (guess_is_rela): H8 series if RELA.
2028         (dump_relocations): Handle H8 series relocations.
2030 2001-08-31  Eric Christopher  <echristo@redhat.com>
2032         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2034 2001-08-29  Peter Targett  <peter.targett@arccores.com>
2036         * MAINTAINERS: Include ARC Maintainer.
2038 2001-08-29  Ben Elliston  <bje@redhat.com>
2040         * stabs.c (stab_demangle_template): Initialise s4.
2042 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
2044         * readelf.c (dump_relocations): Recognise EM_PPC64.
2046 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2048         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2050 2001-08-25  H.J. Lu  <hjl@gnu.org>
2052         * nm.c (print_width): New.
2053         (display_rel_file): Set `print_width' according to
2054         bfd_sprintf_vma.
2055         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2057 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
2059         * objcopy.c (use_alt_mach_code): New variable.
2060         (OPTION_ALT_MACH_CODE): Define.
2061         (copy_options): Added --alt-machine-code.
2062         (copy_main): Handle it.
2063         (copy_object): Switch to alternate machine code if requested.
2064         * doc/binutils.texi: Document new option.
2065         * NEWS: Likewise.
2067 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2069         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2071 2001-08-21  H.J. Lu  <hjl@gnu.org>
2073         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2074         (display_debug_info): Cast for 64bit hosts.
2075         (display_debug_frames): Likewise.
2076         (process_mips_specific): Likewise.
2078 2001-08-21  Andreas Jaeger  <aj@suse.de>
2080         * coffgrok.h: Add missing parameter for prototype of coff_grok.
2082         * sysdump.c: Add missing prototypes.
2083         * srconv.c: Likewise.
2084         * unwind-ia64.c: Likewise.
2085         * coffdump.c: Likewise.
2087         * sysinfo.y: Print prototypes, include <ansidecl.h>.
2089         * coffgrok.c: Add missing prototypes, include libiberty.h instead
2090         of declaring xcalloc.
2092 2001-08-10  H.J. Lu  <hjl@gnu.org>
2094         * nm.c (print_value): Add one arg, bfd *.
2095         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2096         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2097         (print_symbol_info_sysv): Likewise.
2098         (print_symbol_info_posix): Likewise.
2100         * objdump.c (dump_section_header): Replace printf_vma with
2101         bfd_printf_vma.
2102         (print_section_stabs): Likewise.
2103         (dump_bfd_header): Likewise.
2104         (objdump_print_value): Replace sprintf_vma with
2105         bfd_sprintf_vma.
2106         (disassemble_bytes): Likewise.
2107         (dump_reloc_set): Likewise.
2109 2001-08-10  Andreas Jaeger  <aj@suse.de>
2111         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2112         to build warnings.
2113         * configure: Regenerate.
2115 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
2117         * readelf.c: Add missing prototypes.
2118         * objdump.c: Likewise.  Format existing prototypes.
2120 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
2122         * readelf.c (display_debug_info): Add to abbrev_offset the addend
2123         of any RELA relocation for the abbrev_offset memory location that
2124         refers to the .debug_abbrev section symbol.
2126 2001-08-07  H.J. Lu  <hjl@gnu.org>
2128         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2129         (main): Return process_file ().
2131 2001-08-05  Philip Blundell  <philb@gnu.org>
2133         * doc/binutils.texi: Use "Thumb" not "THUMB".
2135 2001-08-03  John Healy  <jhealy@redhat.com>
2137         Patch suggested by Frank Eigler <fche@redhat.com>.
2138         * objdump.c (disassemble_data): Fill in section member of the
2139         disasm_info structure.
2141 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
2143         * configure.in: Added --with-windres option.
2144         * configure: Regenerated.
2146 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2148         * doc/binutils.texi: Use @command{name} for commands;
2149         use @option{-opt} for options; use @table @env for list of options;
2150         remove spaces arround [ | ] in synopsis.
2152         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2153         center title.
2155 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
2157         * objcopy.c: Fix formatting.
2158         (section_rename): New structure.
2159         (OPTION_RENAME_SECTION): New switch.
2160         (copy_usage): Document new switch.
2161         (add_section_rename): New function: Add a node to the section
2162         rename list.
2163         (find_section_rename): New function: Find the new name and
2164         flags for a section.
2165         (setup_section): Call find_section_name to determine the name
2166         of the output section.
2167         (copy_main): Handle OPTION_RENAME_SECTION.
2168         * binutils.texi: Document new switch.
2169         * NEWS: Mention new switch.
2171 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
2173         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2174         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2175         bug-binutils@gcc.org.
2177 2001-07-28  Matthias Kramm  <kramm@quiss.org>
2179         * bucomm.c (list_supported_architectures): New function.
2180         * bucomm.h (list_supported_architectures): Declare.
2181         * objdump.c (usage): Call the above.
2183 2001-07-25  Dave Brolley  <brolley@redhat.com>
2185         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2186         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2188 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
2190         * README: Update for 2.11.  Change bug reporting email address.
2191         * MAINTAINERS: Tidy up.  Change bug reporting email address.
2193 2001-07-16  DJ Delorie  <dj@redhat.com>
2195         * resres.c (write_res_header): Align header size.
2196         (res_align_file): Calculate alignment correctly.
2198         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2199         correct 10).
2200         * resrc.c (write_rc_resource): Likewise.
2201         * windres.h (SUBLANG_SHIFT): Define - as 10.
2203 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
2205         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2207 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
2209         * MAINTAINERS: Add notes about branch checkins.
2211 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
2213         * readelf.c (display_debug_macinfo): New function, display
2214         .debug_macinfo section.
2215         (do_debug_macinfo): New variable.
2216         (parse_args): Handle "-w[mM]" to mean display macro info.
2217         (process_section_headers): Handle debug_macinfo.
2218         (debug_displays): Replace unsupported function with macinfo
2219         function for .debug_macinfo display.
2220         * doc/binutils.texi: Document new command line switch.
2221         * NEWS: Document new feature of readelf.
2223 2001-07-05  H.J. Lu  <hjl@gnu.org>
2225         * objcopy.c (filter_symbols): Don't turn undefined symbols
2226         into local.
2228 2001-07-03  H.J. Lu <hjl@gnu.org>
2230         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2231         $@.pod.
2232         (ar.1): Likewise.
2233         (dlltool.1): Likewise.
2234         (nlmconv.1): Likewise.
2235         (nm.1): Likewise.
2236         (objcopy.1): Likewise.
2237         (objdump.1): Likewise.
2238         (ranlib.1): Likewise.
2239         (readelf.1): Likewise.
2240         (size.1): Likewise.
2241         (strings.1): Likewise.
2242         (strip.1): Likewise.
2243         (windres.1): Likewise.
2244         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2245         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2246         $(DEMANGLER_NAME).
2247         (as.1): Removed.
2248         * doc/Makefile.in: Regenerated.
2250 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
2252         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2254 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
2256         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2258 2001-06-29  James Cownie <jcownie@etnus.com>
2260         * readelf.c: Support DWARF 2.1 attributes.
2262 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
2264         * readelf.c (GET_DATA_ALLOC): Remove.
2265         (GET_DATA): Remove.
2266         (get_data): New function combining above macros, with an extra
2267         test for zero size.
2268         (slurp_rela_relocs): Use get_data, and catch error return.
2269         (slurp_rel_relocs): Likewise.
2270         (get_32bit_program_headers): Likewise.
2271         (get_64bit_program_headers): Likewise.
2272         (get_32bit_section_headers): Likewise.
2273         (get_64bit_section_headers): Likewise.
2274         (get_32bit_elf_symbols): Likewise.
2275         (get_64bit_elf_symbols): Likewise.
2276         (process_section_headers): Likewise.
2277         (process_relocs): Likewise.
2278         (slurp_ia64_unwind_table): Likewise.
2279         (process_unwind): Likewise.
2280         (get_32bit_dynamic_segment): Likewise.
2281         (get_64bit_dynamic_segment): Likewise.
2282         (process_dynamic_segment): Likewise.
2283         (process_version_sections): Likewise.
2284         (process_symbol_table): Likewise.
2285         (dump_section): Likewise.
2286         (display_debug_info): Likewise.
2287         (display_debug_section): Likewise.
2288         (process_section_contents): Likewise.
2289         (process_corefile_note_segment): Likewise.
2290         (process_mips_specific): Likewise.  Also free econf32, econf64.
2292 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
2294         * readelf.c (dump_relocations): Print "bad symbol index" if
2295         symtab == NULL with non-zero symtab_index.
2296         (process_relocs): Don't bomb if reloc section has no symsec.
2298 2001-06-24  H.J. Lu  <hjl@gnu.org>
2300         * objcopy.c (strip_main): Revert the change made on 2001-05-30
2301         by accident.
2302         (copy_main): Apply the the change made to strip_main on
2303         2001-05-30 by accident.
2305 2001-06-23  Andreas Jaeger  <aj@suse.de>
2307         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2308         parameter 'code'.
2309         (unw_decode_x2): Likewise.
2310         (unw_decode_x3): Likewise.
2311         (unw_decode_x4): Likewise.
2313 2001-06-23  Ben Elliston  <bje@redhat.com>
2315         * MAINTAINERS: Add myself as M88k maintainer.
2317 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
2319         * objcopy.c (strip_main): Support -o or --output-file command lien
2320         switch.
2322 2001-06-19  H.J. Lu <hjl@gnu.org>
2324         * doc/Makefile.in: Regenerated.
2326 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
2328         * readelf.c: Restore formatting.
2330 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2332         * Makefile.am: Move documentation into doc subdirectory.
2333         * Makefile.in: Regenerated.
2334         * binutils.texi: Move into doc subdirectory.
2335         * addr2line.1: Removed.
2336         * ar.1: Likewise.
2337         * dlltool.1: Likewise.
2338         * nlmconv.1: Likewise.
2339         * nm.1: Likewise.
2340         * objcopy.1: Likewise.
2341         * objdump.1: Likewise.
2342         * ranlib.1: Likewise.
2343         * readelf.1: Likewise.
2344         * size.1: Likewise.
2345         * strings.1: Likewise.
2346         * strip.1: Likewise.
2347         * windres.1: Likewise.
2348         * cxxfilt.man: Likewise.
2349         * doc: New Directory.
2350         * doc/Makefile.am: New file.
2351         * doc/Makefile.in: Generate.
2353 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
2355         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
2357 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
2359         * MAINTAINERS: Update my email address.
2361 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
2363         * objcopy.c: Add new switches: --keep-global-symbol,
2364         --keep-symbols, --localize-symbols, --keep-global-symbols and
2365         --weaken-symbols.
2366         * binutils.texi: Document new switches.
2367         * objcopy.1: Regenerate.
2368         * NEWS: Announce new feature.
2370 2001-05-28  Andreas Jaeger  <aj@suse.de>
2372         * readelf.c (display_debug_frames): Fix warnings: Remove unused
2373         variables, fix format strings.
2375 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2377         * objdump.c (disassemble_bytes): Remove section VMA adjustment
2378         when computing the address of the line to show.
2380 2001-05-16  Richard Henderson  <rth@redhat.com>
2382         * readelf.c (do_debug_frames_interp): New.
2383         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2384         (byte_get_big_endian): Likewise.
2385         (parse_args) ['F']: Set do_debug_frames_interp.
2386         (Frame_Chunk): Make data_factor signed, add fde_encoding.
2387         (frame_display_row): Don't trunc pc_begin to int.
2388         (size_of_encoded_value): New.
2389         (display_debug_frames): Handle 64-bit targets.  Print raw data
2390         unless do_debug_frames_interp.
2391         (debug_displays): Remove duplicate .debug_frame.
2393 2001-05-15  Ralf Baechle  <ralf@gnu.org>
2395         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2396         The former constant was never in active use and is used otherwise
2397         by the ABI.
2399 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2401         * readelf.c (process_unwind): Print all unwind sections, not just
2402         one.
2404 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2406         * readelf.c (process_unwind): Remove const specifier.
2408 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2410         * strings.c (isgraphic): Do not use isascii() unless it is needed
2411         for isprint() to work.
2412         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2414 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
2416         * NEWS: Announce support for OpenRISC.
2418 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
2420         * dlltool.c (do_default_excludes): Initialise to true.
2422 2001-04-10  Alan Modra  <amodra@one.net.au>
2424         * MAINTAINERS: Update my email address
2425         * nm.c (print_symbol_info_bsd): Use a simple printf string.
2427 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
2429         * readelf.c (display_debug_lines): Fix typo for "Prologue".
2431 2001-03-30  H.J. Lu  <hjl@gnu.org>
2433         * readelf.c (process_unwind): Just return if do_unwind is 0.
2435 2001-03-28  Roger Sayle  <roger@metaphorics.com>
2437         * dlltool.c (make_one_lib_file): Fix section flags for
2438         .text, .data and .bss in stub ds*.o files to match those
2439         generated by gas.
2441 2001-03-29  H.J. Lu  <hjl@gnu.org>
2443         * readelf.c (process_unwind): Only do unwind sections for
2444         IA64.
2446 2001-03-28  H.J. Lu  <hjl@gnu.org>
2448         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2449         * Makefile.in: Regenerate.
2451 2001-03-26  Andreas Jaeger  <aj@suse.de>
2453         * binutils.texi (nm): Fix texi syntax.
2455 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2457         * binutils.texi: Put @c man begin and @c man end indications
2458         to generate man pages using texi2pod and pod2man. Put @c man title
2459         to identify each man. Add SEEALSO entries.
2460         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2461         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2462         sort the list.
2463         (*.1): Build the man pages from binutils.texi.
2464         * Makefile.in: Regenerate.
2466 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
2468         * defparse.y (opt_equal_name): allow "." in name.
2469         * dlltool.c (def_exports): Added ability to generate forwarded exports.
2470         (gen_exp_file): Likewise.
2472 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
2474         * NEWS: Document addition of -B switch to objcopy.
2475         * binutils.texi:  Document addition of -B switch to objcopy.
2476         * objcopy.c: (copy_options): Add --binary-architecture.
2477         (copy_usage): Document -B/--binary-architecture.
2478         (copy_main): Support -B/--binary-architecture.  Set
2479         bfd_external_binary_architecture.
2481 2001-03-11  Andreas Jaeger  <aj@suse.de>
2483         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2484         (dump_relocations): Likewise.
2485         (get_machine_name): Likewise.
2487 2001-02-28  Nick Clifton  <nickc@redhat.com>
2489         * readelf.c: (struct unw_aux_info): Remove const modifier for
2490         'strtab' field.
2491         (process_unwind): Remove non-K&R compliant LHS type cast in call
2492         to GET_DATA_ALLOC macro.
2494 2001-02-28  Philip Blundell  <pb@futuretv.com>
2496         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2497         ABI is in use; remove ambiguity between the "unknown" EABI and
2498         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
2499         renamed EF_xx constants.
2501 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2503         * configure.in (BFD_VERSION): New.
2504         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2505         * configure: Regenerate.
2506         * Makefile.am: Run "make dep-am"
2507         * Makefile.in: Regenerate.
2509 2001-02-14  Nick Clifton  <nickc@redhat.com>
2511         * MAINTAINERS: Add "Obvious Fix" rule.
2513 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2515         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2516         literal concatenation.
2518 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2520         * readelf.c (struct unw_aux_info): Remove const from the info member.
2521         (process_unwind): Don't type-cast the third argument to the
2522         GET_DATA_ALLOC macro.
2524 2001-02-11  Nick Clifton  <nickc@redhat.com>
2526         * readelf.c (dump_relocations): Free corrected allocated
2527         array.
2528         (process_unwind): Fix compile time warning.
2530 2001-02-10  Nick Clifton  <nickc@redhat.com>
2532         * binutils.texi: Document new --unwind option to readelf.
2534 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2536         * readelf.c: Add linux target for S/390.
2538 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
2540         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2541         printf is a macro.
2543 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
2545         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2546         * aclocal.m4: Regenerate.
2547         * configure: Regenerate.
2549 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
2551         * bucomm.c (bfd_target_vector): Change extern array to pointer.
2552         * objdump.c (bfd_target_vector): Likewise.
2554 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
2556         * readelf.c (process_unwind): New function.
2557         (slurp_ia64_unwind_table): Ditto.
2558         (dump_ia64_unwind): Ditto.
2559         (find_symbol_for_address): Ditto.
2560         (slurp_rela_relocs): New function (split off from dump_relocations()).
2561         (slurp_rel_relocs): Ditto.
2562         (parse_args): Handle '-u' option.
2564         * unwind-ia64.c: New file.
2565         * unwind-ia64.h: New file.
2566         * Makefile.am: Include unwind-ia64.c in readelf build.
2567         * Makefile.in: Regenerate.
2568         * po/binutils.pot: Regenerate.
2570 2001-02-04  Philip Blundell  <philb@gnu.org>
2572         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2573         * configure: Regenerate.
2575 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
2577         * ieee.c (ieee_add_bb11): Don't check for backslashes
2578         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2580 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
2582         * ieee.c: Update copyright.
2583         (ieee_start_compilation_unit): Don't check for backslashes
2584         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2586         * stabs.c: Update copyright. Include "filenames.h".
2587         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2589 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
2591         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2592         sections are present before using them.  Remove code duplication.
2593         (process_symbol_table): Check if VERDEF or VERNEED sections are
2594         present before using them.
2596 2001-01-17  Nick Clifton  <nickc@redhat.com>
2598         * objcopy.c (copy_object): Fail if attempting to convert the
2599         endianness of the input object file.
2601         * binutils.texi: Explain that objcopy cannot convert endianness.
2603 2001-01-16  Nick Clifton  <nickc@redhat.com>
2605         * readelf.c (string_table_length): New variable.
2606         (SECTION_NAME): Catch out of range indices and missing section
2607         pointers.
2608         (process_section_headers): Delete useless local variable
2609         string_table_offset.  Set the value of string_table_length
2610         after loading the string table.
2611         (process_mips_specific): Use SECTION_NAME macro.
2612         (process_file): Set string_table_length to 0 when it is freed.
2614 2001-01-12  Nick Clifton  <nickc@redhat.com>
2616         * version.c (print_version): Update copyright date.
2618 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2620         * readelf.c (dump_relocations): Include selection with EM_ARC.
2621         (get_machine_name) Update name to "ARC".
2623 2001-01-09  Nick Clifton  <nickc@redhat.com>
2625         * Makefile.am: Add rule to build objdump.o from objdump.c and
2626         using OBJDUMP_DEFS.
2627         * Makefile.in: Regenerate.
2629         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
2630         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2631         -DDISASSEMBLER_NEEDS_RELOCS.
2632         * configure: Regenerate.
2634         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2635         is defined read in the relocs even if dump_reloc_info is
2636         false.
2638 2001-01-07  Philip Blundell  <philb@gnu.org>
2640         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2641         `bug-binutils'.
2642         * README: Likewise.
2644 2000-12-19  Nick Clifton  <nickc@redhat.com>
2646         * dlltool.c: Add missing support for arm-epoc-pe.
2647         * configure.in: Add missing support for arm-epoc-pe.
2648         * configure: Regenerate.
2650 2000-12-15  Nick Clifton  <nickc@redhat.com>
2652         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2653         Mode parts of the x86 port.
2655 2000-12-04  Andreas Jaeger  <aj@suse.de>
2657         * readelf.c (guess_is_rela): Add EM_X86_64.
2658         (dump_relocations): Add EM_X86_64.
2659         (get_machine_name): Add EM_X86_64.
2660         Include "elf/x86-64.h".
2662 2000-12-12  Nick Clifton  <nickc@redhat.com>
2664         * readelf.c: Fix formatting.
2666 2000-12-11  Jan Hubicka  <jh@suse.cz>
2668         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2670 2000-12-07  Andrew Haley  <aph@redhat.com>
2672         * readelf.c (display_debug_frames): Only display columns that are
2673         referenced by the frame debug info.
2675 2000-12-05  Nick Clifton  <nickc@redhat.com>
2677         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2679 2000-12-04  Jason Merrill  <jason@redhat.com>
2681         * readelf.c (process_section_headers): Handle linkonce.wi sections.
2682         (display_debug_section): Likewise.
2683         (display_debug_info): Display CU header before bailing.
2685 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2687         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2688         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2689         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2691         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2692         and E_MIPS_ARCH_64.
2694         * readelf.c (get_machine_flags): Add case for
2695         E_MIPS_MACH_SB1.
2697 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2699         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2701 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2703         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2704         Change sourceware.cygnus.com to sources.redhat.com.
2705         Fix typo for "amongst".
2707 2000-11-28  Nick Clifton  <nickc@redhat.com>
2709         * strip.1 (COPYING): Mention that the GNU Free Documentation
2710         License is present in the sources, but not the output, and
2711         also available from the GNU website.
2712         (GNU Free Documentation License): Comment out this section.
2713         * strings.1: Ditto.
2714         * size.1: Ditto.
2715         * ranlib.1: Ditto.
2716         * objdump.1: Ditto.
2717         * objcopy.1: Ditto.
2718         * nm.1: Ditto.
2719         * nlmconv.1: Ditto.
2720         * ar.1: Ditto.
2721         * addr2line.1: Ditto.
2723 2000-11-27  DJ Delorie  <dj@redhat.com>
2725         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2726         (parse_args): Support -wf option.
2727         (process_section_headers): Ditto.
2728         (debug_displays): Ditto.
2729         (display_debug_frames): New, dump *_frame sections.
2730         (frame_need_space): Support for above.
2731         (frame_display_row): Ditto.
2732         * binutils.texi: Document it.
2734 2000-11-24  Nick Clifton  <nickc@redhat.com>
2736         * NEWS: Announce support for v5t, v5te and XScale.
2738 2000-11-22  Nick Clifton  <nickc@redhat.com>
2740         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2741         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2742         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2743         (get_elf_section_flags: Add SHF_GROUP.
2744         (process_section_headers): Adjust output for 32-bit binaries
2745         to look nice on an 80 column terminal.
2747 2000-11-20  H.J. Lu  <hjl@gnu.org>
2749         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2750         ELFOSABI_AIX.
2752 2000-11-17  Richard Henderson  <rth@redhat.com>
2754         * readelf.c (display_debug_lines): Adjust last change to
2755         use sizeof (external->li_length).
2757 2000-11-17  Richard Henderson  <rth@redhat.com>
2759         * readelf.c (display_debug_lines): Fix section length check
2760         and end_of_sequence computation.
2762 2000-11-06  Nick Clifton  <nickc@redhat.com>
2764         * binutils.texi: Add GNU Free Documentation License.
2765         * objcopy.1: Add GNU Free Documentation License.
2766         * objdump.1: Add GNU Free Documentation License.
2767         * addr2line.1: Add GNU Free Documentation License.
2768         * ar.1: Add GNU Free Documentation License.
2769         * nlmconv.1: Add GNU Free Documentation License.
2770         * nm.1: Add GNU Free Documentation License.
2771         * ranlib.1: Add GNU Free Documentation License.
2772         * size.1: Add GNU Free Documentation License.
2773         * strings.1: Add GNU Free Documentation License.
2774         * strip.1: Add GNU Free Documentation License.
2776 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2778         * objcopy.c (--srec-len=nn): New parameter to set the
2779         maximum length of generated Srecords.
2780         (--srec-forceS3): New parameter that restricts the generation of
2781         Srecords to type S3 only.
2782         * binutils.texi: Document new command line switches.
2783         * objcopy.1: Docuemnt the new command line switches.
2784         * NEWS: Announce the existence of the new command line switches.
2786 2000-10-31  Nick Clifton  <nickc@redhat.com>
2788         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2789         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2791 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2793         * Make comma after string after icon/control optional.
2795 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2797         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2799         * NEWS: Mention support for MIPS32.
2801 2000-09-08  Nick Clifton  <nickc@redhat.com>
2803         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2805 2000-09-07  H.J. Lu  <hjl@gnu.org>
2807         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2808         * configure: Rebuild.
2810 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2812         * configure: Rebuilt with new libtool.m4.
2814 2000-09-05  Nick Clifton  <nickc@redhat.com>
2816         * aclocal.m4: Regenerate.
2817         * config.in: Regenerate.
2818         * configure: Regenerate.
2820 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2822         * strip.1: Fix stray '\' in -o formatting.
2824 2000-09-02  Nick Clifton  <nickc@redhat.com>
2826         * configure.in: Increase version number to 2.10.91.
2827         * configure: Regenerate.
2828         * aclocal.m4: Regenerate.
2829         * config.in: Regenerate.
2830         * po/binutils.pot: Regenerate.
2832 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2834         * acinclude.m4: Include libtool and gettext macros from the
2835         top level.
2836         * aclocal.m4, configure: Rebuilt.
2838 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2840         * resrc.c (close_input_stream): Delete extraneous logic
2842 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2844         * NEWS: Mention support for CRIS.
2846 2000-08-21  Nick Clifton  <nickc@redhat.com>
2848         * addr2line.c: Changed email address for Ulrich Lauther.
2850 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2852         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2854 2000-08-17  Nick Clifton  <nickc@redhat.com>
2856         * readelf.c (display_debug_pubnames): Only issue warning
2857         message once.  Terminate message with a new line.
2858         (display_debug_aranges): Only display version 2 debug info.
2860 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2862         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2863         for compatability with old BSD systems.
2865 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2867         * NEWS: Mention i860 support.
2869 2000-08-11  Carlo Wood <carlo@alinoe.com>
2871         * addr2line.c (main): Add const to char *.
2873 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2875         * ar.c (main): Don't crash if called with no arguments
2876         or only '-X32_64' as an argument.
2878 2000-08-08  DJ Delorie  <dj@redhat.com>
2880         * resrc.c: use "gcc -xc" instead of -xc-header
2882 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2884         * readelf.c (elf/i860.h): Include.
2885         (dump_relocations): Add recognition of i860 architecture.
2886         (guess_is_rela): Add recognition of i860 architecture.
2888 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2890         * MAINTAINERS: Add information about CGEN maintainers.
2892 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2894         * nm.c (main): Ignore '-X32_64' as an option.
2895         * ar.c (main): Likewise.
2896         * binutils.texi (nm): Document new option.
2897         (ar): Likewise.
2899 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2901         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2903 2000-07-20  H.J. Lu  <hjl@gnu.org>
2905         * binutils.texi: Put back "@end table" deleted by
2906         accident.
2908 2000-07-05  Kenneth Block  <krblock@computer.org>
2910         * nm.c: Add optional style to demangle switch.
2911         * objdump.c: Add optional style to demangle switch.
2912         * addr2line.c: Add optional style to demangle switch.
2913         * binutils.texi: Document optional style to demangle
2914         switch.
2916 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2918         * MAINTAINERS: Add self as CRIS port maintainer.
2919         * readelf.c: Include elf/cris.h.
2920         (guess_is_rela): Handle EM_CRIS.
2921         (dump_relocations): Ditto.
2922         (get_machine_name): Ditto.
2923         * Makefile.am: Rebuild dependencies.
2924         * Makefile.in: Regenerate.
2925         * po/binutils.pot: Regenerate.
2927 2000-07-19  H.J. Lu  <hjl@gnu.org>
2929         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2930         "AUXILIARY".
2931         (process_dynamic_segment): Print out strings for DT_CONFIG,
2932         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2934 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2936         * nm.c (usage): Change output of `nm --help' to include a
2937         description of the purpose of the program and a detailed
2938         description of the accepted options.
2940 2000-07-19  H.J. Lu  <hjl@gnu.org>
2942         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2943         to DF_1_NODEFLIB.
2945 2000-07-19  H.J. Lu  <hjl@gnu.org>
2947         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2949 2000-07-19  H.J. Lu  <hjl@gnu.org>
2951         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2952         DT_FEATURE.
2953         (process_dynamic_segment): Likewise.
2955         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2956         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2957         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2958         DF_1_NODUMP and DF_1_CONLFAT.
2960 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2962         * binutils.texi (readelf): Fix spelling typo.
2964 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2966         * objdump.c (usage): Make output of `objdump --help' more
2967         consistent with the rest of the GNU world.  Add a line describing
2968         the purpose of the program.
2970 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2972         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2973         warning.
2975 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2977         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2978         to fix warnings.
2979         (process_symbol_table): Ditto.
2980         (procesS_extended_line_op): Ditto.
2981         (display_debug_lines): Ditto.
2982         (display_debug_pubnames): Ditto.
2983         (read_and_display_attr): Ditto.
2985 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2987         * MAINTAINERS: Add several more port specific maintainers.
2989 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2991         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2993 2000-06-05  DJ Delorie  <dj@redhat.com>
2995         * MAINTAINERS: New.
2997 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2999         * dllwrap.c: Changed mistaken dyn_string_append() calls
3000         to dyn_string_append_cstr().
3002 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
3004         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
3005         struct debug_type stores size in bytes.
3007 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
3009         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
3010         (CLEANFILES): Add DEPA.
3011         * Makefile.in: Regenerate.
3013 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
3015         * ar.c: Revert incorrect 2000-06-25 patch.
3016         * bucomm.c: Likewise.
3018 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
3020         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
3021         (external_coff_symbol_p): New function.
3022         (parse_coff): Use it.
3024 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
3026         * ar.c (normalize): Advance past both characters in a DOS based
3027         <letter>: filepath prefix.
3028         (main): Likewise.
3029         * bucomm.c (make_tempname): Likewise.
3031 2000-06-24  Nick Clifton  <nickc@cygnus.com>
3033         * objdump.c (usage): Fix description of --stabs switch.
3035 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
3037         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3038         find one.
3039         * Makefile.in: Regenerate.
3041 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
3043         * ar.c (normalize): Correct pointer comparison when checking for
3044         backslashes.
3045         (main): Likewise.
3046         * bucomm.c (make_tempname): Likewise.
3048         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
3049         and search for backslashes in the original pathname.
3050         (ieee_add_bb11): Likewise.
3052 2000-06-18  Nick Clifton  <nickc@redhat.com>
3054         * ar.c (print_contents): Improve verbose message.
3056 2000-06-15  H.J. Lu  <hjl@gnu.org>
3058         * dyn-string.c: Removed. Not needed with dyn-string.c in
3059         libiberty.
3060         * dyn-string.h: Likewise.
3062         * Makefile.am: Remove references to dyn-string.c and
3063         dyn-string.h. Rebuild dependency.
3064         * Makefile.in: Rebuild.
3066 2000-06-15  H.J. Lu  <hjl@gnu.org>
3068         * binutils.texi: Put a warning on copying relocatable object
3069         files between two different formats.
3071 2000-06-13  DJ Delorie  <dj@cygnus.com>
3073         * rcparse.y (control): ICON controls take an id as the first
3074         parameter, not an optional string.  Also, call new convenience
3075         function that takes res_id's.
3076         * resrc.c (define_control): missing text means zero-length string,
3077         not zero ID.
3078         (define_icon_control): New.
3079         * windres.h: declare define_icon_control.
3081 2000-06-13  H.J. Lu  <hjl@gnu.org>
3083         * configure: Regenerate.
3085 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
3087         * configure.in (VERSION): Update to show this is the CVS mainline.
3089 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
3091         * strings.c (isgraphic): Interpret <TAB> as a printable character,
3092         analogous to <SPACE>.
3094 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
3096         * objdump.c (display_target_list): Use bfd_close_all_done, not
3097         bfd_close to fix crash caused by 2000-05-24 change.
3099 2000-05-25  DJ Delorie  <dj@cygnus.com>
3101         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
3103 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
3105         * Makefile.am: Update dependencies with "make dep-am"
3106         * Makefile.in: Regenerate.
3108 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
3110         * ar.c: Include filenames.h.
3111         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
3112         and drive letters in file names.
3113         (main): Support backslashes and drive letters in argv[0].  Drop
3114         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
3115         FILENAME_CMP instead of strcmp to compare file names.
3116         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
3117         DJGPP v2.
3118         (do_quick_append) [__GO32__]: Ditto.
3119         (get_pos_bfd, delete_members, move_members, replace_members):
3120         Compare file names with FILENAME_CMP.
3122         * bucomm.c: Include filenames.h.
3123         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
3124         forward/backward slashes and drive letters in file names.
3126         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
3127         mixed forward/backward slashes and drive letters in file names.
3129         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
3130         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
3131         mode.
3133         * objcopy.c: Include filenames.h.
3134         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
3135         before comparing to "strip".
3136         Use FILENAME_CMP to compare file names.
3138         * arsup.c: Include filenames.h.
3139         (map_over_list, ar_delete, ar_replace, ar_extract): Use
3140         FILENAME_CMP to compare file names.
3141         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
3142         the temporary file name.
3144         * configure.in: Check for setmode.
3145         * configure: Regenerate.
3147 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
3149         * objdump.c (display_target_list): Close the bfd.
3150         (display_info_table): Likewise.
3152 2000-05-14  H.J. Lu  (hjl@gnu.org)
3154         * objcopy.c (filter_symbols): Don't strip global symbols in
3155         relocatable object files.
3157 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
3159         * size.c (usage): Associate short options with corresponding long
3160         option to give a clue as to their function.
3162 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
3164         * size.c (main): Accept and ignore `-f' option.
3166 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
3168         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
3169         bindtextdomain): Replace defines with those from intl/libgettext.h
3170         to quieten gcc warnings.
3172 2000-05-12  H.J. Lu  <hjl@gnu.org>
3174         * nlmconv.c (temp_filename): Removed.
3176         * nlmconv.c (link_inputs): Use make_temp_file () instead of
3177         choose_temp_base ().
3178         * objdump.c (display_target_list): Likewise.
3179         (display_info_table): Likewise.
3181 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
3183         * objcopy.c (setup_section): Add const and gettext calls for err.
3185 2000-05-02  H.J. Lu  <hjl@gnu.org>
3187         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
3188         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
3189         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
3190         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
3191         and ELFOSABI_OPENBSD.
3193 2000-05-02  Kazu Hirata  <kazu@hxi.com>
3195         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
3196         * srconv.c: Likewise.
3197         * sysdump.c: Likewise.
3199 2000-04-23  Denis Chertykov  <denisc@overta.ru>
3201         * readelf.c (guess_is_rela): AVR uses RELA relocations.
3202         (get_machine_name): machine name for EM_AVR added.
3204 2000-04-21  Richard Henderson  <rth@cygnus.com>
3205             David Mosberger  <davidm@hpl.hp.com>
3207         * Makefile.am (readelf.o): Add elf/ia64.h.
3208         * Makefile.in: Rebuild.
3209         * readelf.c: Include elf/ia64.h.
3210         (guess_is_rela, dump_relocations): Handle EM_IA_64.
3212 2000-04-17  Timothy Wall  <twall@cygnus.com>
3214         * objdump.c (disassemble_data): Set octets per byte *after*
3215         resolving arch/mach for binary files.
3217 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3219         * arlex.l: Add directives to increase lex buffer size.
3221         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
3222         already included by bucomm.h.
3224 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
3226         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
3227         `strftime' since strftime is not available on all systems.
3228         (process_mips_specific): Ditto.
3230 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
3232         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
3233         --enable-build-warnings option.
3234         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3235         * Makefile.in, configure: Re-generate.
3237 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
3239         * addr2line.c: Update copyright.
3240         * objcopy.1: Likewise, and title.
3241         * strings.1: Likewise.
3243         * version.c (print_version): Add 2000.
3245         * rddbg.c (read_section_stabs_debugging_info): Don't use
3246         bfd_size_type for strx to avoid printf problems if BFD64.
3248         * bucomm.c: (report): Remove `static'.
3249         Move inclusion of stdarg.h/vararg.h from here.
3250         * bucomm.h: To here.
3251         (CONST): Change all occurences to const.
3252         (report): Declare it.
3253         (bfd_fatal): Add ATTRIBUTE_NORETURN.
3254         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
3255         (non_fatal): Add ATTRIBUTE_PRINTF_1.
3257         * ar.c (main): Use fatal or non_fatal instead of fprintf.
3258         Correct a typo in an error message.
3259         (do_quick_append): Use non_fatal instead of fprintf.
3260         (move_members): Use fatal instead of fprintf, exit.
3261         * coffdump.c (main): Same here.
3263         * dlltool.c (display): Delete.
3264         (warn): Delete.
3265         (inform): Use `report' instead of `display'.
3266         (rvaafter): Remove trailing \n from fatal error msg.
3267         (rvabefore): Ditto.
3268         (asm_prefix): Ditto.
3269         (yyerror): Replace `warn' with `non_fatal', and remove \n.
3270         (def_name): Likewise.
3271         (run): Likewise.
3272         (scan_all_symbols): Likewise.
3273         (gen_lib_file): Likewise.
3274         (def_library): Likewise.  Remove extra program_name too.
3275         (run): Remove \n from inform strings.
3276         (scan_drectve_symbols): Likewise.
3277         (add_excludes): Likewise.
3278         (scan_open_obj_file): Likewise.
3279         (gen_exp_file): Likewise.
3280         (gen_lib_file): Likewise.
3281         (process_duplicates): Likewise.
3283         * Makefile.am (dllwrap_SOURCES): Add version.c.
3284         * dllwrap.c (program_version): Delete.
3285         (print_version): Delete.
3286         (display): Always print trailing \n.
3287         (warn): New.
3288         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
3289         (run): Here too.
3290         (main): And here.
3291         (usage): gettext'ify.
3292         (long_options): Add missing initialisers.
3294         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
3295         (select_output_format): Likewise.
3296         (powerpc_mangle_relocs): Likewise.
3297         (link_inputs): Likewise.
3299         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
3300         (set_output_format): Likewise.
3301         (main): Use non_fatal instead of fprintf.
3302         (display_rel_file): Likewise.
3304         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
3305         (slurp_dynamic_symtab): Same here.
3306         (disassemble_data): And here.
3307         (read_section_stabs): And here.
3308         (read_section_stabs): And here.
3309         (dump_bfd): And here.
3310         (main): And here.
3311         (objdump_sprintf): Use fatal instead of fprintf, exit.
3312         (disassemble_data): Same here.
3314         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
3315         (parse_coff_struct_type): Same here.
3316         (parse_coff_enum_type): And here.
3317         (parse_coff): And here.
3318         * rddbg.c (read_debugging_info): And here.
3319         * size.c (main): And here.
3320         * windres.c (format_from_name): And here.
3321         * wrstabs.c (stab_write_symbol): Here too.
3322         (write_stabs_in_sections_debugging_info): And here.
3323         (stab_int_type): And here.
3324         (stab_struct_field): And here.
3325         (stab_typdef): And here.
3327         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
3328         * srconv.c (main): Same here.
3329         * strings.c (main): And here.
3330         (integer_arg): And here.
3331         * sysdump.c (main): And here.
3333 2000-04-06  Timothy Wall  <twall@cygnus.com>
3335         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
3337 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
3339         * readelf.c (decode_location_expression): Loop through multiple
3340         operations.
3341         (read_and_display_attr): Pass in length.
3343         * readelf.c (read_and_display_attr): Add CU offset to references.
3344         (display_debug_info): Pass it in.
3346 2000-04-06  Nick Clifton  <nickc@cygnus.com>
3348         * readelf.c (decode_ARM_machine_flags): New function.
3349         (get_machine_flags): Call decode_ARM_machine_flags for ARM
3350         targets.
3352         (get_machine_name): Catch EM_AVR
3354 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
3356         * binutils.texi: Remove optional `=' from long options that have
3357         an `=' in the argument.
3358         * objcopy.1: Here too.  Remove extra space on discard-all.
3360         * binutils.texi (objcopy): Mention --redefine-sym.
3361         * objcopy.1: Here too.
3362         * NEWS: And here.
3364         * objcopy.c (parse_flags): Split off flag names from error message
3365         gettext as they are not translated.
3366         (copy_main): Similarly split off option name for --add-section,
3367         --set-section-flags, --change-section-vma, --change-section-lma
3368         error messages.
3369         Some white space changes.
3371         from Matthew Benjamin <matt@linuxbox.nu>
3372         * objcopy.c (struct redefine_node): New.
3373         (redefine_sym_list): New.
3374         (redefine_list_append): New.
3375         (lookup_sym_redefinition): New.
3376         (OPTION_REDEFINE_SYM): New.
3377         (copy_options): Add --redefine-sym option.
3378         (copy_usage): Mention it.
3379         (filter_symbols): Rename symbols on redefine_sym_list.
3380         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
3381         (copy_main): Handle OPTION_REDEFINE_SYM.
3383 2000-04-04  H.J. Lu  <hjl@gnu.org>
3385         * readelf.c (process_symbol_table): Correctly read in symbol
3386         versioning information.
3388 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
3390         * po/binutils.pot: Regenerate.
3392         * addr2line.c (usage): Restore translated part of bug string.
3393         * ar.c (usage): Likewise.
3394         * nlmconv.c (show_usage): Likewise.
3395         * nm.c (usage): Likewise.
3396         * objcopy.c (copy_usage): Likewise.
3397         (strip_usage): Likewise.
3398         * objdump.c (usage): Likewise.
3399         * readelf.c (usage): Likewise.
3400         * size.c (usage): Likewise.
3401         * strings.c (usage): Likewise.
3402         * windres.c (usage): Likewise.
3404         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3405         (DEP): Quote when passing vars to sub-make.  Add warning
3406         message to end.
3407         (DEP1): Rewrite for "gcc -MM".
3408         (CLEANFILES): Add DEP2.
3409         Update dependencies.
3410         * Makefile.in: Regenerate.
3412 2000-04-04  H.J. Lu  <hjl@gnu.org>
3414         * Makefile.am (GENERATED_HFILES): Add rcparse.h
3415         (arparse.h): Depend on arparse.c
3416         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
3418 2000-04-03  H.J. Lu  (hjl@gnu.org)
3420         * size.c (usage): Use REPORT_BUGS_TO.
3422 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
3424         * bucomm.h: #include "bin-bugs.h"
3425         * addr2line.c (usage): Use REPORT_BUGS_TO.
3426         * ar.c (usage): Likewise.
3427         * nlmconv.c (show_usage): Likewise.
3428         * nm.c (usage): Likewise.
3429         (OPTION_TARGET): Define.
3430         (long_options): Use OPTION_TARGET rather than 200.
3431         (main): Likewise.
3433         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
3434         (strip_usage): Likewise.
3435         * objdump.c (usage): Likewise.
3436         * readelf.c (usage): Likewise.
3437         * strings.c (usage): Likewise.
3438         * windres.c (usage): Likewise.
3440 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3442         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
3444 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3446         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
3447         string offsets in corrupt stabs entries.
3449 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3451         * readelf.c: Include elf/avr.h
3452         (dump_relocations): Add EM_AVR case.
3454 2000-03-09  Tim Waugh  <twaugh@redhat.com>
3456         * strings.1: Correct '-bytes' to '--bytes'.
3458 2000-03-08  H.J. Lu  <hjl@gnu.org>
3460         * Makefile.am (install-exec-local): Depend on
3461         install-binPROGRAMS for parallel make.
3462         * Makefile.in: Regenerated.
3464 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
3466         From Brad Lucier <lucier@math.purdue.edu>:
3467         * readelf.c (process_dynamic_segment): Add cast to make sure
3468         argument to %* is int.
3470 2000-02-25  H.J. Lu  <hjl@gnu.org>
3472         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3474 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3476         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3477         * configure: Regenerate.
3479         * dlltool.c: Add support for sh-pe and mips-pe targets.
3480         * rescoff.c: Add support for sh-pe and mips-pe targets.
3482 2000-02-23  H.J. Lu  <hjl@gnu.org>
3484         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3486 2000-02-22  Nick Clifton  <nickc@cygnus.com>
3488         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3490 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
3492         From Brad Lucier <lucier@math.purdue.edu>:
3493         * readelf.c (process_version_sections): Add casts to make sure
3494         argument to %* is an int.
3495         (process_mips_specific): Add casts to make printf arguments match
3496         format.
3498 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
3500         * objdump.c (dump_section_header): Change `opb' to unsigned.
3501         (find_symbol_for_address): Same here.
3502         (disassemble_data): And here.  Change `addr_offset',
3503         `stop_offset', `nextstop_offset' to unsigned long.
3504         (dump_data): Change opb to unsigned.
3506 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
3508         * resrc.c: Remove unmatched #if for cygwin.
3510 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3512         * binutils.texi: Document the change of flavor name from atpcs-special
3513         to special-atpcs to prevent name conflict in gdb.
3515 2000-02-08  Timothy Wall  <twall@redhat.com>
3517         * objdump.c (show_line): Fix bug preventing printing of the very
3518         first line (line zero) of a file when interlisting source and
3519         assembly.  Added option to print entire context from start of file
3520         when the first line from that file is encountered.
3522 2000-02-03  Timothy Wall <twall@redhat.com>
3524         * objdump.c (dump_section_header, find_symbol_for_address,
3525         show_line, disassemble_bytes, disassemble_data, dump_data):
3526         distinguish between octets and bytes.
3528 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
3530         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3531         check to unresolved symbols.
3532         (print_symbol_info_sysv):  Ditto.
3533         (print_symbol_info_posix):  Ditto.
3535         * binutils.texi: Document new 'V' symclass flag for nm.
3537 2000-01-27  Nick Clifton  <nickc@redhat.com>
3539         * binutils.texi (objdump): Document new ARM specific
3540         disassembler options.
3542         * objdump.c (usage): Call disassembler_usage().
3544 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3546         * readelf.c (get_dynamic_flags): Return buff.
3547         (process_dynamic_segment): Don't pass error strings to printf
3548         as format arg.
3549         (read_and_display_attr): Use lx and ld to print longs.
3550         (process_corefile_note_segment): Cast bfd_vma to unsigned long
3551         before printing.
3552         Update copyright.
3554 2000-01-17  Nick Clifton  <nickc@cygnus.com>
3556         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3558 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
3560         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3561         false.
3562         (debug_tag_type): Here too.
3563         * ieee.c (ieee_builtin_type): And here.
3564         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3566 2000-01-13  Nick Clifton  <nickc@cygnus.com>
3568         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3569         System/370".
3571 2000-01-11  Nick Clifton  <nickc@cygnus.com>
3573         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3575 2000-01-10  Nick Clifton  <nickc@cygnus.com>
3577         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3579 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
3581         * windres.c (long_options): Add --use-temp-file and
3582         --no-use-temp-file options.
3583         (usage): Document.
3584         (main): Handle.
3586         * windres.h: Update read_rc_file prototype.
3588         * resrc.c (cpp_temp_file): New static variable.
3589         (istream_type): New static variable.
3590         (close_pipe): Delete function.
3591         (run_cmd): New static function.
3592         (open_input_stream): New static function.
3593         (close_input_stream): New static function.
3594         (look_for_default): Handle DOS directory separator. Use
3595         open_input_stream instead of popen.
3596         (read_rc_file): Likewise.
3598         * binutils.texi: Document --use-temp-file, --no-use-temp-file
3599         options.
3601 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
3603         * dlltool.c (create_compat_implib): New variable.
3604         (gen_exp_file): Use.
3605         (make_one_lib_file): Use.
3606         (long_options): Add --compat-implib option.
3607         (usage): Handle.
3608         (main): Handle.
3610         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3611         (main): Use. Don't look for "32" in cygwin and mingw target names.
3613 2000-01-03  Nick Clifton  <nickc@cygnus.com>
3615         * binutils.texi: Document new, ARM specific disassembler
3616         command line switch "-M force-thumb".
3618 For older changes see ChangeLog-9899
3620 Local Variables:
3621 mode: change-log
3622 left-margin: 8
3623 fill-column: 74
3624 version-control: never
3625 End: