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