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