8acf57e1d64c6ed0978bcfb2d9ea017834bb4ce6
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2010-11-02 Joseph Myers <joseph@codesourcery.com>
2
3 * readelf.c (display_tic6x_attribute): Handle more attributes.
4
5 2010-10-30 Kai Tietz <kai.tietz@onevision.com>
6
7 * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
8 directives.
9
10 2010-10-29 Joseph Myers <joseph@codesourcery.com>
11
12 * readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
13 not hardcoded 32. Display name of this attribute.
14
15 2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
16
17 * addr2line.c (process_file): Set BFD_DECOMPRESS.
18
19 * objcopy.c (do_debug_sections): New.
20 (OPTION_COMPRESS_DEBUG_SECTIONS): New.
21 (OPTION_DECOMPRESS_DEBUG_SECTIONS): Likewise.
22 (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and
23 OPTION_DECOMPRESS_DEBUG_SECTIONS.
24 (copy_usage): Add --compress-debug-sections and
25 --decompress-debug-sections.
26 (copy_file): Set BFD_COMPRESS or BFD_DECOMPRESS.
27 (copy_section): Replace bfd_get_section_contents with
28 bfd_get_full_section_contents.
29 (copy_main): Handle OPTION_COMPRESS_DEBUG_SECTIONS and
30 OPTION_DECOMPRESS_DEBUG_SECTIONS. Check do_debug_sections to
31 rename DWARF debug sections.
32
33 * objdump.c (load_specific_debug_section): Replace
34 bfd_get_section_contents with bfd_get_full_section_contents.
35 Remove bfd_uncompress_section_contents.
36 (dump_section): Replace bfd_get_section_contents with
37 bfd_get_full_section_contents.
38 (display_file): Set BFD_DECOMPRESS if needed.
39
40 * readelf.c (uncompress_section_contents): Set buffer to NULL
41 to indiate decompression failure.
42 (load_specific_debug_section): Always call
43 uncompress_section_contents.
44
45 * doc/binutils.texi: Document --compress-debug-sections and
46 --decompress-debug-sections.
47
48 2010-10-29 Nick Clifton <nickc@redhat.com>
49
50 PR binutils/12058
51 * ar.c (usage): Revert previous change. Describe how 's' can be
52 used as a command letter.
53 * doc/binutils.texi (ar cmdline): Describe how 's' can be used as
54 a command letter.
55
56 2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
57 Joseph Myers <joseph@codesourcery.com>
58
59 * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
60
61 2010-10-28 Nick Clifton <nickc@redhat.com>
62
63 PR binutils/12058
64 * ar.c (usage): Remove spurious 's' from list of accepted command
65 letters.
66
67 2010-10-28 Alan Modra <amodra@gmail.com>
68
69 * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
70 (is_32bit_pcrel_reloc): Support microblaze.
71
72 2010-10-26 Nick Clifton <nickc@redhat.com>
73
74 * po/ja.po: Updated Japanese transaltion.
75
76 2010-10-21 Joseph Myers <joseph@codesourcery.com>
77
78 * readelf.c (display_tic6x_attribute): Update for attribute
79 renaming.
80
81 2010-10-08 H.J. Lu <hongjiu.lu@intel.com>
82
83 * dwarf.c (byte_get_signed): Make it extern.
84
85 * dwarf.h (byte_get_signed): New.
86
87 * readelf.c (BYTE_GET_SIGNED): New.
88 (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
89 (dump_relocations): Properly dump r_addend.
90
91 2010-10-08 Joseph Myers <joseph@codesourcery.com>
92
93 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
94 (set_print_radix): Update for __MSVCRT__ definition of
95 value_format_64bit.
96
97 2010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
98
99 Fix build with -DDEBUG=7
100 * nlmheader.y (DEBUG token): Rename to DEBUG_K.
101
102 2010-10-06 Alan Modra <amodra@gmail.com>
103
104 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
105
106 2010-10-05 Alan Modra <amodra@gmail.com>
107
108 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
109 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
110 (list_supported_targets): Tidy.
111 * objdump.c (free_only_list): Formatting.
112 (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
113 object".
114 (update_source_path): Delete redundant check for NULL filename.
115 (disassemble_bytes): Error if disassemble_fn returns a value
116 that won't increment address.
117 (disassemble_data): Don't capitalize error message.
118 (read_section_stabs): Likewise.
119 (main): Return non-zero exit status on bad options.
120
121 2010-10-03 H.J. Lu <hongjiu.lu@intel.com>
122
123 PR binutils/12088
124 * nm.c (plugin_target): New.
125 (main): Set plugin_target to "plugin" for --plugin.
126 (display_file): Pass plugin_target to bfd_openr if target
127 isn't set.
128
129 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
130
131 * configure: Regenerate.
132
133 2010-09-22 Mike Frysinger <vapier@gentoo.org>
134
135 * MAINTAINERS: Add self as ADI Blackfin maintainer.
136
137 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
138
139 * emul_aix.c (ar_emul_aix_append): Add a target argument
140 and ignore it if it is set.
141 (ar_emul_aix5_append): Likewise.
142 (ar_emul_aix_replace): Likewise.
143 (ar_emul_aix5_replace): Likewise.
144
145 2010-09-15 H.J. Lu <hongjiu.lu@intel.com>
146
147 * ar.c (plugin_target): New.
148 (main): Set plugin_target to "plugin" for --plugin.
149 (open_inarch): Initialize target to plugin_target.
150 (replace_members): Pass plugin_target to ar_emul_replace
151 and ar_emul_append.
152
153 * binemul.h (ar_emul_append): Add a target argument.
154 (ar_emul_default_append): Likewise.
155 (ar_emul_replace): Likewise.
156 (ar_emul_default_replace): Likewise.
157 (bin_emulation_xfer_struct): Add a target argument to
158 ar_append and ar_replace.
159
160 * binemul.c (ar_emul_append): Updated. Pass target to bfd_openr.
161 (do_ar_emul_default_append): Likewise.
162 (ar_emul_default_append): Likewise.
163 (ar_emul_replace): Likewise.
164 (ar_emul_default_replace): Likewise.
165
166 2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
167
168 * objcopy.c: Add --interleave-width option to allow interleaving
169 of more than one byte at a time.
170 (copy_width): New variable.
171 (copy_options): Add --interleave-width.
172 (copy_section): When interleaving copy in units of copy_width
173 bytes.
174 (copy_main): Parse the new option.
175 * doc/binutils: Document the new option.
176 * NEWS: Mention the new feature.
177
178 2010-09-09 Jakub Jelinek <jakub@redhat.com>
179
180 * dwarf.c (decode_location_expression): Fix data adjustment
181 for DW_OP_GNU_implicit_pointer in v3+.
182
183 2010-09-09 Tristan Gingold <gingold@adacore.com>
184
185 * NEWS: Add entry to NEWS for hppa/som.
186
187 2010-09-09 Jakub Jelinek <jakub@redhat.com>
188
189 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
190 * dwarf.c (decode_location_expression): Add offset_size and
191 dwarf_version arguments. Prefix DIE offset with 0x for
192 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
193 complain if in frame info section. Handle
194 DW_OP_GNU_implicit_pointer.
195 (read_and_display_attr_value, display_debug_loc,
196 display_debug_frames): Adjust decode_location_expression callers.
197 (process_debug_info): Save offset_size and dwarf_version values
198 into debug_information array.
199
200 2010-09-07 Nick Clifton <nickc@redhat.com>
201
202 * readelf.c (process_section_headers): Mention meaning of 'l'
203 section flag for x86-64 targets.
204
205 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
206 Jakub Jelinek <jakub@redhat.com>
207
208 * dwarf.c (regname): New declaration.
209 (decode_location_expression): Print for registers also regname output.
210
211 2010-09-02 Richard Henderson <rth@redhat.com>
212
213 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
214 (init_dwarf_regnames): Use them.
215 * dwarf.h: Declare them.
216 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
217 the regnames, rather than using elf_machine_code.
218
219 2010-09-02 Richard Henderson <rth@redhat.com>
220
221 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
222
223 2010-08-23 H.J. Lu <hongjiu.lu@intel.com>
224
225 * elfedit.c (input_elf_osabi): New.
226 (output_elf_osbi): Likewise.
227 (osabis): Likewise.
228 (elf_osabi): Likewise.
229 (update_elf_header): Support updating ELF OSABI.
230 (make_qualified_name): Break long line.
231 (command_line_switch): Add OPTION_INPUT_OSABI and
232 OPTION_OUTPUT_OSABI.
233 (options): Likewise.
234 (usage): Add --input-osabi and --output-osabi.
235 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
236
237 * doc/binutils.texi: Document --input-osabi and --output-osabi
238 for elfedit.
239
240 2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
241
242 * readelf.c (display_mips_gnu_attribute): Replace GCC options
243 with a textual description of a MIPS32r2 64-bit FPU.
244
245 2010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
246
247 PR binutils/11889
248 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
249 sh_entsize.
250 (get_64bit_elf_symbols): Likewise.
251 (process_symbol_table): Likewise.
252 (process_section_groups): Check for corrupt headers.
253 (process_version_sections): Check for corrupt indicies.
254 (process_corefile_note_segment): Likewise.
255
256 2010-08-13 Nathan Sidwell <nathan@codesourcery.com>
257
258 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
259 variants.
260
261 2010-08-13 Tom Tromey <tromey@redhat.com>
262
263 * dwarf.c (process_debug_info): Don't subtract section address
264 when calculating location of cu abbrev within section.
265
266 2010-08-12 Michael Haubenwallner <haubi@gentoo.org>
267
268 PR binutils/11742
269 * readelf.c (get_archive_member_name): Do not read beyond the end
270 of the ar_name field.
271
272 2010-08-03 Tristan Gingold <gingold@adacore.com>
273
274 * dwarf.c (display_debug_lines): Mark file argument unused.
275 Do not try to load .debug_info section.
276
277 2010-08-02 Alan Modra <amodra@gmail.com>
278
279 * readelf.c (apply_relocations): D30V is really REL.
280
281 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
282 Ina Pandit <ina.pandit@kpitcummins.com>
283
284 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
285
286 2010-07-22 Alan Modra <amodra@gmail.com>
287
288 * readelf.c: Add Moxie support.
289
290 2010-07-20 Alan Modra <amodra@gmail.com>
291
292 * readelf.c (process_program_headers): Don't ignore all zero size
293 sections.
294
295 2010-07-19 Andreas Schwab <schwab@redhat.com>
296
297 * readelf.c (process_section_headers): Update key to flags.
298
299 2010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
300
301 * objcopy.c (copy_usage): Tweak previous typofix.
302
303 2010-07-17 H.J. Lu <hongjiu.lu@intel.com>
304
305 * objcopy.c (copy_usage): Fix a typo.
306
307 2010-07-15 Kai Tietz <kai.tietz@onevision.com>
308
309 * dllwrap.c (main): Make sure is_leading_underscore
310 gets initialized with correct default.
311
312 2010-07-05 Alan Modra <amodra@gmail.com>
313
314 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
315
316 2010-07-03 Cary Coutant <ccoutant@google.com>
317
318 * objdump.c (load_specific_debug_section): Decompress section contents
319 before applying relocations.
320 * readelf.c (load_specific_debug_section): Update section size after
321 decompression.
322
323 2010-06-29 Alan Modra <amodra@gmail.com>
324
325 PR binutils/3166
326 * objcopy.c (is_strip_section): Revert 2006-09-05.
327 (setup_section): Make SHT_GROUP section nobits.
328
329 2010-06-29 Alan Modra <amodra@gmail.com>
330
331 * configure: Regenerate.
332 * po/POTFILES.in: Regenerate.
333
334 2010-06-27 Alan Modra <amodra@gmail.com>
335
336 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
337
338 2010-06-17 Nick Clifton <nickc@redhat.com>
339
340 PR binutils/11711
341 * windres.c (enum option_values): New enum.
342 (long_options): Use separate option number for --include-dir
343 option.
344 (main): Separate backwards compatibility check from code to
345 implement --include-dir. Check to see if directory exists and do
346 not complain if it does.
347
348 2010-06-15 Joseph Myers <joseph@codesourcery.com>
349
350 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
351 New.
352 (process_arch_specific): Call process_tic6x_specific for
353 EM_TI_C6000.
354
355 2010-06-11 H.J. Lu <hongjiu.lu@intel.com>
356
357 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
358 for 0x%lx.
359
360 2010-06-11 Tristan Gingold <gingold@adacore.com>
361 Doug Rupp <rupp@gnat.com>
362
363 * readelf.c (is_ia64_vms): New function.
364 (dump_relocations): Use it.
365 (get_machine_flags): Display IA-64 OpenVMS flags.
366 (process_program_headers): No error on OpenVMS if no .dynamic section.
367 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
368 declarations.
369 (dump_ia64_vms_dynamic_fixups): New function.
370 (dump_ia64_vms_dynamic_relocs): Ditto.
371 (process_ia64_vms_dynamic_relocs): Ditto.
372 (process_relocs): Handle IA-64 OpenVMS relocs.
373 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
374 (print_vms_time): New function.
375 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
376 DT_IA_64_VMS_LNKFLAGS.
377 (get_ia64_symbol_other): New function.
378 (get_symbol_other): Handle EM_IA_64.
379
380 2010-06-11 Tristan Gingold <gingold@adacore.com>
381
382 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
383 (UNW_DEC_ABI): Ditto for abiname.
384 (unw_decode_table): Make it const.
385
386 2010-06-10 Tristan Gingold <gingold@adacore.com>
387
388 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
389 not inplace.
390
391 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
392 Joseph Myers <joseph@codesourcery.com>
393 Andrew Stubbs <ams@codesourcery.com>
394
395 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
396
397 2010-05-25 Jay Krell <jay.krell@cornell.edu>
398
399 PR ld/11621
400 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
401 * Makefile.in: Regenerate.
402
403 2010-05-24 Tristan Gingold <gingold@adacore.com>
404
405 * readelf.c (usage): Add new trace sections for --debug-dump.
406 (process_section_headers): Handle dump of trace sections.
407 * objdump.c (usage): Add new trace sections for --dwarf.
408 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
409 (do_trace_aranges): Ditto.
410 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
411 and trace_aranges literals.
412 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
413 (do_trace_aranges): Ditto.
414 (process_debug_info): Add abbrev_sec argument and replace
415 abbrev with abbrev_sec.
416 (load_debug_info): Adjust call of process_debug_info.
417 (display_debug_info): Ditto.
418 (display_trace_info): New function.
419 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
420 and trace_aranges sections name.
421 (dwarf_select_sections_all): Also select trace sections.
422 (debug_displays): Reindent. Add entries for the trace sections.
423 * doc/binutils.texi (readelf): Document new --dwarf parameters.
424 (objdump): Ditto.
425
426 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
427
428 PR gas/11600
429 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
430 generic flag.
431
432 2010-05-07 Tristan Gingold <gingold@adacore.com>
433
434 * Makefile.in: Regenerate with automake 1.11.1.
435 * aclocal.m4: Ditto.
436 * doc/Makefile.in: Ditto.
437
438 2010-05-06 H.J. Lu <hongjiu.lu@intel.com>
439
440 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
441 * readelf.c (get_elf_section_flags): Likewise.
442 (process_section_headers): Likewise.
443
444 2010-05-05 Nick Clifton <nickc@redhat.com>
445
446 * po/es.po: Updated Spanish translation.
447
448 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
449
450 * dlltool.c (main): Query for bfd's underscoring default for
451 default target case.
452
453 2010-04-27 Nick Clifton <nickc@redhat.com>
454
455 * po/ru.po: Updated Russian translation.
456
457 2010-04-23 Alan Modra <amodra@gmail.com>
458
459 * readelf.c (process_program_headers): Replace use of
460 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
461
462 2010-04-22 Nick Clifton <nickc@redhat.com>
463
464 * po/binutils.pot: Updated by the Translation project.
465 * po/fi.po: Updated Finnish translation.
466 * po/vi.po: Updated Vietnamese translation.
467 * po/bg.po: New Bulgarian translation.
468 * configure.in (ALL_LINGUAS): Add bg.
469 * configure: Regenerate.
470
471 2010-04-20 Nick Clifton <nickc@redhat.com>
472
473 * po/fr.po: Updated french translation.
474
475 2010-04-20 Nick Clifton <nickc@redhat.com>
476
477 * readelf.c: Add _() macros to constant strings that are
478 translatable.
479
480 * readelf.c (display_mips_gnu_attribute): Replace GCC options
481 with a textual description of single and double precision float.
482
483 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
484
485 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
486 (arm_attr_tag_ABI_align8_needed): Remove.
487 (arm_attr_tag_ABI_align8_preserved): Remove.
488 (arm_attr_tag_ABI_HardFP_use): Update text strings.
489 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
490 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
491
492 2010-04-13 Nick Clifton <nickc@redhat.com>
493
494 PR binutils/11419
495 * dwarf.c (process_debug_info): Initialise the signature array.
496
497 2010-04-09 Nick Clifton <nickc@redhat.com>
498
499 * dwarf.c (process_debug_info): Remove unused variable
500 cu_abbrev_offset_ptr.
501 (display_debug_lines_decoded): Remove unused variable prev_line.
502 * elfedit.c (process_archive): Remove unused variable
503 file_name_size.
504 * ieee.c (ieee_start_compilation_unit): Remove unused variable
505 nindx.
506 (ieee_set_type): Remove unused variables info, targetindx and
507 baseindx.
508 * objdump.c (disassmble_byte): Remove unused variable done_dot.
509 * rddbg.c (read_section_stabs_debugging_info): Remove unused
510 variable other.
511 * readelf.c (dump_section_as_strings): Remove unused variable
512 addr.
513 (process_archive): Remove unused variable file_name_size.
514 * stabs.c (parse_stab_string): Mark desc parameter as unused.
515 Remove unused variable lineno.
516 (parse_stab_struct_type): Remove unused variable orig.
517 (stab_demangle_type): Remove unused variables constp, volatilep
518 and hold.
519
520 2010-04-07 Alan Modra <amodra@gmail.com>
521
522 * configure: Regenerate.
523
524 2010-04-06 Nick Clifton <nickc@redhat.com>
525
526 * po/vi.po: Updated Vietnamese translation.
527
528 2010-04-05 Jakub Jelinek <jakub@redhat.com>
529
530 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
531 fields.
532 (display_debug_frames): Handle CIE version 4.
533
534 * dwarf.c (struct State_Machine_Registers): Add op_index field,
535 change end_sequence type to unsigned char.
536 (reset_state_machine): Clear op_index.
537 (process_extended_line_op): For DW_LNE_set_address clear op_index.
538 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
539 Track op_index state machine register and print it if
540 li_max_ops_per_insn is != 1.
541 (display_debug_lines_decoded): Likewise.
542
543 2010-04-01 Jakub Jelinek <jakub@redhat.com>
544
545 * dwarf.c (read_and_display_attr_value): Don't reject
546 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
547 and DW_FORM_exprloc.
548 (process_debug_info): Handle cu_version == 4.
549 (display_debug_lines_raw, display_debug_lines_decoded): Handle
550 li_version == 4.
551
552 2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
553
554 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
555 * Makefile.in: Regenerate.
556
557 2010-03-25 Joseph Myers <joseph@codesourcery.com>
558
559 * MAINTAINERS: Add self as TI C6X maintainer.
560 * NEWS: Add news entry for TI C6X support.
561 * readelf.c: Include elf/tic6x.h.
562 (guess_is_rela): Handle EM_TI_C6000.
563 (dump_relocations): Likewise.
564 (get_tic6x_dynamic_type): New.
565 (get_dynamic_type): Call it.
566 (get_machine_flags): Handle EF_C6000_REL.
567 (get_osabi_name): Handle machine-specific values only for relevant
568 machines. Handle C6X values.
569 (get_tic6x_segment_type): New.
570 (get_segment_type): Call it.
571 (get_tic6x_section_type_name): New.
572 (get_section_type_name): Call it.
573 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
574 EM_TI_C6000.
575
576 2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
577
578 * doc/binutils.texi (readelf) <unwind information>: Mention support for
579 ARM unwind tables.
580
581 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
582
583 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
584
585 2010-03-17 Alan Modra <amodra@gmail.com>
586
587 * readelf.c (dump_arm_unwind): Warning fix.
588
589 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
590
591 * MAINTAINERS: Update my email address. List Tristan Gingold
592 as the release branch maintainer.
593
594 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
595
596 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
597
598 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
599
600 * NEWS: Document .ARM.exidx / .ARM.extab support.
601
602 * dwarf.c (read_leb128): Make non-static.
603 * dwarf.h (read_leb128): Declare.
604 * readelf.c (REMOVE_ARCH_BITS): Define.
605 (find_section_by_address): New.
606 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
607 (find_symbol_for_address): Handle the Thumb bit for ARM, by
608 using REMOVE_ARCH_BITS.
609 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
610 (arm_free_section, arm_section_get_word, decode_arm_unwind)
611 (dump_arm_unwind, arm_process_unwind): New.
612 (process_unwind): Handle ARM.
613
614 2010-02-26 Jie Zhang <jie@codesourcery.com>
615
616 * MAINTAINERS: Update my email address.
617
618 2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
619
620 PR binutils/11298
621 * doc/binutils.texi (windmc): Fix synopsis and description of
622 ASCII options.
623
624 2010-02-19 Alan Modra <amodra@gmail.com>
625
626 * readelf.c (get_group_flags): Return empty string when flags zero.
627 Add space in other returned values.
628 (process_section_groups): Adjust format string.
629
630 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
631
632 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
633 newly permitted attribute values.
634 (arm_attr_tag_Virtualization_use): Likewise.
635 (arm_attr_tag_DIV_use): Add description of new attribute.
636 (arm_attr_tag_MPextension_use_legacy): Likewise.
637
638 2010-02-15 Nick Clifton <nickc@redhat.com>
639
640 * po/vi.po: Updated Vietnamese translation.
641
642 2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
643
644 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
645 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
646
647 2010-02-08 Jim Blandy <jimb@red-bean.com>
648
649 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
650 'z' augmentation strings.
651
652 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
653
654 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
655 a new address, so as not to reuse a previous, non-related reloc.
656
657 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
658
659 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
660
661 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
662
663 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
664 sections.
665
666 2010-01-28 Nick Clifton <nickc@redhat.com>
667
668 PR 11225
669 * objdump.c (only): Replace with linked list.
670 (only_size, only_used): Replace with only_list.
671 (process_section_p): Set seen field on matches sections.
672 (add_only): New function.
673 (free_only_list): New function.
674 (disassemble_section): Check only_list.
675 (main): Use add_only and free_only_list.
676
677 2010-01-26 Tristan Gingold <gingold@adacore.com>
678
679 * Makefile.am (bin2c): Add libintl dependance and library.
680 * Makefile.in: Regenerate.
681
682 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
683
684 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
685
686 2010-01-19 Ian Lance Taylor <iant@google.com>
687
688 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
689 with non-ordinary files like /dev/null.
690
691 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
692 Alan Modra <amodra@gmail.com>
693
694 * readelf.c (process_file_header): Handle e_phnum extension.
695
696 2010-01-14 Tristan Gingold <gingold@adacore.com>
697
698 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
699 and DW_AT_GNAT_descriptive_type.
700
701 2010-01-13 Tristan Gingold <gingold@adacore.com>
702
703 * ar.c (main): Use lbasename.
704 (normalize): Ditto.
705 * objdump.c (update_source_path): Ditto.
706
707 2010-01-12 Tristan Gingold <gingold@adacore.com>
708
709 * makefile.vms (CFLAGS): Turns warnings into informational messages.
710
711 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
712
713 PR ld/11146
714 * NEWS: Mention --dyn-syms for readelf.
715
716 * readelf.c (do_dyn_syms): New.
717 (OPTION_DYN_SYMS): Likewise.
718 (options): Add "dyn-syms".
719 (usage): Add --dyn-syms.
720 (parse_args): Handle OPTION_DYN_SYMS.
721 (process_symbol_table): Handle do_dyn_syms.
722 (process_object): Likewise.
723 (process_archive): Likewise.
724
725 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
726 symbol hash tables for -D.
727
728 2010-01-11 Nick Clifton <nickc@redhat.com>
729
730 * NEWS: Mention addition of elfedit.
731
732 * po/fi.po: Updated Finnish translation.
733
734 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
735
736 * Makefile.in: Regenerate.
737 * configure: Regenerate.
738 * doc/Makefile.in: Regenerate.
739
740 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
741
742 * version.c (print_version): Change to "Copyright 2010".
743
744 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
745
746 * elfedit.c (input_elf_type): New.
747 (output_elf_type): Likewise.
748 (elf_type): Likewise.
749 (update_elf_header): Support updating ELF file type.
750 (command_line_switch): Add OPTION_INPUT_TYPE and
751 OPTION_OUTPUT_TYPE.
752 (options): Likewise.
753 (usage): Add --input-type and --output-type.
754 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
755 one of --output-mach and --output-type must be specified.
756
757 * doc/binutils.texi: Document --input-type and --output-type
758 for elfedit.
759
760 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
761
762 * doc/binutils.texi: Fix a typo.
763
764 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
765
766 * elfedit.c (update_elf_header): Don't change input_elf_class
767 nor input_elf_machine if they are -1.
768
769 2010-01-08 Tristan Gingold <gingold@adacore.com>
770
771 * ar.c: Remove bfd_special_undocumented_glue prototype.
772
773 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
774
775 * elfedit.c (update_elf_header): Reformat.
776
777 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
778
779 * readelf.c (usage): Fix indent for --symbols.
780
781 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
782
783 * doc/binutils.texi: Replace -histogram with --histogram.
784
785 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
786
787 PR binutils/11131
788 * Makefile.am (ELFEDIT_PROG): New.
789 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
790 (CFILES): Add elfedit.c.
791 (elfedit_DEPENDENCIES): New.
792 (elfedit_SOURCES): Likewise.
793 (elfedit_LDADD): Likewise.
794 * Makefile.in: Regenerated.
795
796 * elfedit.c: New.
797
798 * doc/binutils.texi: Document elfedit.
799
800 * doc/Makefile.am (man_MANS): Add elfedit.1.
801 (elfedit.1): New.
802 * doc/Makefile.in: Regenerated.
803
804 2010-01-06 Tristan Gingold <gingold@adacore.com>
805
806 * nm.c (usage): Remove extra blanks.
807
808 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
809
810 * objcopy.c: Update copyright.
811 * readelf.c: Likewise.
812
813 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
814
815 PR binutils/11130
816 * objcopy.c (copy_object): Remove "Warning: " from error
817 message.
818
819 2010-01-04 Nick Clifton <nickc@redhat.com>
820
821 PR 11128
822 * readelf.c (dump_section_as_strings): Use two separate
823 invocations of printf() in order to work around bugs in
824 the Solaris 8 implementation.
825
826 2010-01-04 Nick Clifton <nickc@redhat.com>
827
828 * po/ru.po: Updated Russian translation.
829
830 For older changes see ChangeLog-2009
831 \f
832 Local Variables:
833 mode: change-log
834 left-margin: 8
835 fill-column: 74
836 version-control: never
837 End:
This page took 0.04802 seconds and 3 git commands to generate.