daily update
[binutils.git] / binutils / ChangeLog
blob0b913773bebbdcd6577923d96cb6451008a5af3e
1 2004-02-27  Andreas Schwab  <schwab@suse.de>
3         * ar.c (main): Support POSIX-compatible argument parsing.
5 2004-02-23  Daniel Lucq  <daniel@lucq.org>
7         * readelf.c (process_mips_specific): Print conflictsno as an
8         unsigned long.
10 2004-02-21  Dmitry Timoshkov  <dmitry@baikal.ru>
12         * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
14 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
16         * objcopy.c (copy_section): Avoid warnings.
18 2004-02-14  Andrew Cagney  <cagney@redhat.com>
20         * ar.c (remove_output): Use bfd_cache_close.
21         * arsup.c (ar_end): Ditto.
23 2004-01-21  Roland McGrath  <roland@redhat.com>
25         * readelf.c (get_note_type): Match NT_AUXV.
27 2004-01-20  Nick Clifton  <nickc@redhat.com>
29         * version.c (print_version): Update copyright year to 2004.
31 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
33         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
34         throughout.
35         * aclocal.m4: Regenerate.
36         * configure: Regenerate.
38 2004-01-12  Jakub Jelinek  <jakub@redhat.com>
40         * objcopy.c: Include elf-bfd.h.
41         (is_strip_section): Don't strip debugging sections if
42         STRIP_NONDEBUG.
43         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
44         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
46         * objcopy.c (copy_section): Free relpp if relcount == 0.
48 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
50         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
51         (stab_demangle_argtypes): Likewise.
52         (stab_demangle_v3_argtypes): New static function.
53         (stab_demangle_v3_arg): New static function.
55 2004-01-12  Nick Clifton  <nickc@redhat.com>
57         * objcopy.c (copy_object): Make the function boolean, returning
58         FALSE upon failure.
59         (copy_archive): Handle the return value from copy_object.
60         (copy_file): Likewise.
62 2004-01-07  Nick Clifton  <nickc@redhat.com>
64         * readelf.c (find_section): New function.  Locates a named
65         section.
66         (get_debug_line_pointer_sizes): New function:  Initialises the
67         debug_line_pointer_sizes array.
68         (display_debug_lines): Call get_debug_line_pointer_sizes.
69         (display_debug_loc): Likewise.
70         (load_debug_loc): Use find_section.
71         (load_debug_str): Likewise.
72         (display_debug_info): Likewise.
73         (prescan_debug_info): Delete.
74         (debug_displays): Remove prescan field.
75         (process_section_contents): Do not perform prescans.
77 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
79         * objcopy.c (filter_bytes): Delete.  Move code to..
80         (copy_section): ..here.  Simplify size adjustment.  Divide
81         section lma by interleave.
83 2004-01-02  Nick Clifton  <nickc@redhat.com>
85         * po/ru.po: New file: Russian translation.
86         * configure.in (ALL_LINGUAS): Add ru
87         * configure: Regenerate.
89 For older changes see ChangeLog-0203
91 Local Variables:
92 mode: change-log
93 left-margin: 8
94 fill-column: 74
95 version-control: never
96 End: