140206bce1fc247c5b78fbb36e401a3ac0dd8b27
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2010-11-26 Alan Modra <amodra@gmail.com>
2
3 * dwarf.c (decode_location_expression, display_debug_frames): Move
4 code handling DW_EH_PE_pcrel into..
5 (get_encoded_value): ..here.
6
7 2010-11-26 Alan Modra <amodra@gmail.com>
8
9 * po/ja.po: Update.
10
11 2010-11-25 Alan Modra <amodra@gmail.com>
12
13 * po/bg.po: Update.
14 * po/es.po: Update.
15 * po/fi.po: Update.
16 * po/ja.po: Update.
17 * po/ru.po: Update.
18 * po/zh_CN.po: Update.
19
20 2010-11-21 H.J. Lu <hongjiu.lu@intel.com>
21
22 PR binutils/12235
23 * elfcomm.c: New.
24 * elfcomm.h: Likewise.
25
26 * Makefile.am (HFILES): Add elfcomm.h.
27 (CFILES): Add elfcomm.c.
28 (ELFLIBS): New.
29 (readelf_SOURCES): Add $(ELFLIBS).
30 (elfedit_SOURCES): Likewise.
31 (objdump_SOURCES): Likewise.
32 * Makefile.in: Regenerated.
33
34 * dwarf.c: Include "elfcomm.h".
35 (byte_get): Removed.
36 (byte_get_little_endian): Likewise.
37 (byte_get_big_endian): Likewise.
38 (byte_get_signed): Likewise.
39 (error): Likewise.
40 (warn): Likewise.
41
42 * dwarf.h (dwarf_vma): Defined with HOST_WIDEST_INT.
43 (dwarf_size_type): Likewise.
44 (byte_get): Removed.
45 (byte_get_signed): Likewise.
46 (byte_get_little_endian): Likewise.
47 (byte_get_big_endian): Likewise.
48 (error): Likewise.
49 (warn): Likewise.
50
51 * elfedit.c: Include "elfcomm.h". Don't include "aout/ar.h".
52 Call error () instead of non_fatal ().
53 (streq): Removed.
54 (strneq): Likewise.
55 (const_strneq): Likewise.
56 (non_fatal): Likewise.
57 (BYTE_GET): Likewise.
58 (BYTE_PUT): Likewise.
59 (byte_get): Likewise.
60 (byte_put): Likewise.
61 (byte_get_little_endian): Likewise.
62 (byte_get_big_endian): Likewise.
63 (byte_put_little_endian): Likewise.
64 (byte_put_big_endian): Likewise.
65 (adjust_relative_path): Likewise.
66 (archive_info): Likewise.
67 (setup_archive): Likewise.
68 (release_archive): Likewise.
69 (setup_nested_archive): Likewise.
70 (get_archive_member_name): Likewise.
71 (get_archive_member_name_at): Likewise.
72 (make_qualified_name): Likewise.
73
74 * objdump.c: Include "elfcomm.h".
75
76 * readelf.c: Include "elfcomm.h". Don't include "aout/ar.h".
77 (BYTE_GET): Removed.
78 (BYTE_GET_SIGNED): Removed.
79 (streq): Likewise.
80 (strneq): Likewise.
81 (const_strneq): Likewise.
82 (byte_put): Likewise.
83 (byte_put_little_endian): Likewise.
84 (byte_put_big_endian): Likewise.
85 (adjust_relative_path): Likewise.
86 (archive_info): Likewise.
87 (setup_archive): Likewise.
88 (release_archive): Likewise.
89 (setup_nested_archive): Likewise.
90 (get_archive_member_name): Likewise.
91 (get_archive_member_name_at): Likewise.
92 (make_qualified_name): Likewise.
93
94 2010-11-18 Alan Modra <amodra@gmail.com>
95
96 PR binutils/11742
97 * readelf.c (get_archive_member_name): Formatting. Properly
98 handle full size ar_name.
99
100 2010-11-17 Alan Modra <amodra@gmail.com>
101
102 * ar.c (print_contents): Don't internationalize strings without words.
103 * dwarf.c (process_extended_line_op): Likewise.
104 (process_debug_info): Likwise.
105 (display_debug_lines_raw): Likewise.
106 (display_debug_lines_decoded): Likewise.
107 (display_debug_abbrev): Likewise.
108 * readelf.c (process_file_header): Likewise.
109 (GET_OP): Likewise.
110 (decode_arm_unwind): Likewise.
111 (process_mips_specific): Likewise.
112 * resrc.c (run_cmd): Likewise.
113 (rcparse_warning): Likewise.
114 * objdump.c (dump_headers): Don't print "Pg".
115
116 2010-11-16 Jorma Karvonen <karvonen.jorma@gmail.com>
117
118 * windmc.c: ,%s' -> `%s' in a number of strings.
119
120 2010-11-16 Jie Zhang <jie.zhang@analog.com>
121
122 * readelf.c (get_machine_flags): Deal with Blackfin specific flags.
123
124 2010-11-11 Mingming Sun <mingm.sun@gmail.com>
125
126 * readelf.c (get_machine_flags): Add loongson-3a.
127
128 2010-11-10 Nick Clifton <nickc@redhat.com>
129
130 * po/ja.po: Updated Japanese translation.
131 * po/fr.po: Updated French translation.
132
133 2010-11-08 Nick Clifton <nickc@redhat.com>
134
135 * po/ja.po: Updated Japanese translation.
136
137 2010-11-08 Alan Modra <amodra@gmail.com>
138
139 * objcopy.c (copy_main): No need to rename sections when compressing
140 or decompressing.
141
142 2010-11-05 Alan Modra <amodra@gmail.com>
143
144 * bin2c.c: Remove internationalization and version report.
145 * Makefile.am: Update bin2c rule.
146 * Makefile.in: Regenerate.
147
148 2010-11-05 Tristan Gingold <gingold@adacore.com>
149
150 * po/binutils.pot: Regenerate
151
152 2010-11-05 Tristan Gingold <gingold@adacore.com>
153
154 * NEWS: Add marker for 2.21.
155
156 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
157
158 * objdump.c (dump_bfd_header): Don't display
159 BFD_FLAGS_FOR_BFD_USE_MASK bits in abfd->flags.
160
161 2010-11-02 Joseph Myers <joseph@codesourcery.com>
162
163 * readelf.c (display_tic6x_attribute): Handle more attributes.
164
165 2010-10-30 Kai Tietz <kai.tietz@onevision.com>
166
167 * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
168 directives.
169
170 2010-10-29 Joseph Myers <joseph@codesourcery.com>
171
172 * readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
173 not hardcoded 32. Display name of this attribute.
174
175 2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
176
177 * addr2line.c (process_file): Set BFD_DECOMPRESS.
178
179 * objcopy.c (do_debug_sections): New.
180 (OPTION_COMPRESS_DEBUG_SECTIONS): New.
181 (OPTION_DECOMPRESS_DEBUG_SECTIONS): Likewise.
182 (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and
183 OPTION_DECOMPRESS_DEBUG_SECTIONS.
184 (copy_usage): Add --compress-debug-sections and
185 --decompress-debug-sections.
186 (copy_file): Set BFD_COMPRESS or BFD_DECOMPRESS.
187 (copy_section): Replace bfd_get_section_contents with
188 bfd_get_full_section_contents.
189 (copy_main): Handle OPTION_COMPRESS_DEBUG_SECTIONS and
190 OPTION_DECOMPRESS_DEBUG_SECTIONS. Check do_debug_sections to
191 rename DWARF debug sections.
192
193 * objdump.c (load_specific_debug_section): Replace
194 bfd_get_section_contents with bfd_get_full_section_contents.
195 Remove bfd_uncompress_section_contents.
196 (dump_section): Replace bfd_get_section_contents with
197 bfd_get_full_section_contents.
198 (display_file): Set BFD_DECOMPRESS if needed.
199
200 * readelf.c (uncompress_section_contents): Set buffer to NULL
201 to indiate decompression failure.
202 (load_specific_debug_section): Always call
203 uncompress_section_contents.
204
205 * doc/binutils.texi: Document --compress-debug-sections and
206 --decompress-debug-sections.
207
208 2010-10-29 Nick Clifton <nickc@redhat.com>
209
210 PR binutils/12058
211 * ar.c (usage): Revert previous change. Describe how 's' can be
212 used as a command letter.
213 * doc/binutils.texi (ar cmdline): Describe how 's' can be used as
214 a command letter.
215
216 2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
217 Joseph Myers <joseph@codesourcery.com>
218
219 * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
220
221 2010-10-28 Nick Clifton <nickc@redhat.com>
222
223 PR binutils/12058
224 * ar.c (usage): Remove spurious 's' from list of accepted command
225 letters.
226
227 2010-10-28 Alan Modra <amodra@gmail.com>
228
229 * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
230 (is_32bit_pcrel_reloc): Support microblaze.
231
232 2010-10-26 Nick Clifton <nickc@redhat.com>
233
234 * po/ja.po: Updated Japanese transaltion.
235
236 2010-10-21 Joseph Myers <joseph@codesourcery.com>
237
238 * readelf.c (display_tic6x_attribute): Update for attribute
239 renaming.
240
241 2010-10-08 H.J. Lu <hongjiu.lu@intel.com>
242
243 * dwarf.c (byte_get_signed): Make it extern.
244
245 * dwarf.h (byte_get_signed): New.
246
247 * readelf.c (BYTE_GET_SIGNED): New.
248 (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
249 (dump_relocations): Properly dump r_addend.
250
251 2010-10-08 Joseph Myers <joseph@codesourcery.com>
252
253 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
254 (set_print_radix): Update for __MSVCRT__ definition of
255 value_format_64bit.
256
257 2010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
258
259 Fix build with -DDEBUG=7
260 * nlmheader.y (DEBUG token): Rename to DEBUG_K.
261
262 2010-10-06 Alan Modra <amodra@gmail.com>
263
264 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
265
266 2010-10-05 Alan Modra <amodra@gmail.com>
267
268 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
269 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
270 (list_supported_targets): Tidy.
271 * objdump.c (free_only_list): Formatting.
272 (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
273 object".
274 (update_source_path): Delete redundant check for NULL filename.
275 (disassemble_bytes): Error if disassemble_fn returns a value
276 that won't increment address.
277 (disassemble_data): Don't capitalize error message.
278 (read_section_stabs): Likewise.
279 (main): Return non-zero exit status on bad options.
280
281 2010-10-03 H.J. Lu <hongjiu.lu@intel.com>
282
283 PR binutils/12088
284 * nm.c (plugin_target): New.
285 (main): Set plugin_target to "plugin" for --plugin.
286 (display_file): Pass plugin_target to bfd_openr if target
287 isn't set.
288
289 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
290
291 * configure: Regenerate.
292
293 2010-09-22 Mike Frysinger <vapier@gentoo.org>
294
295 * MAINTAINERS: Add self as ADI Blackfin maintainer.
296
297 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
298
299 * emul_aix.c (ar_emul_aix_append): Add a target argument
300 and ignore it if it is set.
301 (ar_emul_aix5_append): Likewise.
302 (ar_emul_aix_replace): Likewise.
303 (ar_emul_aix5_replace): Likewise.
304
305 2010-09-15 H.J. Lu <hongjiu.lu@intel.com>
306
307 * ar.c (plugin_target): New.
308 (main): Set plugin_target to "plugin" for --plugin.
309 (open_inarch): Initialize target to plugin_target.
310 (replace_members): Pass plugin_target to ar_emul_replace
311 and ar_emul_append.
312
313 * binemul.h (ar_emul_append): Add a target argument.
314 (ar_emul_default_append): Likewise.
315 (ar_emul_replace): Likewise.
316 (ar_emul_default_replace): Likewise.
317 (bin_emulation_xfer_struct): Add a target argument to
318 ar_append and ar_replace.
319
320 * binemul.c (ar_emul_append): Updated. Pass target to bfd_openr.
321 (do_ar_emul_default_append): Likewise.
322 (ar_emul_default_append): Likewise.
323 (ar_emul_replace): Likewise.
324 (ar_emul_default_replace): Likewise.
325
326 2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
327
328 * objcopy.c: Add --interleave-width option to allow interleaving
329 of more than one byte at a time.
330 (copy_width): New variable.
331 (copy_options): Add --interleave-width.
332 (copy_section): When interleaving copy in units of copy_width
333 bytes.
334 (copy_main): Parse the new option.
335 * doc/binutils: Document the new option.
336 * NEWS: Mention the new feature.
337
338 2010-09-09 Jakub Jelinek <jakub@redhat.com>
339
340 * dwarf.c (decode_location_expression): Fix data adjustment
341 for DW_OP_GNU_implicit_pointer in v3+.
342
343 2010-09-09 Tristan Gingold <gingold@adacore.com>
344
345 * NEWS: Add entry to NEWS for hppa/som.
346
347 2010-09-09 Jakub Jelinek <jakub@redhat.com>
348
349 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
350 * dwarf.c (decode_location_expression): Add offset_size and
351 dwarf_version arguments. Prefix DIE offset with 0x for
352 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
353 complain if in frame info section. Handle
354 DW_OP_GNU_implicit_pointer.
355 (read_and_display_attr_value, display_debug_loc,
356 display_debug_frames): Adjust decode_location_expression callers.
357 (process_debug_info): Save offset_size and dwarf_version values
358 into debug_information array.
359
360 2010-09-07 Nick Clifton <nickc@redhat.com>
361
362 * readelf.c (process_section_headers): Mention meaning of 'l'
363 section flag for x86-64 targets.
364
365 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
366 Jakub Jelinek <jakub@redhat.com>
367
368 * dwarf.c (regname): New declaration.
369 (decode_location_expression): Print for registers also regname output.
370
371 2010-09-02 Richard Henderson <rth@redhat.com>
372
373 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
374 (init_dwarf_regnames): Use them.
375 * dwarf.h: Declare them.
376 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
377 the regnames, rather than using elf_machine_code.
378
379 2010-09-02 Richard Henderson <rth@redhat.com>
380
381 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
382
383 2010-08-23 H.J. Lu <hongjiu.lu@intel.com>
384
385 * elfedit.c (input_elf_osabi): New.
386 (output_elf_osbi): Likewise.
387 (osabis): Likewise.
388 (elf_osabi): Likewise.
389 (update_elf_header): Support updating ELF OSABI.
390 (make_qualified_name): Break long line.
391 (command_line_switch): Add OPTION_INPUT_OSABI and
392 OPTION_OUTPUT_OSABI.
393 (options): Likewise.
394 (usage): Add --input-osabi and --output-osabi.
395 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
396
397 * doc/binutils.texi: Document --input-osabi and --output-osabi
398 for elfedit.
399
400 2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
401
402 * readelf.c (display_mips_gnu_attribute): Replace GCC options
403 with a textual description of a MIPS32r2 64-bit FPU.
404
405 2010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
406
407 PR binutils/11889
408 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
409 sh_entsize.
410 (get_64bit_elf_symbols): Likewise.
411 (process_symbol_table): Likewise.
412 (process_section_groups): Check for corrupt headers.
413 (process_version_sections): Check for corrupt indicies.
414 (process_corefile_note_segment): Likewise.
415
416 2010-08-13 Nathan Sidwell <nathan@codesourcery.com>
417
418 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
419 variants.
420
421 2010-08-13 Tom Tromey <tromey@redhat.com>
422
423 * dwarf.c (process_debug_info): Don't subtract section address
424 when calculating location of cu abbrev within section.
425
426 2010-08-12 Michael Haubenwallner <haubi@gentoo.org>
427
428 PR binutils/11742
429 * readelf.c (get_archive_member_name): Do not read beyond the end
430 of the ar_name field.
431
432 2010-08-03 Tristan Gingold <gingold@adacore.com>
433
434 * dwarf.c (display_debug_lines): Mark file argument unused.
435 Do not try to load .debug_info section.
436
437 2010-08-02 Alan Modra <amodra@gmail.com>
438
439 * readelf.c (apply_relocations): D30V is really REL.
440
441 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
442 Ina Pandit <ina.pandit@kpitcummins.com>
443
444 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
445
446 2010-07-22 Alan Modra <amodra@gmail.com>
447
448 * readelf.c: Add Moxie support.
449
450 2010-07-20 Alan Modra <amodra@gmail.com>
451
452 * readelf.c (process_program_headers): Don't ignore all zero size
453 sections.
454
455 2010-07-19 Andreas Schwab <schwab@redhat.com>
456
457 * readelf.c (process_section_headers): Update key to flags.
458
459 2010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
460
461 * objcopy.c (copy_usage): Tweak previous typofix.
462
463 2010-07-17 H.J. Lu <hongjiu.lu@intel.com>
464
465 * objcopy.c (copy_usage): Fix a typo.
466
467 2010-07-15 Kai Tietz <kai.tietz@onevision.com>
468
469 * dllwrap.c (main): Make sure is_leading_underscore
470 gets initialized with correct default.
471
472 2010-07-05 Alan Modra <amodra@gmail.com>
473
474 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
475
476 2010-07-03 Cary Coutant <ccoutant@google.com>
477
478 * objdump.c (load_specific_debug_section): Decompress section contents
479 before applying relocations.
480 * readelf.c (load_specific_debug_section): Update section size after
481 decompression.
482
483 2010-06-29 Alan Modra <amodra@gmail.com>
484
485 PR binutils/3166
486 * objcopy.c (is_strip_section): Revert 2006-09-05.
487 (setup_section): Make SHT_GROUP section nobits.
488
489 2010-06-29 Alan Modra <amodra@gmail.com>
490
491 * configure: Regenerate.
492 * po/POTFILES.in: Regenerate.
493
494 2010-06-27 Alan Modra <amodra@gmail.com>
495
496 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
497
498 2010-06-17 Nick Clifton <nickc@redhat.com>
499
500 PR binutils/11711
501 * windres.c (enum option_values): New enum.
502 (long_options): Use separate option number for --include-dir
503 option.
504 (main): Separate backwards compatibility check from code to
505 implement --include-dir. Check to see if directory exists and do
506 not complain if it does.
507
508 2010-06-15 Joseph Myers <joseph@codesourcery.com>
509
510 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
511 New.
512 (process_arch_specific): Call process_tic6x_specific for
513 EM_TI_C6000.
514
515 2010-06-11 H.J. Lu <hongjiu.lu@intel.com>
516
517 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
518 for 0x%lx.
519
520 2010-06-11 Tristan Gingold <gingold@adacore.com>
521 Doug Rupp <rupp@gnat.com>
522
523 * readelf.c (is_ia64_vms): New function.
524 (dump_relocations): Use it.
525 (get_machine_flags): Display IA-64 OpenVMS flags.
526 (process_program_headers): No error on OpenVMS if no .dynamic section.
527 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
528 declarations.
529 (dump_ia64_vms_dynamic_fixups): New function.
530 (dump_ia64_vms_dynamic_relocs): Ditto.
531 (process_ia64_vms_dynamic_relocs): Ditto.
532 (process_relocs): Handle IA-64 OpenVMS relocs.
533 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
534 (print_vms_time): New function.
535 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
536 DT_IA_64_VMS_LNKFLAGS.
537 (get_ia64_symbol_other): New function.
538 (get_symbol_other): Handle EM_IA_64.
539
540 2010-06-11 Tristan Gingold <gingold@adacore.com>
541
542 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
543 (UNW_DEC_ABI): Ditto for abiname.
544 (unw_decode_table): Make it const.
545
546 2010-06-10 Tristan Gingold <gingold@adacore.com>
547
548 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
549 not inplace.
550
551 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
552 Joseph Myers <joseph@codesourcery.com>
553 Andrew Stubbs <ams@codesourcery.com>
554
555 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
556
557 2010-05-25 Jay Krell <jay.krell@cornell.edu>
558
559 PR ld/11621
560 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
561 * Makefile.in: Regenerate.
562
563 2010-05-24 Tristan Gingold <gingold@adacore.com>
564
565 * readelf.c (usage): Add new trace sections for --debug-dump.
566 (process_section_headers): Handle dump of trace sections.
567 * objdump.c (usage): Add new trace sections for --dwarf.
568 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
569 (do_trace_aranges): Ditto.
570 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
571 and trace_aranges literals.
572 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
573 (do_trace_aranges): Ditto.
574 (process_debug_info): Add abbrev_sec argument and replace
575 abbrev with abbrev_sec.
576 (load_debug_info): Adjust call of process_debug_info.
577 (display_debug_info): Ditto.
578 (display_trace_info): New function.
579 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
580 and trace_aranges sections name.
581 (dwarf_select_sections_all): Also select trace sections.
582 (debug_displays): Reindent. Add entries for the trace sections.
583 * doc/binutils.texi (readelf): Document new --dwarf parameters.
584 (objdump): Ditto.
585
586 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
587
588 PR gas/11600
589 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
590 generic flag.
591
592 2010-05-07 Tristan Gingold <gingold@adacore.com>
593
594 * Makefile.in: Regenerate with automake 1.11.1.
595 * aclocal.m4: Ditto.
596 * doc/Makefile.in: Ditto.
597
598 2010-05-06 H.J. Lu <hongjiu.lu@intel.com>
599
600 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
601 * readelf.c (get_elf_section_flags): Likewise.
602 (process_section_headers): Likewise.
603
604 2010-05-05 Nick Clifton <nickc@redhat.com>
605
606 * po/es.po: Updated Spanish translation.
607
608 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
609
610 * dlltool.c (main): Query for bfd's underscoring default for
611 default target case.
612
613 2010-04-27 Nick Clifton <nickc@redhat.com>
614
615 * po/ru.po: Updated Russian translation.
616
617 2010-04-23 Alan Modra <amodra@gmail.com>
618
619 * readelf.c (process_program_headers): Replace use of
620 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
621
622 2010-04-22 Nick Clifton <nickc@redhat.com>
623
624 * po/binutils.pot: Updated by the Translation project.
625 * po/fi.po: Updated Finnish translation.
626 * po/vi.po: Updated Vietnamese translation.
627 * po/bg.po: New Bulgarian translation.
628 * configure.in (ALL_LINGUAS): Add bg.
629 * configure: Regenerate.
630
631 2010-04-20 Nick Clifton <nickc@redhat.com>
632
633 * po/fr.po: Updated french translation.
634
635 2010-04-20 Nick Clifton <nickc@redhat.com>
636
637 * readelf.c: Add _() macros to constant strings that are
638 translatable.
639
640 * readelf.c (display_mips_gnu_attribute): Replace GCC options
641 with a textual description of single and double precision float.
642
643 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
644
645 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
646 (arm_attr_tag_ABI_align8_needed): Remove.
647 (arm_attr_tag_ABI_align8_preserved): Remove.
648 (arm_attr_tag_ABI_HardFP_use): Update text strings.
649 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
650 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
651
652 2010-04-13 Nick Clifton <nickc@redhat.com>
653
654 PR binutils/11419
655 * dwarf.c (process_debug_info): Initialise the signature array.
656
657 2010-04-09 Nick Clifton <nickc@redhat.com>
658
659 * dwarf.c (process_debug_info): Remove unused variable
660 cu_abbrev_offset_ptr.
661 (display_debug_lines_decoded): Remove unused variable prev_line.
662 * elfedit.c (process_archive): Remove unused variable
663 file_name_size.
664 * ieee.c (ieee_start_compilation_unit): Remove unused variable
665 nindx.
666 (ieee_set_type): Remove unused variables info, targetindx and
667 baseindx.
668 * objdump.c (disassmble_byte): Remove unused variable done_dot.
669 * rddbg.c (read_section_stabs_debugging_info): Remove unused
670 variable other.
671 * readelf.c (dump_section_as_strings): Remove unused variable
672 addr.
673 (process_archive): Remove unused variable file_name_size.
674 * stabs.c (parse_stab_string): Mark desc parameter as unused.
675 Remove unused variable lineno.
676 (parse_stab_struct_type): Remove unused variable orig.
677 (stab_demangle_type): Remove unused variables constp, volatilep
678 and hold.
679
680 2010-04-07 Alan Modra <amodra@gmail.com>
681
682 * configure: Regenerate.
683
684 2010-04-06 Nick Clifton <nickc@redhat.com>
685
686 * po/vi.po: Updated Vietnamese translation.
687
688 2010-04-05 Jakub Jelinek <jakub@redhat.com>
689
690 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
691 fields.
692 (display_debug_frames): Handle CIE version 4.
693
694 * dwarf.c (struct State_Machine_Registers): Add op_index field,
695 change end_sequence type to unsigned char.
696 (reset_state_machine): Clear op_index.
697 (process_extended_line_op): For DW_LNE_set_address clear op_index.
698 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
699 Track op_index state machine register and print it if
700 li_max_ops_per_insn is != 1.
701 (display_debug_lines_decoded): Likewise.
702
703 2010-04-01 Jakub Jelinek <jakub@redhat.com>
704
705 * dwarf.c (read_and_display_attr_value): Don't reject
706 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
707 and DW_FORM_exprloc.
708 (process_debug_info): Handle cu_version == 4.
709 (display_debug_lines_raw, display_debug_lines_decoded): Handle
710 li_version == 4.
711
712 2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
713
714 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
715 * Makefile.in: Regenerate.
716
717 2010-03-25 Joseph Myers <joseph@codesourcery.com>
718
719 * MAINTAINERS: Add self as TI C6X maintainer.
720 * NEWS: Add news entry for TI C6X support.
721 * readelf.c: Include elf/tic6x.h.
722 (guess_is_rela): Handle EM_TI_C6000.
723 (dump_relocations): Likewise.
724 (get_tic6x_dynamic_type): New.
725 (get_dynamic_type): Call it.
726 (get_machine_flags): Handle EF_C6000_REL.
727 (get_osabi_name): Handle machine-specific values only for relevant
728 machines. Handle C6X values.
729 (get_tic6x_segment_type): New.
730 (get_segment_type): Call it.
731 (get_tic6x_section_type_name): New.
732 (get_section_type_name): Call it.
733 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
734 EM_TI_C6000.
735
736 2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
737
738 * doc/binutils.texi (readelf) <unwind information>: Mention support for
739 ARM unwind tables.
740
741 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
742
743 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
744
745 2010-03-17 Alan Modra <amodra@gmail.com>
746
747 * readelf.c (dump_arm_unwind): Warning fix.
748
749 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
750
751 * MAINTAINERS: Update my email address. List Tristan Gingold
752 as the release branch maintainer.
753
754 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
755
756 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
757
758 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
759
760 * NEWS: Document .ARM.exidx / .ARM.extab support.
761
762 * dwarf.c (read_leb128): Make non-static.
763 * dwarf.h (read_leb128): Declare.
764 * readelf.c (REMOVE_ARCH_BITS): Define.
765 (find_section_by_address): New.
766 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
767 (find_symbol_for_address): Handle the Thumb bit for ARM, by
768 using REMOVE_ARCH_BITS.
769 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
770 (arm_free_section, arm_section_get_word, decode_arm_unwind)
771 (dump_arm_unwind, arm_process_unwind): New.
772 (process_unwind): Handle ARM.
773
774 2010-02-26 Jie Zhang <jie@codesourcery.com>
775
776 * MAINTAINERS: Update my email address.
777
778 2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
779
780 PR binutils/11298
781 * doc/binutils.texi (windmc): Fix synopsis and description of
782 ASCII options.
783
784 2010-02-19 Alan Modra <amodra@gmail.com>
785
786 * readelf.c (get_group_flags): Return empty string when flags zero.
787 Add space in other returned values.
788 (process_section_groups): Adjust format string.
789
790 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
791
792 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
793 newly permitted attribute values.
794 (arm_attr_tag_Virtualization_use): Likewise.
795 (arm_attr_tag_DIV_use): Add description of new attribute.
796 (arm_attr_tag_MPextension_use_legacy): Likewise.
797
798 2010-02-15 Nick Clifton <nickc@redhat.com>
799
800 * po/vi.po: Updated Vietnamese translation.
801
802 2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
803
804 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
805 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
806
807 2010-02-08 Jim Blandy <jimb@red-bean.com>
808
809 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
810 'z' augmentation strings.
811
812 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
813
814 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
815 a new address, so as not to reuse a previous, non-related reloc.
816
817 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
818
819 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
820
821 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
822
823 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
824 sections.
825
826 2010-01-28 Nick Clifton <nickc@redhat.com>
827
828 PR 11225
829 * objdump.c (only): Replace with linked list.
830 (only_size, only_used): Replace with only_list.
831 (process_section_p): Set seen field on matches sections.
832 (add_only): New function.
833 (free_only_list): New function.
834 (disassemble_section): Check only_list.
835 (main): Use add_only and free_only_list.
836
837 2010-01-26 Tristan Gingold <gingold@adacore.com>
838
839 * Makefile.am (bin2c): Add libintl dependance and library.
840 * Makefile.in: Regenerate.
841
842 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
843
844 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
845
846 2010-01-19 Ian Lance Taylor <iant@google.com>
847
848 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
849 with non-ordinary files like /dev/null.
850
851 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
852 Alan Modra <amodra@gmail.com>
853
854 * readelf.c (process_file_header): Handle e_phnum extension.
855
856 2010-01-14 Tristan Gingold <gingold@adacore.com>
857
858 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
859 and DW_AT_GNAT_descriptive_type.
860
861 2010-01-13 Tristan Gingold <gingold@adacore.com>
862
863 * ar.c (main): Use lbasename.
864 (normalize): Ditto.
865 * objdump.c (update_source_path): Ditto.
866
867 2010-01-12 Tristan Gingold <gingold@adacore.com>
868
869 * makefile.vms (CFLAGS): Turns warnings into informational messages.
870
871 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
872
873 PR ld/11146
874 * NEWS: Mention --dyn-syms for readelf.
875
876 * readelf.c (do_dyn_syms): New.
877 (OPTION_DYN_SYMS): Likewise.
878 (options): Add "dyn-syms".
879 (usage): Add --dyn-syms.
880 (parse_args): Handle OPTION_DYN_SYMS.
881 (process_symbol_table): Handle do_dyn_syms.
882 (process_object): Likewise.
883 (process_archive): Likewise.
884
885 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
886 symbol hash tables for -D.
887
888 2010-01-11 Nick Clifton <nickc@redhat.com>
889
890 * NEWS: Mention addition of elfedit.
891
892 * po/fi.po: Updated Finnish translation.
893
894 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
895
896 * Makefile.in: Regenerate.
897 * configure: Regenerate.
898 * doc/Makefile.in: Regenerate.
899
900 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
901
902 * version.c (print_version): Change to "Copyright 2010".
903
904 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
905
906 * elfedit.c (input_elf_type): New.
907 (output_elf_type): Likewise.
908 (elf_type): Likewise.
909 (update_elf_header): Support updating ELF file type.
910 (command_line_switch): Add OPTION_INPUT_TYPE and
911 OPTION_OUTPUT_TYPE.
912 (options): Likewise.
913 (usage): Add --input-type and --output-type.
914 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
915 one of --output-mach and --output-type must be specified.
916
917 * doc/binutils.texi: Document --input-type and --output-type
918 for elfedit.
919
920 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
921
922 * doc/binutils.texi: Fix a typo.
923
924 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
925
926 * elfedit.c (update_elf_header): Don't change input_elf_class
927 nor input_elf_machine if they are -1.
928
929 2010-01-08 Tristan Gingold <gingold@adacore.com>
930
931 * ar.c: Remove bfd_special_undocumented_glue prototype.
932
933 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
934
935 * elfedit.c (update_elf_header): Reformat.
936
937 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
938
939 * readelf.c (usage): Fix indent for --symbols.
940
941 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
942
943 * doc/binutils.texi: Replace -histogram with --histogram.
944
945 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
946
947 PR binutils/11131
948 * Makefile.am (ELFEDIT_PROG): New.
949 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
950 (CFILES): Add elfedit.c.
951 (elfedit_DEPENDENCIES): New.
952 (elfedit_SOURCES): Likewise.
953 (elfedit_LDADD): Likewise.
954 * Makefile.in: Regenerated.
955
956 * elfedit.c: New.
957
958 * doc/binutils.texi: Document elfedit.
959
960 * doc/Makefile.am (man_MANS): Add elfedit.1.
961 (elfedit.1): New.
962 * doc/Makefile.in: Regenerated.
963
964 2010-01-06 Tristan Gingold <gingold@adacore.com>
965
966 * nm.c (usage): Remove extra blanks.
967
968 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
969
970 * objcopy.c: Update copyright.
971 * readelf.c: Likewise.
972
973 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
974
975 PR binutils/11130
976 * objcopy.c (copy_object): Remove "Warning: " from error
977 message.
978
979 2010-01-04 Nick Clifton <nickc@redhat.com>
980
981 PR 11128
982 * readelf.c (dump_section_as_strings): Use two separate
983 invocations of printf() in order to work around bugs in
984 the Solaris 8 implementation.
985
986 2010-01-04 Nick Clifton <nickc@redhat.com>
987
988 * po/ru.po: Updated Russian translation.
989
990 For older changes see ChangeLog-2009
991 \f
992 Local Variables:
993 mode: change-log
994 left-margin: 8
995 fill-column: 74
996 version-control: never
997 End:
This page took 0.050636 seconds and 3 git commands to generate.