OSDN Git Service

Implement generic SHF_EXCLUDE.
[pf3gnuchains/pf3gnuchains4x.git] / binutils / ChangeLog
1 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR gas/11600
4         * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
5         generic flag.
6
7 2010-05-07  Tristan Gingold  <gingold@adacore.com>
8
9         * Makefile.in: Regenerate with automake 1.11.1.
10         * aclocal.m4: Ditto.
11         * doc/Makefile.in: Ditto.
12
13 2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>
14
15         * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
16         * readelf.c (get_elf_section_flags): Likewise.
17         (process_section_headers): Likewise.
18
19 2010-05-05  Nick Clifton  <nickc@redhat.com>
20
21         * po/es.po: Updated Spanish translation.
22
23 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
24
25         * dlltool.c (main): Query for bfd's underscoring default for
26         default target case.
27
28 2010-04-27  Nick Clifton  <nickc@redhat.com>
29
30         * po/ru.po: Updated Russian translation.
31
32 2010-04-23  Alan Modra  <amodra@gmail.com>
33
34         * readelf.c (process_program_headers): Replace use of
35         ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
36
37 2010-04-22  Nick Clifton  <nickc@redhat.com>
38
39         * po/binutils.pot: Updated by the Translation project.
40         * po/fi.po: Updated Finnish translation.
41         * po/vi.po: Updated Vietnamese translation.
42         * po/bg.po: New Bulgarian translation.
43         * configure.in (ALL_LINGUAS): Add bg.
44         * configure: Regenerate.
45
46 2010-04-20  Nick Clifton  <nickc@redhat.com>
47
48         * po/fr.po: Updated french translation.
49
50 2010-04-20  Nick Clifton  <nickc@redhat.com>
51
52         * readelf.c: Add _() macros to constant strings that are
53         translatable.
54
55 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
56
57         * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
58         (arm_attr_tag_ABI_align8_needed): Remove.
59         (arm_attr_tag_ABI_align8_preserved): Remove.
60         (arm_attr_tag_ABI_HardFP_use): Update text strings.
61         (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
62         (display_arm_attribute): Add decoding of ABI v2.08 attributes.
63
64 2010-04-13  Nick Clifton  <nickc@redhat.com>
65
66         PR binutils/11419
67         * dwarf.c (process_debug_info): Initialise the signature array.
68
69 2010-04-09  Nick Clifton  <nickc@redhat.com>
70
71         * dwarf.c (process_debug_info): Remove unused variable
72         cu_abbrev_offset_ptr.
73         (display_debug_lines_decoded): Remove unused variable prev_line.
74         * elfedit.c (process_archive): Remove unused variable
75         file_name_size.
76         * ieee.c (ieee_start_compilation_unit): Remove unused variable
77         nindx.
78         (ieee_set_type): Remove unused variables info, targetindx and
79         baseindx.
80         * objdump.c (disassmble_byte): Remove unused variable done_dot.
81         * rddbg.c (read_section_stabs_debugging_info): Remove unused
82         variable other.
83         * readelf.c (dump_section_as_strings): Remove unused variable
84         addr.
85         (process_archive): Remove unused variable file_name_size.
86         * stabs.c (parse_stab_string): Mark desc parameter as unused.
87         Remove unused variable lineno.
88         (parse_stab_struct_type): Remove unused variable orig.
89         (stab_demangle_type): Remove unused variables constp, volatilep
90         and hold.
91
92 2010-04-07  Alan Modra  <amodra@gmail.com>
93
94         * configure: Regenerate.
95
96 2010-04-06  Nick Clifton  <nickc@redhat.com>
97
98         * po/vi.po: Updated Vietnamese translation.
99
100 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
101
102         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
103         fields.
104         (display_debug_frames): Handle CIE version 4.
105
106         * dwarf.c (struct State_Machine_Registers): Add op_index field,
107         change end_sequence type to unsigned char.
108         (reset_state_machine): Clear op_index.
109         (process_extended_line_op): For DW_LNE_set_address clear op_index.
110         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
111         Track op_index state machine register and print it if
112         li_max_ops_per_insn is != 1.
113         (display_debug_lines_decoded): Likewise.
114
115 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
116
117         * dwarf.c (read_and_display_attr_value): Don't reject
118         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
119         and DW_FORM_exprloc.
120         (process_debug_info): Handle cu_version == 4.
121         (display_debug_lines_raw, display_debug_lines_decoded): Handle
122         li_version == 4.
123
124 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
125
126         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
127         * Makefile.in: Regenerate.
128
129 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
130
131         * MAINTAINERS: Add self as TI C6X maintainer.
132         * NEWS: Add news entry for TI C6X support.
133         * readelf.c: Include elf/tic6x.h.
134         (guess_is_rela): Handle EM_TI_C6000.
135         (dump_relocations): Likewise.
136         (get_tic6x_dynamic_type): New.
137         (get_dynamic_type): Call it.
138         (get_machine_flags): Handle EF_C6000_REL.
139         (get_osabi_name): Handle machine-specific values only for relevant
140         machines.  Handle C6X values.
141         (get_tic6x_segment_type): New.
142         (get_segment_type): Call it.
143         (get_tic6x_section_type_name): New.
144         (get_section_type_name): Call it.
145         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
146         EM_TI_C6000.
147
148 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
149
150         * doc/binutils.texi (readelf) <unwind information>: Mention support for
151         ARM unwind tables.
152
153 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
154
155         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
156
157 2010-03-17  Alan Modra  <amodra@gmail.com>
158
159         * readelf.c (dump_arm_unwind): Warning fix.
160
161 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
162
163         * MAINTAINERS: Update my email address.  List Tristan Gingold
164         as the release branch maintainer.
165
166 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
167
168         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
169
170 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
171
172         * NEWS: Document .ARM.exidx / .ARM.extab support.
173
174         * dwarf.c (read_leb128): Make non-static.
175         * dwarf.h (read_leb128): Declare.
176         * readelf.c (REMOVE_ARCH_BITS): Define.
177         (find_section_by_address): New.
178         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
179         (find_symbol_for_address): Handle the Thumb bit for ARM, by
180         using REMOVE_ARCH_BITS.
181         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
182         (arm_free_section, arm_section_get_word, decode_arm_unwind)
183         (dump_arm_unwind, arm_process_unwind): New.
184         (process_unwind): Handle ARM.
185
186 2010-02-26  Jie Zhang  <jie@codesourcery.com>
187
188         * MAINTAINERS: Update my email address.
189
190 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
191
192         PR binutils/11298
193         * doc/binutils.texi (windmc): Fix synopsis and description of
194         ASCII options.
195
196 2010-02-19  Alan Modra  <amodra@gmail.com>
197
198         * readelf.c (get_group_flags): Return empty string when flags zero.
199         Add space in other returned values.
200         (process_section_groups): Adjust format string.
201
202 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
203
204         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
205         newly permitted attribute values.
206         (arm_attr_tag_Virtualization_use): Likewise.
207         (arm_attr_tag_DIV_use): Add description of new attribute.
208         (arm_attr_tag_MPextension_use_legacy): Likewise.
209
210 2010-02-15  Nick Clifton  <nickc@redhat.com>
211
212         * po/vi.po: Updated Vietnamese translation.
213
214 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
215
216         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
217         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
218
219 2010-02-08  Jim Blandy  <jimb@red-bean.com>
220
221         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
222         'z' augmentation strings.
223
224 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
225
226         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
227         a new address, so as not to reuse a previous, non-related reloc.
228
229 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
230
231         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
232
233 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
234
235         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
236         sections.
237
238 2010-01-28  Nick Clifton  <nickc@redhat.com>
239
240         PR 11225
241         * objdump.c (only): Replace with linked list.
242         (only_size, only_used): Replace with only_list.
243         (process_section_p): Set seen field on matches sections.
244         (add_only): New function.
245         (free_only_list): New function.
246         (disassemble_section): Check only_list.
247         (main): Use add_only and free_only_list.
248
249 2010-01-26  Tristan Gingold  <gingold@adacore.com>
250
251         * Makefile.am (bin2c): Add libintl dependance and library.
252         * Makefile.in: Regenerate.
253
254 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
255
256         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
257
258 2010-01-19  Ian Lance Taylor  <iant@google.com>
259
260         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
261         with non-ordinary files like /dev/null.
262
263 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
264             Alan Modra <amodra@gmail.com>
265
266         * readelf.c (process_file_header): Handle e_phnum extension.
267
268 2010-01-14  Tristan Gingold  <gingold@adacore.com>
269
270         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
271         and DW_AT_GNAT_descriptive_type.
272
273 2010-01-13  Tristan Gingold  <gingold@adacore.com>
274
275         * ar.c (main): Use lbasename.
276         (normalize): Ditto.
277         * objdump.c (update_source_path): Ditto.
278
279 2010-01-12  Tristan Gingold  <gingold@adacore.com>
280
281         * makefile.vms (CFLAGS): Turns warnings into informational messages.
282
283 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
284
285         PR ld/11146
286         * NEWS: Mention --dyn-syms for readelf.
287
288         * readelf.c (do_dyn_syms): New.
289         (OPTION_DYN_SYMS): Likewise.
290         (options): Add "dyn-syms".
291         (usage): Add --dyn-syms.
292         (parse_args): Handle OPTION_DYN_SYMS.
293         (process_symbol_table): Handle do_dyn_syms.
294         (process_object): Likewise.
295         (process_archive): Likewise.
296
297         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
298         symbol hash tables for -D.
299
300 2010-01-11  Nick Clifton  <nickc@redhat.com>
301
302         * NEWS: Mention addition of elfedit.
303
304         * po/fi.po: Updated Finnish translation.
305
306 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
307
308         * Makefile.in: Regenerate.
309         * configure: Regenerate.
310         * doc/Makefile.in: Regenerate.
311
312 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
313
314         * version.c (print_version): Change to "Copyright 2010".
315
316 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
317
318         * elfedit.c (input_elf_type): New.
319         (output_elf_type): Likewise.
320         (elf_type): Likewise.
321         (update_elf_header): Support updating ELF file type.
322         (command_line_switch): Add OPTION_INPUT_TYPE and
323         OPTION_OUTPUT_TYPE.
324         (options): Likewise.
325         (usage): Add --input-type and --output-type.
326         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
327         one of --output-mach and --output-type must be specified.
328
329         * doc/binutils.texi: Document --input-type and --output-type
330         for elfedit.
331
332 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
333
334         * doc/binutils.texi: Fix a typo.
335
336 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
337
338         * elfedit.c (update_elf_header): Don't change input_elf_class
339         nor input_elf_machine if they are -1.
340
341 2010-01-08  Tristan Gingold  <gingold@adacore.com>
342
343         * ar.c: Remove bfd_special_undocumented_glue prototype.
344
345 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
346
347         * elfedit.c (update_elf_header): Reformat.
348
349 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
350
351         * readelf.c (usage): Fix indent for --symbols.
352
353 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
354
355         * doc/binutils.texi: Replace -histogram with --histogram.
356
357 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
358
359         PR binutils/11131
360         * Makefile.am (ELFEDIT_PROG): New.
361         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
362         (CFILES): Add elfedit.c.
363         (elfedit_DEPENDENCIES): New.
364         (elfedit_SOURCES): Likewise.
365         (elfedit_LDADD): Likewise.
366         * Makefile.in: Regenerated.
367
368         * elfedit.c: New.
369
370         * doc/binutils.texi: Document elfedit.
371
372         * doc/Makefile.am (man_MANS): Add elfedit.1.
373         (elfedit.1): New.
374         * doc/Makefile.in: Regenerated.
375
376 2010-01-06  Tristan Gingold  <gingold@adacore.com>
377
378         * nm.c (usage): Remove extra blanks.
379
380 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
381
382         * objcopy.c: Update copyright.
383         * readelf.c: Likewise.
384
385 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
386
387         PR binutils/11130
388         * objcopy.c (copy_object): Remove "Warning: " from error
389         message.
390
391 2010-01-04  Nick Clifton  <nickc@redhat.com>
392
393         PR 11128
394         * readelf.c (dump_section_as_strings): Use two separate
395         invocations of printf() in order to work around bugs in
396         the Solaris 8 implementation.
397
398 2010-01-04  Nick Clifton  <nickc@redhat.com>
399
400         * po/ru.po: Updated Russian translation.
401
402 For older changes see ChangeLog-2009
403 \f
404 Local Variables:
405 mode: change-log
406 left-margin: 8
407 fill-column: 74
408 version-control: never
409 End: