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