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