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