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