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