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