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