2010-10-30 Kai Tietz <kai.tietz@onevision.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
290c52bd
KT
12010-10-30 Kai Tietz <kai.tietz@onevision.com>
2
3 * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
4 directives.
5
3cbd1c06
JM
62010-10-29 Joseph Myers <joseph@codesourcery.com>
7
8 * readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
9 not hardcoded 32. Display name of this attribute.
10
4a114e3e
L
112010-10-29 H.J. Lu <hongjiu.lu@intel.com>
12
13 * addr2line.c (process_file): Set BFD_DECOMPRESS.
14
15 * objcopy.c (do_debug_sections): New.
16 (OPTION_COMPRESS_DEBUG_SECTIONS): New.
17 (OPTION_DECOMPRESS_DEBUG_SECTIONS): Likewise.
18 (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and
19 OPTION_DECOMPRESS_DEBUG_SECTIONS.
20 (copy_usage): Add --compress-debug-sections and
21 --decompress-debug-sections.
22 (copy_file): Set BFD_COMPRESS or BFD_DECOMPRESS.
23 (copy_section): Replace bfd_get_section_contents with
24 bfd_get_full_section_contents.
25 (copy_main): Handle OPTION_COMPRESS_DEBUG_SECTIONS and
26 OPTION_DECOMPRESS_DEBUG_SECTIONS. Check do_debug_sections to
27 rename DWARF debug sections.
28
29 * objdump.c (load_specific_debug_section): Replace
30 bfd_get_section_contents with bfd_get_full_section_contents.
31 Remove bfd_uncompress_section_contents.
32 (dump_section): Replace bfd_get_section_contents with
33 bfd_get_full_section_contents.
34 (display_file): Set BFD_DECOMPRESS if needed.
35
36 * readelf.c (uncompress_section_contents): Set buffer to NULL
37 to indiate decompression failure.
38 (load_specific_debug_section): Always call
39 uncompress_section_contents.
40
41 * doc/binutils.texi: Document --compress-debug-sections and
42 --decompress-debug-sections.
43
e58bcb8f
NC
442010-10-29 Nick Clifton <nickc@redhat.com>
45
46 PR binutils/12058
47 * ar.c (usage): Revert previous change. Describe how 's' can be
48 used as a command letter.
49 * doc/binutils.texi (ar cmdline): Describe how 's' can be used as
50 a command letter.
51
b5593623
JM
522010-10-29 Bernd Schmidt <bernds@codesourcery.com>
53 Joseph Myers <joseph@codesourcery.com>
54
55 * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
56
3a728a9c
NC
572010-10-28 Nick Clifton <nickc@redhat.com>
58
59 PR binutils/12058
60 * ar.c (usage): Remove spurious 's' from list of accepted command
61 letters.
62
137b6b5f
AM
632010-10-28 Alan Modra <amodra@gmail.com>
64
65 * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
66 (is_32bit_pcrel_reloc): Support microblaze.
67
a41df094
NC
682010-10-26 Nick Clifton <nickc@redhat.com>
69
70 * po/ja.po: Updated Japanese transaltion.
71
75fa6dc1
JM
722010-10-21 Joseph Myers <joseph@codesourcery.com>
73
74 * readelf.c (display_tic6x_attribute): Update for attribute
75 renaming.
76
598aaa76
L
772010-10-08 H.J. Lu <hongjiu.lu@intel.com>
78
79 * dwarf.c (byte_get_signed): Make it extern.
80
81 * dwarf.h (byte_get_signed): New.
82
83 * readelf.c (BYTE_GET_SIGNED): New.
84 (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
85 (dump_relocations): Properly dump r_addend.
86
a46d1146
JM
872010-10-08 Joseph Myers <joseph@codesourcery.com>
88
89 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
90 (set_print_radix): Update for __MSVCRT__ definition of
91 value_format_64bit.
92
9ccb8af9
AM
932010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
94
95 Fix build with -DDEBUG=7
96 * nlmheader.y (DEBUG token): Rename to DEBUG_K.
97
8e085dd2
AM
982010-10-06 Alan Modra <amodra@gmail.com>
99
100 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
101
a8c62f1c
AM
1022010-10-05 Alan Modra <amodra@gmail.com>
103
104 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
105 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
106 (list_supported_targets): Tidy.
107 * objdump.c (free_only_list): Formatting.
108 (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
109 object".
110 (update_source_path): Delete redundant check for NULL filename.
111 (disassemble_bytes): Error if disassemble_fn returns a value
112 that won't increment address.
113 (disassemble_data): Don't capitalize error message.
114 (read_section_stabs): Likewise.
115 (main): Return non-zero exit status on bad options.
116
a4b8af35
L
1172010-10-03 H.J. Lu <hongjiu.lu@intel.com>
118
119 PR binutils/12088
120 * nm.c (plugin_target): New.
121 (main): Set plugin_target to "plugin" for --plugin.
122 (display_file): Pass plugin_target to bfd_openr if target
123 isn't set.
124
3cac54d2
RW
1252010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
126
127 * configure: Regenerate.
128
1c37c8ce
MF
1292010-09-22 Mike Frysinger <vapier@gentoo.org>
130
131 * MAINTAINERS: Add self as ADI Blackfin maintainer.
132
553c6717 1332010-09-17 H.J. Lu <hongjiu.lu@intel.com>
a2478677
L
134
135 * emul_aix.c (ar_emul_aix_append): Add a target argument
136 and ignore it if it is set.
137 (ar_emul_aix5_append): Likewise.
138 (ar_emul_aix_replace): Likewise.
139 (ar_emul_aix5_replace): Likewise.
140
492d5973
L
1412010-09-15 H.J. Lu <hongjiu.lu@intel.com>
142
143 * ar.c (plugin_target): New.
144 (main): Set plugin_target to "plugin" for --plugin.
145 (open_inarch): Initialize target to plugin_target.
146 (replace_members): Pass plugin_target to ar_emul_replace
147 and ar_emul_append.
148
149 * binemul.h (ar_emul_append): Add a target argument.
150 (ar_emul_default_append): Likewise.
151 (ar_emul_replace): Likewise.
152 (ar_emul_default_replace): Likewise.
153 (bin_emulation_xfer_struct): Add a target argument to
154 ar_append and ar_replace.
155
156 * binemul.c (ar_emul_append): Updated. Pass target to bfd_openr.
157 (do_ar_emul_default_append): Likewise.
158 (ar_emul_default_append): Likewise.
159 (ar_emul_replace): Likewise.
160 (ar_emul_default_replace): Likewise.
161
b7dd81f7
NC
1622010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
163
164 * objcopy.c: Add --interleave-width option to allow interleaving
165 of more than one byte at a time.
166 (copy_width): New variable.
167 (copy_options): Add --interleave-width.
168 (copy_section): When interleaving copy in units of copy_width
169 bytes.
170 (copy_main): Parse the new option.
171 * doc/binutils: Document the new option.
172 * NEWS: Mention the new feature.
173
8383c696
JJ
1742010-09-09 Jakub Jelinek <jakub@redhat.com>
175
176 * dwarf.c (decode_location_expression): Fix data adjustment
177 for DW_OP_GNU_implicit_pointer in v3+.
178
75875724
TG
1792010-09-09 Tristan Gingold <gingold@adacore.com>
180
181 * NEWS: Add entry to NEWS for hppa/som.
182
b7807392
JJ
1832010-09-09 Jakub Jelinek <jakub@redhat.com>
184
185 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
186 * dwarf.c (decode_location_expression): Add offset_size and
187 dwarf_version arguments. Prefix DIE offset with 0x for
188 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
189 complain if in frame info section. Handle
190 DW_OP_GNU_implicit_pointer.
191 (read_and_display_attr_value, display_debug_loc,
192 display_debug_frames): Adjust decode_location_expression callers.
193 (process_debug_info): Save offset_size and dwarf_version values
194 into debug_information array.
195
3dbcc61d
NC
1962010-09-07 Nick Clifton <nickc@redhat.com>
197
198 * readelf.c (process_section_headers): Mention meaning of 'l'
199 section flag for x86-64 targets.
200
18464d4d
JK
2012010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
202 Jakub Jelinek <jakub@redhat.com>
203
204 * dwarf.c (regname): New declaration.
205 (decode_location_expression): Print for registers also regname output.
206
b129eb0e
RH
2072010-09-02 Richard Henderson <rth@redhat.com>
208
209 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
210 (init_dwarf_regnames): Use them.
211 * dwarf.h: Declare them.
212 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
213 the regnames, rather than using elf_machine_code.
214
2152010-09-02 Richard Henderson <rth@redhat.com>
09fc85f6
RH
216
217 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
218
d0514c49
L
2192010-08-23 H.J. Lu <hongjiu.lu@intel.com>
220
221 * elfedit.c (input_elf_osabi): New.
222 (output_elf_osbi): Likewise.
223 (osabis): Likewise.
224 (elf_osabi): Likewise.
225 (update_elf_header): Support updating ELF OSABI.
226 (make_qualified_name): Break long line.
227 (command_line_switch): Add OPTION_INPUT_OSABI and
228 OPTION_OUTPUT_OSABI.
229 (options): Likewise.
230 (usage): Add --input-osabi and --output-osabi.
231 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
232
233 * doc/binutils.texi: Document --input-osabi and --output-osabi
234 for elfedit.
235
9eeefea8
MR
2362010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
237
238 * readelf.c (display_mips_gnu_attribute): Replace GCC options
239 with a textual description of a MIPS32r2 64-bit FPU.
240
dd24e3da
NC
2412010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
242
243 PR binutils/11889
244 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
245 sh_entsize.
246 (get_64bit_elf_symbols): Likewise.
247 (process_symbol_table): Likewise.
248 (process_section_groups): Check for corrupt headers.
249 (process_version_sections): Check for corrupt indicies.
250 (process_corefile_note_segment): Likewise.
251
f608cd77
NS
2522010-08-13 Nathan Sidwell <nathan@codesourcery.com>
253
254 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
255 variants.
256
0ac6fba0
AM
2572010-08-13 Tom Tromey <tromey@redhat.com>
258
259 * dwarf.c (process_debug_info): Don't subtract section address
260 when calculating location of cu abbrev within section.
261
2e49a6d0
NC
2622010-08-12 Michael Haubenwallner <haubi@gentoo.org>
263
264 PR binutils/11742
265 * readelf.c (get_archive_member_name): Do not read beyond the end
266 of the ar_name field.
267
1c4cc746
TG
2682010-08-03 Tristan Gingold <gingold@adacore.com>
269
270 * dwarf.c (display_debug_lines): Mark file argument unused.
271 Do not try to load .debug_info section.
272
c47320c3
AM
2732010-08-02 Alan Modra <amodra@gmail.com>
274
275 * readelf.c (apply_relocations): D30V is really REL.
276
1cd986c5
NC
2772010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
278 Ina Pandit <ina.pandit@kpitcummins.com>
279
280 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
281
5506d11a
AM
2822010-07-22 Alan Modra <amodra@gmail.com>
283
284 * readelf.c: Add Moxie support.
285
f4638467
AM
2862010-07-20 Alan Modra <amodra@gmail.com>
287
288 * readelf.c (process_program_headers): Don't ignore all zero size
289 sections.
290
1d0055ea
AS
2912010-07-19 Andreas Schwab <schwab@redhat.com>
292
293 * readelf.c (process_section_headers): Update key to flags.
294
447049af
DK
2952010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
296
297 * objcopy.c (copy_usage): Tweak previous typofix.
298
235f6e53
L
2992010-07-17 H.J. Lu <hongjiu.lu@intel.com>
300
301 * objcopy.c (copy_usage): Fix a typo.
302
f14ead0d
KT
3032010-07-15 Kai Tietz <kai.tietz@onevision.com>
304
305 * dllwrap.c (main): Make sure is_leading_underscore
306 gets initialized with correct default.
307
d3dbc530
AM
3082010-07-05 Alan Modra <amodra@gmail.com>
309
310 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
311
0acf065b
CC
3122010-07-03 Cary Coutant <ccoutant@google.com>
313
314 * objdump.c (load_specific_debug_section): Decompress section contents
315 before applying relocations.
316 * readelf.c (load_specific_debug_section): Update section size after
317 decompression.
318
6c67a030
AM
3192010-06-29 Alan Modra <amodra@gmail.com>
320
0ac6fba0 321 PR binutils/3166
6c67a030
AM
322 * objcopy.c (is_strip_section): Revert 2006-09-05.
323 (setup_section): Make SHT_GROUP section nobits.
324
360cfc9c
AM
3252010-06-29 Alan Modra <amodra@gmail.com>
326
327 * configure: Regenerate.
328 * po/POTFILES.in: Regenerate.
329
c7e2358a
AM
3302010-06-27 Alan Modra <amodra@gmail.com>
331
332 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
333
83bcb379
NC
3342010-06-17 Nick Clifton <nickc@redhat.com>
335
336 PR binutils/11711
337 * windres.c (enum option_values): New enum.
338 (long_options): Use separate option number for --include-dir
339 option.
340 (main): Separate backwards compatibility check from code to
341 implement --include-dir. Check to see if directory exists and do
342 not complain if it does.
343
59e6276b
JM
3442010-06-15 Joseph Myers <joseph@codesourcery.com>
345
346 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
347 New.
348 (process_arch_specific): Call process_tic6x_specific for
349 EM_TI_C6000.
350
7f01b0c6
L
3512010-06-11 H.J. Lu <hongjiu.lu@intel.com>
352
353 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
354 for 0x%lx.
355
28f997cf
TG
3562010-06-11 Tristan Gingold <gingold@adacore.com>
357 Doug Rupp <rupp@gnat.com>
358
359 * readelf.c (is_ia64_vms): New function.
360 (dump_relocations): Use it.
361 (get_machine_flags): Display IA-64 OpenVMS flags.
362 (process_program_headers): No error on OpenVMS if no .dynamic section.
363 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
364 declarations.
365 (dump_ia64_vms_dynamic_fixups): New function.
366 (dump_ia64_vms_dynamic_relocs): Ditto.
367 (process_ia64_vms_dynamic_relocs): Ditto.
368 (process_relocs): Handle IA-64 OpenVMS relocs.
369 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
370 (print_vms_time): New function.
371 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
372 DT_IA_64_VMS_LNKFLAGS.
373 (get_ia64_symbol_other): New function.
374 (get_symbol_other): Handle EM_IA_64.
375
9bcd0325
TG
3762010-06-11 Tristan Gingold <gingold@adacore.com>
377
378 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
379 (UNW_DEC_ABI): Ditto for abiname.
380 (unw_decode_table): Make it const.
381
e466bc6e
TG
3822010-06-10 Tristan Gingold <gingold@adacore.com>
383
384 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
385 not inplace.
386
8e45593f
NC
3872010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
388 Joseph Myers <joseph@codesourcery.com>
389 Andrew Stubbs <ams@codesourcery.com>
390
391 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
392
52a6ecd2
NC
3932010-05-25 Jay Krell <jay.krell@cornell.edu>
394
395 PR ld/11621
396 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
397 * Makefile.in: Regenerate.
398
6f875884
TG
3992010-05-24 Tristan Gingold <gingold@adacore.com>
400
401 * readelf.c (usage): Add new trace sections for --debug-dump.
402 (process_section_headers): Handle dump of trace sections.
403 * objdump.c (usage): Add new trace sections for --dwarf.
404 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
405 (do_trace_aranges): Ditto.
406 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
407 and trace_aranges literals.
408 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
409 (do_trace_aranges): Ditto.
410 (process_debug_info): Add abbrev_sec argument and replace
411 abbrev with abbrev_sec.
412 (load_debug_info): Adjust call of process_debug_info.
413 (display_debug_info): Ditto.
414 (display_trace_info): New function.
415 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
416 and trace_aranges sections name.
417 (dwarf_select_sections_all): Also select trace sections.
418 (debug_displays): Reindent. Add entries for the trace sections.
419 * doc/binutils.texi (readelf): Document new --dwarf parameters.
420 (objdump): Ditto.
421
18ae9cc1
L
4222010-05-18 H.J. Lu <hongjiu.lu@intel.com>
423
424 PR gas/11600
425 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
426 generic flag.
427
6540b386
TG
4282010-05-07 Tristan Gingold <gingold@adacore.com>
429
430 * Makefile.in: Regenerate with automake 1.11.1.
431 * aclocal.m4: Ditto.
432 * doc/Makefile.in: Ditto.
433
7f502d6c
L
4342010-05-06 H.J. Lu <hongjiu.lu@intel.com>
435
436 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
437 * readelf.c (get_elf_section_flags): Likewise.
438 (process_section_headers): Likewise.
439
3e01a7fd
NC
4402010-05-05 Nick Clifton <nickc@redhat.com>
441
442 * po/es.po: Updated Spanish translation.
443
1d2ca237
KT
4442010-04-27 Kai Tietz <kai.tietz@onevision.com>
445
446 * dlltool.c (main): Query for bfd's underscoring default for
447 default target case.
448
4ba3f034
NC
4492010-04-27 Nick Clifton <nickc@redhat.com>
450
451 * po/ru.po: Updated Russian translation.
452
9a83a553
AM
4532010-04-23 Alan Modra <amodra@gmail.com>
454
455 * readelf.c (process_program_headers): Replace use of
456 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
457
9c9c98a5
NC
4582010-04-22 Nick Clifton <nickc@redhat.com>
459
460 * po/binutils.pot: Updated by the Translation project.
461 * po/fi.po: Updated Finnish translation.
462 * po/vi.po: Updated Vietnamese translation.
463 * po/bg.po: New Bulgarian translation.
464 * configure.in (ALL_LINGUAS): Add bg.
465 * configure: Regenerate.
466
21b13a54
NC
4672010-04-20 Nick Clifton <nickc@redhat.com>
468
469 * po/fr.po: Updated french translation.
470
2b692964
NC
4712010-04-20 Nick Clifton <nickc@redhat.com>
472
473 * readelf.c: Add _() macros to constant strings that are
474 translatable.
475
0982e157
MR
476 * readelf.c (display_mips_gnu_attribute): Replace GCC options
477 with a textual description of single and double precision float.
478
75375b3e
MGD
4792010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
480
481 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
482 (arm_attr_tag_ABI_align8_needed): Remove.
483 (arm_attr_tag_ABI_align8_preserved): Remove.
484 (arm_attr_tag_ABI_HardFP_use): Update text strings.
485 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
486 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
487
1e70a64d
NC
4882010-04-13 Nick Clifton <nickc@redhat.com>
489
490 PR binutils/11419
491 * dwarf.c (process_debug_info): Initialise the signature array.
492
3d540e93
NC
4932010-04-09 Nick Clifton <nickc@redhat.com>
494
495 * dwarf.c (process_debug_info): Remove unused variable
496 cu_abbrev_offset_ptr.
497 (display_debug_lines_decoded): Remove unused variable prev_line.
498 * elfedit.c (process_archive): Remove unused variable
499 file_name_size.
500 * ieee.c (ieee_start_compilation_unit): Remove unused variable
501 nindx.
502 (ieee_set_type): Remove unused variables info, targetindx and
503 baseindx.
504 * objdump.c (disassmble_byte): Remove unused variable done_dot.
505 * rddbg.c (read_section_stabs_debugging_info): Remove unused
506 variable other.
507 * readelf.c (dump_section_as_strings): Remove unused variable
508 addr.
509 (process_archive): Remove unused variable file_name_size.
510 * stabs.c (parse_stab_string): Mark desc parameter as unused.
511 Remove unused variable lineno.
512 (parse_stab_struct_type): Remove unused variable orig.
513 (stab_demangle_type): Remove unused variables constp, volatilep
514 and hold.
515
397841b5
AM
5162010-04-07 Alan Modra <amodra@gmail.com>
517
518 * configure: Regenerate.
519
bd32c6bd
NC
5202010-04-06 Nick Clifton <nickc@redhat.com>
521
522 * po/vi.po: Updated Vietnamese translation.
523
a233b20c
JJ
5242010-04-05 Jakub Jelinek <jakub@redhat.com>
525
604282a7
JJ
526 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
527 fields.
528 (display_debug_frames): Handle CIE version 4.
529
a233b20c
JJ
530 * dwarf.c (struct State_Machine_Registers): Add op_index field,
531 change end_sequence type to unsigned char.
532 (reset_state_machine): Clear op_index.
533 (process_extended_line_op): For DW_LNE_set_address clear op_index.
534 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
535 Track op_index state machine register and print it if
536 li_max_ops_per_insn is != 1.
537 (display_debug_lines_decoded): Likewise.
538
932fd279
JJ
5392010-04-01 Jakub Jelinek <jakub@redhat.com>
540
541 * dwarf.c (read_and_display_attr_value): Don't reject
542 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
543 and DW_FORM_exprloc.
544 (process_debug_info): Handle cu_version == 4.
545 (display_debug_lines_raw, display_debug_lines_decoded): Handle
546 li_version == 4.
547
9f3d83dc
AS
5482010-03-30 Andreas Schwab <schwab@linux-m68k.org>
549
550 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
551 * Makefile.in: Regenerate.
552
40b36596
JM
5532010-03-25 Joseph Myers <joseph@codesourcery.com>
554
555 * MAINTAINERS: Add self as TI C6X maintainer.
556 * NEWS: Add news entry for TI C6X support.
557 * readelf.c: Include elf/tic6x.h.
558 (guess_is_rela): Handle EM_TI_C6000.
559 (dump_relocations): Likewise.
560 (get_tic6x_dynamic_type): New.
561 (get_dynamic_type): Call it.
562 (get_machine_flags): Handle EF_C6000_REL.
563 (get_osabi_name): Handle machine-specific values only for relevant
564 machines. Handle C6X values.
565 (get_tic6x_segment_type): New.
566 (get_segment_type): Call it.
567 (get_tic6x_section_type_name): New.
568 (get_section_type_name): Call it.
569 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
570 EM_TI_C6000.
571
ba7f2642
TS
5722010-03-25 Thomas Schwinge <thomas@codesourcery.com>
573
574 * doc/binutils.texi (readelf) <unwind information>: Mention support for
575 ARM unwind tables.
576
b115cf96
L
5772010-03-18 H.J. Lu <hongjiu.lu@intel.com>
578
579 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
580
8f73510c
AM
5812010-03-17 Alan Modra <amodra@gmail.com>
582
583 * readelf.c (dump_arm_unwind): Warning fix.
584
99164030
DJ
5852010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
586
587 * MAINTAINERS: Update my email address. List Tristan Gingold
588 as the release branch maintainer.
589
44ec90b9
RO
5902010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
591
592 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
593
0b6ae522
DJ
5942010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
595
596 * NEWS: Document .ARM.exidx / .ARM.extab support.
597
598 * dwarf.c (read_leb128): Make non-static.
599 * dwarf.h (read_leb128): Declare.
600 * readelf.c (REMOVE_ARCH_BITS): Define.
601 (find_section_by_address): New.
602 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
603 (find_symbol_for_address): Handle the Thumb bit for ARM, by
604 using REMOVE_ARCH_BITS.
605 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
606 (arm_free_section, arm_section_get_word, decode_arm_unwind)
607 (dump_arm_unwind, arm_process_unwind): New.
608 (process_unwind): Handle ARM.
609
92fc7b4f
JZ
6102010-02-26 Jie Zhang <jie@codesourcery.com>
611
612 * MAINTAINERS: Update my email address.
613
826fec2f
NC
6142010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
615
616 PR binutils/11298
617 * doc/binutils.texi (windmc): Fix synopsis and description of
618 ASCII options.
619
220453ec
AM
6202010-02-19 Alan Modra <amodra@gmail.com>
621
622 * readelf.c (get_group_flags): Return empty string when flags zero.
623 Add space in other returned values.
624 (process_section_groups): Adjust format string.
625
cd21e546
MGD
6262010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
627
628 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
629 newly permitted attribute values.
630 (arm_attr_tag_Virtualization_use): Likewise.
631 (arm_attr_tag_DIV_use): Add description of new attribute.
632 (arm_attr_tag_MPextension_use_legacy): Likewise.
633
ab7875de
NC
6342010-02-15 Nick Clifton <nickc@redhat.com>
635
636 * po/vi.po: Updated Vietnamese translation.
637
d7eeb400
MS
6382010-02-09 Michael Holzheu <holzheu@de.ibm.com>
639
640 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
641 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
642
d80e8de2
JB
6432010-02-08 Jim Blandy <jimb@red-bean.com>
644
645 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
646 'z' augmentation strings.
647
bb7c70ed
NC
6482010-02-08 Christophe Lyon <christophe.lyon@st.com>
649
650 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
651 a new address, so as not to reuse a previous, non-related reloc.
652
4339cae0
L
6532010-02-02 H.J. Lu <hongjiu.lu@intel.com>
654
655 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
656
0930eddd
NS
6572010-02-01 Nathan Sidwell <nathan@codesourcery.com>
658
659 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
660 sections.
661
70ecb384
NC
6622010-01-28 Nick Clifton <nickc@redhat.com>
663
664 PR 11225
665 * objdump.c (only): Replace with linked list.
666 (only_size, only_used): Replace with only_list.
667 (process_section_p): Set seen field on matches sections.
668 (add_only): New function.
669 (free_only_list): New function.
670 (disassemble_section): Check only_list.
671 (main): Use add_only and free_only_list.
672
571f7b5e
TG
6732010-01-26 Tristan Gingold <gingold@adacore.com>
674
675 * Makefile.am (bin2c): Add libintl dependance and library.
676 * Makefile.in: Regenerate.
677
55786da2 6782010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 679
55786da2
AK
680 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
681
500ee42e
ILT
6822010-01-19 Ian Lance Taylor <iant@google.com>
683
684 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
685 with non-ordinary files like /dev/null.
686
2046a35d
AM
6872010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
688 Alan Modra <amodra@gmail.com>
689
0ac6fba0 690 * readelf.c (process_file_header): Handle e_phnum extension.
2046a35d 691
60a0e0e7
TG
6922010-01-14 Tristan Gingold <gingold@adacore.com>
693
694 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
695 and DW_AT_GNAT_descriptive_type.
696
fd3a6816
TG
6972010-01-13 Tristan Gingold <gingold@adacore.com>
698
699 * ar.c (main): Use lbasename.
700 (normalize): Ditto.
701 * objdump.c (update_source_path): Ditto.
702
6cdb8d82
TG
7032010-01-12 Tristan Gingold <gingold@adacore.com>
704
705 * makefile.vms (CFLAGS): Turns warnings into informational messages.
706
2c610e4b
L
7072010-01-11 H.J. Lu <hongjiu.lu@intel.com>
708
709 PR ld/11146
710 * NEWS: Mention --dyn-syms for readelf.
711
712 * readelf.c (do_dyn_syms): New.
2c610e4b
L
713 (OPTION_DYN_SYMS): Likewise.
714 (options): Add "dyn-syms".
715 (usage): Add --dyn-syms.
716 (parse_args): Handle OPTION_DYN_SYMS.
717 (process_symbol_table): Handle do_dyn_syms.
718 (process_object): Likewise.
719 (process_archive): Likewise.
720
721 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
722 symbol hash tables for -D.
723
20703056
NC
7242010-01-11 Nick Clifton <nickc@redhat.com>
725
d2420a8c
NC
726 * NEWS: Mention addition of elfedit.
727
20703056
NC
728 * po/fi.po: Updated Finnish translation.
729
3725885a
RW
7302010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
731
732 * Makefile.in: Regenerate.
733 * configure: Regenerate.
734 * doc/Makefile.in: Regenerate.
735
5256a5b0
L
7362010-01-08 H.J. Lu <hongjiu.lu@intel.com>
737
738 * version.c (print_version): Change to "Copyright 2010".
739
dd35de74
L
7402010-01-08 H.J. Lu <hongjiu.lu@intel.com>
741
742 * elfedit.c (input_elf_type): New.
743 (output_elf_type): Likewise.
744 (elf_type): Likewise.
745 (update_elf_header): Support updating ELF file type.
746 (command_line_switch): Add OPTION_INPUT_TYPE and
747 OPTION_OUTPUT_TYPE.
748 (options): Likewise.
749 (usage): Add --input-type and --output-type.
750 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
751 one of --output-mach and --output-type must be specified.
752
753 * doc/binutils.texi: Document --input-type and --output-type
754 for elfedit.
755
c7a795f8
L
7562010-01-08 H.J. Lu <hongjiu.lu@intel.com>
757
758 * doc/binutils.texi: Fix a typo.
759
2dc654c3
L
7602010-01-08 H.J. Lu <hongjiu.lu@intel.com>
761
762 * elfedit.c (update_elf_header): Don't change input_elf_class
763 nor input_elf_machine if they are -1.
764
2ad0e9f1
TG
7652010-01-08 Tristan Gingold <gingold@adacore.com>
766
767 * ar.c: Remove bfd_special_undocumented_glue prototype.
768
71a72a84
L
7692010-01-07 H.J. Lu <hongjiu.lu@intel.com>
770
771 * elfedit.c (update_elf_header): Reformat.
772
3f08eb35
L
7732010-01-07 H.J. Lu <hongjiu.lu@intel.com>
774
775 * readelf.c (usage): Fix indent for --symbols.
776
ed22650e
L
7772010-01-07 H.J. Lu <hongjiu.lu@intel.com>
778
779 * doc/binutils.texi: Replace -histogram with --histogram.
780
30fd33bb
L
7812010-01-06 H.J. Lu <hongjiu.lu@intel.com>
782
783 PR binutils/11131
784 * Makefile.am (ELFEDIT_PROG): New.
785 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
786 (CFILES): Add elfedit.c.
787 (elfedit_DEPENDENCIES): New.
788 (elfedit_SOURCES): Likewise.
789 (elfedit_LDADD): Likewise.
790 * Makefile.in: Regenerated.
791
792 * elfedit.c: New.
793
794 * doc/binutils.texi: Document elfedit.
795
796 * doc/Makefile.am (man_MANS): Add elfedit.1.
797 (elfedit.1): New.
798 * doc/Makefile.in: Regenerated.
799
d2ca6b5b
TG
8002010-01-06 Tristan Gingold <gingold@adacore.com>
801
802 * nm.c (usage): Remove extra blanks.
d2ca6b5b 803
a0f19280
L
8042010-01-04 H.J. Lu <hongjiu.lu@intel.com>
805
806 * objcopy.c: Update copyright.
807 * readelf.c: Likewise.
808
c1e2cb9d
L
8092010-01-04 H.J. Lu <hongjiu.lu@intel.com>
810
811 PR binutils/11130
812 * objcopy.c (copy_object): Remove "Warning: " from error
813 message.
814
c975cc98
NC
8152010-01-04 Nick Clifton <nickc@redhat.com>
816
817 PR 11128
818 * readelf.c (dump_section_as_strings): Use two separate
819 invocations of printf() in order to work around bugs in
820 the Solaris 8 implementation.
821
619c8a7d
NC
8222010-01-04 Nick Clifton <nickc@redhat.com>
823
a0f19280 824 * po/ru.po: Updated Russian translation.
a6da20b5 825
43ecc30f 826For older changes see ChangeLog-2009
252b5132
RH
827\f
828Local Variables:
829mode: change-log
830left-margin: 8
831fill-column: 74
832version-control: never
833End:
This page took 0.593975 seconds and 4 git commands to generate.