* MAINTAINERS: Update my mail address.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2004-03-10 Ben Elliston <bje@gnu.org>
2
3 * MAINTAINERS: Update my mail address.
4
5 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
6
7 * deflex.l: Handle "PRIVATE" string.
8 * defparse.y (%token): Add PRIVATE.
9 (%type): Add opt_PRIVATE.
10 (expline): Pass opt_PRIVATE to def_exports.
11 (opt_PRIVATE): Handle PRIVATE token.
12 * dlltool.h (def_exports): Add 7th param for private flag to
13 declaration.
14 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
15 (struct export): Add 'private' field.
16 (def_exports): Set 'private' field of struct exports.
17 (scan_drectve_symbols): Adjust calls to def_exports.
18 (scan_filtered_symbols): Likewise.
19 (dump_def_info): Print 'private' field.
20 (gen_def_file): Likewise.
21 (gen_lib_file): Skip generation of lib object if private.
22 Delete tmp object files in same order as they were generated.
23 Don't delete non-existent private object files.
24
25 2004-02-27 Andreas Schwab <schwab@suse.de>
26
27 * ar.c (main): Support POSIX-compatible argument parsing.
28
29 2004-02-23 Daniel Lucq <daniel@lucq.org>
30
31 * readelf.c (process_mips_specific): Print conflictsno as an
32 unsigned long.
33
34 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
35
36 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
37
38 2004-02-19 Jakub Jelinek <jakub@redhat.com>
39
40 * objcopy.c (copy_section): Avoid warnings.
41
42 2004-02-14 Andrew Cagney <cagney@redhat.com>
43
44 * ar.c (remove_output): Use bfd_cache_close.
45 * arsup.c (ar_end): Ditto.
46
47 2004-01-21 Roland McGrath <roland@redhat.com>
48
49 * readelf.c (get_note_type): Match NT_AUXV.
50
51 2004-01-20 Nick Clifton <nickc@redhat.com>
52
53 * version.c (print_version): Update copyright year to 2004.
54
55 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
56
57 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
58 throughout.
59 * aclocal.m4: Regenerate.
60 * configure: Regenerate.
61
62 2004-01-12 Jakub Jelinek <jakub@redhat.com>
63
64 * objcopy.c: Include elf-bfd.h.
65 (is_strip_section): Don't strip debugging sections if
66 STRIP_NONDEBUG.
67 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
68 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
69
70 * objcopy.c (copy_section): Free relpp if relcount == 0.
71
72 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
73
74 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
75 (stab_demangle_argtypes): Likewise.
76 (stab_demangle_v3_argtypes): New static function.
77 (stab_demangle_v3_arg): New static function.
78
79 2004-01-12 Nick Clifton <nickc@redhat.com>
80
81 * objcopy.c (copy_object): Make the function boolean, returning
82 FALSE upon failure.
83 (copy_archive): Handle the return value from copy_object.
84 (copy_file): Likewise.
85
86 2004-01-07 Nick Clifton <nickc@redhat.com>
87
88 * readelf.c (find_section): New function. Locates a named
89 section.
90 (get_debug_line_pointer_sizes): New function: Initialises the
91 debug_line_pointer_sizes array.
92 (display_debug_lines): Call get_debug_line_pointer_sizes.
93 (display_debug_loc): Likewise.
94 (load_debug_loc): Use find_section.
95 (load_debug_str): Likewise.
96 (display_debug_info): Likewise.
97 (prescan_debug_info): Delete.
98 (debug_displays): Remove prescan field.
99 (process_section_contents): Do not perform prescans.
100
101 2004-01-03 Alan Modra <amodra@bigpond.net.au>
102
103 * objcopy.c (filter_bytes): Delete. Move code to..
104 (copy_section): ..here. Simplify size adjustment. Divide
105 section lma by interleave.
106
107 2004-01-02 Nick Clifton <nickc@redhat.com>
108
109 * po/ru.po: New file: Russian translation.
110 * configure.in (ALL_LINGUAS): Add ru
111 * configure: Regenerate.
112
113 For older changes see ChangeLog-0203
114 \f
115 Local Variables:
116 mode: change-log
117 left-margin: 8
118 fill-column: 74
119 version-control: never
120 End:
This page took 0.040995 seconds and 4 git commands to generate.