2003-05-14 Michael Snyder <msnyder@redhat.com>
[binutils.git] / binutils / ChangeLog
blob0b42501d6801770c33ce9a8cdc1e24a7ded5b179
1 2003-06-03  Elias Athanasopoulos  <elathan@phys.uoa.gr>
3         * NEWS: Document the new BSD/POSIX single-character mapping for
4         .comment/.note sections.
5         
6 2003-06-02  Chris Demetriou  <cgd@broadcom.com>
7             Jason Thorpe  <thorpej@wasabisystems.com>
9         * objcopy.c (redefine_list_append): Add an argument that
10         indicates the context from which this function is being
11         called.  Change all callers.
12         (copy_options): Add a new option, --redefine-syms.
13         (copy_usage): Document new option.
14         (copy_main): Handle the --redefine-syms option.
15         * doc/binutils.text (objcopy): Document new option.
17 2003-05-31  Richard Henderson  <rth@redhat.com>
19         * readelf.c (byte_get_signed): New.
20         (get_encoded_value): New.
21         (display_debug_frames): Use it.  Always pre-process opcodes.
23 2003-05-20  Michal Ludvig  <mludvig@suse.cz>
25         * readelf.c (display_debug_frames): Print both registers
26         for DW_CFA_register.
28 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
30         * configure.in: Accept i[3-7]86 variants. Escape '[]' for
31         i[3-7]86-*-interix.
32         * configure.in: Regenerate.
34 2003-05-13  Michael Eager <eager@mvista.com>
36         * objcopy.c: Treat identical src/dst file names as if only one
37         entered.  One Windows creating an output file of the same name as
38         the input file will delete the input file before it is read.
40 2003-05-12  Salvador Eduardo Tropea  <salvador@inti.gov.ar>
42         * debug.c (debug_get_real_type): Extend test for circular debug
43         references.
45 2003-05-12  Nick Clifton  <nickc@redhat.com>
47         * configure.in (ALL_LINGUAS): Add zh_CN.
48         * configure: Regenerate.
49         * po/zh_CN.po: New file: Chinese (simplified) translation.
51 2003-05-11  Jason Eckhardt  <jle@rice.edu>
53         * MAINTAINERS: Update my mail address.
55 2003-05-07  H.J. Lu <hongjiu.lu@intel.com>
57         * readelf.c (dump_relocations): Enlarge the type field in wide
58         mode by one character.
60 2003-05-03  Richard Henderson  <rth@redhat.com>
62         * readelf.c (struct Frame_Chunk): Add cfa_exp.
63         (frame_display_row): Just print "exp" for cfa or register
64         defined by a location expression.
65         (display_debug_frames): Handle DW_CFA_def_cfa_expression,
66         DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
68 2003-04-30  H.J. Lu <hjl@gnu.org>
70         * objdump.c (only): Change it to char **.
71         (only_size): New.
72         (only_used): New.
73         (disassemble_data): Check only as an array.
74         (dump_data): Likewise.
75         (dump_relocs): Likewise.
76         (main): Treat only as an array.
78 2003-04-24  Dimitrie O. Paun <dpaun@rogers.com>
80         * doc/binutils.texi: Fix the documentation for the -fo option.
82 2003-04-23  J"orn Rennecke <joern.rennecke@superh.com>
84         * readelf.c (get_machine_name) <EM_SH>: Amend return value
85         to refer to SuperH.
87         * readelf.c (decode_location_expression): Don't add a trailing ';'.
89 2003-04-23  Dimitrie O. Paun <dpaun@rogers.com>
90             Nick Clifton  <nickc@redhat.com>
92         * windres.c (long_options): Move close to main, where it is used.
93         Add 'input' and 'output' long options.
94         (main): Accept "-fo" as an alias for "-o".  This is for rc
95         comptibility.
96         * doc/binutils.texi: Mention that -fo is accepted as an alias for
97         -o, but discourage its use.
99 2003-04-22  Dimitrie O. Paun  <dpaun@rogers.com>
101         * windres.c (format_from_name): Make the exit on error
102         behaviour optional.
103         (main): Rename the -I option to -J. Introduce -I as a synonym
104         for --include-dir.  For backwards compatibility also support the
105         old -I behaviour, but issue a deprecation warning.
106         * doc/binutils.texi: Rename -I to -J.  Document the new behaviour
107         of the -I option.
109 2003-04-22  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
111         * readelf.c: Replace references to Mitsubishi M32R with
112         references to Renesas M32R.
114 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
116         * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
118 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
120         * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
121         for debugging information types not supported by objdump.
123 2003-04-09  Bernd Jendrissek <berndj@prism.co.za>
125         * configure.in: Recognize canonical form of i[3-6]86-pe*.
126         * configure: Regenerate.
128 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
130         * readelf.c (display_debug_info): Apply RELA relocations on the
131         entire section.
132         (byte_put_little_endian, byte_put_big_endian): New functions.
133         (byte_put): New variable.
134         (get_file_header): Initialize it.
136 2003-04-05  Dimitrie O. Paun <dpaun@rogers.com>
138         * windres.c: Add -l for compatibility with wrc, and rc.
139         Use the short option as a key for long options that have
140         a synonymous short option.
141         * doc/binutils.texi: Added -l to the list of options.
143 2003-04-03  Dimitrie O. Paun <dpaun@rogers.com>
145         * windres.c: Add -U for compatibility with wrc, rc, and cpp.
146         (main): Just pass the -U option down to the preprocessor.
147         * doc/binutils.texi: Added -U to the list of options.
149 2003-04-01  Dimitrie O. Paun <dpaun@rogers.com>
151         * windres.c (usage): Report -r option.
152         (main): Ignore the -r option.
153         * doc/binutils.texi: Add -r to the list of options.
155 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
157         * MAINTAINERS: Add myself as Xtensa maintainer.
159 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
161         * readelf.c: Include "elf/xtensa.h".
162         (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
163         targets that use RELA relocations.
164         (dump_relocations): Call elf_xtensa_reloc_type for
165         EM_XTENSA and EM_XTENSA_OLD.
166         (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
168 2003-04-01  Nick Clifton  <nickc@redhat.com>
170         * configure.in: Change "arm-pe*" to "arm-*-pe*".  Similarly for
171         thumb-pe*, mcore-pe and mcore-*elf.
172         * configure: Regenerate.
174 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
176         * objdump.c (dump_data): Don't truncate the address to long; make
177         the width large enough, and uniform for all entries in a section.
179 2003-03-31  H.J. Lu <hjl@gnu.org>
181         * readelf.c: Include "libiberty.h".
182         (dynamic_relocations): New.
183         (process_relocs): Properly handle dynamic relocation.
184         (process_dynamic_segment): Fill relocation elements in
185         dynamic_info.
187 2003-03-31  Kevin Buettner <kevinb@redhat.com>
189         * readelf.c (read_and_display_attr, read_and_display_attr_value):
190         Add new arguments ``offset_size'' and ``dwarf_version''.  Adjust
191         all callers.
192         (display_debug_lines, display_debug_pubnames, display_debug_info)
193         (display_debug_aranges, display_debug_frames, read_and_display_attr)
194         (read_and_display_attr_value): Add 64-bit DWARF support.
196 2003-03-31  Ian Lance Taylor <ian@airs.com>
198         * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
199         (optresid): Handle a resource id that can be a string or a number.
200         * resrc.c (define_control): Replace 'text' parameter with 'iid' a
201         struct res_id.
202         (define_icon_control): Pass a struct res_id to define_control.
203         * windres.h (define_control): Change prototype.
205 2003-03-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
207         * objcopy (OPTION_FORMATS_INFO): Define.
208         (strip_options): Add "info"/OPTION_FORMATS_INFO option.
209         (copy_options): Likewise.
210         (strip_usage): Add "--info" to usage.
211         (copy_usage): Likewise.
212         (strip_main): Declare formats_info. Iniatilize it to FALSE.
213         Handle "info".
214         (copy_main). Likewise.
215         * doc/binutils.texi. Document the "--info" option for
216         objcopy/strip.
217         * NEWS: Mention the new command line switch.
219         * objdump.c (endian_string): Move to bucomm.c.
220         (display_info): Likewise.
221         (display_target_list): Likewise.
222         (display_info_table): Likewise.
223         (display_target_tables): Likewise.
224         (main): Assign the return value of display_info to exit_status.
225         * bucomm.c: Include bfdver.h and libbfd.h
226         (display_target_list): Call bfd_nonfatal instead of nonfatal and
227         return 0 on a non-fatal error, 1 on success.
228         (display_info_table): Likewise. 
229         * bucomm.h (display_info): Provide a prototype.
230         * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
231         libbfd.h.
232         * Makefile.in: Regenerate.
234 2003-03-22  Danny Smith  <dannysmith@users.sourceforge.net>
236         * dlltool.c (gen_def_file): Put demangled name comments on
237         own line preceding export name.
239 2003-03-17  Nick Clifton  <nickc@redhat.com>
241         * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
242         printf for emitting new lines.
244 2003-03-16  Elias Athanasopoulos  <elathan@phys.uoa.gr>
246         * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
247         the symbol's value when --size-sort is used, unless -S is used.
248         doc/binutils.texi (--size-sort): For non-bsd formats both the
249         value and size of the symbols are displayed.
250         
251 2003-03-13  Nick Clifton  <nickc@redhat.com>
253         * po/da.po: Update.
255 2003-03-12  Nick Clifton  <nickc@redhat.com>
257         * MAINTAINERS: Remove Peter Targett as ARC maintainer.
259 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
261         * MAINTAINERS: Update my mail address.
263 2003-03-06  Elias Athanasopoulos  <elathan@phys.uoa.gr>
265         * stabs.c (BYTES_IN_WORD): Remove definition.
266         * wrstabs.c (BYTES_IN_WORD): Likewise.
268 2003-03-04  Nick Clifton  <nickc@redhat.com>
270         * nm.c (main): Print a warning message if --size-sort and
271         --undefined-only are used together.
273 2003-03-04  Elias Athanasopoulos  <elathan@phys.uoa.gr>
275         * nm.c (print_symbol): Remove check for undefined_only.
276         
277 2003-03-03  Nick Clifton  <nickc@redhat.com>
279         * po/da.po: Installed latest translation.
281 2003-02-24  Nick Clifton  <nickc@redhat.com>
283         * README: Update binutils references to 2.13.
284         Add paragraph about using --disable-nls.
286 2003-02-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
288         * doc/binutils.texi (nm --size-sort): Update.
290 2003-02-21  James E Wilson  <wilson@tuliptree.org>
292         * MAINTAINERS: Update email address.
294 2003-02-21  Ian Wienand  <ianw@gelato.unsw.edu.au>
296         * readelf.c (get_ia64_dynamic_type): New function.
297         (dynamic_segment_ia64_val): New function.
298         (get_dynamic_type): If machine type is EM_IA_64 call
299         get_ia64_dynamic_val.
300         (get_ia64_section_type_name): Handle sections with types in the
301         SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
302         (get_dynamic_flags): If machine type is EM_IA_64 call
303         dynamic_segment_ia64_val.
305 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
307         * doc/binutils.texi: Fix typos and obvious texinfo mistakes.  Make
308         section title capitalization more consistent.  Update descriptions
309         of various options to be consistent with the code.  Fix errors and
310         incomplete list in the description of c++filt format options.  Remove
311         information about the linker.  Change to be more polite about poor
312         bug reports.  Replace FDL appendix with include of fdl.texi.
313         * doc/fdl.texi: New file.
315 2003-02-21  Roger Sayle  <roger@eyesopen.com>
317         * objcopy.c (filter_symbols): Fix compilation problems with
318         HP-UX's C compiler.
320 2003-02-19  Christopher Faylor  <cgf@redhat.com>
322         * rclex.l (handle_quotes): Fix minor formatting problems introduced in
323         previous change.
325 2003-02-19  Mark Blackburn  <marklist@fangorn.ca>
327         * rclex.l (handle_quotes): Handle strings spanning more than one line.
329 2003-02-12  Bob Wilson  <bob.wilson@acm.org>
331         * nm.c (usage): Add `java' and `gnat' demangle styles and make
332         quotes consistent.
333         * objdump.c (usage): Ditto.  Also fix some typos.
335         * readelf.c (parse_args): Include 'H' option in call to getopt_long.
337         * debug.c (debug_record_variable): Handle global register variables.
339         * stabs.c (parse_stab): For N_SLINE only include
340         function_start_offset if the symbol is within a function;
341         otherwise, the value is absolute.
343 2003-02-10  Nick Clifton  <nickc@redhat.com>
345         * readelf.c (decode_ARM_machine_flags): Handle the
346         EF_ARM_MAVERICK_FLOAT flag.
348 2003-02-04  Andreas Schwab  <schwab@suse.de>
350         * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
351         long and use %ld in printf format.
353 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
355         * readelf.c (dump_relocations): Reorder the r_info field for
356         little-endian mips elf64.  Move #ifdef BFD64 to cover the new code.
358 2003-01-21  Daniel Berlin  <dan@dberlin.org>
360         * readelf.c (display_debug_loc): Skip address base changes.
362 2003-01-17  Fabio Alemagna  <falemagn@aros.org>
364         * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
365         and ELFOSABI_NSK.
367 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
369         * readelf.c: Include elf/ppc64.h.
370         (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
371         * Makefile.am: Run "make dep-am".
372         * Makefile.in: Regenerate.
374 2003-01-02  Ben Elliston  <bje@redhat.com>
376         * readelf.c (guess_is_rela): Handle EM_IQ2000.
377         (get_machine_name): Likewise.
378         (dump_relocations): Likewise.
379         * NEWS: Mention IQ2000 support.
381 2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
383         * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
385 2002-12-30  Chris Demetriou  <cgd@broadcom.com>
387         * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
388         changes in MIPS -M options.
390 2002-12-30    Dmitry Diky <diwil@mail.ru>
392         * Makefile.am: Add msp430 target.
393         * Makefile.in: Regenerate.
394         * readelf.c: Add support for msp430 target.
396 2002-12-27  Chris Demetriou  <cgd@broadcom.com>
398         * doc/binutils.texi (objdump): Document MIPS -M options.
400 2002-12-23  Andreas Schwab  <schwab@suse.de>
402         * readelf.c (main): Reset dump request after each file.
404 2002-12-23  Nick Clifton  <nickc@redhat.com>
406         * nlmconv.c (main): Pass TRUE as third argument to
407         bfd_arch_get_compatible.
409 2002-12-23  Nick Clifton  <nickc@redhat.com>
411         * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
412         macro.  Handle 'S' encoding, accepting 8-bit characters.
413         (main): Parse 'S' encoding.
414         (get_char): Accept 'S' encoding.
415         (print_strings): Use STRING_ISGRAPHIC.
416         (usage): Document support of 'S' encoding.
417         * doc/binutils.texi: Document support of 'S' encoding/
418         * NEWS: Mention new feature.
420 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
422         * README <building ar>: Don't use libibery's needed_list or
423         required_list, instead link libiberty/*.o.
425 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
427         * doc/binutils.texi: Fix typos.
429 2002-12-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
431         * doc/binutils.texi: Add missing parenthesis.
433 2002-12-15  Nick Kelsey  <nickk@ubicom.com>
435         * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
436         symbols by adding the given prefix to the begining of the symbol
437         name. This is useful to provide name space seperation regardless
438         of how the object file was created. Added --prefix-sections=
439         <prefix> and --prefix-alloc-sections=<prefix> options to rename all
440         sections (or all sections with the alloc flag set) by adding the given
441         prefix to the begining of the symbol name.
442         * NEWS: Mention this new feature.
443         * doc/binutils.texi: Document this new feature.
445 2002-12-13  Alan Modra  <amodra@bigpond.net.au>
447         * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
448         dyn_string_append with dyn_string_append_cstr.
450         * emul_aix.c (ar_emul_aix_create): Remove unused function.
452 2002-12-10  James Cownie <jcownie@etnus.com>
454         * readelf.h (get_TAG_name, get_AT_name,
455         read_and_display_attr_value): Add support for UPC extensions to
456         DWARF2 spec.
457         * NEWS: Mention this new support.
459 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
461         * NEWS: Mention that bfd no longer declares a "boolean" type.
463 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
465         * readelf.c (process_program_headers): When setting loadaddr, don't
466         assume segment size is 4k.  Use p_align instead.
467         (loadaddr): Change from int to long.
468         (dynamic_addr, dynamic_info, version_info): Likewise.
469         (process_dynamic_segment <syminsz>): Likewise.
470         (process_dynamic_segment): Adjust print format string.
471         (rela_addr, rela_size): Delete.
472         (process_relocs): Formatting.
474 2002-12-05  Jim Wilson  <wilson@redhat.com>
476         * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
477         * configure: Regenerate.
479 2002-12-04  Ian Lance Taylor  <ian@airs.com>
481         * MAINTAINERS: Change e-mail address back to airs.com.
483 2002-12-04  Aldy Hernandez  <aldyh@redhat.com>
485         * MAINTAINERS: Add self.
487 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
489         * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
490         budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
491         nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
492         rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
493         unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
494         TRUE, false with FALSE.  Simplify comparisons of bfd_boolean vars
495         with TRUE/FALSE.  Formatting.
497 2002-11-29  Jakub Jelinek  <jakub@redhat.com>
499         * readelf.c Replace occurrences of Elf32_Internal_* and
500         Elf64_Internal_* with Elf_Internal_*.
501         (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
502         Zero r_addend fields.
503         (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
504         Elf_Internal_Rela.
506 2002-11-23  Nick Clifton  <nickc@redhat.com>
508         * size.c (usage): Fix typo describing switch for hex format.
510 2002-11-18  Svein E. Seldal  <Svein.Seldal@solidas.com>
512         * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
513         * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
514         testcase
516 2002-11-14  Nick Clifton  <nickc@redhat.com>
518         * readelf.c (process_program_headers): Add comment about return
519         value.  Ensure that 0 is returned if the headers are not loaded.
520         (process_file): If process_section_headers failed to load the
521         headers disable any tests that rely upon them.  Similarly for
522         process_program_headers.
524 2002-11-12  Nick Clifton  <nickc@redhat.com>
526         * po/da.po: Updated Danish translation.
528 2002-11-12  Klee Dienes  <kdienes@apple.com>
530         * rddbg.c (read_section_stabs_debugging_info): Also recognize
531         LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
533 2002-11-11  Christopher Faylor  <cgf@redhat.com>
535         * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer.  Drop COFF from
536         cgf maintainership.
538 2002-11-11  Christopher Faylor  <cgf@redhat.com>
540         * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
542 2002-11-07  Nick Clifton  <nickc@redhat.com>
544         * configure.in (ALL_LINGUAS): Add 'da'.
545         * configure: Regenerate.
546         * po/da.po: New Danish translation.
548         * readelf.c (get_symbol_index_type): Revert part of previous
549         patch: Display unknown symbol types in decimal, not hex.
551 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
553         * dlltool.c (add_excludes): Don't prefix excluded fastcall
554         symbols with underscore.
555         (xlate): Ignore add_underscore for decorated fastcall symbols.
557 2002-11-07  Eric Kohl  <ekohl@rz-online.de>
559         * deflex.l: Accept '@' as first character of an ID.
560         * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
561         ASM_PREFIX for fastcall symbols.
562         (scan_drectve_symbols): Handle fastcall symbols when generating
563         undecorated aliases for symbols in drectve section.
564         (scan_filtered_symbols): Likewise, with export-all.
565         (xlate): Likewise, with --kill-at.
566         (make_imp_label): New function to handle fastcall symbols
567         correctly.
568         (make_one_lib_file): Use make_imp_label instead of make_label
569         for imp symbols.
571 2002-11-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
573         * MAINTAINERS: Add self as TIC4X maintainer.
575 2002-11-06  Hiroyuki Machida  <machida@sm.sony.co.jp>
577         * readelf.c (get_symbol_index_type): Add hex number to
578         PROCESSOR-specific, OS-specific, reserved and unknown symbol
579         types.
581 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
583         * readelf.c (byte_get_little_endian): Comment typo fix.
584         (print_symbol): Constify "symbol" arg.  Don't pass "symbol" to printf
585         as the format string.
586         (dump_relocations): Correct section sym names.
587         (process_section_headers): Clear symtab_shndx_hdr.
588         (read_and_display_attr_value): Don't pass indirect string to printf
589         as the format string.
590         (display_debug_frames): Indicate when zero terminator found.  Decode
591         DW_EH_PE_pcrel addresses.
593 2002-10-23  Svein E. Seldal  <Svein.Seldal@solidas.com>
595         * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
596         order to ensure proper disassembly of the valid 0-value opcode.
597         * configure: Regenerate.
598         * aclocal.m4: Regenerate.
599         * config.in: Regenerate.
600         * configure.in: Regenerate.
601         * doc/Makefile.in: Regenerate.
602         * po/binutils.pot: Regenerate.
604 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
606         * MAINTAINERS: Add self as SH maintainer.
608 2002-10-23  Ben Elliston  <bje@redhat.com>
610         * doc/binutils.texi (objdump): Document -z and move the entry for
611         --disassemble-zeroes to the end of the options section (for `z').
613 2002-10-21  Nick Clifton  <nickc@redhat.com>
615         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
617 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
619         * objdump.c (dump_data): Correct addr_offset for opb != 1.
621 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
623         * bucomm.c (list_supported_targets): Use bfd_target_list.
625         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
626         other object errors in preference to bfd_core errors.
628 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
630         * Makefile.am: Run "make dep-am".
631         * objdump.c: #include "bfdver.h".
632         * version.c: Likewise.
633         * Makefile.in: Regenerate.
634         * config.in: Regenerate.
635         * configure: Regenerate.
636         * po/POTFILES.in: Regenerate.
638 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
640         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
641         sections.  Allow relocations against the absolute symbol.  Don't
642         use the value in compunit.cu_abbrev_offset if we found a RELA
643         relocation.
645 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
647         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
648         ordinary ones are available.
650 2002-09-30  H.J. Lu <hjl@gnu.org>
652         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
653         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
655 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
657         * Makefile.am (CFILES): Add cxxfilt.c.
658         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
659         (cxxfilt_LDADD): Delete.
660         Remove all references to underscore.c.
661         Regen dependencies.
662         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
663         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
664         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
665         adjustments to fit into binutils framework.
666         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
668 2002-09-12  Roland McGrath  <roland@redhat.com>
670         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
671         Handle DW_OP_GNU_push_tls_address.
673 2002-09-11  Nick Clifton  <nickc@redhat.com>
675         * po/tr.po: Updated Turkish translation.
677 2002-09-10  Nick Clifton  <nickc@redhat.com>
679         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
680         testsuite changes.  Add paragraphs about testsuite and config
681         patches.
683 2002-08-29  Nick Clifton  <nickc@redhat.com>
685         * readelf.c (get_machine_flags): Remove redundant reference to
686         E_V850EA_ARCH.
688 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
690         * objdump.c (dump_bfd): Restore lines accidentally deleted in
691         last commit.
693 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
695         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
696         (dump_bfd_header): Likewise.
698 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
700         * nm.c: Revert last change.
702 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
704         * nm.c (display_rel_file): Don't report "no symbols" as an error.
705         * objdump.c (slurp_symtab): Likewise.
706         (slurp_dynamic_symtab): Likewise.
707         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
709 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
711         * MAINTAINERS: Change my mailing address.
713 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
715         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
717 2002-08-22  Nick Clifton  <nickc@redhat.com>
719         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
720         HPPA.
722 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
724         * readelf.c (parse_args): Change debug_dump_opt to static.
726 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
728         * stabs.c (parse_stab_argtype): Pass length of physname to
729         stab_demangle_argtypes.
730         (stab_demangle_argtypes): Add new parameter - length of physname.
731         Pass length of physname on to stab_demangle_prefix.
732         (stab_demangle_prefix): Add new parameter - length of physname.
733         Use length of physname (if supplied) to compute end of function
734         name.
736 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
738         * readelf.c: Include elf/i370.h.
739         (dump_relocations): Handle EM_S370.
740         (dynamic_segment_parisc_val): Print \n.
741         (process_dynamic_segment <DT_BIND_NOW>): Here too.
743 2002-08-14  Nick Clifton  <nickc@redhat.com>
745         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
746         * objdump.c (usage): Likewise.
747         * doc/binutils.texi: Likewise.
749 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
751         * rcparse.y (acc_entry): Don't warn about ALT use with
752         non-VIRTKEY.
754 2002-08-13  H.J. Lu <hjl@gnu.org>
756         * objcopy.c (copy_object): Don't warn about the unsupported
757         architecture unless the input target is defaulted or the
758         output architecture is different from the input.
760 2002-08-09  Nick Clifton  <nickc@redhat.com>
762         * po/sv.po: Updated Swedish translation.
764 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
766         * prdbg.c (pr_fix_visibility): Remove assert.
768 2002-07-31  Nick Clifton  <nickc@redhat.com>
770         * addr2line.c (process_file): Rename parameter 'filename' to
771         'file_name' in order to avoid shadowing global symbol of the
772         same name.
773         (main): Likewise.
775 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
777         * readelf.c (OPTION_DEBUG_DUMP): Define.
778         (options): Use it.
779         (usage): Update help.
780         (parse_args): Handle --debug-dump separately from -w.
781         * doc/binutils.texi (readelf): Update documentation.
783 2002-07-25  Nick Clifton  <nickc@redhat.com>
785         * po/es.po: Updated Spanish translation.
786         * po/fr.po: Updated French translation.
788 2002-07-24  Nick Clifton  <nickc@redhat.com>
790         * po/es.po: Updated Spanish translation.
792 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
794         * Makefile.am: Run "make dep-am".
795         * Makefile.in: Regenerate.
797 2002-07-23  Nick Clifton  <nickc@redhat.com>
799         * po/fr.po: Updated French translation.
801 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
803         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
805 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
807         * budemang.c: Include config.h and string.h/strings.h.
809 2002-07-18 Denis Chertykov  <denisc@overta.ru>
810            Frank Ch. Eigler  <fche@redhat.com>
812         * readelf.c: Include "elf/ip2k.h".
813         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
814         (dump_relocations): Likewise.
815         (get_machine_name): Likewise.
816         * NEWS: Mention IP2K support.
818 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
820         * NEWS: Add 'Changes in 2.13'.
822 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
824         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
825         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
826         (get_section_type_name): Handle SHT_GNU_LIBLIST.
827         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
828         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
829         (process_gnu_liblist): New.
830         (process_file): Call it.
832 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
834         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
835         * Makefile.in: Regenerate.
837 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
839         * budemang.c: New file, "demangle" function.
840         * budemang.h: New file.
841         * addr2line.c (translate_addresses): Use "demangle".
842         * nm.c (print_symname): Likewise.
843         * objdump.c (objdump_print_symname): Likewise.
844         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
845         here since that obfuscates.
846         * rdcoff.c: Don't #include demangle.h.
847         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
848         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
849         (HFILES): Add budemang.h.  Sort.
850         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
851         Run "make dep-am".
852         * Makefile.in: Regenerate.
854 2002-07-01  Matt Thomas  <matt@3am-software.com>
856         * readelf.c: Include "elf/vax.h".
857         (guess_is_rela): Move EM_VAX from unknown to RELA case.
858         (dump_relocations): Handle VAX relocations.
859         (get_machine_flags): Handle VAX machine flags.
861 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
863         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
865 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
867         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
869 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
871         * nm.c (print_symname): When demangling, strip leading dots from
872         symbol names to avoid confusing the demangler.
874 2002-06-25  H.J. Lu <hjl@gnu.org>
876         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
877         * Makefile.in: Regenerated.
879 2002-06-21  Igor Schein  <igor@txc.com>
881         * configure.in: Quote bu_cv_have_fopen64.
882         * configure: Regenerate.
884 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
886         * configure.in: Check for strcoll.
887         * configure: Regenerate.
888         * config.in: Regenerate.
889         * nm.c (main): Set locale for LC_COLLATE category.
890         (non_numeric_forward): Use strcoll if available.
892 2002-06-20  Dave Brolley  <brolley@redhat.com>
894         * MAINTAINERS: Add self as fr30 and frv maintainer.
896 2002-06-18  H.J. Lu  (hjl@gnu.org)
898         * nm.c: Include "elf/common.h".
899         (extended_symbol_info): Add elfinfo, a pointer to
900         elf_symbol_type.
901         (SYM_SIZE): Use elfinfo if it is not NULL.
902         (get_symbol_type): New function.
903         (display_archive): Set print_width for each archive member.
904         (display_file): Likewise.
905         (display_rel_file): Don't set print_width here.
906         (print_object_filename_sysv): Handle print_width.
907         (print_archive_member_sysv): Likewise.
908         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
909         (print_symbol): Set the elfinfo field in extended_symbol_info
910         for ELF.
911         (print_object_filename_sysv): Fix the output format.
912         (print_symbol_info_sysv): Print type and section for ELF.
914 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
916         * nm.c (print_size_symbols): Remove assignment, which makes
917         the symbol's size equal to its value when --size-sort is
918         used.
920 2002-06-18  Dave Brolley  <brolley@redhat.com>
922         From Catherine Moore:
923         * readelf.c (elf/frv.h): #include it.
924         (guess_is_rela): Support EM_CYGNUS_FRV.
925         (dump_relocations): Ditto.
926         (get_machine_name): Ditto.
927         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
929 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
931         * readelf.c (get_file_header): Only read the first section header if
932         e_shoff is non-zero.
934 2002-06-15  H.J. Lu  (hjl@gnu.org)
936         * nm.c (print_size): New variable. Initialize to 0.
937         (long_options): Add 'S'/"print-size".
938         (main): Handle 'S'.
939         (print_symbol_info_bsd): Print size only if print_size is not
940         0.
942         * doc/binutils.texi: Document -S/--print-size.
944 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
946         * nm.c (struct extended_symbol_info): New strcuture: Add the size
947         of the symbols to the information provided by the symbol_info
948         structure.
949         (print_symbols): Pass the symbol size to print_symbol.
950         (print_size_symbols): Pass the symbol size to print_symbol.
951         (print_symbol): Extra argument: The size of the symbol.  Store
952         this in the extended_symbol_info structure.
953         (print_symbol_info): Change type of info parameter to
954         extended_symbol_info.  Display the size, if known.
955         (print_symbol_info_posix): Likewise.
956         (print_symbol_info_sysv): Likewise.
958 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
960         * Makefile.am: Run "make dep-am".
961         * Makefile.in: Regenerate.
962         * doc/Makefile.in: Regnerate.
964         * bucomm.c: Replace CONST with const.
965         * nm.c: Likewise.
966         * objdump.c: Likewise.
968 2002-06-07  H.J. Lu <hjl@gnu.org>
970         * readelf.c (DW_CFA_GNU_args_size): Don't define.
971         (DW_CFA_GNU_negative_offset_extended): Likewise.
972         (DW_CFA_GNU_window_save): Likewise.
973         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
974         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
976 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
978         * nm.c: When computing size of symbols for an ELF target use the
979         internal size field.
981 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
983         * testsuite/binutils-all/objcopy.exp: clear xfail for
984         "hppa*64*-*-hpux*".
985         * testsuite/binutils-all/hppa/objdump.exp: Return if
986         "*64*-*-*".
988 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
990         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
992 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
994         * objdump.c: Fix formatting.
996 2002-05-29  Ben Elliston  <bje@redhat.com>
998         * MAINTAINERS: Add self as M68k maintainer.
1000 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1002         * readelf.c: Modified/Added DLX elf support.
1004 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
1006         * arsup.c: Fix formatting.
1007         * debug.c (debug_record_label): Add missing colon to error
1008         message.
1009         * ieee.c (parse_ieee_ty): Fix spelling typo.
1010         * readelf.c (process_program_headers): Remove English assumption
1011         about making a plural word.
1012         (process_section_headers): Likewise.
1013         (process_relocs): Allow quotes to be translated.
1014         (process_unwind): Likewise,
1015         (process_mips_specific): Improve error message.
1016         (get_note_type): Fix spelling typo.
1018         * configure.in (ALL_LINGUAS): Add sv
1019         * po/sv.po: New file.
1021 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
1023         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1024         (unw_print_grmask): Likewise.
1025         (unw_print_frmask): Likewise.
1027 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
1029         * arsup.c: Remove ARGSUSED.
1030         * debug.c: Likewise.
1031         * ieee.c: Likewise.
1032         * nlmconv.c: Likewise.
1033         * prdbg.c: Likewise.
1034         * stabs.c: Likewise.
1035         * wrstabs.c: Likewise.
1037 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1039         * arlex.l: Use #include "" instead of <> for local header files.
1040         * coffdump.c: Likewise.
1041         * coffgrok.c: Likewise.
1042         * nlmconv.c: Likewise.
1043         * nlmheader.y: Likewise.
1044         * srconv.c: Likewise.
1045         * strings.c: Likewise.
1046         * sysdump.c: Likewise.
1047         * unwind-ia64.h: Likewise.
1048         * windres.h: Likewise.
1049         * winduni.h: Likewise.
1051 2002-05-24  Tom Rix  <trix@redhat.com>
1053         * MAINTAINERS: Add self as the d10v maintainer.
1055 2002-05-24   TAMURA Kent <kent@netbsd.org>
1057         * configure.in: Builds dlltool for i386-netbsdpe.
1058         * configure: Regenerate.
1060 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
1062         * size.c: Fix formatting.
1063         * srconv.c: Likewise.
1064         * stabs.c: Likewise.
1065         * sysdump.c: Likewise.
1066         * unwind-ia64.c: Likewise.
1067         * wrstabs.c: Likewise.
1069 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1071         * readelf.c (get_segment_type): Add PT_TLS.
1072         (get_elf_section_flags): Add SHF_TLS.
1073         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
1074         (process_dynamic_segment): Use puts instead of printf.
1075         (get_symbol_type): Support STT_TLS.
1076         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1077         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1078         Add SEC_THREAD_LOCAL.
1080 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
1082         * rdcoff.c: Fix formatting.
1083         * rddbg.c: Likewise.
1084         * readelf.c: Likewise.
1085         * rename.c: Likewise.
1086         * resbin.c: Likewise.
1087         * resrc.c: Likewise.
1088         * resres.c: Likewise.
1090 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
1092         * filemode.c: Fix formatting.
1093         * ieee.c: Likewise.
1094         * is-ranlib.c: Likewise.
1095         * is-strip.c: Likewise.
1096         * maybe-ranlib.c: Likewise.
1097         * maybe-strip.c: Likewise.
1098         * nlmconv.c: Likewise.
1099         * nm.c: Likewise.
1100         * not-ranlib.c: Likewise.
1101         * not-strip.c: Likewise.
1102         * objcopy.c: Likewise.
1103         * objdump.c: Likewise.
1105 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1107         * objdump.c (dump_headers): Fix output formatting for ELF32
1108         architectures in a BFD64 enabled toolchain.
1110 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
1112         * debug.c: Fix formatting.
1113         * debug.h: Likewise.
1114         * dlltool.c: Likewise.
1115         * dllwrap.c: Likewise.
1116         * emul_aix.c: Likewise.
1117         * emul_vanilla.c: Likewise.
1119 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
1121         * addr2line.c: Fix formatting.
1122         * ar.c: Likewise.
1123         * arsup.c: Likewise.
1124         * arsup.h: Likewise.
1125         * binemul.c: Likewise.
1126         * binemul.h: Likewise.
1127         * bucomm.c: Likewise.
1128         * coffdump.c: Likewise.
1129         * coffgrok.c: Likewise.
1130         * coffgrok.h: Likewise.
1132 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1134         * MAINTAINERS: Add myself as the second AVR port maintainer.
1136 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
1138         * MAINTAINERS: Update my email address.
1140 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
1142         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1144 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
1146         * configure.in: Replace `*pe' with `pe' throughout.
1147         * configure: Regenerate.
1149 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
1151         * Makefile.am: Honour DESTDIR.
1152         * Makefile.in: Regenerate.
1154 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
1156         * dlltool.c (process_def_file): Add missing prototype.
1157         (new_directive, assemble_file, main): Likewise.
1158         (process_def_file, new_directive): Make static.
1159         (inform): Rewrite using VA_FIXEDARG.
1160         * dllwrap.c (mybasename): Add missing prototype.
1161         (strhash, main): Likewise.
1162         (inform): Rewrite using VA_FIXEDARG.
1163         (warn): Likewise.
1164         (cleanup_and_exit): Use old style function definition.
1165         (strhash): Likewise.
1166         * windres.c (define_resource): Use one memset to clear all of
1167         struct res_resource.
1169         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
1170         call to rules that need no lookahead.  Check for no lookahead.
1172 2002-05-06  Borut Razem  <borut.razem@siol.net>
1174         * rclex.l (get_string): Correct "strings" list handling.
1175         * resrc.c (read_rc_file): Discard strings.
1177 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1179         * ar.c (replace_members): Remove unused var.  Formatting fix.
1180         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1182         * MAINTAINERS: Sort port maintainers by CPU.
1184 2002-05-04  Bob Byrnes  <byrnes@curl.com>
1186         * size.c (display_archive): Add last_arfile and code to close archives.
1188 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1190         * nm.c (print_symbol): Check returned filename from
1191         bfd_find_nearest_line is non-NULL.
1193 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
1195         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
1197 2002-04-24  Christian Groessler <chris@groessler.org>
1199         * MAINTAINERS: Changed my email address.
1201 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1203         * arparse.y: Fix syntax warning.
1205 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
1207         * readelf.c (fetch_location_list): Remove unused function.
1209         * readelf.c (process_corefile_note_segment): Catch corrupt notes
1210         and display a warning message, then exit the loop.
1212         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1214 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
1216         * resrc.c (write_rc_dialog): If charset is non-default value
1217         display all of the DIALOGEX parameters.
1219 2002-04-15  Eric Kohl <ekohl@rz-online.de>
1221         * rcparse.y: Allow two to five parameter in FONT statement of
1222         DIALOGEX resources.
1223         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1224         resource data.
1225         (res_to_bin_dialog): Likewise.
1226         * windres.h: Added misssing charset variable to dialog_ex
1227         structure.
1229 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
1231         * rcparse.y: Set MEMFLAG_PURE by default.
1233 2002-04-09  Bernd Herd <info@herdsoft.com>
1235         * rcparse.y: CLASS definitions in DIALOG resources
1236         are quoted.
1237         Fix typo in BEDIT warning.
1238         Don't add default dialog style when explicit style specified.
1239         Add WS_CAPTION dialog style if CAPTION is specified.
1241         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1242         (handle_quotes) "\a" escape (used for right justified key
1243         definitions in menus) is encodes as binary 8.
1245         * resrc.c (write_rc_dialog): Print style even if it is 0.
1246         (write_rc_directory): Fix overlooked sublang shift bug.
1247         (bin_to_res_dialog): Don't print empty dialog caption.
1249         * resbin.c (bin_to_res_dialog): Use signature to identify
1250         DIALOGEX.
1252         * windres.c (main): Set default LANGUAGE to english/us.
1254 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
1256         * resrc.c: print CLASS names in quotes
1258 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
1260         * MAINTAINERS: Update my email address.
1262 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1264         * dep-in.sed: Cope with absolute paths.
1265         * Makefile.am (dep.sed): Subst TOPDIR.
1266         Run "make dep-am".
1267         * Makefile.in: Regenerate.
1269 2002-03-27  Peter Targett  <peter.targett@arc.com>
1271         * MAINTAINERS: Update my email address.
1273 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1275         * Makefile.am: Run "make dep-am".
1276         * Makefile.in: Regenerate.
1277         * doc/Makefile.in: Regenerate.
1278         * po/POTFILES.in: Regenerate.
1279         * aclocal.m4: Regenerate.
1280         * config.in: Regenerate.
1281         * configure: Regenerate.
1283 2002-03-20  Daniel Berlin  <dan@dberlin.org>
1285         * readelf.c: Add support for displaying dwarf2 location lists.
1286         (do_debug_loc, debug_loc_section, debug_loc_size): New.
1287         (parse_args): Use 'O' as shorthand for displaying location list
1288         section.
1289         (process_section_headers): Handle debug_loc as well.
1290         (load_debug_loc): New.
1291         (free_debug_loc): New.
1292         (fetch_location_list): New.
1293         (display_debug_loc): New.
1294         (display_debug_info): Call load_debug_loc and free_debug_loc.
1295         (debug_displays): We can display .debug_loc now, too.
1296         (usage): Update usage string.
1297         (read_and_display_attr_value): Note location lists, but don't
1298         display them inline.
1300 2002-03-18  Tom Rix  <trix@redhat.com>
1302         * Makefile.am: Add binutils emulation support.
1303         * configure.in: Same.
1304         * configure.tgt: New file.  Same.
1305         * ar.c (main): Use ar_emul_parse_arg.
1306         (usage): Use ar_emul_usage.
1307         (replace_members): Use ar_emul_replace, ar_emul_append.
1308         * binemul.c: New file.  Define the binutils emulation
1309         layer. Define default methods.
1310         * binemul.h: New file.  Binutils emulation layer header file.
1311         * emul_aix.c: New file.  AIX binutils emulation.
1312         * emul_vanilla.c: New file. Default binutils emulation.
1313         * Makefile.in: Regenerate.
1314         * configure: Same.
1316 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1318         * po/fr.po: Updated version.
1320 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1322         * po/fr.po: Updated version.
1324 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1326         * README: Update some version numbers.
1328 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1330         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1331         (Architecture Selection): Likewise.
1333 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
1335         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1336         generating .exp file.
1338 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
1340         * readelf.c (dump_relocations): Fix typo.
1342 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1344         * NEWS: Mark 2.12 branch.
1346 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
1348         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1349         types for 64-bit MIPS.  Narrow some fields for 80-char
1350         output.
1351         (dump_relocations): Change spelling from 'unrecognised'
1352         to 'unrecognized'.
1353         (decode_ARM_machine_flags): Likewise.
1354         (parse_args): Likewise.
1355         (read_and_display_attr_value): Likewise.
1356         (display_debug_section): Likewise.
1358 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1360         * NEWS: Mention support for MMIX.
1362 2002-02-13  Matt Fredette  <fredette@netbsd.org>
1364         * readelf.c (get_machine_flags): Recognize EF_M68000.
1366 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
1368         * MAINTAINERS: Added self as MN10300 co-maintainer.
1370 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
1372         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1373         DT_PPC64_OPDSZ.
1375 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
1377         * MAINTAINERS: List myself as branch maintainer.
1379 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1381         * configure: Regenerate.
1382         * objcopy.c: Update copyright date.
1383         * doc/Makefile.in: Regenerate.
1385 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1387         * nlmconv.c: Back out localtime PARAMS change.
1389 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1391         * objcopy.c (MKDIR): Define.
1392         (copy_archive): Make name_list.name const.  Use MKDIR.
1393         Handle duplicate files in archives by making more temp dirs.
1395 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1397         * coffdump.c: Include "getopt.h" after "bucomm.h"
1398         so that macros are defined correctly.
1399         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1400         prototype.  Prototype main.
1401         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1403 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
1405         * MAINTAINERS: Added self as SH co-maintainer.
1407 2002-02-05  Nick Clifton <nickc@redhat.com>
1409         * po/tr.po: Updated translation.
1411 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
1413         * Makefile.am: Run "make dep-am"
1414         * Makefile.in: Regenerate.
1416 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1418         * nm.c (print_value): Mark abfd unused.
1420 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1422         * unwind-ia64.c (unw_decoder): Change second argument
1423         to unsigned int, to match function prototypes.
1425 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1427         * objdump.c: Include "getopt.h" after "bucomm.h" so that
1428         __GNU_LIBRARY__ will be defined.
1429         * size.c: Likewise.
1431 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1433         * configure: Regenerated.
1435 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1437         * doc/Makefile.am (install): Depend on install-info.
1438         * doc/Makefile.in: Regenerate.
1440 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
1442         * objcopy.c (strip_usage): Document -d as an alias
1443         --strip-debug.
1445         * size.c (usage): Document [-t | --totals] options.
1446         (long_options): Add --totals option.
1447         (main): If the [-t | --totals] option is specified and
1448         the output format is Berkeley-style, print the total
1449         text, data, and bss sizes of all objects listed.
1450         (print_berkeley_format): If the [-t | --totals] option
1451         is specified, track the total text, data, and bss
1452         sizes.
1453         * doc/binutils.texi (size): Document [-t | --totals] options.
1454         (strip): Document -d as an alias for --strip-debug.
1455         * NEWS: Mention new feature of size.
1457 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1459         * po/fr.po: Updated version.
1460         * po/es.po: Updated version.
1462 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
1464         * addr2line.c (usage): Update text to provide verbose
1465         description of the command line options.
1466         * ar.c (usage): Update text to provide verbose
1467         description of the command line options.
1468         (main): Accept -h and -H when running as ranlib.
1469         * coffdump.c (show_usage): Update text to provide verbose
1470         description of the command line options.
1471         * dlltool.c (main): Accept -H as an alias for --help.
1472         * nlmconv.c (show_usage): Update text to provide verbose
1473         description of the command line options.
1474         * nm.c (usage): Replace OPTIONS with option(s).
1475         (main): Accept -H as an alias for --help.
1476         * objcopy.c (strip_main): Accept -H as an alias for --help.
1477         * objdump.c (main): Accept -v as an alias for --verbose.
1478         * readelf.c (usage): Adjust format to match style used in
1479         other binutils.
1480         * size.c (usage): Update text to provide verbose description
1481         of the command line options.
1482         (main): Accept -v, -h and -H as command line options.
1483         * srconv.c (show_usage): Update text to provide verbose
1484         description of the command line options.
1485         * strings.c (main): Accept -H and -v as command line options.
1486         (usage): Update text to provide verbose description of the
1487         command line options.
1488         * sysdump.c (show_usage): Update text to provide verbose
1489         description of the command line options.
1490         * windres.c (usage): Adjust format to match style used in
1491         other binutils.
1493         * coffdump.c: Fix formatting.
1494         * nlmconv.c: Fix formatting.
1495         * srconv.c: Fix formatting.
1496         * sysdump.c: Fix formatting.
1498 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
1500         * Makefile.am: Run "make dep-am".
1501         * Makefile.in: Regenerate.
1503 2002-01-18  Andreas Jaeger  <aj@suse.de>
1505         * version.c (print_version): Update year.
1507 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
1509         * readelf.c (get_machine_name): Handle EM_PPC64.
1510         (guess_is_rela): Here too.
1512 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1514         * po/binutils.pot: Regenerate.
1515         * po/fr.po: Regenerate.
1516         * po/tr.po: Regenerate.
1518 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
1520         * po/tr.po: Import new version.
1522 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1524         * readelf.c (get_ppc64_dynamic_type): New.
1525         (get_dynamic_type): Call it.
1527 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1529         * objcopy.c (copy_usage): Use "options" instead of "switches".
1530         (strip_usage): Use "options" instead of "switches".
1531         * doc/binutils.texi (dlltool):  Refer to "options" instead of
1532         "switches".
1534 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1536         * MAINTAINERS: Add self as co-maintainer for the ARM code.
1538 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1540         * po/es.po: Import from translation project.
1541         * configure.in (ALL_LINGUAS): Add es.
1542         * configure: Regenerate.
1544 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1546         * readelf.c (get_netbsd_elfcore_note_type): Use
1547         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1549 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1551         * readelf.c: Update copyright years.
1552         (get_note_type): Return a const char *.
1553         (get_netbsd_elfcore_note_type): New function.
1554         (process_note): Use get_netbsd_elfcore_note_type to get
1555         the note type string for NetBSD ELF core files.
1557 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
1559         * readelf.c (get_ia64_segment_type): Add support for macros.
1560         (get_segment_type): Add support for IA64 specific macros.
1562 2001-12-20  Julian v. Bock  <julian@wongr.net>
1564         * readelf.c (print_symbol): New function: Print a formatted symbol
1565         name.  If --wide is specified do not truncate it.
1566         (dump_relocations): Use print_symbol() to print symbol names.
1567         (process_symbol_table): Likewise.
1568         (process_syminfo): Likewise.
1569         (process_mips_specific): Likewise.
1570         (usage): Document new feature of --wide switch.
1571         * doc/binutils.texi (objdump): Document additional behaviour of
1572         --wide.
1574 2001-12-18  Michael Snyder  <msnyder@redhat.com>
1576         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1577         (copy_object): Don't set the start address or flags of a core file.
1578         (copy_section): Don't relocate a core file.  Don't copy contents
1579         if the input section has the contents flag set, but the output
1580         section does not (which happens with the fake 'note' pseudo-
1581         sections that BFD creates for corefiles).
1583 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1585         * readelf.c (get_machine_flags): Recognize header flags for ABI and
1586         ASE extensions. More robust code for ISA checking. Ignore empty fields
1587         in header flags for GNU extensions.
1589 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
1591         * objcopy.c (copy_archive): Set output bfd format outside the loop.
1593 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1595         * po/ja.po: Import from translation project.
1596         * configure.in (ALL_LINGUAS): Add ja.
1597         * configure: Regenerate.
1599 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1601         * addr2line.c (main): Protoype.
1602         * ar.c (main): Protoype.
1603         * nm.c (main): Protoype.
1604         * objcopy.c (main): Protoype.
1605         * objdump.c (main): Protoype.
1606         * size.c (main): Protoype.
1607         * strings.c (main): Protoype.
1609 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1611         * readelf.c (symtab_shndx_hdr): New global.
1612         (SECTION_HEADER_INDEX): Define.
1613         (SECTION_HEADER_NUM): Define.
1614         (SECTION_HEADER): Define.
1615         (GET_ELF_SYMBOLS): Pass two params rather than three.
1616         (get_32bit_elf_symbols): Take file and section args.  Read and
1617         use SHT_SYMTAB_SHNDX.
1618         (get_64bit_elf_symbols): Likewise.
1619         (dump_relocations): Use SECTION_HEADER to index "section_headers".
1620         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
1621         Remember symtab_shdx_hdr.
1622         (process_program_headers): Scan from index 1 for segment map.
1623         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1624         "section_headers".
1625         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
1626         (process_unwind): Likewise.
1627         (process_version_sections): Likewise.
1628         (process_symbol_table): Likewise.
1629         (display_debug_info): Likewise.
1630         (process_dynamic_segment): Fake up a symtab section for changed
1631         GET_ELF_SYMBOLS.
1632         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1633         (process_program_headers): Kill signed/unsigned warning.
1634         (load_debug_str): Likewise.
1635         (display_debug_info): Likewise.
1637 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1639         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1641 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
1643         * readelf.c (process_file_header): Print extended e_shnum and
1644         e_shdtrndx values.  Set elf_header values for same.
1645         (get_32bit_section_headers): Add "num" arg to read "num" headers.
1646         (get_64bit_section_headers): Likewise.
1647         (process_section_headers): Update calls.
1648         (get_file_header): Call get_32bit_section_headers or 64bit variant.
1650 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
1652         * objcopy.c (setup_section): Copy entsize.
1654 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1656         * readelf.c (guess_is_rela): Add support for stormy16.
1657         (dump_relocations): Likewise.
1658         (get_machine_name): Likewise.
1660 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1662         * dllwrap.c (main) Replace multiple strings describing a
1663         single error with a single, newline escaped sentence to permit
1664         better translation into foreign languages.
1666         * readelf.c (get_elf_class): Remove internalionalisation of ELF
1667         class names.
1669 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1671         * strings.c (get_char): Initialize value.
1673 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1675         * arlex.l: Silence compile warnings.
1676         * arsup.h: Likewise. Fix formatting.
1678 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1680         * strings.c: Include config.h before bfd.h.
1681         (file_off): New type.
1682         (file_open): Define.
1683         (print_strings): Use file_off instead of file_ptr.  Print addresses
1684         which don't fit into long correctly.
1685         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1686         available.
1687         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1688         * configure.in: Check for getc_unlocked.
1689         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1690         be defined for it.
1691         * configure: Rebuilt.
1692         * config.h.in: Rebuilt.
1694 2001-11-29  H.J. Lu <hjl@gnu.org>
1696         * bucomm.c (make_tempname): Revert the changes made on
1697         2001-11-14 and 2001-11-12. They won't work with directories.
1699 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1701         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1702         CFLAGS_FOR_TARGET to runtest in environment.
1703         * Makefile.in: Rebuild.
1704         * doc/Makefile.in: Rebuild.
1706 2001-11-28  Mike Stump  <mrs@wrs.com>
1708         * objcopy.c (setup_section): Preserve SEC_RELOC when
1709         --set-section-flags is used.
1711 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1713         * readelf.c (do_debug_str): New variable.
1714         (display_debug_str): New function: Display the contents of a
1715         .debug_str section.
1716         (load_debug_str): New function: Load in the contents of a
1717         .debug_str section.
1718         (free_debug_str): New function: Free the memory used by
1719         load_debug_str().
1720         (fetch_indirect_string): Retrieve a string from the .debug_str
1721         section.
1722         (usage): Add -ws.
1723         (parse_args): Accept -ws.
1724         (process_section_headers): Allow the display of the .debug_str
1725         section.
1726         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1727         offset into .debug_str section.
1728         (display_debug_info): Use load_debug_str and free_debug_str.
1729         (debug_displays): Add .debug_str.
1730         * doc/binutils.texi: Document -ws.
1732 2001-11-19  Andreas Jaeger  <aj@suse.de>
1734         * testsuite/binutils-all/objdump.exp: Add x86-64.
1736 2001-11-15  Andreas Schwab  <schwab@suse.de>
1738         * readelf.c: Fix warnings without terminating newline.
1740 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1742         * doc/binutils.texi (objdump): Document ppc -M options.
1744 2001-11-14  Andreas Jaeger  <aj@suse.de>
1746         * doc/binutils.texi (objdump): Fix description to use x86-64.
1748 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1750         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1751         not all systems provide mkstemp.
1753 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1755         * doc/binutils.texi (objdump): Document x86 -M options.
1757 2001-11-13  Keith Walker <keith.walker@arm.com>
1759         * readelf.c (read_and_display_attr_value): New function to
1760         handle DW_FORM_indirect.
1761         (read_and_display_attr): Use it.
1763 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1765         * readelf.c (display_debug_lines): Deal with unknown standard
1766         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1767         DW_LNS_set_isa.
1769 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1771         * MAINTAINERS: Add self as tic54x maintainer.  This target
1772         includes the IBM C54XDSP clone.
1774 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1776         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1778 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1780         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1781         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1782         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1783         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1784         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1785         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1786         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1788         * readelf.c (get_elf_class): Fix ISO portability glitch.
1789         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1791 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1793         * readelf.c (debug_str, debug_str_size): New.
1794         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1795         Call free_abbrevs.
1796         (read_and_display_addr): Handle DW_FORM_strp.
1797         (display_debug_info): Read .debug_str section if present,
1798         so that DW_FORM_strp can be handled.
1799         Fix test for non-existant .debug_abbrev section.
1801 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1803         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1805         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1807 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1809         * MAINTAINERS: Add self as s390/s390x maintainer.
1811 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1813         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1815 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1817         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1818         * configure: Regernate.
1819         * po/fr.po: New file.
1820         * po/tr.po: New file.
1822 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1824         * MAINTAINERS: Add self as MMIX port maintainer.
1825         * readelf.c: Include elf/mmix.h.
1826         (guess_is_rela): MMIX is RELA.
1827         (dump_relocations): Handle MMIX relocations.
1828         * Makefile.am: Regenerate dependencies.
1829         * Makefile.in: Regenerate.
1831 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1833         * readelf.c (parse_args): Handle multiple options to the -w
1834         switch.
1836 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1838         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1839         LOPROC, LOOS and LOUSER.
1841 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1843         * MAINTAINERS: Update my email address.
1845 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1847         * doc/Makefile.in: Regenerate.
1848         * configure: Regenerate.
1850 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1852         * readelf.c (display_debug_line, display_debug_pubnames,
1853         display_debug_info, display_debug_frames): Detect and warn
1854         about 64-bit format entries.
1855         (display_debug_aranges): Reword 64-bit warning.
1856         (debug_displays): Add .debug_pubtypes as a known, but not yet
1857         supported, debug section.
1859 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1861         * coffdump.c (PROGRAM_VERSION): Delete.
1862         (main <'V'>): Call print_version.
1863         * srconv.c: Likewise.
1864         * sysdump.c: Likewise.
1865         * version.c (program_version): Remove.
1866         (print_version): Use BFD_VERSION_STRING.  Just print the current
1867         year in copyright message.
1868         * addr2line.c (program_version): Remove unused declaration.
1869         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1870         place of BFD_VERSION.
1871         * Makefile.am (Makefile): Depend on bfd/configure.in.
1872         (cplus-dem.o): Depend on Makefile.
1873         Run "make dep-am".
1874         * Makefile.in: Regenerate.
1876 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1878         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1879         format .debug_arange sections.
1880         (main): Add missing prototype.
1882 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1884         * Makefile.am: Update dependencies with "make dep-am".
1885         * Makefile.in: Regenerate.
1887 2001-09-28  Richard Henderson  <rth@redhat.com>
1889         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1891 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1893         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1894         VA_CLOSE.
1895         (non_fatal): Likewise.
1896         * objdump.c (objdump_sprintf): Likewise.
1897         * readelf.c (error): Likewise.
1898         (warn): Likewise.
1900 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1902         * readelf.c (do_wide): New.
1903         (options): Add --wide.
1904         (usage, parse_args): Likewise.
1905         (process_program_headers): Put each segment on a single line if
1906         --wide is given.
1907         (process_section_headers): Put each section on a single line if
1908         --wide is given.
1909         * doc/binutils.texi: Document it.
1910         * NEWS: Likewise.
1912 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1914         * readelf.c (print_vma): Print 8 digits of low hex value.
1916 2001-09-24  Andreas Jaeger  <aj@suse.de>
1918         * nlmconv.c: Fix warnings about unused attributes and function
1919         prototypes.
1921         * strings.c: Add prototype for get_char.
1923 2000-09-19  H.J. Lu  <hjl@gnu.org>
1925         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1926         $(srcdir)/cxxfilt.man.
1927         * doc/Makefile.in: Rebuild.
1929 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1931         * objcopy.c (copy_main): Correct rename-section string parsing.
1932         Consolidate new_name parsing, and error messages.
1934 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1936         * addr2line.c: Don't include <ctype.h>.
1937         (main): For gettext, also set the LC_CTYPE locate facet.
1938         * ar.c (main): Likewise.
1939         * coffdump.c (main): Likewise.
1940         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1941         (main): For gettext, also set the LC_CTYPE locate facet.
1942         Use ISALNUM instead of isalpha/isdigit.
1943         * dllwrap.c: Don't include <ctype.h>.
1944         (main): For gettext, also set the LC_CTYPE locate facet.
1945         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1946         (main): For gettext, also set the LC_CTYPE locate facet.
1947         Use TOUPPER instead of islower/toupper.
1948         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1949         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1950         Use TOUPPER instead of islower/toupper.
1951         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1952         * objcopy.c (main): Likewise.
1953         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1954         (disassemble_bytes): Use ISPRINT instead of isprint.
1955         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1956         (dump_data): Use ISPRINT instead of isprint.
1957         (main): For gettext, also set the LC_CTYPE locate facet.
1958         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1959         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1960         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1961         Use TOUPPER instead of islower/toupper.
1962         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1963         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1964         (write_rc_accelerators): Use ISPRINT instead of isprint.
1965         (write_rc_rcdata): Likewise.
1966         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1967         * srconv.c (main): Likewise.
1968         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1969         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1970         isdigit/isupper/islower.
1971         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1972         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1973         stab_demangle_prefix, stab_demangle_qualified,
1974         stab_demangle_template, stab_demangle_type,
1975         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1976         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1977         (isgraphic): Use ISPRINT instead of isascii/isprint.
1978         (main): Remove HAVE_LC_MESSAGES dependency.
1979         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1980         (pbarray): Use ISPRINT instead of isprint.
1981         (main): For gettext, also set the LC_CTYPE locate facet.
1982         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1983         (format_from_filename): Use ISPRINT instead of isprint.
1984         (main): For gettext, also set the LC_CTYPE locate facet.
1985         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1986         (unicode_print): Use ISPRINT instead of isprint.
1987         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1988         (stab_variable): Use ISDIGIT instead of isdigit.
1990 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1992         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1993         Replace bfd_read call with call to bfd_bread.
1994         (extract_file): Likewise.
1996         * objdump.c (dump_section_header): Cast section->filepos to
1997         unsigned long to suit printf format string.
1998         * readelf.c (process_section_headers): Similarly for sh_offset.
1999         (process_unwind): Likewise.
2001 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
2003         * strings.c (encoding, encoding_bytes): New variables.
2004         (long_options): Add --encoding.
2005         (main): Accept -e and --encoding.
2006         (get_char): New function.  Read a, possibly wide, character from
2007         the input stream.
2008         (print_strings): Use get_char().
2009         (usage): Document new command line option.
2010         * doc/binutils.texi: Document new command line option.
2011         * NEWS: Announce new command line option.
2013 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
2015         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2016         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2017         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2018         Removed EM_CYGNUS_ARC.
2020 2001-09-04  Jeffrey A Law  (law@cygnus.com)
2022         * readelf.c: Include elf/h8 for H8 series definitions.
2023         (guess_is_rela): H8 series if RELA.
2024         (dump_relocations): Handle H8 series relocations.
2026 2001-08-31  Eric Christopher  <echristo@redhat.com>
2028         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2030 2001-08-29  Peter Targett  <peter.targett@arccores.com>
2032         * MAINTAINERS: Include ARC Maintainer.
2034 2001-08-29  Ben Elliston  <bje@redhat.com>
2036         * stabs.c (stab_demangle_template): Initialise s4.
2038 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
2040         * readelf.c (dump_relocations): Recognise EM_PPC64.
2042 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2044         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2046 2001-08-25  H.J. Lu  <hjl@gnu.org>
2048         * nm.c (print_width): New.
2049         (display_rel_file): Set `print_width' according to
2050         bfd_sprintf_vma.
2051         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2053 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
2055         * objcopy.c (use_alt_mach_code): New variable.
2056         (OPTION_ALT_MACH_CODE): Define.
2057         (copy_options): Added --alt-machine-code.
2058         (copy_main): Handle it.
2059         (copy_object): Switch to alternate machine code if requested.
2060         * doc/binutils.texi: Document new option.
2061         * NEWS: Likewise.
2063 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2065         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2067 2001-08-21  H.J. Lu  <hjl@gnu.org>
2069         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2070         (display_debug_info): Cast for 64bit hosts.
2071         (display_debug_frames): Likewise.
2072         (process_mips_specific): Likewise.
2074 2001-08-21  Andreas Jaeger  <aj@suse.de>
2076         * coffgrok.h: Add missing parameter for prototype of coff_grok.
2078         * sysdump.c: Add missing prototypes.
2079         * srconv.c: Likewise.
2080         * unwind-ia64.c: Likewise.
2081         * coffdump.c: Likewise.
2083         * sysinfo.y: Print prototypes, include <ansidecl.h>.
2085         * coffgrok.c: Add missing prototypes, include libiberty.h instead
2086         of declaring xcalloc.
2088 2001-08-10  H.J. Lu  <hjl@gnu.org>
2090         * nm.c (print_value): Add one arg, bfd *.
2091         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2092         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2093         (print_symbol_info_sysv): Likewise.
2094         (print_symbol_info_posix): Likewise.
2096         * objdump.c (dump_section_header): Replace printf_vma with
2097         bfd_printf_vma.
2098         (print_section_stabs): Likewise.
2099         (dump_bfd_header): Likewise.
2100         (objdump_print_value): Replace sprintf_vma with
2101         bfd_sprintf_vma.
2102         (disassemble_bytes): Likewise.
2103         (dump_reloc_set): Likewise.
2105 2001-08-10  Andreas Jaeger  <aj@suse.de>
2107         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2108         to build warnings.
2109         * configure: Regenerate.
2111 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
2113         * readelf.c: Add missing prototypes.
2114         * objdump.c: Likewise.  Format existing prototypes.
2116 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
2118         * readelf.c (display_debug_info): Add to abbrev_offset the addend
2119         of any RELA relocation for the abbrev_offset memory location that
2120         refers to the .debug_abbrev section symbol.
2122 2001-08-07  H.J. Lu  <hjl@gnu.org>
2124         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2125         (main): Return process_file ().
2127 2001-08-05  Philip Blundell  <philb@gnu.org>
2129         * doc/binutils.texi: Use "Thumb" not "THUMB".
2131 2001-08-03  John Healy  <jhealy@redhat.com>
2133         Patch suggested by Frank Eigler <fche@redhat.com>.
2134         * objdump.c (disassemble_data): Fill in section member of the
2135         disasm_info structure.
2137 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
2139         * configure.in: Added --with-windres option.
2140         * configure: Regenerated.
2142 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2144         * doc/binutils.texi: Use @command{name} for commands;
2145         use @option{-opt} for options; use @table @env for list of options;
2146         remove spaces arround [ | ] in synopsis.
2148         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2149         center title.
2151 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
2153         * objcopy.c: Fix formatting.
2154         (section_rename): New structure.
2155         (OPTION_RENAME_SECTION): New switch.
2156         (copy_usage): Document new switch.
2157         (add_section_rename): New function: Add a node to the section
2158         rename list.
2159         (find_section_rename): New function: Find the new name and
2160         flags for a section.
2161         (setup_section): Call find_section_name to determine the name
2162         of the output section.
2163         (copy_main): Handle OPTION_RENAME_SECTION.
2164         * binutils.texi: Document new switch.
2165         * NEWS: Mention new switch.
2167 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
2169         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2170         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2171         bug-binutils@gcc.org.
2173 2001-07-28  Matthias Kramm  <kramm@quiss.org>
2175         * bucomm.c (list_supported_architectures): New function.
2176         * bucomm.h (list_supported_architectures): Declare.
2177         * objdump.c (usage): Call the above.
2179 2001-07-25  Dave Brolley  <brolley@redhat.com>
2181         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2182         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2184 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
2186         * README: Update for 2.11.  Change bug reporting email address.
2187         * MAINTAINERS: Tidy up.  Change bug reporting email address.
2189 2001-07-16  DJ Delorie  <dj@redhat.com>
2191         * resres.c (write_res_header): Align header size.
2192         (res_align_file): Calculate alignment correctly.
2194         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2195         correct 10).
2196         * resrc.c (write_rc_resource): Likewise.
2197         * windres.h (SUBLANG_SHIFT): Define - as 10.
2199 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
2201         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2203 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
2205         * MAINTAINERS: Add notes about branch checkins.
2207 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
2209         * readelf.c (display_debug_macinfo): New function, display
2210         .debug_macinfo section.
2211         (do_debug_macinfo): New variable.
2212         (parse_args): Handle "-w[mM]" to mean display macro info.
2213         (process_section_headers): Handle debug_macinfo.
2214         (debug_displays): Replace unsupported function with macinfo
2215         function for .debug_macinfo display.
2216         * doc/binutils.texi: Document new command line switch.
2217         * NEWS: Document new feature of readelf.
2219 2001-07-05  H.J. Lu  <hjl@gnu.org>
2221         * objcopy.c (filter_symbols): Don't turn undefined symbols
2222         into local.
2224 2001-07-03  H.J. Lu <hjl@gnu.org>
2226         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2227         $@.pod.
2228         (ar.1): Likewise.
2229         (dlltool.1): Likewise.
2230         (nlmconv.1): Likewise.
2231         (nm.1): Likewise.
2232         (objcopy.1): Likewise.
2233         (objdump.1): Likewise.
2234         (ranlib.1): Likewise.
2235         (readelf.1): Likewise.
2236         (size.1): Likewise.
2237         (strings.1): Likewise.
2238         (strip.1): Likewise.
2239         (windres.1): Likewise.
2240         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2241         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2242         $(DEMANGLER_NAME).
2243         (as.1): Removed.
2244         * doc/Makefile.in: Regenerated.
2246 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
2248         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2250 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
2252         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2254 2001-06-29  James Cownie <jcownie@etnus.com>
2256         * readelf.c: Support DWARF 2.1 attributes.
2258 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
2260         * readelf.c (GET_DATA_ALLOC): Remove.
2261         (GET_DATA): Remove.
2262         (get_data): New function combining above macros, with an extra
2263         test for zero size.
2264         (slurp_rela_relocs): Use get_data, and catch error return.
2265         (slurp_rel_relocs): Likewise.
2266         (get_32bit_program_headers): Likewise.
2267         (get_64bit_program_headers): Likewise.
2268         (get_32bit_section_headers): Likewise.
2269         (get_64bit_section_headers): Likewise.
2270         (get_32bit_elf_symbols): Likewise.
2271         (get_64bit_elf_symbols): Likewise.
2272         (process_section_headers): Likewise.
2273         (process_relocs): Likewise.
2274         (slurp_ia64_unwind_table): Likewise.
2275         (process_unwind): Likewise.
2276         (get_32bit_dynamic_segment): Likewise.
2277         (get_64bit_dynamic_segment): Likewise.
2278         (process_dynamic_segment): Likewise.
2279         (process_version_sections): Likewise.
2280         (process_symbol_table): Likewise.
2281         (dump_section): Likewise.
2282         (display_debug_info): Likewise.
2283         (display_debug_section): Likewise.
2284         (process_section_contents): Likewise.
2285         (process_corefile_note_segment): Likewise.
2286         (process_mips_specific): Likewise.  Also free econf32, econf64.
2288 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
2290         * readelf.c (dump_relocations): Print "bad symbol index" if
2291         symtab == NULL with non-zero symtab_index.
2292         (process_relocs): Don't bomb if reloc section has no symsec.
2294 2001-06-24  H.J. Lu  <hjl@gnu.org>
2296         * objcopy.c (strip_main): Revert the change made on 2001-05-30
2297         by accident.
2298         (copy_main): Apply the the change made to strip_main on
2299         2001-05-30 by accident.
2301 2001-06-23  Andreas Jaeger  <aj@suse.de>
2303         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2304         parameter 'code'.
2305         (unw_decode_x2): Likewise.
2306         (unw_decode_x3): Likewise.
2307         (unw_decode_x4): Likewise.
2309 2001-06-23  Ben Elliston  <bje@redhat.com>
2311         * MAINTAINERS: Add myself as M88k maintainer.
2313 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
2315         * objcopy.c (strip_main): Support -o or --output-file command lien
2316         switch.
2318 2001-06-19  H.J. Lu <hjl@gnu.org>
2320         * doc/Makefile.in: Regenerated.
2322 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
2324         * readelf.c: Restore formatting.
2326 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2328         * Makefile.am: Move documentation into doc subdirectory.
2329         * Makefile.in: Regenerated.
2330         * binutils.texi: Move into doc subdirectory.
2331         * addr2line.1: Removed.
2332         * ar.1: Likewise.
2333         * dlltool.1: Likewise.
2334         * nlmconv.1: Likewise.
2335         * nm.1: Likewise.
2336         * objcopy.1: Likewise.
2337         * objdump.1: Likewise.
2338         * ranlib.1: Likewise.
2339         * readelf.1: Likewise.
2340         * size.1: Likewise.
2341         * strings.1: Likewise.
2342         * strip.1: Likewise.
2343         * windres.1: Likewise.
2344         * cxxfilt.man: Likewise.
2345         * doc: New Directory.
2346         * doc/Makefile.am: New file.
2347         * doc/Makefile.in: Generate.
2349 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
2351         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
2353 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
2355         * MAINTAINERS: Update my email address.
2357 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
2359         * objcopy.c: Add new switches: --keep-global-symbol,
2360         --keep-symbols, --localize-symbols, --keep-global-symbols and
2361         --weaken-symbols.
2362         * binutils.texi: Document new switches.
2363         * objcopy.1: Regenerate.
2364         * NEWS: Announce new feature.
2366 2001-05-28  Andreas Jaeger  <aj@suse.de>
2368         * readelf.c (display_debug_frames): Fix warnings: Remove unused
2369         variables, fix format strings.
2371 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2373         * objdump.c (disassemble_bytes): Remove section VMA adjustment
2374         when computing the address of the line to show.
2376 2001-05-16  Richard Henderson  <rth@redhat.com>
2378         * readelf.c (do_debug_frames_interp): New.
2379         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2380         (byte_get_big_endian): Likewise.
2381         (parse_args) ['F']: Set do_debug_frames_interp.
2382         (Frame_Chunk): Make data_factor signed, add fde_encoding.
2383         (frame_display_row): Don't trunc pc_begin to int.
2384         (size_of_encoded_value): New.
2385         (display_debug_frames): Handle 64-bit targets.  Print raw data
2386         unless do_debug_frames_interp.
2387         (debug_displays): Remove duplicate .debug_frame.
2389 2001-05-15  Ralf Baechle  <ralf@gnu.org>
2391         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2392         The former constant was never in active use and is used otherwise
2393         by the ABI.
2395 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2397         * readelf.c (process_unwind): Print all unwind sections, not just
2398         one.
2400 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2402         * readelf.c (process_unwind): Remove const specifier.
2404 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2406         * strings.c (isgraphic): Do not use isascii() unless it is needed
2407         for isprint() to work.
2408         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2410 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
2412         * NEWS: Announce support for OpenRISC.
2414 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
2416         * dlltool.c (do_default_excludes): Initialise to true.
2418 2001-04-10  Alan Modra  <amodra@one.net.au>
2420         * MAINTAINERS: Update my email address
2421         * nm.c (print_symbol_info_bsd): Use a simple printf string.
2423 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
2425         * readelf.c (display_debug_lines): Fix typo for "Prologue".
2427 2001-03-30  H.J. Lu  <hjl@gnu.org>
2429         * readelf.c (process_unwind): Just return if do_unwind is 0.
2431 2001-03-28  Roger Sayle  <roger@metaphorics.com>
2433         * dlltool.c (make_one_lib_file): Fix section flags for
2434         .text, .data and .bss in stub ds*.o files to match those
2435         generated by gas.
2437 2001-03-29  H.J. Lu  <hjl@gnu.org>
2439         * readelf.c (process_unwind): Only do unwind sections for
2440         IA64.
2442 2001-03-28  H.J. Lu  <hjl@gnu.org>
2444         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2445         * Makefile.in: Regenerate.
2447 2001-03-26  Andreas Jaeger  <aj@suse.de>
2449         * binutils.texi (nm): Fix texi syntax.
2451 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2453         * binutils.texi: Put @c man begin and @c man end indications
2454         to generate man pages using texi2pod and pod2man. Put @c man title
2455         to identify each man. Add SEEALSO entries.
2456         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2457         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2458         sort the list.
2459         (*.1): Build the man pages from binutils.texi.
2460         * Makefile.in: Regenerate.
2462 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
2464         * defparse.y (opt_equal_name): allow "." in name.
2465         * dlltool.c (def_exports): Added ability to generate forwarded exports.
2466         (gen_exp_file): Likewise.
2468 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
2470         * NEWS: Document addition of -B switch to objcopy.
2471         * binutils.texi:  Document addition of -B switch to objcopy.
2472         * objcopy.c: (copy_options): Add --binary-architecture.
2473         (copy_usage): Document -B/--binary-architecture.
2474         (copy_main): Support -B/--binary-architecture.  Set
2475         bfd_external_binary_architecture.
2477 2001-03-11  Andreas Jaeger  <aj@suse.de>
2479         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2480         (dump_relocations): Likewise.
2481         (get_machine_name): Likewise.
2483 2001-02-28  Nick Clifton  <nickc@redhat.com>
2485         * readelf.c: (struct unw_aux_info): Remove const modifier for
2486         'strtab' field.
2487         (process_unwind): Remove non-K&R compliant LHS type cast in call
2488         to GET_DATA_ALLOC macro.
2490 2001-02-28  Philip Blundell  <pb@futuretv.com>
2492         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2493         ABI is in use; remove ambiguity between the "unknown" EABI and
2494         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
2495         renamed EF_xx constants.
2497 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2499         * configure.in (BFD_VERSION): New.
2500         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2501         * configure: Regenerate.
2502         * Makefile.am: Run "make dep-am"
2503         * Makefile.in: Regenerate.
2505 2001-02-14  Nick Clifton  <nickc@redhat.com>
2507         * MAINTAINERS: Add "Obvious Fix" rule.
2509 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2511         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2512         literal concatenation.
2514 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2516         * readelf.c (struct unw_aux_info): Remove const from the info member.
2517         (process_unwind): Don't type-cast the third argument to the
2518         GET_DATA_ALLOC macro.
2520 2001-02-11  Nick Clifton  <nickc@redhat.com>
2522         * readelf.c (dump_relocations): Free corrected allocated
2523         array.
2524         (process_unwind): Fix compile time warning.
2526 2001-02-10  Nick Clifton  <nickc@redhat.com>
2528         * binutils.texi: Document new --unwind option to readelf.
2530 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2532         * readelf.c: Add linux target for S/390.
2534 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
2536         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2537         printf is a macro.
2539 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
2541         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2542         * aclocal.m4: Regenerate.
2543         * configure: Regenerate.
2545 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
2547         * bucomm.c (bfd_target_vector): Change extern array to pointer.
2548         * objdump.c (bfd_target_vector): Likewise.
2550 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
2552         * readelf.c (process_unwind): New function.
2553         (slurp_ia64_unwind_table): Ditto.
2554         (dump_ia64_unwind): Ditto.
2555         (find_symbol_for_address): Ditto.
2556         (slurp_rela_relocs): New function (split off from dump_relocations()).
2557         (slurp_rel_relocs): Ditto.
2558         (parse_args): Handle '-u' option.
2560         * unwind-ia64.c: New file.
2561         * unwind-ia64.h: New file.
2562         * Makefile.am: Include unwind-ia64.c in readelf build.
2563         * Makefile.in: Regenerate.
2564         * po/binutils.pot: Regenerate.
2566 2001-02-04  Philip Blundell  <philb@gnu.org>
2568         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2569         * configure: Regenerate.
2571 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
2573         * ieee.c (ieee_add_bb11): Don't check for backslashes
2574         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2576 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
2578         * ieee.c: Update copyright.
2579         (ieee_start_compilation_unit): Don't check for backslashes
2580         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2582         * stabs.c: Update copyright. Include "filenames.h".
2583         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2585 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
2587         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2588         sections are present before using them.  Remove code duplication.
2589         (process_symbol_table): Check if VERDEF or VERNEED sections are
2590         present before using them.
2592 2001-01-17  Nick Clifton  <nickc@redhat.com>
2594         * objcopy.c (copy_object): Fail if attempting to convert the
2595         endianness of the input object file.
2597         * binutils.texi: Explain that objcopy cannot convert endianness.
2599 2001-01-16  Nick Clifton  <nickc@redhat.com>
2601         * readelf.c (string_table_length): New variable.
2602         (SECTION_NAME): Catch out of range indices and missing section
2603         pointers.
2604         (process_section_headers): Delete useless local variable
2605         string_table_offset.  Set the value of string_table_length
2606         after loading the string table.
2607         (process_mips_specific): Use SECTION_NAME macro.
2608         (process_file): Set string_table_length to 0 when it is freed.
2610 2001-01-12  Nick Clifton  <nickc@redhat.com>
2612         * version.c (print_version): Update copyright date.
2614 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2616         * readelf.c (dump_relocations): Include selection with EM_ARC.
2617         (get_machine_name) Update name to "ARC".
2619 2001-01-09  Nick Clifton  <nickc@redhat.com>
2621         * Makefile.am: Add rule to build objdump.o from objdump.c and
2622         using OBJDUMP_DEFS.
2623         * Makefile.in: Regenerate.
2625         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
2626         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2627         -DDISASSEMBLER_NEEDS_RELOCS.
2628         * configure: Regenerate.
2630         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2631         is defined read in the relocs even if dump_reloc_info is
2632         false.
2634 2001-01-07  Philip Blundell  <philb@gnu.org>
2636         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2637         `bug-binutils'.
2638         * README: Likewise.
2640 2000-12-19  Nick Clifton  <nickc@redhat.com>
2642         * dlltool.c: Add missing support for arm-epoc-pe.
2643         * configure.in: Add missing support for arm-epoc-pe.
2644         * configure: Regenerate.
2646 2000-12-15  Nick Clifton  <nickc@redhat.com>
2648         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2649         Mode parts of the x86 port.
2651 2000-12-04  Andreas Jaeger  <aj@suse.de>
2653         * readelf.c (guess_is_rela): Add EM_X86_64.
2654         (dump_relocations): Add EM_X86_64.
2655         (get_machine_name): Add EM_X86_64.
2656         Include "elf/x86-64.h".
2658 2000-12-12  Nick Clifton  <nickc@redhat.com>
2660         * readelf.c: Fix formatting.
2662 2000-12-11  Jan Hubicka  <jh@suse.cz>
2664         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2666 2000-12-07  Andrew Haley  <aph@redhat.com>
2668         * readelf.c (display_debug_frames): Only display columns that are
2669         referenced by the frame debug info.
2671 2000-12-05  Nick Clifton  <nickc@redhat.com>
2673         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2675 2000-12-04  Jason Merrill  <jason@redhat.com>
2677         * readelf.c (process_section_headers): Handle linkonce.wi sections.
2678         (display_debug_section): Likewise.
2679         (display_debug_info): Display CU header before bailing.
2681 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2683         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2684         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2685         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2687         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2688         and E_MIPS_ARCH_64.
2690         * readelf.c (get_machine_flags): Add case for
2691         E_MIPS_MACH_SB1.
2693 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2695         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2697 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2699         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2700         Change sourceware.cygnus.com to sources.redhat.com.
2701         Fix typo for "amongst".
2703 2000-11-28  Nick Clifton  <nickc@redhat.com>
2705         * strip.1 (COPYING): Mention that the GNU Free Documentation
2706         License is present in the sources, but not the output, and
2707         also available from the GNU website.
2708         (GNU Free Documentation License): Comment out this section.
2709         * strings.1: Ditto.
2710         * size.1: Ditto.
2711         * ranlib.1: Ditto.
2712         * objdump.1: Ditto.
2713         * objcopy.1: Ditto.
2714         * nm.1: Ditto.
2715         * nlmconv.1: Ditto.
2716         * ar.1: Ditto.
2717         * addr2line.1: Ditto.
2719 2000-11-27  DJ Delorie  <dj@redhat.com>
2721         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2722         (parse_args): Support -wf option.
2723         (process_section_headers): Ditto.
2724         (debug_displays): Ditto.
2725         (display_debug_frames): New, dump *_frame sections.
2726         (frame_need_space): Support for above.
2727         (frame_display_row): Ditto.
2728         * binutils.texi: Document it.
2730 2000-11-24  Nick Clifton  <nickc@redhat.com>
2732         * NEWS: Announce support for v5t, v5te and XScale.
2734 2000-11-22  Nick Clifton  <nickc@redhat.com>
2736         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2737         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2738         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2739         (get_elf_section_flags: Add SHF_GROUP.
2740         (process_section_headers): Adjust output for 32-bit binaries
2741         to look nice on an 80 column terminal.
2743 2000-11-20  H.J. Lu  <hjl@gnu.org>
2745         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2746         ELFOSABI_AIX.
2748 2000-11-17  Richard Henderson  <rth@redhat.com>
2750         * readelf.c (display_debug_lines): Adjust last change to
2751         use sizeof (external->li_length).
2753 2000-11-17  Richard Henderson  <rth@redhat.com>
2755         * readelf.c (display_debug_lines): Fix section length check
2756         and end_of_sequence computation.
2758 2000-11-06  Nick Clifton  <nickc@redhat.com>
2760         * binutils.texi: Add GNU Free Documentation License.
2761         * objcopy.1: Add GNU Free Documentation License.
2762         * objdump.1: Add GNU Free Documentation License.
2763         * addr2line.1: Add GNU Free Documentation License.
2764         * ar.1: Add GNU Free Documentation License.
2765         * nlmconv.1: Add GNU Free Documentation License.
2766         * nm.1: Add GNU Free Documentation License.
2767         * ranlib.1: Add GNU Free Documentation License.
2768         * size.1: Add GNU Free Documentation License.
2769         * strings.1: Add GNU Free Documentation License.
2770         * strip.1: Add GNU Free Documentation License.
2772 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2774         * objcopy.c (--srec-len=nn): New parameter to set the
2775         maximum length of generated Srecords.
2776         (--srec-forceS3): New parameter that restricts the generation of
2777         Srecords to type S3 only.
2778         * binutils.texi: Document new command line switches.
2779         * objcopy.1: Docuemnt the new command line switches.
2780         * NEWS: Announce the existence of the new command line switches.
2782 2000-10-31  Nick Clifton  <nickc@redhat.com>
2784         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2785         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2787 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2789         * Make comma after string after icon/control optional.
2791 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2793         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2795         * NEWS: Mention support for MIPS32.
2797 2000-09-08  Nick Clifton  <nickc@redhat.com>
2799         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2801 2000-09-07  H.J. Lu  <hjl@gnu.org>
2803         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2804         * configure: Rebuild.
2806 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2808         * configure: Rebuilt with new libtool.m4.
2810 2000-09-05  Nick Clifton  <nickc@redhat.com>
2812         * aclocal.m4: Regenerate.
2813         * config.in: Regenerate.
2814         * configure: Regenerate.
2816 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2818         * strip.1: Fix stray '\' in -o formatting.
2820 2000-09-02  Nick Clifton  <nickc@redhat.com>
2822         * configure.in: Increase version number to 2.10.91.
2823         * configure: Regenerate.
2824         * aclocal.m4: Regenerate.
2825         * config.in: Regenerate.
2826         * po/binutils.pot: Regenerate.
2828 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2830         * acinclude.m4: Include libtool and gettext macros from the
2831         top level.
2832         * aclocal.m4, configure: Rebuilt.
2834 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2836         * resrc.c (close_input_stream): Delete extraneous logic
2838 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2840         * NEWS: Mention support for CRIS.
2842 2000-08-21  Nick Clifton  <nickc@redhat.com>
2844         * addr2line.c: Changed email address for Ulrich Lauther.
2846 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2848         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2850 2000-08-17  Nick Clifton  <nickc@redhat.com>
2852         * readelf.c (display_debug_pubnames): Only issue warning
2853         message once.  Terminate message with a new line.
2854         (display_debug_aranges): Only display version 2 debug info.
2856 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2858         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2859         for compatability with old BSD systems.
2861 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2863         * NEWS: Mention i860 support.
2865 2000-08-11  Carlo Wood <carlo@alinoe.com>
2867         * addr2line.c (main): Add const to char *.
2869 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2871         * ar.c (main): Don't crash if called with no arguments
2872         or only '-X32_64' as an argument.
2874 2000-08-08  DJ Delorie  <dj@redhat.com>
2876         * resrc.c: use "gcc -xc" instead of -xc-header
2878 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2880         * readelf.c (elf/i860.h): Include.
2881         (dump_relocations): Add recognition of i860 architecture.
2882         (guess_is_rela): Add recognition of i860 architecture.
2884 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2886         * MAINTAINERS: Add information about CGEN maintainers.
2888 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2890         * nm.c (main): Ignore '-X32_64' as an option.
2891         * ar.c (main): Likewise.
2892         * binutils.texi (nm): Document new option.
2893         (ar): Likewise.
2895 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2897         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2899 2000-07-20  H.J. Lu  <hjl@gnu.org>
2901         * binutils.texi: Put back "@end table" deleted by
2902         accident.
2904 2000-07-05  Kenneth Block  <krblock@computer.org>
2906         * nm.c: Add optional style to demangle switch.
2907         * objdump.c: Add optional style to demangle switch.
2908         * addr2line.c: Add optional style to demangle switch.
2909         * binutils.texi: Document optional style to demangle
2910         switch.
2912 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2914         * MAINTAINERS: Add self as CRIS port maintainer.
2915         * readelf.c: Include elf/cris.h.
2916         (guess_is_rela): Handle EM_CRIS.
2917         (dump_relocations): Ditto.
2918         (get_machine_name): Ditto.
2919         * Makefile.am: Rebuild dependencies.
2920         * Makefile.in: Regenerate.
2921         * po/binutils.pot: Regenerate.
2923 2000-07-19  H.J. Lu  <hjl@gnu.org>
2925         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2926         "AUXILIARY".
2927         (process_dynamic_segment): Print out strings for DT_CONFIG,
2928         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2930 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2932         * nm.c (usage): Change output of `nm --help' to include a
2933         description of the purpose of the program and a detailed
2934         description of the accepted options.
2936 2000-07-19  H.J. Lu  <hjl@gnu.org>
2938         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2939         to DF_1_NODEFLIB.
2941 2000-07-19  H.J. Lu  <hjl@gnu.org>
2943         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2945 2000-07-19  H.J. Lu  <hjl@gnu.org>
2947         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2948         DT_FEATURE.
2949         (process_dynamic_segment): Likewise.
2951         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2952         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2953         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2954         DF_1_NODUMP and DF_1_CONLFAT.
2956 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2958         * binutils.texi (readelf): Fix spelling typo.
2960 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2962         * objdump.c (usage): Make output of `objdump --help' more
2963         consistent with the rest of the GNU world.  Add a line describing
2964         the purpose of the program.
2966 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2968         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2969         warning.
2971 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2973         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2974         to fix warnings.
2975         (process_symbol_table): Ditto.
2976         (procesS_extended_line_op): Ditto.
2977         (display_debug_lines): Ditto.
2978         (display_debug_pubnames): Ditto.
2979         (read_and_display_attr): Ditto.
2981 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2983         * MAINTAINERS: Add several more port specific maintainers.
2985 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2987         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2989 2000-06-05  DJ Delorie  <dj@redhat.com>
2991         * MAINTAINERS: New.
2993 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2995         * dllwrap.c: Changed mistaken dyn_string_append() calls
2996         to dyn_string_append_cstr().
2998 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
3000         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
3001         struct debug_type stores size in bytes.
3003 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
3005         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
3006         (CLEANFILES): Add DEPA.
3007         * Makefile.in: Regenerate.
3009 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
3011         * ar.c: Revert incorrect 2000-06-25 patch.
3012         * bucomm.c: Likewise.
3014 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
3016         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
3017         (external_coff_symbol_p): New function.
3018         (parse_coff): Use it.
3020 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
3022         * ar.c (normalize): Advance past both characters in a DOS based
3023         <letter>: filepath prefix.
3024         (main): Likewise.
3025         * bucomm.c (make_tempname): Likewise.
3027 2000-06-24  Nick Clifton  <nickc@cygnus.com>
3029         * objdump.c (usage): Fix description of --stabs switch.
3031 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
3033         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3034         find one.
3035         * Makefile.in: Regenerate.
3037 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
3039         * ar.c (normalize): Correct pointer comparison when checking for
3040         backslashes.
3041         (main): Likewise.
3042         * bucomm.c (make_tempname): Likewise.
3044         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
3045         and search for backslashes in the original pathname.
3046         (ieee_add_bb11): Likewise.
3048 2000-06-18  Nick Clifton  <nickc@redhat.com>
3050         * ar.c (print_contents): Improve verbose message.
3052 2000-06-15  H.J. Lu  <hjl@gnu.org>
3054         * dyn-string.c: Removed. Not needed with dyn-string.c in
3055         libiberty.
3056         * dyn-string.h: Likewise.
3058         * Makefile.am: Remove references to dyn-string.c and
3059         dyn-string.h. Rebuild dependency.
3060         * Makefile.in: Rebuild.
3062 2000-06-15  H.J. Lu  <hjl@gnu.org>
3064         * binutils.texi: Put a warning on copying relocatable object
3065         files between two different formats.
3067 2000-06-13  DJ Delorie  <dj@cygnus.com>
3069         * rcparse.y (control): ICON controls take an id as the first
3070         parameter, not an optional string.  Also, call new convenience
3071         function that takes res_id's.
3072         * resrc.c (define_control): missing text means zero-length string,
3073         not zero ID.
3074         (define_icon_control): New.
3075         * windres.h: declare define_icon_control.
3077 2000-06-13  H.J. Lu  <hjl@gnu.org>
3079         * configure: Regenerate.
3081 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
3083         * configure.in (VERSION): Update to show this is the CVS mainline.
3085 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
3087         * strings.c (isgraphic): Interpret <TAB> as a printable character,
3088         analogous to <SPACE>.
3090 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
3092         * objdump.c (display_target_list): Use bfd_close_all_done, not
3093         bfd_close to fix crash caused by 2000-05-24 change.
3095 2000-05-25  DJ Delorie  <dj@cygnus.com>
3097         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
3099 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
3101         * Makefile.am: Update dependencies with "make dep-am"
3102         * Makefile.in: Regenerate.
3104 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
3106         * ar.c: Include filenames.h.
3107         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
3108         and drive letters in file names.
3109         (main): Support backslashes and drive letters in argv[0].  Drop
3110         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
3111         FILENAME_CMP instead of strcmp to compare file names.
3112         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
3113         DJGPP v2.
3114         (do_quick_append) [__GO32__]: Ditto.
3115         (get_pos_bfd, delete_members, move_members, replace_members):
3116         Compare file names with FILENAME_CMP.
3118         * bucomm.c: Include filenames.h.
3119         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
3120         forward/backward slashes and drive letters in file names.
3122         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
3123         mixed forward/backward slashes and drive letters in file names.
3125         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
3126         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
3127         mode.
3129         * objcopy.c: Include filenames.h.
3130         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
3131         before comparing to "strip".
3132         Use FILENAME_CMP to compare file names.
3134         * arsup.c: Include filenames.h.
3135         (map_over_list, ar_delete, ar_replace, ar_extract): Use
3136         FILENAME_CMP to compare file names.
3137         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
3138         the temporary file name.
3140         * configure.in: Check for setmode.
3141         * configure: Regenerate.
3143 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
3145         * objdump.c (display_target_list): Close the bfd.
3146         (display_info_table): Likewise.
3148 2000-05-14  H.J. Lu  (hjl@gnu.org)
3150         * objcopy.c (filter_symbols): Don't strip global symbols in
3151         relocatable object files.
3153 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
3155         * size.c (usage): Associate short options with corresponding long
3156         option to give a clue as to their function.
3158 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
3160         * size.c (main): Accept and ignore `-f' option.
3162 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
3164         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
3165         bindtextdomain): Replace defines with those from intl/libgettext.h
3166         to quieten gcc warnings.
3168 2000-05-12  H.J. Lu  <hjl@gnu.org>
3170         * nlmconv.c (temp_filename): Removed.
3172         * nlmconv.c (link_inputs): Use make_temp_file () instead of
3173         choose_temp_base ().
3174         * objdump.c (display_target_list): Likewise.
3175         (display_info_table): Likewise.
3177 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
3179         * objcopy.c (setup_section): Add const and gettext calls for err.
3181 2000-05-02  H.J. Lu  <hjl@gnu.org>
3183         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
3184         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
3185         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
3186         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
3187         and ELFOSABI_OPENBSD.
3189 2000-05-02  Kazu Hirata  <kazu@hxi.com>
3191         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
3192         * srconv.c: Likewise.
3193         * sysdump.c: Likewise.
3195 2000-04-23  Denis Chertykov  <denisc@overta.ru>
3197         * readelf.c (guess_is_rela): AVR uses RELA relocations.
3198         (get_machine_name): machine name for EM_AVR added.
3200 2000-04-21  Richard Henderson  <rth@cygnus.com>
3201             David Mosberger  <davidm@hpl.hp.com>
3203         * Makefile.am (readelf.o): Add elf/ia64.h.
3204         * Makefile.in: Rebuild.
3205         * readelf.c: Include elf/ia64.h.
3206         (guess_is_rela, dump_relocations): Handle EM_IA_64.
3208 2000-04-17  Timothy Wall  <twall@cygnus.com>
3210         * objdump.c (disassemble_data): Set octets per byte *after*
3211         resolving arch/mach for binary files.
3213 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3215         * arlex.l: Add directives to increase lex buffer size.
3217         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
3218         already included by bucomm.h.
3220 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
3222         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
3223         `strftime' since strftime is not available on all systems.
3224         (process_mips_specific): Ditto.
3226 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
3228         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
3229         --enable-build-warnings option.
3230         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3231         * Makefile.in, configure: Re-generate.
3233 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
3235         * addr2line.c: Update copyright.
3236         * objcopy.1: Likewise, and title.
3237         * strings.1: Likewise.
3239         * version.c (print_version): Add 2000.
3241         * rddbg.c (read_section_stabs_debugging_info): Don't use
3242         bfd_size_type for strx to avoid printf problems if BFD64.
3244         * bucomm.c: (report): Remove `static'.
3245         Move inclusion of stdarg.h/vararg.h from here.
3246         * bucomm.h: To here.
3247         (CONST): Change all occurences to const.
3248         (report): Declare it.
3249         (bfd_fatal): Add ATTRIBUTE_NORETURN.
3250         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
3251         (non_fatal): Add ATTRIBUTE_PRINTF_1.
3253         * ar.c (main): Use fatal or non_fatal instead of fprintf.
3254         Correct a typo in an error message.
3255         (do_quick_append): Use non_fatal instead of fprintf.
3256         (move_members): Use fatal instead of fprintf, exit.
3257         * coffdump.c (main): Same here.
3259         * dlltool.c (display): Delete.
3260         (warn): Delete.
3261         (inform): Use `report' instead of `display'.
3262         (rvaafter): Remove trailing \n from fatal error msg.
3263         (rvabefore): Ditto.
3264         (asm_prefix): Ditto.
3265         (yyerror): Replace `warn' with `non_fatal', and remove \n.
3266         (def_name): Likewise.
3267         (run): Likewise.
3268         (scan_all_symbols): Likewise.
3269         (gen_lib_file): Likewise.
3270         (def_library): Likewise.  Remove extra program_name too.
3271         (run): Remove \n from inform strings.
3272         (scan_drectve_symbols): Likewise.
3273         (add_excludes): Likewise.
3274         (scan_open_obj_file): Likewise.
3275         (gen_exp_file): Likewise.
3276         (gen_lib_file): Likewise.
3277         (process_duplicates): Likewise.
3279         * Makefile.am (dllwrap_SOURCES): Add version.c.
3280         * dllwrap.c (program_version): Delete.
3281         (print_version): Delete.
3282         (display): Always print trailing \n.
3283         (warn): New.
3284         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
3285         (run): Here too.
3286         (main): And here.
3287         (usage): gettext'ify.
3288         (long_options): Add missing initialisers.
3290         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
3291         (select_output_format): Likewise.
3292         (powerpc_mangle_relocs): Likewise.
3293         (link_inputs): Likewise.
3295         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
3296         (set_output_format): Likewise.
3297         (main): Use non_fatal instead of fprintf.
3298         (display_rel_file): Likewise.
3300         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
3301         (slurp_dynamic_symtab): Same here.
3302         (disassemble_data): And here.
3303         (read_section_stabs): And here.
3304         (read_section_stabs): And here.
3305         (dump_bfd): And here.
3306         (main): And here.
3307         (objdump_sprintf): Use fatal instead of fprintf, exit.
3308         (disassemble_data): Same here.
3310         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
3311         (parse_coff_struct_type): Same here.
3312         (parse_coff_enum_type): And here.
3313         (parse_coff): And here.
3314         * rddbg.c (read_debugging_info): And here.
3315         * size.c (main): And here.
3316         * windres.c (format_from_name): And here.
3317         * wrstabs.c (stab_write_symbol): Here too.
3318         (write_stabs_in_sections_debugging_info): And here.
3319         (stab_int_type): And here.
3320         (stab_struct_field): And here.
3321         (stab_typdef): And here.
3323         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
3324         * srconv.c (main): Same here.
3325         * strings.c (main): And here.
3326         (integer_arg): And here.
3327         * sysdump.c (main): And here.
3329 2000-04-06  Timothy Wall  <twall@cygnus.com>
3331         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
3333 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
3335         * readelf.c (decode_location_expression): Loop through multiple
3336         operations.
3337         (read_and_display_attr): Pass in length.
3339         * readelf.c (read_and_display_attr): Add CU offset to references.
3340         (display_debug_info): Pass it in.
3342 2000-04-06  Nick Clifton  <nickc@cygnus.com>
3344         * readelf.c (decode_ARM_machine_flags): New function.
3345         (get_machine_flags): Call decode_ARM_machine_flags for ARM
3346         targets.
3348         (get_machine_name): Catch EM_AVR
3350 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
3352         * binutils.texi: Remove optional `=' from long options that have
3353         an `=' in the argument.
3354         * objcopy.1: Here too.  Remove extra space on discard-all.
3356         * binutils.texi (objcopy): Mention --redefine-sym.
3357         * objcopy.1: Here too.
3358         * NEWS: And here.
3360         * objcopy.c (parse_flags): Split off flag names from error message
3361         gettext as they are not translated.
3362         (copy_main): Similarly split off option name for --add-section,
3363         --set-section-flags, --change-section-vma, --change-section-lma
3364         error messages.
3365         Some white space changes.
3367         from Matthew Benjamin <matt@linuxbox.nu>
3368         * objcopy.c (struct redefine_node): New.
3369         (redefine_sym_list): New.
3370         (redefine_list_append): New.
3371         (lookup_sym_redefinition): New.
3372         (OPTION_REDEFINE_SYM): New.
3373         (copy_options): Add --redefine-sym option.
3374         (copy_usage): Mention it.
3375         (filter_symbols): Rename symbols on redefine_sym_list.
3376         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
3377         (copy_main): Handle OPTION_REDEFINE_SYM.
3379 2000-04-04  H.J. Lu  <hjl@gnu.org>
3381         * readelf.c (process_symbol_table): Correctly read in symbol
3382         versioning information.
3384 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
3386         * po/binutils.pot: Regenerate.
3388         * addr2line.c (usage): Restore translated part of bug string.
3389         * ar.c (usage): Likewise.
3390         * nlmconv.c (show_usage): Likewise.
3391         * nm.c (usage): Likewise.
3392         * objcopy.c (copy_usage): Likewise.
3393         (strip_usage): Likewise.
3394         * objdump.c (usage): Likewise.
3395         * readelf.c (usage): Likewise.
3396         * size.c (usage): Likewise.
3397         * strings.c (usage): Likewise.
3398         * windres.c (usage): Likewise.
3400         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3401         (DEP): Quote when passing vars to sub-make.  Add warning
3402         message to end.
3403         (DEP1): Rewrite for "gcc -MM".
3404         (CLEANFILES): Add DEP2.
3405         Update dependencies.
3406         * Makefile.in: Regenerate.
3408 2000-04-04  H.J. Lu  <hjl@gnu.org>
3410         * Makefile.am (GENERATED_HFILES): Add rcparse.h
3411         (arparse.h): Depend on arparse.c
3412         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
3414 2000-04-03  H.J. Lu  (hjl@gnu.org)
3416         * size.c (usage): Use REPORT_BUGS_TO.
3418 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
3420         * bucomm.h: #include "bin-bugs.h"
3421         * addr2line.c (usage): Use REPORT_BUGS_TO.
3422         * ar.c (usage): Likewise.
3423         * nlmconv.c (show_usage): Likewise.
3424         * nm.c (usage): Likewise.
3425         (OPTION_TARGET): Define.
3426         (long_options): Use OPTION_TARGET rather than 200.
3427         (main): Likewise.
3429         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
3430         (strip_usage): Likewise.
3431         * objdump.c (usage): Likewise.
3432         * readelf.c (usage): Likewise.
3433         * strings.c (usage): Likewise.
3434         * windres.c (usage): Likewise.
3436 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3438         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
3440 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3442         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
3443         string offsets in corrupt stabs entries.
3445 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3447         * readelf.c: Include elf/avr.h
3448         (dump_relocations): Add EM_AVR case.
3450 2000-03-09  Tim Waugh  <twaugh@redhat.com>
3452         * strings.1: Correct '-bytes' to '--bytes'.
3454 2000-03-08  H.J. Lu  <hjl@gnu.org>
3456         * Makefile.am (install-exec-local): Depend on
3457         install-binPROGRAMS for parallel make.
3458         * Makefile.in: Regenerated.
3460 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
3462         From Brad Lucier <lucier@math.purdue.edu>:
3463         * readelf.c (process_dynamic_segment): Add cast to make sure
3464         argument to %* is int.
3466 2000-02-25  H.J. Lu  <hjl@gnu.org>
3468         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3470 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3472         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3473         * configure: Regenerate.
3475         * dlltool.c: Add support for sh-pe and mips-pe targets.
3476         * rescoff.c: Add support for sh-pe and mips-pe targets.
3478 2000-02-23  H.J. Lu  <hjl@gnu.org>
3480         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3482 2000-02-22  Nick Clifton  <nickc@cygnus.com>
3484         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3486 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
3488         From Brad Lucier <lucier@math.purdue.edu>:
3489         * readelf.c (process_version_sections): Add casts to make sure
3490         argument to %* is an int.
3491         (process_mips_specific): Add casts to make printf arguments match
3492         format.
3494 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
3496         * objdump.c (dump_section_header): Change `opb' to unsigned.
3497         (find_symbol_for_address): Same here.
3498         (disassemble_data): And here.  Change `addr_offset',
3499         `stop_offset', `nextstop_offset' to unsigned long.
3500         (dump_data): Change opb to unsigned.
3502 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
3504         * resrc.c: Remove unmatched #if for cygwin.
3506 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3508         * binutils.texi: Document the change of flavor name from atpcs-special
3509         to special-atpcs to prevent name conflict in gdb.
3511 2000-02-08  Timothy Wall  <twall@redhat.com>
3513         * objdump.c (show_line): Fix bug preventing printing of the very
3514         first line (line zero) of a file when interlisting source and
3515         assembly.  Added option to print entire context from start of file
3516         when the first line from that file is encountered.
3518 2000-02-03  Timothy Wall <twall@redhat.com>
3520         * objdump.c (dump_section_header, find_symbol_for_address,
3521         show_line, disassemble_bytes, disassemble_data, dump_data):
3522         distinguish between octets and bytes.
3524 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
3526         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3527         check to unresolved symbols.
3528         (print_symbol_info_sysv):  Ditto.
3529         (print_symbol_info_posix):  Ditto.
3531         * binutils.texi: Document new 'V' symclass flag for nm.
3533 2000-01-27  Nick Clifton  <nickc@redhat.com>
3535         * binutils.texi (objdump): Document new ARM specific
3536         disassembler options.
3538         * objdump.c (usage): Call disassembler_usage().
3540 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3542         * readelf.c (get_dynamic_flags): Return buff.
3543         (process_dynamic_segment): Don't pass error strings to printf
3544         as format arg.
3545         (read_and_display_attr): Use lx and ld to print longs.
3546         (process_corefile_note_segment): Cast bfd_vma to unsigned long
3547         before printing.
3548         Update copyright.
3550 2000-01-17  Nick Clifton  <nickc@cygnus.com>
3552         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3554 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
3556         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3557         false.
3558         (debug_tag_type): Here too.
3559         * ieee.c (ieee_builtin_type): And here.
3560         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3562 2000-01-13  Nick Clifton  <nickc@cygnus.com>
3564         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3565         System/370".
3567 2000-01-11  Nick Clifton  <nickc@cygnus.com>
3569         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3571 2000-01-10  Nick Clifton  <nickc@cygnus.com>
3573         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3575 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
3577         * windres.c (long_options): Add --use-temp-file and
3578         --no-use-temp-file options.
3579         (usage): Document.
3580         (main): Handle.
3582         * windres.h: Update read_rc_file prototype.
3584         * resrc.c (cpp_temp_file): New static variable.
3585         (istream_type): New static variable.
3586         (close_pipe): Delete function.
3587         (run_cmd): New static function.
3588         (open_input_stream): New static function.
3589         (close_input_stream): New static function.
3590         (look_for_default): Handle DOS directory separator. Use
3591         open_input_stream instead of popen.
3592         (read_rc_file): Likewise.
3594         * binutils.texi: Document --use-temp-file, --no-use-temp-file
3595         options.
3597 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
3599         * dlltool.c (create_compat_implib): New variable.
3600         (gen_exp_file): Use.
3601         (make_one_lib_file): Use.
3602         (long_options): Add --compat-implib option.
3603         (usage): Handle.
3604         (main): Handle.
3606         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3607         (main): Use. Don't look for "32" in cygwin and mingw target names.
3609 2000-01-03  Nick Clifton  <nickc@cygnus.com>
3611         * binutils.texi: Document new, ARM specific disassembler
3612         command line switch "-M force-thumb".
3614 For older changes see ChangeLog-9899
3616 Local Variables:
3617 mode: change-log
3618 left-margin: 8
3619 fill-column: 74
3620 version-control: never
3621 End: