bfd:
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
b5593623
JM
12010-10-29 Bernd Schmidt <bernds@codesourcery.com>
2 Joseph Myers <joseph@codesourcery.com>
3
4 * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
5
3a728a9c
NC
62010-10-28 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/12058
9 * ar.c (usage): Remove spurious 's' from list of accepted command
10 letters.
11
137b6b5f
AM
122010-10-28 Alan Modra <amodra@gmail.com>
13
14 * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
15 (is_32bit_pcrel_reloc): Support microblaze.
16
a41df094
NC
172010-10-26 Nick Clifton <nickc@redhat.com>
18
19 * po/ja.po: Updated Japanese transaltion.
20
75fa6dc1
JM
212010-10-21 Joseph Myers <joseph@codesourcery.com>
22
23 * readelf.c (display_tic6x_attribute): Update for attribute
24 renaming.
25
598aaa76
L
262010-10-08 H.J. Lu <hongjiu.lu@intel.com>
27
28 * dwarf.c (byte_get_signed): Make it extern.
29
30 * dwarf.h (byte_get_signed): New.
31
32 * readelf.c (BYTE_GET_SIGNED): New.
33 (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
34 (dump_relocations): Properly dump r_addend.
35
a46d1146
JM
362010-10-08 Joseph Myers <joseph@codesourcery.com>
37
38 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
39 (set_print_radix): Update for __MSVCRT__ definition of
40 value_format_64bit.
41
9ccb8af9
AM
422010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
43
44 Fix build with -DDEBUG=7
45 * nlmheader.y (DEBUG token): Rename to DEBUG_K.
46
8e085dd2
AM
472010-10-06 Alan Modra <amodra@gmail.com>
48
49 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
50
a8c62f1c
AM
512010-10-05 Alan Modra <amodra@gmail.com>
52
53 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
54 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
55 (list_supported_targets): Tidy.
56 * objdump.c (free_only_list): Formatting.
57 (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
58 object".
59 (update_source_path): Delete redundant check for NULL filename.
60 (disassemble_bytes): Error if disassemble_fn returns a value
61 that won't increment address.
62 (disassemble_data): Don't capitalize error message.
63 (read_section_stabs): Likewise.
64 (main): Return non-zero exit status on bad options.
65
a4b8af35
L
662010-10-03 H.J. Lu <hongjiu.lu@intel.com>
67
68 PR binutils/12088
69 * nm.c (plugin_target): New.
70 (main): Set plugin_target to "plugin" for --plugin.
71 (display_file): Pass plugin_target to bfd_openr if target
72 isn't set.
73
3cac54d2
RW
742010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
75
76 * configure: Regenerate.
77
1c37c8ce
MF
782010-09-22 Mike Frysinger <vapier@gentoo.org>
79
80 * MAINTAINERS: Add self as ADI Blackfin maintainer.
81
553c6717 822010-09-17 H.J. Lu <hongjiu.lu@intel.com>
a2478677
L
83
84 * emul_aix.c (ar_emul_aix_append): Add a target argument
85 and ignore it if it is set.
86 (ar_emul_aix5_append): Likewise.
87 (ar_emul_aix_replace): Likewise.
88 (ar_emul_aix5_replace): Likewise.
89
492d5973
L
902010-09-15 H.J. Lu <hongjiu.lu@intel.com>
91
92 * ar.c (plugin_target): New.
93 (main): Set plugin_target to "plugin" for --plugin.
94 (open_inarch): Initialize target to plugin_target.
95 (replace_members): Pass plugin_target to ar_emul_replace
96 and ar_emul_append.
97
98 * binemul.h (ar_emul_append): Add a target argument.
99 (ar_emul_default_append): Likewise.
100 (ar_emul_replace): Likewise.
101 (ar_emul_default_replace): Likewise.
102 (bin_emulation_xfer_struct): Add a target argument to
103 ar_append and ar_replace.
104
105 * binemul.c (ar_emul_append): Updated. Pass target to bfd_openr.
106 (do_ar_emul_default_append): Likewise.
107 (ar_emul_default_append): Likewise.
108 (ar_emul_replace): Likewise.
109 (ar_emul_default_replace): Likewise.
110
b7dd81f7
NC
1112010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
112
113 * objcopy.c: Add --interleave-width option to allow interleaving
114 of more than one byte at a time.
115 (copy_width): New variable.
116 (copy_options): Add --interleave-width.
117 (copy_section): When interleaving copy in units of copy_width
118 bytes.
119 (copy_main): Parse the new option.
120 * doc/binutils: Document the new option.
121 * NEWS: Mention the new feature.
122
8383c696
JJ
1232010-09-09 Jakub Jelinek <jakub@redhat.com>
124
125 * dwarf.c (decode_location_expression): Fix data adjustment
126 for DW_OP_GNU_implicit_pointer in v3+.
127
75875724
TG
1282010-09-09 Tristan Gingold <gingold@adacore.com>
129
130 * NEWS: Add entry to NEWS for hppa/som.
131
b7807392
JJ
1322010-09-09 Jakub Jelinek <jakub@redhat.com>
133
134 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
135 * dwarf.c (decode_location_expression): Add offset_size and
136 dwarf_version arguments. Prefix DIE offset with 0x for
137 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
138 complain if in frame info section. Handle
139 DW_OP_GNU_implicit_pointer.
140 (read_and_display_attr_value, display_debug_loc,
141 display_debug_frames): Adjust decode_location_expression callers.
142 (process_debug_info): Save offset_size and dwarf_version values
143 into debug_information array.
144
3dbcc61d
NC
1452010-09-07 Nick Clifton <nickc@redhat.com>
146
147 * readelf.c (process_section_headers): Mention meaning of 'l'
148 section flag for x86-64 targets.
149
18464d4d
JK
1502010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
151 Jakub Jelinek <jakub@redhat.com>
152
153 * dwarf.c (regname): New declaration.
154 (decode_location_expression): Print for registers also regname output.
155
b129eb0e
RH
1562010-09-02 Richard Henderson <rth@redhat.com>
157
158 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
159 (init_dwarf_regnames): Use them.
160 * dwarf.h: Declare them.
161 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
162 the regnames, rather than using elf_machine_code.
163
1642010-09-02 Richard Henderson <rth@redhat.com>
09fc85f6
RH
165
166 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
167
d0514c49
L
1682010-08-23 H.J. Lu <hongjiu.lu@intel.com>
169
170 * elfedit.c (input_elf_osabi): New.
171 (output_elf_osbi): Likewise.
172 (osabis): Likewise.
173 (elf_osabi): Likewise.
174 (update_elf_header): Support updating ELF OSABI.
175 (make_qualified_name): Break long line.
176 (command_line_switch): Add OPTION_INPUT_OSABI and
177 OPTION_OUTPUT_OSABI.
178 (options): Likewise.
179 (usage): Add --input-osabi and --output-osabi.
180 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
181
182 * doc/binutils.texi: Document --input-osabi and --output-osabi
183 for elfedit.
184
9eeefea8
MR
1852010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
186
187 * readelf.c (display_mips_gnu_attribute): Replace GCC options
188 with a textual description of a MIPS32r2 64-bit FPU.
189
dd24e3da
NC
1902010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
191
192 PR binutils/11889
193 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
194 sh_entsize.
195 (get_64bit_elf_symbols): Likewise.
196 (process_symbol_table): Likewise.
197 (process_section_groups): Check for corrupt headers.
198 (process_version_sections): Check for corrupt indicies.
199 (process_corefile_note_segment): Likewise.
200
f608cd77
NS
2012010-08-13 Nathan Sidwell <nathan@codesourcery.com>
202
203 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
204 variants.
205
0ac6fba0
AM
2062010-08-13 Tom Tromey <tromey@redhat.com>
207
208 * dwarf.c (process_debug_info): Don't subtract section address
209 when calculating location of cu abbrev within section.
210
2e49a6d0
NC
2112010-08-12 Michael Haubenwallner <haubi@gentoo.org>
212
213 PR binutils/11742
214 * readelf.c (get_archive_member_name): Do not read beyond the end
215 of the ar_name field.
216
1c4cc746
TG
2172010-08-03 Tristan Gingold <gingold@adacore.com>
218
219 * dwarf.c (display_debug_lines): Mark file argument unused.
220 Do not try to load .debug_info section.
221
c47320c3
AM
2222010-08-02 Alan Modra <amodra@gmail.com>
223
224 * readelf.c (apply_relocations): D30V is really REL.
225
1cd986c5
NC
2262010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
227 Ina Pandit <ina.pandit@kpitcummins.com>
228
229 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
230
5506d11a
AM
2312010-07-22 Alan Modra <amodra@gmail.com>
232
233 * readelf.c: Add Moxie support.
234
f4638467
AM
2352010-07-20 Alan Modra <amodra@gmail.com>
236
237 * readelf.c (process_program_headers): Don't ignore all zero size
238 sections.
239
1d0055ea
AS
2402010-07-19 Andreas Schwab <schwab@redhat.com>
241
242 * readelf.c (process_section_headers): Update key to flags.
243
447049af
DK
2442010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
245
246 * objcopy.c (copy_usage): Tweak previous typofix.
247
235f6e53
L
2482010-07-17 H.J. Lu <hongjiu.lu@intel.com>
249
250 * objcopy.c (copy_usage): Fix a typo.
251
f14ead0d
KT
2522010-07-15 Kai Tietz <kai.tietz@onevision.com>
253
254 * dllwrap.c (main): Make sure is_leading_underscore
255 gets initialized with correct default.
256
d3dbc530
AM
2572010-07-05 Alan Modra <amodra@gmail.com>
258
259 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
260
0acf065b
CC
2612010-07-03 Cary Coutant <ccoutant@google.com>
262
263 * objdump.c (load_specific_debug_section): Decompress section contents
264 before applying relocations.
265 * readelf.c (load_specific_debug_section): Update section size after
266 decompression.
267
6c67a030
AM
2682010-06-29 Alan Modra <amodra@gmail.com>
269
0ac6fba0 270 PR binutils/3166
6c67a030
AM
271 * objcopy.c (is_strip_section): Revert 2006-09-05.
272 (setup_section): Make SHT_GROUP section nobits.
273
360cfc9c
AM
2742010-06-29 Alan Modra <amodra@gmail.com>
275
276 * configure: Regenerate.
277 * po/POTFILES.in: Regenerate.
278
c7e2358a
AM
2792010-06-27 Alan Modra <amodra@gmail.com>
280
281 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
282
83bcb379
NC
2832010-06-17 Nick Clifton <nickc@redhat.com>
284
285 PR binutils/11711
286 * windres.c (enum option_values): New enum.
287 (long_options): Use separate option number for --include-dir
288 option.
289 (main): Separate backwards compatibility check from code to
290 implement --include-dir. Check to see if directory exists and do
291 not complain if it does.
292
59e6276b
JM
2932010-06-15 Joseph Myers <joseph@codesourcery.com>
294
295 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
296 New.
297 (process_arch_specific): Call process_tic6x_specific for
298 EM_TI_C6000.
299
7f01b0c6
L
3002010-06-11 H.J. Lu <hongjiu.lu@intel.com>
301
302 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
303 for 0x%lx.
304
28f997cf
TG
3052010-06-11 Tristan Gingold <gingold@adacore.com>
306 Doug Rupp <rupp@gnat.com>
307
308 * readelf.c (is_ia64_vms): New function.
309 (dump_relocations): Use it.
310 (get_machine_flags): Display IA-64 OpenVMS flags.
311 (process_program_headers): No error on OpenVMS if no .dynamic section.
312 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
313 declarations.
314 (dump_ia64_vms_dynamic_fixups): New function.
315 (dump_ia64_vms_dynamic_relocs): Ditto.
316 (process_ia64_vms_dynamic_relocs): Ditto.
317 (process_relocs): Handle IA-64 OpenVMS relocs.
318 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
319 (print_vms_time): New function.
320 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
321 DT_IA_64_VMS_LNKFLAGS.
322 (get_ia64_symbol_other): New function.
323 (get_symbol_other): Handle EM_IA_64.
324
9bcd0325
TG
3252010-06-11 Tristan Gingold <gingold@adacore.com>
326
327 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
328 (UNW_DEC_ABI): Ditto for abiname.
329 (unw_decode_table): Make it const.
330
e466bc6e
TG
3312010-06-10 Tristan Gingold <gingold@adacore.com>
332
333 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
334 not inplace.
335
8e45593f
NC
3362010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
337 Joseph Myers <joseph@codesourcery.com>
338 Andrew Stubbs <ams@codesourcery.com>
339
340 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
341
52a6ecd2
NC
3422010-05-25 Jay Krell <jay.krell@cornell.edu>
343
344 PR ld/11621
345 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
346 * Makefile.in: Regenerate.
347
6f875884
TG
3482010-05-24 Tristan Gingold <gingold@adacore.com>
349
350 * readelf.c (usage): Add new trace sections for --debug-dump.
351 (process_section_headers): Handle dump of trace sections.
352 * objdump.c (usage): Add new trace sections for --dwarf.
353 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
354 (do_trace_aranges): Ditto.
355 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
356 and trace_aranges literals.
357 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
358 (do_trace_aranges): Ditto.
359 (process_debug_info): Add abbrev_sec argument and replace
360 abbrev with abbrev_sec.
361 (load_debug_info): Adjust call of process_debug_info.
362 (display_debug_info): Ditto.
363 (display_trace_info): New function.
364 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
365 and trace_aranges sections name.
366 (dwarf_select_sections_all): Also select trace sections.
367 (debug_displays): Reindent. Add entries for the trace sections.
368 * doc/binutils.texi (readelf): Document new --dwarf parameters.
369 (objdump): Ditto.
370
18ae9cc1
L
3712010-05-18 H.J. Lu <hongjiu.lu@intel.com>
372
373 PR gas/11600
374 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
375 generic flag.
376
6540b386
TG
3772010-05-07 Tristan Gingold <gingold@adacore.com>
378
379 * Makefile.in: Regenerate with automake 1.11.1.
380 * aclocal.m4: Ditto.
381 * doc/Makefile.in: Ditto.
382
7f502d6c
L
3832010-05-06 H.J. Lu <hongjiu.lu@intel.com>
384
385 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
386 * readelf.c (get_elf_section_flags): Likewise.
387 (process_section_headers): Likewise.
388
3e01a7fd
NC
3892010-05-05 Nick Clifton <nickc@redhat.com>
390
391 * po/es.po: Updated Spanish translation.
392
1d2ca237
KT
3932010-04-27 Kai Tietz <kai.tietz@onevision.com>
394
395 * dlltool.c (main): Query for bfd's underscoring default for
396 default target case.
397
4ba3f034
NC
3982010-04-27 Nick Clifton <nickc@redhat.com>
399
400 * po/ru.po: Updated Russian translation.
401
9a83a553
AM
4022010-04-23 Alan Modra <amodra@gmail.com>
403
404 * readelf.c (process_program_headers): Replace use of
405 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
406
9c9c98a5
NC
4072010-04-22 Nick Clifton <nickc@redhat.com>
408
409 * po/binutils.pot: Updated by the Translation project.
410 * po/fi.po: Updated Finnish translation.
411 * po/vi.po: Updated Vietnamese translation.
412 * po/bg.po: New Bulgarian translation.
413 * configure.in (ALL_LINGUAS): Add bg.
414 * configure: Regenerate.
415
21b13a54
NC
4162010-04-20 Nick Clifton <nickc@redhat.com>
417
418 * po/fr.po: Updated french translation.
419
2b692964
NC
4202010-04-20 Nick Clifton <nickc@redhat.com>
421
422 * readelf.c: Add _() macros to constant strings that are
423 translatable.
424
0982e157
MR
425 * readelf.c (display_mips_gnu_attribute): Replace GCC options
426 with a textual description of single and double precision float.
427
75375b3e
MGD
4282010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
429
430 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
431 (arm_attr_tag_ABI_align8_needed): Remove.
432 (arm_attr_tag_ABI_align8_preserved): Remove.
433 (arm_attr_tag_ABI_HardFP_use): Update text strings.
434 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
435 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
436
1e70a64d
NC
4372010-04-13 Nick Clifton <nickc@redhat.com>
438
439 PR binutils/11419
440 * dwarf.c (process_debug_info): Initialise the signature array.
441
3d540e93
NC
4422010-04-09 Nick Clifton <nickc@redhat.com>
443
444 * dwarf.c (process_debug_info): Remove unused variable
445 cu_abbrev_offset_ptr.
446 (display_debug_lines_decoded): Remove unused variable prev_line.
447 * elfedit.c (process_archive): Remove unused variable
448 file_name_size.
449 * ieee.c (ieee_start_compilation_unit): Remove unused variable
450 nindx.
451 (ieee_set_type): Remove unused variables info, targetindx and
452 baseindx.
453 * objdump.c (disassmble_byte): Remove unused variable done_dot.
454 * rddbg.c (read_section_stabs_debugging_info): Remove unused
455 variable other.
456 * readelf.c (dump_section_as_strings): Remove unused variable
457 addr.
458 (process_archive): Remove unused variable file_name_size.
459 * stabs.c (parse_stab_string): Mark desc parameter as unused.
460 Remove unused variable lineno.
461 (parse_stab_struct_type): Remove unused variable orig.
462 (stab_demangle_type): Remove unused variables constp, volatilep
463 and hold.
464
397841b5
AM
4652010-04-07 Alan Modra <amodra@gmail.com>
466
467 * configure: Regenerate.
468
bd32c6bd
NC
4692010-04-06 Nick Clifton <nickc@redhat.com>
470
471 * po/vi.po: Updated Vietnamese translation.
472
a233b20c
JJ
4732010-04-05 Jakub Jelinek <jakub@redhat.com>
474
604282a7
JJ
475 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
476 fields.
477 (display_debug_frames): Handle CIE version 4.
478
a233b20c
JJ
479 * dwarf.c (struct State_Machine_Registers): Add op_index field,
480 change end_sequence type to unsigned char.
481 (reset_state_machine): Clear op_index.
482 (process_extended_line_op): For DW_LNE_set_address clear op_index.
483 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
484 Track op_index state machine register and print it if
485 li_max_ops_per_insn is != 1.
486 (display_debug_lines_decoded): Likewise.
487
932fd279
JJ
4882010-04-01 Jakub Jelinek <jakub@redhat.com>
489
490 * dwarf.c (read_and_display_attr_value): Don't reject
491 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
492 and DW_FORM_exprloc.
493 (process_debug_info): Handle cu_version == 4.
494 (display_debug_lines_raw, display_debug_lines_decoded): Handle
495 li_version == 4.
496
9f3d83dc
AS
4972010-03-30 Andreas Schwab <schwab@linux-m68k.org>
498
499 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
500 * Makefile.in: Regenerate.
501
40b36596
JM
5022010-03-25 Joseph Myers <joseph@codesourcery.com>
503
504 * MAINTAINERS: Add self as TI C6X maintainer.
505 * NEWS: Add news entry for TI C6X support.
506 * readelf.c: Include elf/tic6x.h.
507 (guess_is_rela): Handle EM_TI_C6000.
508 (dump_relocations): Likewise.
509 (get_tic6x_dynamic_type): New.
510 (get_dynamic_type): Call it.
511 (get_machine_flags): Handle EF_C6000_REL.
512 (get_osabi_name): Handle machine-specific values only for relevant
513 machines. Handle C6X values.
514 (get_tic6x_segment_type): New.
515 (get_segment_type): Call it.
516 (get_tic6x_section_type_name): New.
517 (get_section_type_name): Call it.
518 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
519 EM_TI_C6000.
520
ba7f2642
TS
5212010-03-25 Thomas Schwinge <thomas@codesourcery.com>
522
523 * doc/binutils.texi (readelf) <unwind information>: Mention support for
524 ARM unwind tables.
525
b115cf96
L
5262010-03-18 H.J. Lu <hongjiu.lu@intel.com>
527
528 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
529
8f73510c
AM
5302010-03-17 Alan Modra <amodra@gmail.com>
531
532 * readelf.c (dump_arm_unwind): Warning fix.
533
99164030
DJ
5342010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
535
536 * MAINTAINERS: Update my email address. List Tristan Gingold
537 as the release branch maintainer.
538
44ec90b9
RO
5392010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
540
541 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
542
0b6ae522
DJ
5432010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
544
545 * NEWS: Document .ARM.exidx / .ARM.extab support.
546
547 * dwarf.c (read_leb128): Make non-static.
548 * dwarf.h (read_leb128): Declare.
549 * readelf.c (REMOVE_ARCH_BITS): Define.
550 (find_section_by_address): New.
551 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
552 (find_symbol_for_address): Handle the Thumb bit for ARM, by
553 using REMOVE_ARCH_BITS.
554 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
555 (arm_free_section, arm_section_get_word, decode_arm_unwind)
556 (dump_arm_unwind, arm_process_unwind): New.
557 (process_unwind): Handle ARM.
558
92fc7b4f
JZ
5592010-02-26 Jie Zhang <jie@codesourcery.com>
560
561 * MAINTAINERS: Update my email address.
562
826fec2f
NC
5632010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
564
565 PR binutils/11298
566 * doc/binutils.texi (windmc): Fix synopsis and description of
567 ASCII options.
568
220453ec
AM
5692010-02-19 Alan Modra <amodra@gmail.com>
570
571 * readelf.c (get_group_flags): Return empty string when flags zero.
572 Add space in other returned values.
573 (process_section_groups): Adjust format string.
574
cd21e546
MGD
5752010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
576
577 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
578 newly permitted attribute values.
579 (arm_attr_tag_Virtualization_use): Likewise.
580 (arm_attr_tag_DIV_use): Add description of new attribute.
581 (arm_attr_tag_MPextension_use_legacy): Likewise.
582
ab7875de
NC
5832010-02-15 Nick Clifton <nickc@redhat.com>
584
585 * po/vi.po: Updated Vietnamese translation.
586
d7eeb400
MS
5872010-02-09 Michael Holzheu <holzheu@de.ibm.com>
588
589 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
590 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
591
d80e8de2
JB
5922010-02-08 Jim Blandy <jimb@red-bean.com>
593
594 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
595 'z' augmentation strings.
596
bb7c70ed
NC
5972010-02-08 Christophe Lyon <christophe.lyon@st.com>
598
599 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
600 a new address, so as not to reuse a previous, non-related reloc.
601
4339cae0
L
6022010-02-02 H.J. Lu <hongjiu.lu@intel.com>
603
604 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
605
0930eddd
NS
6062010-02-01 Nathan Sidwell <nathan@codesourcery.com>
607
608 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
609 sections.
610
70ecb384
NC
6112010-01-28 Nick Clifton <nickc@redhat.com>
612
613 PR 11225
614 * objdump.c (only): Replace with linked list.
615 (only_size, only_used): Replace with only_list.
616 (process_section_p): Set seen field on matches sections.
617 (add_only): New function.
618 (free_only_list): New function.
619 (disassemble_section): Check only_list.
620 (main): Use add_only and free_only_list.
621
571f7b5e
TG
6222010-01-26 Tristan Gingold <gingold@adacore.com>
623
624 * Makefile.am (bin2c): Add libintl dependance and library.
625 * Makefile.in: Regenerate.
626
55786da2 6272010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 628
55786da2
AK
629 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
630
500ee42e
ILT
6312010-01-19 Ian Lance Taylor <iant@google.com>
632
633 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
634 with non-ordinary files like /dev/null.
635
2046a35d
AM
6362010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
637 Alan Modra <amodra@gmail.com>
638
0ac6fba0 639 * readelf.c (process_file_header): Handle e_phnum extension.
2046a35d 640
60a0e0e7
TG
6412010-01-14 Tristan Gingold <gingold@adacore.com>
642
643 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
644 and DW_AT_GNAT_descriptive_type.
645
fd3a6816
TG
6462010-01-13 Tristan Gingold <gingold@adacore.com>
647
648 * ar.c (main): Use lbasename.
649 (normalize): Ditto.
650 * objdump.c (update_source_path): Ditto.
651
6cdb8d82
TG
6522010-01-12 Tristan Gingold <gingold@adacore.com>
653
654 * makefile.vms (CFLAGS): Turns warnings into informational messages.
655
2c610e4b
L
6562010-01-11 H.J. Lu <hongjiu.lu@intel.com>
657
658 PR ld/11146
659 * NEWS: Mention --dyn-syms for readelf.
660
661 * readelf.c (do_dyn_syms): New.
2c610e4b
L
662 (OPTION_DYN_SYMS): Likewise.
663 (options): Add "dyn-syms".
664 (usage): Add --dyn-syms.
665 (parse_args): Handle OPTION_DYN_SYMS.
666 (process_symbol_table): Handle do_dyn_syms.
667 (process_object): Likewise.
668 (process_archive): Likewise.
669
670 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
671 symbol hash tables for -D.
672
20703056
NC
6732010-01-11 Nick Clifton <nickc@redhat.com>
674
d2420a8c
NC
675 * NEWS: Mention addition of elfedit.
676
20703056
NC
677 * po/fi.po: Updated Finnish translation.
678
3725885a
RW
6792010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
680
681 * Makefile.in: Regenerate.
682 * configure: Regenerate.
683 * doc/Makefile.in: Regenerate.
684
5256a5b0
L
6852010-01-08 H.J. Lu <hongjiu.lu@intel.com>
686
687 * version.c (print_version): Change to "Copyright 2010".
688
dd35de74
L
6892010-01-08 H.J. Lu <hongjiu.lu@intel.com>
690
691 * elfedit.c (input_elf_type): New.
692 (output_elf_type): Likewise.
693 (elf_type): Likewise.
694 (update_elf_header): Support updating ELF file type.
695 (command_line_switch): Add OPTION_INPUT_TYPE and
696 OPTION_OUTPUT_TYPE.
697 (options): Likewise.
698 (usage): Add --input-type and --output-type.
699 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
700 one of --output-mach and --output-type must be specified.
701
702 * doc/binutils.texi: Document --input-type and --output-type
703 for elfedit.
704
c7a795f8
L
7052010-01-08 H.J. Lu <hongjiu.lu@intel.com>
706
707 * doc/binutils.texi: Fix a typo.
708
2dc654c3
L
7092010-01-08 H.J. Lu <hongjiu.lu@intel.com>
710
711 * elfedit.c (update_elf_header): Don't change input_elf_class
712 nor input_elf_machine if they are -1.
713
2ad0e9f1
TG
7142010-01-08 Tristan Gingold <gingold@adacore.com>
715
716 * ar.c: Remove bfd_special_undocumented_glue prototype.
717
71a72a84
L
7182010-01-07 H.J. Lu <hongjiu.lu@intel.com>
719
720 * elfedit.c (update_elf_header): Reformat.
721
3f08eb35
L
7222010-01-07 H.J. Lu <hongjiu.lu@intel.com>
723
724 * readelf.c (usage): Fix indent for --symbols.
725
ed22650e
L
7262010-01-07 H.J. Lu <hongjiu.lu@intel.com>
727
728 * doc/binutils.texi: Replace -histogram with --histogram.
729
30fd33bb
L
7302010-01-06 H.J. Lu <hongjiu.lu@intel.com>
731
732 PR binutils/11131
733 * Makefile.am (ELFEDIT_PROG): New.
734 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
735 (CFILES): Add elfedit.c.
736 (elfedit_DEPENDENCIES): New.
737 (elfedit_SOURCES): Likewise.
738 (elfedit_LDADD): Likewise.
739 * Makefile.in: Regenerated.
740
741 * elfedit.c: New.
742
743 * doc/binutils.texi: Document elfedit.
744
745 * doc/Makefile.am (man_MANS): Add elfedit.1.
746 (elfedit.1): New.
747 * doc/Makefile.in: Regenerated.
748
d2ca6b5b
TG
7492010-01-06 Tristan Gingold <gingold@adacore.com>
750
751 * nm.c (usage): Remove extra blanks.
d2ca6b5b 752
a0f19280
L
7532010-01-04 H.J. Lu <hongjiu.lu@intel.com>
754
755 * objcopy.c: Update copyright.
756 * readelf.c: Likewise.
757
c1e2cb9d
L
7582010-01-04 H.J. Lu <hongjiu.lu@intel.com>
759
760 PR binutils/11130
761 * objcopy.c (copy_object): Remove "Warning: " from error
762 message.
763
c975cc98
NC
7642010-01-04 Nick Clifton <nickc@redhat.com>
765
766 PR 11128
767 * readelf.c (dump_section_as_strings): Use two separate
768 invocations of printf() in order to work around bugs in
769 the Solaris 8 implementation.
770
619c8a7d
NC
7712010-01-04 Nick Clifton <nickc@redhat.com>
772
a0f19280 773 * po/ru.po: Updated Russian translation.
a6da20b5 774
43ecc30f 775For older changes see ChangeLog-2009
252b5132
RH
776\f
777Local Variables:
778mode: change-log
779left-margin: 8
780fill-column: 74
781version-control: never
782End:
This page took 0.492967 seconds and 4 git commands to generate.