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