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