5b0e33e3fbadac1964b284c359e4fc21e0940369
[external/binutils.git] / binutils / ChangeLog
1 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
2
3         * objcopy.c (copy_section): Avoid warnings.
4
5 2004-02-14  Andrew Cagney  <cagney@redhat.com>
6
7         * ar.c (remove_output): Use bfd_cache_close.
8         * arsup.c (ar_end): Ditto.
9
10 2004-01-21  Roland McGrath  <roland@redhat.com>
11
12         * readelf.c (get_note_type): Match NT_AUXV.
13
14 2004-01-20  Nick Clifton  <nickc@redhat.com>
15
16         * version.c (print_version): Update copyright year to 2004.
17
18 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
19
20         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
21         throughout.
22         * aclocal.m4: Regenerate.
23         * configure: Regenerate.
24
25 2004-01-12  Jakub Jelinek  <jakub@redhat.com>
26
27         * objcopy.c: Include elf-bfd.h.
28         (is_strip_section): Don't strip debugging sections if
29         STRIP_NONDEBUG.
30         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
31         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
32
33         * objcopy.c (copy_section): Free relpp if relcount == 0.
34
35 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
36
37         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
38         (stab_demangle_argtypes): Likewise.
39         (stab_demangle_v3_argtypes): New static function.
40         (stab_demangle_v3_arg): New static function.
41
42 2004-01-12  Nick Clifton  <nickc@redhat.com>
43
44         * objcopy.c (copy_object): Make the function boolean, returning
45         FALSE upon failure.
46         (copy_archive): Handle the return value from copy_object.
47         (copy_file): Likewise.
48
49 2004-01-07  Nick Clifton  <nickc@redhat.com>
50
51         * readelf.c (find_section): New function.  Locates a named
52         section.
53         (get_debug_line_pointer_sizes): New function:  Initialises the
54         debug_line_pointer_sizes array.
55         (display_debug_lines): Call get_debug_line_pointer_sizes.
56         (display_debug_loc): Likewise.
57         (load_debug_loc): Use find_section.
58         (load_debug_str): Likewise.
59         (display_debug_info): Likewise.
60         (prescan_debug_info): Delete.
61         (debug_displays): Remove prescan field.
62         (process_section_contents): Do not perform prescans.
63
64 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
65
66         * objcopy.c (filter_bytes): Delete.  Move code to..
67         (copy_section): ..here.  Simplify size adjustment.  Divide
68         section lma by interleave.
69
70 2004-01-02  Nick Clifton  <nickc@redhat.com>
71
72         * po/ru.po: New file: Russian translation.
73         * configure.in (ALL_LINGUAS): Add ru
74         * configure: Regenerate.
75
76 For older changes see ChangeLog-0203
77 \f
78 Local Variables:
79 mode: change-log
80 left-margin: 8
81 fill-column: 74
82 version-control: never
83 End: