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