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