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