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