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