* Makefile.am: Run "make dep-am".
[binutils.git] / binutils / ChangeLog
blob33cb21908b60fc71889f466dfdca2815da23d40f
1 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
3         * Makefile.am: Run "make dep-am".
4         * Makefile.in: Regenerate.
5         * aclocal.m4: Regenerate.
6         * config.in: Regenerate.
7         * configure: Regenerate.
8         * po/binutils.pot: Regenerate.
10 2004-03-15  Nathan Sidwell  <nathan@codesourcery.com>
12         * objdump.c (struct SFILE): Replace current pointer with pos
13         offset, rename size to alloc.
14         (objdump_sprintf): Avoid unnecessary copies in the common case
15         (disassemble_bytes): Keep sfile live throughout the
16         function. Adjust usage appropriately.
18 2004-03-10  Ben Elliston  <bje@gnu.org>
20         * MAINTAINERS: Update my mail address.
22 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
24         * deflex.l: Handle "PRIVATE" string.
25         * defparse.y (%token): Add PRIVATE.
26         (%type): Add opt_PRIVATE.
27         (expline): Pass opt_PRIVATE to def_exports.
28         (opt_PRIVATE): Handle PRIVATE token.
29         * dlltool.h (def_exports): Add 7th param for private flag to
30         declaration.
31         * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
32         (struct export): Add 'private' field.
33         (def_exports): Set 'private' field of struct exports.
34         (scan_drectve_symbols): Adjust calls to def_exports.
35         (scan_filtered_symbols): Likewise.
36         (dump_def_info): Print 'private' field.
37         (gen_def_file): Likewise.
38         (gen_lib_file): Skip generation of lib object if private.
39         Delete tmp object files in same order as they were generated.
40         Don't delete non-existent private object files.
42 2004-02-27  Andreas Schwab  <schwab@suse.de>
44         * ar.c (main): Support POSIX-compatible argument parsing.
46 2004-02-23  Daniel Lucq  <daniel@lucq.org>
48         * readelf.c (process_mips_specific): Print conflictsno as an
49         unsigned long.
51 2004-02-21  Dmitry Timoshkov  <dmitry@baikal.ru>
53         * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
55 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
57         * objcopy.c (copy_section): Avoid warnings.
59 2004-02-14  Andrew Cagney  <cagney@redhat.com>
61         * ar.c (remove_output): Use bfd_cache_close.
62         * arsup.c (ar_end): Ditto.
64 2004-01-21  Roland McGrath  <roland@redhat.com>
66         * readelf.c (get_note_type): Match NT_AUXV.
68 2004-01-20  Nick Clifton  <nickc@redhat.com>
70         * version.c (print_version): Update copyright year to 2004.
72 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
74         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
75         throughout.
76         * aclocal.m4: Regenerate.
77         * configure: Regenerate.
79 2004-01-12  Jakub Jelinek  <jakub@redhat.com>
81         * objcopy.c: Include elf-bfd.h.
82         (is_strip_section): Don't strip debugging sections if
83         STRIP_NONDEBUG.
84         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
85         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
87         * objcopy.c (copy_section): Free relpp if relcount == 0.
89 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
91         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
92         (stab_demangle_argtypes): Likewise.
93         (stab_demangle_v3_argtypes): New static function.
94         (stab_demangle_v3_arg): New static function.
96 2004-01-12  Nick Clifton  <nickc@redhat.com>
98         * objcopy.c (copy_object): Make the function boolean, returning
99         FALSE upon failure.
100         (copy_archive): Handle the return value from copy_object.
101         (copy_file): Likewise.
103 2004-01-07  Nick Clifton  <nickc@redhat.com>
105         * readelf.c (find_section): New function.  Locates a named
106         section.
107         (get_debug_line_pointer_sizes): New function:  Initialises the
108         debug_line_pointer_sizes array.
109         (display_debug_lines): Call get_debug_line_pointer_sizes.
110         (display_debug_loc): Likewise.
111         (load_debug_loc): Use find_section.
112         (load_debug_str): Likewise.
113         (display_debug_info): Likewise.
114         (prescan_debug_info): Delete.
115         (debug_displays): Remove prescan field.
116         (process_section_contents): Do not perform prescans.
118 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
120         * objcopy.c (filter_bytes): Delete.  Move code to..
121         (copy_section): ..here.  Simplify size adjustment.  Divide
122         section lma by interleave.
124 2004-01-02  Nick Clifton  <nickc@redhat.com>
126         * po/ru.po: New file: Russian translation.
127         * configure.in (ALL_LINGUAS): Add ru
128         * configure: Regenerate.
130 For older changes see ChangeLog-0203
132 Local Variables:
133 mode: change-log
134 left-margin: 8
135 fill-column: 74
136 version-control: never
137 End: