bfd/ChangeLog
[binutils.git] / binutils / ChangeLog
blob2db6368cd8cfba4d35d6faa7e4824d58af7cb85d
1 2010-04-09  Nick Clifton  <nickc@redhat.com>
3         * dwarf.c (process_debug_info): Remove unused variable
4         cu_abbrev_offset_ptr.
5         (display_debug_lines_decoded): Remove unused variable prev_line.
6         * elfedit.c (process_archive): Remove unused variable
7         file_name_size.
8         * ieee.c (ieee_start_compilation_unit): Remove unused variable
9         nindx.
10         (ieee_set_type): Remove unused variables info, targetindx and
11         baseindx.
12         * objdump.c (disassmble_byte): Remove unused variable done_dot.
13         * rddbg.c (read_section_stabs_debugging_info): Remove unused
14         variable other.
15         * readelf.c (dump_section_as_strings): Remove unused variable
16         addr.
17         (process_archive): Remove unused variable file_name_size.
18         * stabs.c (parse_stab_string): Mark desc parameter as unused.
19         Remove unused variable lineno.
20         (parse_stab_struct_type): Remove unused variable orig.
21         (stab_demangle_type): Remove unused variables constp, volatilep
22         and hold.
24 2010-04-07  Alan Modra  <amodra@gmail.com>
26         * configure: Regenerate.
28 2010-04-06  Nick Clifton  <nickc@redhat.com>
30         * po/vi.po: Updated Vietnamese translation.
32 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
34         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
35         fields.
36         (display_debug_frames): Handle CIE version 4.
38         * dwarf.c (struct State_Machine_Registers): Add op_index field,
39         change end_sequence type to unsigned char.
40         (reset_state_machine): Clear op_index.
41         (process_extended_line_op): For DW_LNE_set_address clear op_index.
42         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
43         Track op_index state machine register and print it if
44         li_max_ops_per_insn is != 1.
45         (display_debug_lines_decoded): Likewise.
47 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
49         * dwarf.c (read_and_display_attr_value): Don't reject
50         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
51         and DW_FORM_exprloc.
52         (process_debug_info): Handle cu_version == 4.
53         (display_debug_lines_raw, display_debug_lines_decoded): Handle
54         li_version == 4.
56 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
58         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
59         * Makefile.in: Regenerate.
61 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
63         * MAINTAINERS: Add self as TI C6X maintainer.
64         * NEWS: Add news entry for TI C6X support.
65         * readelf.c: Include elf/tic6x.h.
66         (guess_is_rela): Handle EM_TI_C6000.
67         (dump_relocations): Likewise.
68         (get_tic6x_dynamic_type): New.
69         (get_dynamic_type): Call it.
70         (get_machine_flags): Handle EF_C6000_REL.
71         (get_osabi_name): Handle machine-specific values only for relevant
72         machines.  Handle C6X values.
73         (get_tic6x_segment_type): New.
74         (get_segment_type): Call it.
75         (get_tic6x_section_type_name): New.
76         (get_section_type_name): Call it.
77         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
78         EM_TI_C6000.
80 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
82         * doc/binutils.texi (readelf) <unwind information>: Mention support for
83         ARM unwind tables.
85 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
87         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
89 2010-03-17  Alan Modra  <amodra@gmail.com>
91         * readelf.c (dump_arm_unwind): Warning fix.
93 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
95         * MAINTAINERS: Update my email address.  List Tristan Gingold
96         as the release branch maintainer.
98 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
100         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
102 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
104         * NEWS: Document .ARM.exidx / .ARM.extab support.
106         * dwarf.c (read_leb128): Make non-static.
107         * dwarf.h (read_leb128): Declare.
108         * readelf.c (REMOVE_ARCH_BITS): Define.
109         (find_section_by_address): New.
110         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
111         (find_symbol_for_address): Handle the Thumb bit for ARM, by
112         using REMOVE_ARCH_BITS.
113         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
114         (arm_free_section, arm_section_get_word, decode_arm_unwind)
115         (dump_arm_unwind, arm_process_unwind): New.
116         (process_unwind): Handle ARM.
118 2010-02-26  Jie Zhang  <jie@codesourcery.com>
120         * MAINTAINERS: Update my email address.
122 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
124         PR binutils/11298
125         * doc/binutils.texi (windmc): Fix synopsis and description of
126         ASCII options.
128 2010-02-19  Alan Modra  <amodra@gmail.com>
130         * readelf.c (get_group_flags): Return empty string when flags zero.
131         Add space in other returned values.
132         (process_section_groups): Adjust format string.
134 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
136         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
137         newly permitted attribute values.
138         (arm_attr_tag_Virtualization_use): Likewise.
139         (arm_attr_tag_DIV_use): Add description of new attribute.
140         (arm_attr_tag_MPextension_use_legacy): Likewise.
142 2010-02-15  Nick Clifton  <nickc@redhat.com>
144         * po/vi.po: Updated Vietnamese translation.
146 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
148         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
149         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
151 2010-02-08  Jim Blandy  <jimb@red-bean.com>
153         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
154         'z' augmentation strings.
156 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
158         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
159         a new address, so as not to reuse a previous, non-related reloc.
161 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
163         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
165 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
167         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
168         sections.
170 2010-01-28  Nick Clifton  <nickc@redhat.com>
172         PR 11225
173         * objdump.c (only): Replace with linked list.
174         (only_size, only_used): Replace with only_list.
175         (process_section_p): Set seen field on matches sections.
176         (add_only): New function.
177         (free_only_list): New function.
178         (disassemble_section): Check only_list.
179         (main): Use add_only and free_only_list.
181 2010-01-26  Tristan Gingold  <gingold@adacore.com>
183         * Makefile.am (bin2c): Add libintl dependance and library.
184         * Makefile.in: Regenerate.
186 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
188         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
190 2010-01-19  Ian Lance Taylor  <iant@google.com>
192         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
193         with non-ordinary files like /dev/null.
195 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
196             Alan Modra <amodra@gmail.com>
198         * readelf.c (process_file_header): Handle e_phnum extension.
200 2010-01-14  Tristan Gingold  <gingold@adacore.com>
202         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
203         and DW_AT_GNAT_descriptive_type.
205 2010-01-13  Tristan Gingold  <gingold@adacore.com>
207         * ar.c (main): Use lbasename.
208         (normalize): Ditto.
209         * objdump.c (update_source_path): Ditto.
211 2010-01-12  Tristan Gingold  <gingold@adacore.com>
213         * makefile.vms (CFLAGS): Turns warnings into informational messages.
215 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
217         PR ld/11146
218         * NEWS: Mention --dyn-syms for readelf.
220         * readelf.c (do_dyn_syms): New.
221         (OPTION_DYN_SYMS): Likewise.
222         (options): Add "dyn-syms".
223         (usage): Add --dyn-syms.
224         (parse_args): Handle OPTION_DYN_SYMS.
225         (process_symbol_table): Handle do_dyn_syms.
226         (process_object): Likewise.
227         (process_archive): Likewise.
229         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
230         symbol hash tables for -D.
232 2010-01-11  Nick Clifton  <nickc@redhat.com>
234         * NEWS: Mention addition of elfedit.
236         * po/fi.po: Updated Finnish translation.
238 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
240         * Makefile.in: Regenerate.
241         * configure: Regenerate.
242         * doc/Makefile.in: Regenerate.
244 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
246         * version.c (print_version): Change to "Copyright 2010".
248 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
250         * elfedit.c (input_elf_type): New.
251         (output_elf_type): Likewise.
252         (elf_type): Likewise.
253         (update_elf_header): Support updating ELF file type.
254         (command_line_switch): Add OPTION_INPUT_TYPE and
255         OPTION_OUTPUT_TYPE.
256         (options): Likewise.
257         (usage): Add --input-type and --output-type.
258         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
259         one of --output-mach and --output-type must be specified.
261         * doc/binutils.texi: Document --input-type and --output-type
262         for elfedit.
264 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
266         * doc/binutils.texi: Fix a typo.
268 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
270         * elfedit.c (update_elf_header): Don't change input_elf_class
271         nor input_elf_machine if they are -1.
273 2010-01-08  Tristan Gingold  <gingold@adacore.com>
275         * ar.c: Remove bfd_special_undocumented_glue prototype.
277 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
279         * elfedit.c (update_elf_header): Reformat.
281 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
283         * readelf.c (usage): Fix indent for --symbols.
285 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
287         * doc/binutils.texi: Replace -histogram with --histogram.
289 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
291         PR binutils/11131
292         * Makefile.am (ELFEDIT_PROG): New.
293         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
294         (CFILES): Add elfedit.c.
295         (elfedit_DEPENDENCIES): New.
296         (elfedit_SOURCES): Likewise.
297         (elfedit_LDADD): Likewise.
298         * Makefile.in: Regenerated.
300         * elfedit.c: New.
302         * doc/binutils.texi: Document elfedit.
304         * doc/Makefile.am (man_MANS): Add elfedit.1.
305         (elfedit.1): New.
306         * doc/Makefile.in: Regenerated.
308 2010-01-06  Tristan Gingold  <gingold@adacore.com>
310         * nm.c (usage): Remove extra blanks.
312 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
314         * objcopy.c: Update copyright.
315         * readelf.c: Likewise.
317 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
319         PR binutils/11130
320         * objcopy.c (copy_object): Remove "Warning: " from error
321         message.
323 2010-01-04  Nick Clifton  <nickc@redhat.com>
325         PR 11128
326         * readelf.c (dump_section_as_strings): Use two separate
327         invocations of printf() in order to work around bugs in
328         the Solaris 8 implementation.
330 2010-01-04  Nick Clifton  <nickc@redhat.com>
332         * po/ru.po: Updated Russian translation.
334 For older changes see ChangeLog-2009
336 Local Variables:
337 mode: change-log
338 left-margin: 8
339 fill-column: 74
340 version-control: never
341 End: