binutils/
[external/binutils.git] / binutils / ChangeLog
1 2010-08-19  Alan Modra  <amodra@gmail.com>
2
3         * NEWS: Mention change in linker script expression evaluation.
4
5 2010-08-13  Dan Rosenberg  <dan.j.rosenberg@gmail.com>
6
7         PR binutils/11889
8         * readelf.c (get_32bit_elf_symbols): Check for a corrupt
9         sh_entsize.
10         (get_64bit_elf_symbols): Likewise.
11         (process_symbol_table): Likewise.
12         (process_section_groups): Check for corrupt headers.
13         (process_version_sections): Check for corrupt indicies.
14         (process_corefile_note_segment): Likewise.
15
16 2010-08-13  Nathan Sidwell  <nathan@codesourcery.com>
17
18         * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
19         variants.
20
21 2010-08-13  Tom Tromey  <tromey@redhat.com>
22
23         * dwarf.c (process_debug_info): Don't subtract section address
24         when calculating location of cu abbrev within section.
25
26 2010-08-12  Michael Haubenwallner  <haubi@gentoo.org>
27
28         PR binutils/11742
29         * readelf.c (get_archive_member_name): Do not read beyond the end
30         of the ar_name field.
31
32 2010-08-03  Tristan Gingold  <gingold@adacore.com>
33
34         * dwarf.c (display_debug_lines): Mark file argument unused.
35         Do not try to load .debug_info section.
36
37 2010-08-02  Alan Modra  <amodra@gmail.com>
38
39         * readelf.c (apply_relocations): D30V is really REL.
40
41 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
42             Ina Pandit  <ina.pandit@kpitcummins.com>
43
44         * binutils/readelf.c: Add support for V850E2 and V850E2V3.
45
46 2010-07-22  Alan Modra  <amodra@gmail.com>
47
48         * readelf.c: Add Moxie support.
49
50 2010-07-20  Alan Modra  <amodra@gmail.com>
51
52         * readelf.c (process_program_headers): Don't ignore all zero size
53         sections.
54
55 2010-07-19  Andreas Schwab  <schwab@redhat.com>
56
57         * readelf.c (process_section_headers): Update key to flags.
58
59 2010-07-17  Dave Korn  <dave.korn.cygwin@gmail.com>
60
61         * objcopy.c (copy_usage): Tweak previous typofix.
62
63 2010-07-17  H.J. Lu  <hongjiu.lu@intel.com>
64
65         * objcopy.c (copy_usage): Fix a typo.
66
67 2010-07-15  Kai Tietz <kai.tietz@onevision.com>
68
69         * dllwrap.c (main): Make sure is_leading_underscore
70         gets initialized with correct default.
71
72 2010-07-05  Alan Modra  <amodra@gmail.com>
73
74         * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
75
76 2010-07-03  Cary Coutant  <ccoutant@google.com>
77
78         * objdump.c (load_specific_debug_section): Decompress section contents
79         before applying relocations.
80         * readelf.c (load_specific_debug_section): Update section size after
81         decompression.
82
83 2010-06-29  Alan Modra  <amodra@gmail.com>
84
85         PR binutils/3166
86         * objcopy.c (is_strip_section): Revert 2006-09-05.
87         (setup_section): Make SHT_GROUP section nobits.
88
89 2010-06-29  Alan Modra  <amodra@gmail.com>
90
91         * configure: Regenerate.
92         * po/POTFILES.in: Regenerate.
93
94 2010-06-27  Alan Modra  <amodra@gmail.com>
95
96         * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
97
98 2010-06-17  Nick Clifton  <nickc@redhat.com>
99
100         PR binutils/11711
101         * windres.c (enum option_values): New enum.
102         (long_options): Use separate option number for --include-dir
103         option.
104         (main): Separate backwards compatibility check from code to
105         implement --include-dir.  Check to see if directory exists and do
106         not complain if it does.
107
108 2010-06-15  Joseph Myers  <joseph@codesourcery.com>
109
110         * readelf.c (display_tic6x_attribute, process_tic6x_specific):
111         New.
112         (process_arch_specific): Call process_tic6x_specific for
113         EM_TI_C6000.
114
115 2010-06-11  H.J. Lu  <hongjiu.lu@intel.com>
116
117         * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
118         for 0x%lx.
119
120 2010-06-11  Tristan Gingold  <gingold@adacore.com>
121             Doug Rupp <rupp@gnat.com>
122
123         * readelf.c (is_ia64_vms): New function.
124         (dump_relocations): Use it.
125         (get_machine_flags): Display IA-64 OpenVMS flags.
126         (process_program_headers): No error on OpenVMS if no .dynamic section.
127         (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
128         declarations.
129         (dump_ia64_vms_dynamic_fixups): New function.
130         (dump_ia64_vms_dynamic_relocs): Ditto.
131         (process_ia64_vms_dynamic_relocs): Ditto.
132         (process_relocs): Handle IA-64 OpenVMS relocs.
133         (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
134         (print_vms_time): New function.
135         (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
136         DT_IA_64_VMS_LNKFLAGS.
137         (get_ia64_symbol_other): New function.
138         (get_symbol_other): Handle EM_IA_64.
139
140 2010-06-11  Tristan Gingold  <gingold@adacore.com>
141
142         * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
143         (UNW_DEC_ABI): Ditto for abiname.
144         (unw_decode_table): Make it const.
145
146 2010-06-10  Tristan Gingold  <gingold@adacore.com>
147
148         * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
149         not inplace.
150
151 2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
152             Joseph Myers  <joseph@codesourcery.com>
153             Andrew Stubbs  <ams@codesourcery.com>
154
155         * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
156
157 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
158
159         PR ld/11621
160         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
161         * Makefile.in: Regenerate.
162
163 2010-05-24  Tristan Gingold  <gingold@adacore.com>
164
165         * readelf.c (usage): Add new trace sections for --debug-dump.
166         (process_section_headers): Handle dump of trace sections.
167         * objdump.c (usage): Add new trace sections for --dwarf.
168         * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
169         (do_trace_aranges): Ditto.
170         (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
171         and trace_aranges literals.
172         * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
173         (do_trace_aranges): Ditto.
174         (process_debug_info): Add abbrev_sec argument and replace
175         abbrev with abbrev_sec.
176         (load_debug_info): Adjust call of process_debug_info.
177         (display_debug_info): Ditto.
178         (display_trace_info): New function.
179         (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
180         and trace_aranges sections name.
181         (dwarf_select_sections_all): Also select trace sections.
182         (debug_displays): Reindent.  Add entries for the trace sections.
183         * doc/binutils.texi (readelf): Document new --dwarf parameters.
184         (objdump): Ditto.
185
186 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
187
188         PR gas/11600
189         * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
190         generic flag.
191
192 2010-05-07  Tristan Gingold  <gingold@adacore.com>
193
194         * Makefile.in: Regenerate with automake 1.11.1.
195         * aclocal.m4: Ditto.
196         * doc/Makefile.in: Ditto.
197
198 2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>
199
200         * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
201         * readelf.c (get_elf_section_flags): Likewise.
202         (process_section_headers): Likewise.
203
204 2010-05-05  Nick Clifton  <nickc@redhat.com>
205
206         * po/es.po: Updated Spanish translation.
207
208 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
209
210         * dlltool.c (main): Query for bfd's underscoring default for
211         default target case.
212
213 2010-04-27  Nick Clifton  <nickc@redhat.com>
214
215         * po/ru.po: Updated Russian translation.
216
217 2010-04-23  Alan Modra  <amodra@gmail.com>
218
219         * readelf.c (process_program_headers): Replace use of
220         ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
221
222 2010-04-22  Nick Clifton  <nickc@redhat.com>
223
224         * po/binutils.pot: Updated by the Translation project.
225         * po/fi.po: Updated Finnish translation.
226         * po/vi.po: Updated Vietnamese translation.
227         * po/bg.po: New Bulgarian translation.
228         * configure.in (ALL_LINGUAS): Add bg.
229         * configure: Regenerate.
230
231 2010-04-20  Nick Clifton  <nickc@redhat.com>
232
233         * po/fr.po: Updated french translation.
234
235 2010-04-20  Nick Clifton  <nickc@redhat.com>
236
237         * readelf.c: Add _() macros to constant strings that are
238         translatable.
239
240 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
241
242         * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
243         (arm_attr_tag_ABI_align8_needed): Remove.
244         (arm_attr_tag_ABI_align8_preserved): Remove.
245         (arm_attr_tag_ABI_HardFP_use): Update text strings.
246         (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
247         (display_arm_attribute): Add decoding of ABI v2.08 attributes.
248
249 2010-04-13  Nick Clifton  <nickc@redhat.com>
250
251         PR binutils/11419
252         * dwarf.c (process_debug_info): Initialise the signature array.
253
254 2010-04-09  Nick Clifton  <nickc@redhat.com>
255
256         * dwarf.c (process_debug_info): Remove unused variable
257         cu_abbrev_offset_ptr.
258         (display_debug_lines_decoded): Remove unused variable prev_line.
259         * elfedit.c (process_archive): Remove unused variable
260         file_name_size.
261         * ieee.c (ieee_start_compilation_unit): Remove unused variable
262         nindx.
263         (ieee_set_type): Remove unused variables info, targetindx and
264         baseindx.
265         * objdump.c (disassmble_byte): Remove unused variable done_dot.
266         * rddbg.c (read_section_stabs_debugging_info): Remove unused
267         variable other.
268         * readelf.c (dump_section_as_strings): Remove unused variable
269         addr.
270         (process_archive): Remove unused variable file_name_size.
271         * stabs.c (parse_stab_string): Mark desc parameter as unused.
272         Remove unused variable lineno.
273         (parse_stab_struct_type): Remove unused variable orig.
274         (stab_demangle_type): Remove unused variables constp, volatilep
275         and hold.
276
277 2010-04-07  Alan Modra  <amodra@gmail.com>
278
279         * configure: Regenerate.
280
281 2010-04-06  Nick Clifton  <nickc@redhat.com>
282
283         * po/vi.po: Updated Vietnamese translation.
284
285 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
286
287         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
288         fields.
289         (display_debug_frames): Handle CIE version 4.
290
291         * dwarf.c (struct State_Machine_Registers): Add op_index field,
292         change end_sequence type to unsigned char.
293         (reset_state_machine): Clear op_index.
294         (process_extended_line_op): For DW_LNE_set_address clear op_index.
295         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
296         Track op_index state machine register and print it if
297         li_max_ops_per_insn is != 1.
298         (display_debug_lines_decoded): Likewise.
299
300 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
301
302         * dwarf.c (read_and_display_attr_value): Don't reject
303         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
304         and DW_FORM_exprloc.
305         (process_debug_info): Handle cu_version == 4.
306         (display_debug_lines_raw, display_debug_lines_decoded): Handle
307         li_version == 4.
308
309 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
310
311         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
312         * Makefile.in: Regenerate.
313
314 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
315
316         * MAINTAINERS: Add self as TI C6X maintainer.
317         * NEWS: Add news entry for TI C6X support.
318         * readelf.c: Include elf/tic6x.h.
319         (guess_is_rela): Handle EM_TI_C6000.
320         (dump_relocations): Likewise.
321         (get_tic6x_dynamic_type): New.
322         (get_dynamic_type): Call it.
323         (get_machine_flags): Handle EF_C6000_REL.
324         (get_osabi_name): Handle machine-specific values only for relevant
325         machines.  Handle C6X values.
326         (get_tic6x_segment_type): New.
327         (get_segment_type): Call it.
328         (get_tic6x_section_type_name): New.
329         (get_section_type_name): Call it.
330         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
331         EM_TI_C6000.
332
333 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
334
335         * doc/binutils.texi (readelf) <unwind information>: Mention support for
336         ARM unwind tables.
337
338 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
339
340         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
341
342 2010-03-17  Alan Modra  <amodra@gmail.com>
343
344         * readelf.c (dump_arm_unwind): Warning fix.
345
346 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
347
348         * MAINTAINERS: Update my email address.  List Tristan Gingold
349         as the release branch maintainer.
350
351 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
352
353         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
354
355 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
356
357         * NEWS: Document .ARM.exidx / .ARM.extab support.
358
359         * dwarf.c (read_leb128): Make non-static.
360         * dwarf.h (read_leb128): Declare.
361         * readelf.c (REMOVE_ARCH_BITS): Define.
362         (find_section_by_address): New.
363         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
364         (find_symbol_for_address): Handle the Thumb bit for ARM, by
365         using REMOVE_ARCH_BITS.
366         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
367         (arm_free_section, arm_section_get_word, decode_arm_unwind)
368         (dump_arm_unwind, arm_process_unwind): New.
369         (process_unwind): Handle ARM.
370
371 2010-02-26  Jie Zhang  <jie@codesourcery.com>
372
373         * MAINTAINERS: Update my email address.
374
375 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
376
377         PR binutils/11298
378         * doc/binutils.texi (windmc): Fix synopsis and description of
379         ASCII options.
380
381 2010-02-19  Alan Modra  <amodra@gmail.com>
382
383         * readelf.c (get_group_flags): Return empty string when flags zero.
384         Add space in other returned values.
385         (process_section_groups): Adjust format string.
386
387 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
388
389         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
390         newly permitted attribute values.
391         (arm_attr_tag_Virtualization_use): Likewise.
392         (arm_attr_tag_DIV_use): Add description of new attribute.
393         (arm_attr_tag_MPextension_use_legacy): Likewise.
394
395 2010-02-15  Nick Clifton  <nickc@redhat.com>
396
397         * po/vi.po: Updated Vietnamese translation.
398
399 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
400
401         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
402         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
403
404 2010-02-08  Jim Blandy  <jimb@red-bean.com>
405
406         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
407         'z' augmentation strings.
408
409 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
410
411         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
412         a new address, so as not to reuse a previous, non-related reloc.
413
414 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
415
416         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
417
418 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
419
420         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
421         sections.
422
423 2010-01-28  Nick Clifton  <nickc@redhat.com>
424
425         PR 11225
426         * objdump.c (only): Replace with linked list.
427         (only_size, only_used): Replace with only_list.
428         (process_section_p): Set seen field on matches sections.
429         (add_only): New function.
430         (free_only_list): New function.
431         (disassemble_section): Check only_list.
432         (main): Use add_only and free_only_list.
433
434 2010-01-26  Tristan Gingold  <gingold@adacore.com>
435
436         * Makefile.am (bin2c): Add libintl dependance and library.
437         * Makefile.in: Regenerate.
438
439 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
440
441         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
442
443 2010-01-19  Ian Lance Taylor  <iant@google.com>
444
445         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
446         with non-ordinary files like /dev/null.
447
448 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
449             Alan Modra <amodra@gmail.com>
450
451         * readelf.c (process_file_header): Handle e_phnum extension.
452
453 2010-01-14  Tristan Gingold  <gingold@adacore.com>
454
455         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
456         and DW_AT_GNAT_descriptive_type.
457
458 2010-01-13  Tristan Gingold  <gingold@adacore.com>
459
460         * ar.c (main): Use lbasename.
461         (normalize): Ditto.
462         * objdump.c (update_source_path): Ditto.
463
464 2010-01-12  Tristan Gingold  <gingold@adacore.com>
465
466         * makefile.vms (CFLAGS): Turns warnings into informational messages.
467
468 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
469
470         PR ld/11146
471         * NEWS: Mention --dyn-syms for readelf.
472
473         * readelf.c (do_dyn_syms): New.
474         (OPTION_DYN_SYMS): Likewise.
475         (options): Add "dyn-syms".
476         (usage): Add --dyn-syms.
477         (parse_args): Handle OPTION_DYN_SYMS.
478         (process_symbol_table): Handle do_dyn_syms.
479         (process_object): Likewise.
480         (process_archive): Likewise.
481
482         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
483         symbol hash tables for -D.
484
485 2010-01-11  Nick Clifton  <nickc@redhat.com>
486
487         * NEWS: Mention addition of elfedit.
488
489         * po/fi.po: Updated Finnish translation.
490
491 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
492
493         * Makefile.in: Regenerate.
494         * configure: Regenerate.
495         * doc/Makefile.in: Regenerate.
496
497 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
498
499         * version.c (print_version): Change to "Copyright 2010".
500
501 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
502
503         * elfedit.c (input_elf_type): New.
504         (output_elf_type): Likewise.
505         (elf_type): Likewise.
506         (update_elf_header): Support updating ELF file type.
507         (command_line_switch): Add OPTION_INPUT_TYPE and
508         OPTION_OUTPUT_TYPE.
509         (options): Likewise.
510         (usage): Add --input-type and --output-type.
511         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
512         one of --output-mach and --output-type must be specified.
513
514         * doc/binutils.texi: Document --input-type and --output-type
515         for elfedit.
516
517 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
518
519         * doc/binutils.texi: Fix a typo.
520
521 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
522
523         * elfedit.c (update_elf_header): Don't change input_elf_class
524         nor input_elf_machine if they are -1.
525
526 2010-01-08  Tristan Gingold  <gingold@adacore.com>
527
528         * ar.c: Remove bfd_special_undocumented_glue prototype.
529
530 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
531
532         * elfedit.c (update_elf_header): Reformat.
533
534 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
535
536         * readelf.c (usage): Fix indent for --symbols.
537
538 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
539
540         * doc/binutils.texi: Replace -histogram with --histogram.
541
542 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
543
544         PR binutils/11131
545         * Makefile.am (ELFEDIT_PROG): New.
546         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
547         (CFILES): Add elfedit.c.
548         (elfedit_DEPENDENCIES): New.
549         (elfedit_SOURCES): Likewise.
550         (elfedit_LDADD): Likewise.
551         * Makefile.in: Regenerated.
552
553         * elfedit.c: New.
554
555         * doc/binutils.texi: Document elfedit.
556
557         * doc/Makefile.am (man_MANS): Add elfedit.1.
558         (elfedit.1): New.
559         * doc/Makefile.in: Regenerated.
560
561 2010-01-06  Tristan Gingold  <gingold@adacore.com>
562
563         * nm.c (usage): Remove extra blanks.
564
565 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
566
567         * objcopy.c: Update copyright.
568         * readelf.c: Likewise.
569
570 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
571
572         PR binutils/11130
573         * objcopy.c (copy_object): Remove "Warning: " from error
574         message.
575
576 2010-01-04  Nick Clifton  <nickc@redhat.com>
577
578         PR 11128
579         * readelf.c (dump_section_as_strings): Use two separate
580         invocations of printf() in order to work around bugs in
581         the Solaris 8 implementation.
582
583 2010-01-04  Nick Clifton  <nickc@redhat.com>
584
585         * po/ru.po: Updated Russian translation.
586
587 For older changes see ChangeLog-2009
588 \f
589 Local Variables:
590 mode: change-log
591 left-margin: 8
592 fill-column: 74
593 version-control: never
594 End: