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