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