Updated French translations
[external/binutils.git] / binutils / ChangeLog
1 2004-05-13  Nick Clifton  <nickc@redhat.com>
2
3         * po/fr.po: Updated French translation.
4
5 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
6
7         * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
8
9 2004-05-07  H.J. Lu  <hongjiu.lu@intel.com>
10
11         * readelf.c (section_groups): New.
12         (group_count): New.
13         (section_headers_groups): New.
14         (process_section_groups): Populate group_count, section_groups
15         and section_headers_groups.
16         (process_unwind): Support section group.
17         (process_object): Always call process_section_groups. Free
18         section_groups and section_headers_groups.
19
20 2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
21
22         * readelf.c (process_section_headers): Use %3lu on sh_info.
23
24 2004-04-30  Michael Deutschmann  <michael@talamasca.ocis.net>
25
26         * ranlib.sh: Quote $1 argument in case it contains spaces.
27
28 2004-04-27  John Paul Wallington  <jpw@gnu.org>
29
30         * objcopy.c (copy_usage, strip_usage): Fix spelling.
31
32 2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
33
34         * readelf.c (do_section_groups): New.
35         (options): Add --section-groups/-g.
36         (usage): Mention --section-groups/-g.
37         (parse_args): Support --section-groups/-g.
38         (get_group_flags): New.
39         (process_section_groups): New.
40         (process_object): Call process_section_groups.
41
42 2004-04-24  Alan Modra  <amodra@bigpond.net.au>
43
44         * objdump.c (disassemble_section): Don't disassemble sections
45         without SEC_HAS_CONTENTS.
46
47 2004-04-22  Jakub Jelinek  <jakub@redhat.com>
48
49         * objdump.c (synthsyms, synthcount): New variables.
50         (disassemble_data): Use dynsyms for stripped binaries or libraries.
51         Add synthetized symbols.
52         (dump_bfd): For disassemble, initialize dynsyms always and
53         also synthsyms.  Free synthsyms and clear {sym,dynsym,synth}count
54         before returning.
55
56 2004-04-14  Alan Modra  <amodra@bigpond.net.au>
57
58         * strings.c (print_strings): Cast file_off to unsigned long in
59         printf arg list.
60
61 2004-04-07  Benjamin Monate  <benjamin.monate@cea.fr>
62
63         PR 86
64         * arsup.c (ar_save): Use smart_rename.
65
66 2004-04-01  Dean Luick <luick@cray.com>
67
68         * readelf.c (display_debug_pubnames): Align offset and data
69         columns.
70         (read_and_display_attr_value): Add missing break;
71         (debug_displays): Enable the display of the .debug_pubtypes
72         section.
73
74 2004-03-30  Stan Shebs  <shebs@apple.com>
75
76         * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
77         support files, no longer used.
78
79 2004-03-23  Paul Brook  <paul@codesourcery.com>
80
81         * readelf.c (decode_ARM_machine_flags): Add EABI v3.
82
83 2004-03-21  Richard Henderson  <rth@redhat.com>
84
85         * readelf.c (display_debug_frames): Don't crash for mismatched
86         DW_CFA_restore_state.
87
88 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
89
90         * Makefile.am: Run "make dep-am".
91         * Makefile.in: Regenerate.
92         * aclocal.m4: Regenerate.
93         * config.in: Regenerate.
94         * configure: Regenerate.
95         * po/binutils.pot: Regenerate.
96
97 2004-03-15  Nathan Sidwell  <nathan@codesourcery.com>
98
99         * objdump.c (struct SFILE): Replace current pointer with pos
100         offset, rename size to alloc.
101         (objdump_sprintf): Avoid unnecessary copies in the common case
102         (disassemble_bytes): Keep sfile live throughout the
103         function. Adjust usage appropriately.
104
105 2004-03-10  Ben Elliston  <bje@gnu.org>
106
107         * MAINTAINERS: Update my mail address.
108
109 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
110
111         * deflex.l: Handle "PRIVATE" string.
112         * defparse.y (%token): Add PRIVATE.
113         (%type): Add opt_PRIVATE.
114         (expline): Pass opt_PRIVATE to def_exports.
115         (opt_PRIVATE): Handle PRIVATE token.
116         * dlltool.h (def_exports): Add 7th param for private flag to
117         declaration.
118         * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
119         (struct export): Add 'private' field.
120         (def_exports): Set 'private' field of struct exports.
121         (scan_drectve_symbols): Adjust calls to def_exports.
122         (scan_filtered_symbols): Likewise.
123         (dump_def_info): Print 'private' field.
124         (gen_def_file): Likewise.
125         (gen_lib_file): Skip generation of lib object if private.
126         Delete tmp object files in same order as they were generated.
127         Don't delete non-existent private object files.
128
129 2004-02-27  Andreas Schwab  <schwab@suse.de>
130
131         * ar.c (main): Support POSIX-compatible argument parsing.
132
133 2004-02-23  Daniel Lucq  <daniel@lucq.org>
134
135         * readelf.c (process_mips_specific): Print conflictsno as an
136         unsigned long.
137
138 2004-02-21  Dmitry Timoshkov  <dmitry@baikal.ru>
139
140         * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
141
142 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
143
144         * objcopy.c (copy_section): Avoid warnings.
145
146 2004-02-14  Andrew Cagney  <cagney@redhat.com>
147
148         * ar.c (remove_output): Use bfd_cache_close.
149         * arsup.c (ar_end): Ditto.
150
151 2004-01-21  Roland McGrath  <roland@redhat.com>
152
153         * readelf.c (get_note_type): Match NT_AUXV.
154
155 2004-01-20  Nick Clifton  <nickc@redhat.com>
156
157         * version.c (print_version): Update copyright year to 2004.
158
159 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
160
161         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
162         throughout.
163         * aclocal.m4: Regenerate.
164         * configure: Regenerate.
165
166 2004-01-12  Jakub Jelinek  <jakub@redhat.com>
167
168         * objcopy.c: Include elf-bfd.h.
169         (is_strip_section): Don't strip debugging sections if
170         STRIP_NONDEBUG.
171         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
172         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
173
174         * objcopy.c (copy_section): Free relpp if relcount == 0.
175
176 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
177
178         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
179         (stab_demangle_argtypes): Likewise.
180         (stab_demangle_v3_argtypes): New static function.
181         (stab_demangle_v3_arg): New static function.
182
183 2004-01-12  Nick Clifton  <nickc@redhat.com>
184
185         * objcopy.c (copy_object): Make the function boolean, returning
186         FALSE upon failure.
187         (copy_archive): Handle the return value from copy_object.
188         (copy_file): Likewise.
189
190 2004-01-07  Nick Clifton  <nickc@redhat.com>
191
192         * readelf.c (find_section): New function.  Locates a named
193         section.
194         (get_debug_line_pointer_sizes): New function:  Initialises the
195         debug_line_pointer_sizes array.
196         (display_debug_lines): Call get_debug_line_pointer_sizes.
197         (display_debug_loc): Likewise.
198         (load_debug_loc): Use find_section.
199         (load_debug_str): Likewise.
200         (display_debug_info): Likewise.
201         (prescan_debug_info): Delete.
202         (debug_displays): Remove prescan field.
203         (process_section_contents): Do not perform prescans.
204
205 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
206
207         * objcopy.c (filter_bytes): Delete.  Move code to..
208         (copy_section): ..here.  Simplify size adjustment.  Divide
209         section lma by interleave.
210
211 2004-01-02  Nick Clifton  <nickc@redhat.com>
212
213         * po/ru.po: New file: Russian translation.
214         * configure.in (ALL_LINGUAS): Add ru
215         * configure: Regenerate.
216
217 For older changes see ChangeLog-0203
218 \f
219 Local Variables:
220 mode: change-log
221 left-margin: 8
222 fill-column: 74
223 version-control: never
224 End: