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