0e5553496231a942efaf576731c79b74714543d6
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2005-03-24 Danny Smith <dannysmith@users.sourceforge.net>
2
3 * winduni.c (unicode_from_ascii): Don't declare variables
4 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode
5 string len.
6
7 2005-03-24 Dmitry Diky <diwil@spec.ru>
8
9 * MAINTAINERS: Add myself as MSP430 maintainer.
10
11 2005-03-23 Nick Clifton <nickc@redhat.com>
12
13 * po/fr.po: Updated translation.
14
15 2005-03-22 Nick Clifton <nickc@redhat.com>
16
17 * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
18 privileges list.
19
20 2005-03-17 Paul Brook <paul@codesourcery.com>
21 Dan Jacobowitz <dan@codesourcery.com>
22 Mark Mitchell <mark@codesourcery.com>
23
24 * binutils/readelf.c (get_arm_segment_type): New function.
25 (get_segment_type): Use it.
26
27 2005-03-18 Paul Brook <paul@codesourcery.com>
28
29 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
30
31 2005-03-17 Diego Novillo <dnovillo@redhat.com>
32
33 * MAINTAINERS: Remove self as maintainer of x86 intel
34 mode.
35
36 2005-03-16 Nick Clifton <nickc@redhat.com>
37 Ben Elliston <bje@au.ibm.com>
38
39 * configure.in (werror): New switch: Add -Werror to the
40 compiler command line. Enabled by default. Disable via
41 --disable-werror.
42 * configure: Regenerate.
43
44 2005-03-15 Daniel Marques <marques@cs.cornell.edu>
45 Nick Clifton <nickc@redhat.com>
46
47 * objcopy.c (globalize_specific_list): New linked list of symbols
48 to convert from local binding into global binding.
49 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
50 OPTION_GLOBALIZE_SYMBOLS.
51 (copy_options): Add "globalize-symbol" and "globalize-symbols".
52 (copy_usage): Document the new switches.
53 (filter_symbols): Convert defined local symbols mentioned on the
54 globalize_specific_list into global symbols.
55 (copy_object): Perform actions if the globalize_specific_list is
56 not empty.
57 (copy_main): Handle new switches.
58 * NEWS: Mention new feature.
59 * doc/binutils.texi: Document new switches.
60
61 2005-03-15 Alan Modra <amodra@bigpond.net.au>
62
63 * po/es.po: Commit new Spanish translation.
64
65 * po/fr.po: Commit new French translation.
66
67 2005-03-14 Alan Modra <amodra@bigpond.net.au>
68
69 * po/tr.po: Commit new Turkish translation.
70
71 2005-03-11 Nick Clifton <nickc@redhat.com>
72
73 * po/fr.po: Updated French translation.
74
75 2005-03-10 Nick Clifton <nickc@redhat.com>
76
77 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
78 * configure: Regenerate.
79 * po/ro.po: New file.
80
81 * po/ru.po: Updated file.
82
83 2005-03-05 Alan Modra <amodra@bigpond.net.au>
84
85 * po/binutils.pot: Regenerate.
86
87 2005-03-02 Jan Beulich <jbeulich@novell.com>
88
89 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
90 * objcopy.c (copy_file): Likewise.
91 (strip_main): Likewise.
92
93 2005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
94 Nick Clifton <nickc@redhat.com>
95
96 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
97 (struct objdump_disasm_info): Add 'reloc' field.
98 (disassemble_bytes): Fix check for when an insn has a reloc
99 associated with it. Improve comment explaining why the use of
100 octets is wrong. Set the 'reloc' field in objdump_disasm_info
101 structure.
102 (objdump_print_addr): Use new 'reloc' field to lookup the correct
103 address for the symbol associated with the current instruction's
104 relocation.
105 (disassemble_info): Initialise 'reloc' field.
106
107 2005-02-28 Jakub Jelinek <jakub@redhat.com>
108
109 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
110 get_segment_type, get_section_type_name, get_elf_class,
111 get_data_encoding, get_group_flags, dynamic_section_mips_val,
112 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
113 get_AT_name, process_mips_specific, process_gnu_liblist,
114 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
115 sprintf where needed.
116 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
117 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
118 using strcat.
119 (get_dynamic_flags): Renamed to...
120 (print_dynamic_flags): ... this. Print the flags to stdout instead
121 of returning them as string.
122 (process_dynamic_section): Adjust caller.
123
124 2005-02-25 H.J. Lu <hongjiu.lu@intel.com>
125
126 * readelf.c (display_debug_ranges): Print out offset for end of
127 list.
128
129 2005-02-23 Alan Modra <amodra@bigpond.net.au>
130
131 * dlltool.c: Warning fixes.
132 * objdump.c: Likewise.
133
134 2005-02-22 Alan Modra <amodra@bigpond.net.au>
135
136 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
137 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
138 dependencies. Run "make dep-am".
139 * nlmconv.c: Warning fixes.
140 * readelf.c: Likewise.
141 * srconv.c: Likewise.
142 * sysdump.c: Likewise.
143 * sysinfo.y: Likewise.
144 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
145 of strcpy.
146 * Makefile.in: Regenerate.
147
148 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
149
150 * objcopy.c (parse_flags): Replace SEC_SHARED with
151 SEC_COFF_SHARED.
152
153 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
154 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
155 SEC_COFF_SHARED for COFF only.
156
157 2005-02-21 Alan Modra <amodra@bigpond.net.au>
158
159 * Makefile.am: Run "make dep-am"
160 * Makefile.in: Regenerate.
161 * doc/Makefile.in: Regenerate.
162
163 2005-02-21 Alan Modra <amodra@bigpond.net.au>
164
165 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
166 (byte_get_little_endian): Don't handle size of -8.
167 (byte_get_signed, byte_get_big_endian): Likewise.
168 (print_dec_vma, print_hex_vma): New functions.
169 (print_vma): Use them. Return chars output.
170 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
171 (process_symbol_table): Handle alpha and s390 .hash.
172
173 2005-02-18 H.J. Lu <hongjiu.lu@intel.com>
174
175 * readelf.c (display_debug_loc): Print out offset for end of
176 list.
177
178 2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
179
180 * Makefile.am (TOOL_PROGS): Add objdump.
181 * Makefile.in: Regenerate.
182
183 2005-02-17 Alan Modra <amodra@bigpond.net.au>
184
185 * deflex.l (YY_NO_UNPUT): Define.
186 * rclex.l (YY_NO_UNPUT): Define.
187 * rcparse.y (null_unichar): New static var.
188 (res_null_text): Use it rather than attempting to init from wchar_t.
189 * windres.c: Include assert.h and time.h before getopt.h.
190 Include config.h and unistd.h too.
191
192 2005-02-15 Nick Clifton <nickc@redhat.com>
193
194 * nlmconv.c: Provide a full prototype for the localtime() function
195 in order to avoid a compile time warning.
196
197 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
198
199 * readelf.c (group_count): Don't initialize it.
200 (process_section_groups): Reurn 1 if we won't do unwind nor
201 section groups. Set group_count to 0 before counting group
202 sections and return 1 if there are no group sections. Reread
203 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
204 section 0.
205 (process_object): Only set do_unwind to 0 if
206 process_section_groups return 0.
207
208 2005-02-10 Ian Lance Taylor <ian@airs.com>
209
210 * MAINTAINERS: Update my e-mail address.
211
212 2005-02-10 Mark Mitchell <mark@codesourcery.com>
213
214 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
215 maintainers.
216
217 2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
218
219 * MAINTAINERS: Add self as maintainer of MAXQ.
220
221 2005-01-31 Richard Sandiford <rsandifo@redhat.com>
222
223 * readelf.c (eh_addr_size): New variable.
224 (find_section): Move earlier in file. Return empty sections too.
225 (process_program_headers): Use find_section to find .dynamic.
226 (process_section_headers): Initialize eh_addr_size.
227 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
228 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
229 (display_debug_frames): Use it instead of local addr_size variable.
230 (size_of_encoded_value): Get pointer size from eh_addr_size rather
231 than is_32bit_elf.
232
233 2005-01-31 Andrew Cagney <cagney@gnu.org>
234
235 * configure: Regenerate to track ../gettext.m4.
236
237 2005-01-31 Nick Clifton <nickc@redhat.com>
238
239 * version.c (print_version): Bump the copyright date to 2005.
240
241 2005-01-25 Alan Modra <amodra@bigpond.net.au>
242
243 * nm.c (display_rel_file): Read dynamic syms before calling
244 bfd_get_synthetic_symtab.
245
246 2005-01-21 Ben Elliston <bje@au.ibm.com>
247
248 * dlltool.c (dump_iat): Remove unused function.
249 (gen_exp_file): Remove #if 0'd code.
250 (make_one_lib_file): Likewise.
251 * srconv.c: Remove #if 0'd code throughout.
252 * size.c (lprint_number): Remove.
253 (print_berkeley_format): Remove #if 0'd code.
254 * ar.c (do_quick_append): Remove declaration and definiton.
255 (main): Remove #if 0'd code.
256 * filemode.c (filemodestring): Remove #if 0'd function.
257 * sysdump.c (unit_info_list): Remove function.
258 (object_body_list): Likewise.
259 (program_structure): Likewise.
260 (debug_list): Likewise.
261 (module): Remove #if 0'd code.
262
263 2005-01-20 Mark Mitchell <mark@codesourcery.com>
264
265 * BRANCHES: Add binutils-2_15-branch.
266
267 * MAINTAINERS: Document branch policy.
268 * BRANCHES: New file.
269
270 2005-01-19 Fred Fish <fnf@specifixinc.com>
271
272 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
273 * doc/binutils.texi (objdump): Document the "no-aliases"
274 disassembly option.
275
276 2005-01-17 Eugene Kotlyarov <ekot@narod.ru>
277
278 PR binutils/647
279 * rcparse.y (RCDATA): Allow a filename to be supplied as the
280 parameter. Parse it with define_rcdata_file().
281 * resrc.c (define_rcdata_file): New function.
282 * windres.h: Provide a prototype for the new function.
283
284 * resrc.c (define_user_file): Fix typo by replacing "font file"
285 with "file".
286
287 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
288
289 * MAINTAINERS: Update my email address.
290
291 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
292
293 * dlltool.c (set_dll_name_from_def): New function. Strip name
294 to basename, with warning.
295 (def_name): Use it.
296 (def_library): Likwise.
297 (main): Strip arg of --dllname to basename, with warning.
298 Only use basename of exp_name when inferring dll_name.
299
300 2005-01-11 Nick Clifton <nickc@redhat.com>
301
302 PR binutils/637
303 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
304 footnote in order to prevent the sed script in the Makefile from
305 converting it into c++filt.
306
307 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
308
309 BZ 635
310 readelf.c (saved_base_address): Removed.
311 (decode_64bit_range): Likewise.
312 (decode_range): Likewise.
313 (display_64bit_debug_ranges): Likewise.
314 (debug_info): Add range_lists, num_range_lists and
315 max_range_lists.
316 (read_and_display_attr_value): Handle do_debug_ranges.
317 (process_debug_info): Likewise.
318 (display_debug_ranges): Rewrite.
319 (process_object): Free range_lists.
320
321 2005-01-10 Andreas Schwab <schwab@suse.de>
322
323 * configure.in: Don't define SKIP_ZEROES.
324 * configure: Regenerate.
325 * objdump.c (disassemble_data): Set skip_zeroes and
326 skip_zeroes_at_end in disasm_info to defaults.
327 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
328 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
329 always define.
330 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
331 objdump_disasm_info.
332
333 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
334
335 * readelf.c (display_debug_loc): Display base address
336 specifiers. Always output <End of list>.
337
338 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
339
340 * readelf.c (have_frame_base): New.
341 (need_base_address): Likewise.
342 (saved_base_address): Likewise.
343 (decode_location_expression): Return 1 if DW_AT_frame_base is
344 needed.
345 (debug_info): Add base_address and a have_frame_base pointer.
346 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
347 saved_base_address. Record base address. Set have_frame_base.
348 Record if a location list has DW_AT_frame_base. Display if a
349 location expression has no DW_AT_frame_base but needs one. Set
350 saved_base_address only if needed.
351 (process_debug_info): Clear have_frame_base, saved_base_address
352 and set need_base_address.
353 (display_debug_loc): Display if a location expression has no
354 DW_AT_frame_base but needs one. Display if start >= end. Don't
355 adjust for section address. Properly handle base address.
356 (process_object): Free the have_frame_base pointer in
357 debug_info.
358
359 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
360
361 * readelf.c (display_debug_loc): Display offsets for hole and
362 overlap.
363 (display_debug_str): Add a newline at the end.
364
365 2005-01-04 Armin Diehl <diehl@nordrhein.de>
366
367 PR binutils/630
368 * nlmconv.c (main): Only store the basename of the output filename
369 in the module table.
370
371 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
372
373 BZ 615
374 * readelf.c (process_debug_info): New.
375 (debug_info): Add num_loc_offsets, loc_offsets and
376 last_loc_offset_p.
377 (get_debug_info): Use process_debug_info.
378 (display_debug_loc): Properly handle location list. Warn if bad
379 location lists are encoutnered.
380 (read_and_process_attr_value): New.
381 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
382 (display_debug_info): Use process_debug_info.
383 (process_object): Also free loc_offsets in debug_information.
384
385 2004-12-31 Alan Modra <amodra@bigpond.net.au>
386
387 * objdump.c (remove_useless_symbols): Discard section symbols.
388
389 2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
390
391 * readelf.c (read_leb128): Support 64bit host.
392
393 2004-12-23 Nick Clifton <nickc@redhat.com>
394
395 PR binutils/616
396 * readelf.c (debug_info): Add 'cu_offset' field.
397 (get+pointer_size_of_comp_unit): Rename to
398 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
399 the offset of the comp_unit if requested.
400 (get_debug_info): Record comp_unit offsets as well.
401 (display_debug_lines): Call get_pointer_size_of_comp_unit.
402 (decode_location_expression): Add an extra parameter - the offset
403 of the current comp-unit. Use this when decoding the DW_OP_call2
404 and DW_OP_call4 operators.
405 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
406 comp_unit offset on the decode_location_expression.
407 (read_and_display_attr_value): Pass the comp_unit offset on the
408 decode_location_expression.
409 (display_debug_frames): Pass 0 as the comp_unit offset to
410 decode_location_expression.
411
412 2004-12-22 Nick Clifton <nickc@redhat.com>
413
414 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
415 New variables associated with obtaining the pointer size for a
416 comp_unit.
417 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
418 of the section requesting the pointer size. Use this name in
419 error messages. If there are not enough comp_units available
420 produce a warning message, but return the last known pointer size
421 so that section dumping can continue.
422 (get_debug_info): Reset the new variables.
423 (display_debug_lines): Add extra parameter to invocation of
424 get_pointer_size_of_comp_unit and remove error message when it
425 returns 0.
426 (display_debug_loc): Likewise.
427
428 2004-12-15 Jan Beulich <jbeulich@novell.com>
429
430 * doc/binutils.texi: Document --strip-unneeded-symbol and
431 --strip-unneeded-symbols.
432 * objcopy.c (strip_unneeded_list): New.
433 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
434 and OPTION_STRIP_UNNEEDED_SYMBOLS.
435 (copy_options): Add --strip-unneeded-symbol and
436 --strip-unneeded-symbols.
437 (copy_usage): Likewise.
438 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
439 and the symbol is not needed.
440 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
441 OPTION_STRIP_UNNEEDED_SYMBOLS.
442
443 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
444
445 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
446
447 2004-12-08 Ben Elliston <bje@au.ibm.com>
448
449 * arlex.l: Fix formatting.
450
451 2004-12-08 Ben Elliston <bje@au.ibm.com>
452
453 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
454 config.texi whose value is the current month and year.
455 * doc/Makefile.in: Rebuild.
456 * doc/binutils.texi: Set the document subtitle to be the value of
457 the Texinfo UPDATED variable (obtained from config.texi).
458
459 2004-12-07 Ben Elliston <bje@au.ibm.com>
460
461 PR binutils/249
462 * doc/binutils.texi (def file format): New node.
463 (dlltool): Use the tool name as the @chapter name, like all the
464 other binutils. Use @file{.def} throughout for consistency.
465
466 2004-12-06 Ben Elliston <bje@au.ibm.com>
467
468 * dlltool.c: Comment fix.
469
470 2004-12-06 Ben Elliston <bje@au.ibm.com>
471
472 * doc/binutils.texi: Update copyright years.
473
474 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
475
476 * MAINTAINERS: Remove mention of config.if.
477
478 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
479
480 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
481 * Makefile.in: Regenerate.
482
483 2004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
484
485 PR binutils/536
486 * stabs.c (stab_demangle_template): Call stab_demangle_count
487 rather than stab_demangle_get_count to get the length of a pointer
488 target.
489
490 2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
491
492 * defparse.y: Remove unnecessary commas from token list.
493
494 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
495
496 * doc/binutils.texi (nm): Update description of weak symbols.
497
498 2004-11-03 Nick Clifton <nickc@redhat.com>
499
500 * readelf.c (do_debug_ranges): New variable.
501 (usage): Document new switch: -wR or --debug-dump=Ranges.
502 (parse_args): Handle new switch. Replace switch statement for the
503 long options with a more compact table structure.
504 (process_section_headers): Allow the dumping of .debug_ranges
505 sections if so requested.
506 (debug_displays): Likewise.
507 (load_debug_range): New function: Grabs the contents of a
508 .debug_ranges section.
509 (free_debug_range): New function: Releases the grabbed
510 .debug_ranges section.
511 (decode_64bit_range): New function: Displays a 64-bit range in a
512 .debug_ranges section.
513 (decode_range): New function: Displays a 32-bit range in a
514 .debug_ranges section.
515 (read_and_display_attr_value): Record the value of DW_AT_low_pc
516 attributes. Use decode_ranges() to display a DW_AT_ranges
517 attribute.
518 (display_debug_info): Use load_debug_range() and
519 free_debug_range().
520 (display_64bit_debug_ranges): New function. Displays the contents
521 of a 64-bit format .debug_ranges section.
522 (display_debug_ranges): New function: Displays the contents of a
523 32-bit .debug_ranges section.
524
525 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
526 global scope.
527 (process_object): Initialise the dump_sects array from the
528 cmdline_dump_sects array before processing each object file.
529
530 (streq, strneq): New macros. Use them to replace occurrences of
531 strcmp() and strncmp().
532
533 (debug_information): New structure array to replace
534 debug_line_pointer_sizes array.
535 (num_debug_info_entries): New variable to replace
536 num_debug_line_pointers.
537 (get_pointer_size_of_comp_unit): New function: Returns the pointer
538 size of a given compilation unit.
539 (get_debug_info): New function to replace
540 get_debug_line_pointer_sizes.
541 (display_debug_lines): Use the new functions.
542 (display_debug_loc): Likewise.
543
544 (disassemble_section): Change return type to int.
545 (display_debug_lines): Move local variables to their
546 innermost scope.
547 (display_debug_section): Likewise. Also record the return value
548 of functions called and pass this back to the parent. Also only
549 warn about undumped sections when the user explicitly requested
550 their dumping.
551
552 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
553 types as well.
554
555 * NEWS: Mention the support for decoding .debug_ranges sections.
556 * doc/binutils.texi: Document the new command line switch to
557 readelf.
558
559 2004-11-03 Randolph Chung <tausq@debian.org>
560
561 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
562 unw_aux_info and unw_table_entry.
563 (find_symbol_for_address): Pass symtab and strtab info explicitly.
564 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
565 prefix.
566 (slurp_ia64_unwind_table): Likewise.
567 (ia64_process_unwind): Rename from old process_unwind.
568 (hppa_unw_aux_info): New.
569 (dump_hppa_unwind): New.
570 (slurp_hppa_unwind_table): New.
571 (hppa_process_unwind): New.
572 (process_unwind): Factor out common unwinding checks; dispatch to
573 unwind handler based on machine type.
574
575 2004-11-02 Nick Clifton <nickc@redhat.com>
576
577 * readelf.c (display_debug_lines): Fix typo in error message.
578
579 2004-10-26 Mark Mitchell <mark@codesourcery.com>
580
581 * readelf.c (get_note_type): Handle notes not in core files.
582 (process_note_sections): New function.
583 (process_corefile_contents): Rename to ...
584 (process_notes): ... this.
585 (process_object): Call process_notes, not
586 process_corefile_contents.
587 * doc/binutils.texi: Update readelf -n documentation.
588
589 2004-10-26 Jakub Jelinek <jakub@redhat.com>
590
591 * ar.c (extract_file): Set atime to mtime for ar xo.
592
593 2004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
594
595 * stabs.c (stab_demangle_v3_arglist): New static function, broken
596 out of stab_demangle_v3_argtypes.
597 (stab_demangle_v3_argtypes): Call it.
598 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
599 If we find an unrecognized component, print out its number.
600
601 2004-10-25 David Mosberger <davidm@hpl.hp.com>
602
603 * readelf.c (slurp_ia64_unwind_table): Support relocations against
604 non-section symbols by adding in the symbol value.
605
606 2004-10-25 Nick Clifton <nickc@redhat.com>
607
608 PR 465
609 * readelf.c (dynamic_strings_length): New global variable.
610 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
611 strings in the dynamic string table.
612 (process_section_headers): Initialise dynamic_strings_length.
613 (process_dynamic_section): Likewise.
614 (process_object): Reset dynamic_string_length when the buffer is freed.
615 (dynamic_sections_mips_val): Use the new macros.
616 (process_dynamic_section): Likewise.
617 (process_version_sections): Likewise.
618 (process_symbol_table): Likewise.
619 (process_syminfo): Likewise.
620 (process_mips_specific): Likewise.
621 (dump_relocations): Add a new parameter 'strtablen' and use this
622 to verify that string offset in a given reloc is valid. Print a
623 suitable error message otherwise.
624 (process_relocs): Pass the new argument to dump_relocations.
625
626 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
627
628 * dlltool.c: Include <assert.h>.
629 (PREFIX_ALIAS_BASE): Define.
630 (struct export): Add member import_name;
631 (def_exports): Set import_name.
632 (make_one_lib_file): Remove prefix alias code, use import_name
633 in .idata$6.
634 (gen_lib_file): Create and delete aliases.
635
636 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
637
638 * readelf.c (process_section_groups): Free symtab after use.
639
640 2004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
641 Nick Clifton <nickc@redhat.com>
642
643 * strings.c (usage): Place radix values for -t option into the
644 correct order.
645
646 * objcopy.c (add_redefine_syms_file): Change error messages to use
647 <filename>:<linenumber>: format for easier parsing by automatic
648 tools.
649
650 * srconv.c (show_usage): Fix spelling typo.
651
652 * windres.c (format_from_filename): Suggest the use of -J instead
653 of -I if the file type cannot be determined.
654
655 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
656
657 * strings.c: Include <sys/stat.h>.
658
659 2004-10-18 Alan Modra <amodra@bigpond.net.au>
660
661 * budemang.c (demangle): Fix thinko.
662
663 * budemang.c (demangle): Handle "@plt" suffix.
664
665 2004-10-14 Nick Clifton <nickc@redhat.com>
666
667 * nm.c (usage): Fix description of --special-syms switch.
668
669 2004-10-13 Jakub Jelinek <jakub@redhat.com>
670
671 * strings.c (statbuf): New typedef.
672 (file_stat): Define.
673 (strings_object_file): Avoid using get_file_size, instead do the
674 checks here, using file_stat.
675 * configure.in (HAVE_STAT64): New test.
676 * configure: Rebuilt.
677 * config.in: Rebuilt.
678
679 2004-10-12 Paul Brook <paul@codesourcery.com>
680
681 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
682
683 2004-10-11 Alan Modra <amodra@bigpond.net.au>
684
685 * objdump.c (dump_symbols): Fix thinko last change. Improve error
686 messages.
687
688 2004-10-08 Nick Clifton <nickc@redhat.com>
689
690 * nm.c: Add a new switch --special-syms which, if enabled, will
691 include the ARM Mapping symbols in nm's output.
692 (usage): Mention the switch.
693 (filter_symbols): Handle the switch.
694 * objdump.c: Add a similar switch.
695 (usage): Mention the switch.
696 (dump_symbols): Handle the switch.
697 * doc/binutils.texi: Document the new switches.
698 * NEWS: Mention the new switches.
699
700 2004-10-08 Daniel Jacobowitz <dan@debian.org>
701
702 * readelf.c (get_x86_64_section_type_name): New function.
703 (get_section_type_name): Use it.
704
705 2004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
706
707 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
708 patches.
709 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
710
711 2004-10-07 Alexandre Oliva <aoliva@redhat.com>
712
713 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
714 types.
715
716 2004-10-01 Paul Brook <paul@codesourcery.com>
717
718 * readelf.c (get_arm_section_type_name): New function.
719 (get_section_type_name): Use it.
720
721 2004-09-28 Nick Clifton <nickc@redhat.com>
722
723 * nm.c: Reorder functions to eliminate most of the static function
724 prototypes.
725
726 2004-09-22 Alan Modra <amodra@bigpond.net.au>
727
728 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
729 segments.
730
731 2004-09-17 Alan Modra <amodra@bigpond.net.au>
732
733 * Makefile.am: Run "make dep-am".
734 * Makefile.in: Regenerate.
735 * config.in: Regenerate.
736 * configure: Regenerate.
737 * doc/Makefile.in: Regenerate.
738 * po/binutils.pot: Regenerate.
739
740 2004-09-12 Alan Modra <amodra@bigpond.net.au>
741
742 * readelf.c (decode_location_expression): Sign extend value for
743 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
744
745 2004-09-09 Nick Clifton <nickc@redhat.com>
746
747 PR 363
748 * ar.c (replace_members): Do not use get_file_size as
749 ar_emul_append correctly handles missing files.
750
751 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
752
753 * configure: Regenerated with autconfig 2.13.
754
755 2004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
756
757 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
758 documentation.
759
760 2004-09-06 Michael Wardle <mbw@endbracket.net>
761
762 * doc/binutils.texi (objdump): Document that the -x switch includes
763 the effect of the -p switch.
764
765 2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
766
767 * dlltool.c (make_one_lib_file): Test if internal_name was
768 specified by user before using it.
769
770 2004-09-02 Carlo Wood <carlo@alinoe.com>
771
772 PR binutils/351
773 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
774 exp->internal_name if it is present.
775
776 2004-09-02 Alexandre Oliva <aoliva@redhat.com>
777
778 * MAINTAINERS: Add self as co-maintainer of FR-V.
779 * readelf.c (get_machine_flags): Print FR-V cpu types.
780
781 2004-08-28 Alan Modra <amodra@bigpond.net.au>
782
783 * nm.c (show_synthetic): New var.
784 (long_options): Add "synthetic".
785 (usage): Here too.
786 (display_rel_file): Handle show_synthetic.
787
788 2004-08-28 Alan Modra <amodra@bigpond.net.au>
789
790 * objdump.c (dump_bfd): Pass both symbol tables to
791 bfd_get_synthetic_symtab.
792
793 2004-08-17 Jakub Jelinek <jakub@redhat.com>
794
795 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
796 of dynsyms to bfd_get_synthetic_symtab.
797
798 2004-08-16 Alan Modra <amodra@bigpond.net.au>
799
800 * readelf.c (debug_apply_rela_addends): New function, extracted from..
801 (display_debug_info): ..here.
802 (display_debug_frames): Call debug_apply_rela_addends. Don't do
803 DW_EH_PE_pcrel adjustment for ET_REL.
804
805 2004-08-06 Andreas Schwab <schwab@suse.de>
806
807 * readelf.c (dump_relocations): Fix typo when calculating
808 sec_index.
809
810 2004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
811
812 * dllwrap.c (deduce_name): Fix typos introduced when program_name
813 was renamed to prog_name.
814
815 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
816
817 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
818 EF_SH2A_NOFPU.
819
820 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
821
822 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
823 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
824 EF_SH4A_NOFPU.
825 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
826 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
827
828 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
829
830 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
831 to access comdat.
832 * objdump.c (dump_section_header): Likewise.
833
834 2004-07-15 Aravinda PR <aravindapr@rediffmail.com>
835
836 * nlmconv.c (main): Pass map_file argument to link_inputs.
837 (link_inputs): Use map_file argument if it is defined.
838
839 2004-07-13 Nick Clifton <nickc@redhat.com>
840
841 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
842 conflicts with exported global defined in bucomm.h.
843 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
844 shadowing the global defined in bucomm.h.
845
846 2004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
847
848 * dlltool.c (ext_prefix_alias): New global variable.
849 (make_one_lib_file): Add aliases with prefixes for external
850 and import definitions.
851 (usage): Document -p option.
852 (long_options): Add --ext-prefix-alias option.
853 (main): Handle -p.
854 * doc/binutils.texi: Document new switch.
855 * NEWS: Mention new switch.
856
857 2004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
858
859 * binutils/dlltool.c (asm_prefix): Add parameter: name.
860 No underscore for symbols beginning with ?.
861 (ASM_PREFIX): Add parameter: NAME.
862 (gen_exp_file): Use new parameter.
863 (make_label): Likewise.
864 (make_imp_label): Likewise.
865 (make_one_lib_file): Likewise.
866
867 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
868
869 * MAINTAINERS: Added myself to the list.
870 * readelf.c: Include "elf/crx.h".
871 (guess_is_rela): Handle EM_CRX.
872 (get_machine_name): Likewise.
873 (dump_relocations): Likewise.
874
875 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
876
877 * doc/binutils.texi (nm): Clarify weak symbol description.
878
879 2004-06-24 Ben Elliston <bje@au.ibm.com>
880
881 * readelf.c (get_segment_type): Display "GNU_STACK", not just
882 "STACK", when a PT_GNU_STACK segment is encountered.
883
884 2004-06-24 Alan Modra <amodra@bigpond.net.au>
885
886 * objcopy.c (copy_section): Don't set _cooked_size.
887
888 2004-06-22 Alan Modra <amodra@bigpond.net.au>
889
890 * readelf.c (Elf32_Word): Delete.
891 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
892 (get_64bit_dynamic_section): Likewise.
893
894 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
895 (get_64bit_dynamic_section): Likewise.
896
897 * readelf.c (dynamic_nent): New variable.
898 (get_32bit_dynamic_section): Set it.
899 (get_64bit_dynamic_section): Here too.
900 (process_dynamic_section): Use it instead of dynamic_size.
901 (process_syminfo): Likewise.
902
903 * readelf.c (get_32bit_dynamic_section): Correct number of entries
904 translated from external to internal form.
905 (get_64bit_dynamic_section): Likewise.
906
907 2004-06-18 Jie Zhang <zhangjie@magima.com.cn>
908
909 * readelf.c (process_program_headers): When locating the dynamic
910 section use the section table if it is present.
911 (dynamic_segment): Renamed to dynamic_section.
912 Replace references to dynamic segment with references to dynamic
913 section, except where appropriate.
914 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
915 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
916 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
917 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
918 Remove tag counting code as it is no longer needed.
919 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
920 Remove tag counting code as it is no longer needed.
921 (process_dynamic_segment): Rename to process_dynamic_section.
922
923 2004-06-15 Alan Modra <amodra@bigpond.net.au>
924
925 * objcopy.c (copy_section): Use bfd_get_section_size instead of
926 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
927 (compare_section_lma): Likewise.
928 * addr2line.c (find_address_in_section): Likewise.
929 * coffgrok.c (do_sections_p1): Likewise.
930 * dlltool.c (scan_drectve_symbols): Likewise.
931 * nlmconv.c (main): Likewise.
932 (copy_sections): Likewise.
933 (powerpc_mangle_relocs): Likewise.
934 * objdump.c (disassemble_section): Likewise.
935 * prdbg.c (find_address_in_section): Likewise.
936 * size.c (berkeley_sum): Likewise.
937 * srconv.c (wr_ob): Likewise.
938 * strings.c (strings_a_section): Likewise.
939
940 2004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
941
942 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
943
944 2004-05-17 David Heine <dlheine@tensilica.com>
945
946 * objcopy.c (setup_bfd_headers): New function.
947 (copy_object): Call setup_bfd_headers.
948
949 2004-05-13 Paul Brook <paul@codesourcery.com>
950
951 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
952 entries.
953
954 2004-05-13 Nick Clifton <nickc@redhat.com>
955
956 * po/fr.po: Updated French translation.
957
958 2004-05-11 Jakub Jelinek <jakub@redhat.com>
959
960 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
961
962 2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
963
964 * readelf.c (section_groups): New.
965 (group_count): New.
966 (section_headers_groups): New.
967 (process_section_groups): Populate group_count, section_groups
968 and section_headers_groups.
969 (process_unwind): Support section group.
970 (process_object): Always call process_section_groups. Free
971 section_groups and section_headers_groups.
972
973 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
974
975 * readelf.c (process_section_headers): Use %3lu on sh_info.
976
977 2004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
978
979 * ranlib.sh: Quote $1 argument in case it contains spaces.
980
981 2004-04-27 John Paul Wallington <jpw@gnu.org>
982
983 * objcopy.c (copy_usage, strip_usage): Fix spelling.
984
985 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
986
987 * readelf.c (do_section_groups): New.
988 (options): Add --section-groups/-g.
989 (usage): Mention --section-groups/-g.
990 (parse_args): Support --section-groups/-g.
991 (get_group_flags): New.
992 (process_section_groups): New.
993 (process_object): Call process_section_groups.
994
995 2004-04-24 Alan Modra <amodra@bigpond.net.au>
996
997 * objdump.c (disassemble_section): Don't disassemble sections
998 without SEC_HAS_CONTENTS.
999
1000 2004-04-22 Jakub Jelinek <jakub@redhat.com>
1001
1002 * objdump.c (synthsyms, synthcount): New variables.
1003 (disassemble_data): Use dynsyms for stripped binaries or libraries.
1004 Add synthetized symbols.
1005 (dump_bfd): For disassemble, initialize dynsyms always and
1006 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
1007 before returning.
1008
1009 2004-04-14 Alan Modra <amodra@bigpond.net.au>
1010
1011 * strings.c (print_strings): Cast file_off to unsigned long in
1012 printf arg list.
1013
1014 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
1015
1016 PR 86
1017 * arsup.c (ar_save): Use smart_rename.
1018
1019 2004-04-01 Dean Luick <luick@cray.com>
1020
1021 * readelf.c (display_debug_pubnames): Align offset and data
1022 columns.
1023 (read_and_display_attr_value): Add missing break;
1024 (debug_displays): Enable the display of the .debug_pubtypes
1025 section.
1026
1027 2004-03-30 Stan Shebs <shebs@apple.com>
1028
1029 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1030 support files, no longer used.
1031
1032 2004-03-23 Paul Brook <paul@codesourcery.com>
1033
1034 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1035
1036 2004-03-21 Richard Henderson <rth@redhat.com>
1037
1038 * readelf.c (display_debug_frames): Don't crash for mismatched
1039 DW_CFA_restore_state.
1040
1041 2004-03-19 Alan Modra <amodra@bigpond.net.au>
1042
1043 * Makefile.am: Run "make dep-am".
1044 * Makefile.in: Regenerate.
1045 * aclocal.m4: Regenerate.
1046 * config.in: Regenerate.
1047 * configure: Regenerate.
1048 * po/binutils.pot: Regenerate.
1049
1050 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1051
1052 * objdump.c (struct SFILE): Replace current pointer with pos
1053 offset, rename size to alloc.
1054 (objdump_sprintf): Avoid unnecessary copies in the common case
1055 (disassemble_bytes): Keep sfile live throughout the
1056 function. Adjust usage appropriately.
1057
1058 2004-03-10 Ben Elliston <bje@gnu.org>
1059
1060 * MAINTAINERS: Update my mail address.
1061
1062 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1063
1064 * deflex.l: Handle "PRIVATE" string.
1065 * defparse.y (%token): Add PRIVATE.
1066 (%type): Add opt_PRIVATE.
1067 (expline): Pass opt_PRIVATE to def_exports.
1068 (opt_PRIVATE): Handle PRIVATE token.
1069 * dlltool.h (def_exports): Add 7th param for private flag to
1070 declaration.
1071 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1072 (struct export): Add 'private' field.
1073 (def_exports): Set 'private' field of struct exports.
1074 (scan_drectve_symbols): Adjust calls to def_exports.
1075 (scan_filtered_symbols): Likewise.
1076 (dump_def_info): Print 'private' field.
1077 (gen_def_file): Likewise.
1078 (gen_lib_file): Skip generation of lib object if private.
1079 Delete tmp object files in same order as they were generated.
1080 Don't delete non-existent private object files.
1081
1082 2004-02-27 Andreas Schwab <schwab@suse.de>
1083
1084 * ar.c (main): Support POSIX-compatible argument parsing.
1085
1086 2004-02-23 Daniel Lucq <daniel@lucq.org>
1087
1088 * readelf.c (process_mips_specific): Print conflictsno as an
1089 unsigned long.
1090
1091 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1092
1093 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1094
1095 2004-02-19 Jakub Jelinek <jakub@redhat.com>
1096
1097 * objcopy.c (copy_section): Avoid warnings.
1098
1099 2004-02-14 Andrew Cagney <cagney@redhat.com>
1100
1101 * ar.c (remove_output): Use bfd_cache_close.
1102 * arsup.c (ar_end): Ditto.
1103
1104 2004-01-21 Roland McGrath <roland@redhat.com>
1105
1106 * readelf.c (get_note_type): Match NT_AUXV.
1107
1108 2004-01-20 Nick Clifton <nickc@redhat.com>
1109
1110 * version.c (print_version): Update copyright year to 2004.
1111
1112 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1113
1114 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1115 throughout.
1116 * aclocal.m4: Regenerate.
1117 * configure: Regenerate.
1118
1119 2004-01-12 Jakub Jelinek <jakub@redhat.com>
1120
1121 * objcopy.c: Include elf-bfd.h.
1122 (is_strip_section): Don't strip debugging sections if
1123 STRIP_NONDEBUG.
1124 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1125 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1126
1127 * objcopy.c (copy_section): Free relpp if relcount == 0.
1128
1129 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1130
1131 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1132 (stab_demangle_argtypes): Likewise.
1133 (stab_demangle_v3_argtypes): New static function.
1134 (stab_demangle_v3_arg): New static function.
1135
1136 2004-01-12 Nick Clifton <nickc@redhat.com>
1137
1138 * objcopy.c (copy_object): Make the function boolean, returning
1139 FALSE upon failure.
1140 (copy_archive): Handle the return value from copy_object.
1141 (copy_file): Likewise.
1142
1143 2004-01-07 Nick Clifton <nickc@redhat.com>
1144
1145 * readelf.c (find_section): New function. Locates a named
1146 section.
1147 (get_debug_line_pointer_sizes): New function: Initialises the
1148 debug_line_pointer_sizes array.
1149 (display_debug_lines): Call get_debug_line_pointer_sizes.
1150 (display_debug_loc): Likewise.
1151 (load_debug_loc): Use find_section.
1152 (load_debug_str): Likewise.
1153 (display_debug_info): Likewise.
1154 (prescan_debug_info): Delete.
1155 (debug_displays): Remove prescan field.
1156 (process_section_contents): Do not perform prescans.
1157
1158 2004-01-03 Alan Modra <amodra@bigpond.net.au>
1159
1160 * objcopy.c (filter_bytes): Delete. Move code to..
1161 (copy_section): ..here. Simplify size adjustment. Divide
1162 section lma by interleave.
1163
1164 2004-01-02 Nick Clifton <nickc@redhat.com>
1165
1166 * po/ru.po: New file: Russian translation.
1167 * configure.in (ALL_LINGUAS): Add ru
1168 * configure: Regenerate.
1169
1170 For older changes see ChangeLog-0203
1171 \f
1172 Local Variables:
1173 mode: change-log
1174 left-margin: 8
1175 fill-column: 74
1176 version-control: never
1177 End:
This page took 0.052875 seconds and 4 git commands to generate.