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