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