binutils/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2011-10-04 Paul Woegerer <paul_woegerer@mentor.com>
2 Carlos O'Donell <carlos@codesourcery.com>
3
4 * dwarf.c (display_debug_lines_decoded): Index directory_table with
5 directory_index from file_table entry.
6
7 2011-09-30 Cary Coutant <ccoutant@google.com>
8
9 * binutils/dwarf.h (dwarf_section_display_enum): Add missing enum
10 constant.
11
12 2011-09-28 Tristan Gingold <gingold@adacore.com>
13
14 * od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
15
16 2011-09-27 Tristan Gingold <gingold@adacore.com>
17
18 * od-xcoff.c (dump_xcoff32_aout_header): Remove some gettext macros.
19 (dump_xcoff32_sections_header): Likewise.
20 (dump_xcoff32_symbols, dump_xcoff32_relocs): Likewise.
21 (dump_xcoff32_lineno, dump_xcoff32_loader): Likewise.
22 (dump_xcoff32_except): Likewise.
23 (dump_xcoff32_typchk, dump_xcoff32_tbtags): Likewise.
24
25 2011-09-27 Tristan Gingold <gingold@adacore.com>
26
27 * readelf.c (print_ia64_vms_note): Fix xgettext warnings.
28
29 2011-09-22 Tristan Gingold <gingold@adacore.com>
30
31 * NEWS: Add marker for 2.22.
32
33 2011-09-21 David S. Miller <davem@davemloft.net>
34
35 * MAINTAINER: Take over from Jakub Jalinek as SPARC maintainer.
36
37 * readelf.c (display_sparc_hwcaps): New.
38 (display_sparc_gnu_attribute): New.
39 (process_sparc_specific): New.
40 (process_arch_specific): When EM_SPARC, EM_SPARC32PLUS,
41 or EM_SPARCV9 invoke process_sparc_specific.
42
43 2011-09-18 H.J. Lu <hongjiu.lu@intel.com>
44
45 PR binutils/13196
46 * dwarf.c (display_debug_aranges): Check zero address size.
47
48 2011-09-15 H.J. Lu <hongjiu.lu@intel.com>
49
50 PR binutils/13180
51 * objcopy.c (is_strip_section_1): New.
52 (is_strip_section): Use it. Remove the group section if all
53 members are removed.
54
55 2011-09-08 Nick Clifton <nickc@redhat.com>
56
57 * po/ja.po: Updated Japanese translation.
58
59 2011-08-26 Nick Clifton <nickc@redhat.com>
60
61 * po/es.po: Updated Spanish translation.
62
63 2011-08-08 Marcus Comstedt <marcus@mc.pp.se>
64
65 PR binutils/12964
66 * Makefile.am (embedspu): Use awk rather than sed.
67 * Makefile.in: Regenerate.
68
69 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
70
71 * dwarf.c (read_and_display_attr_value): Recognize DW_FORM_data4 and
72 DW_FORM_data8 as location list pointers only for DWARF < 4.
73
74 2011-07-26 Jakub Jelinek <jakub@redhat.com>
75
76 * NEWS: Mention .debug_macro support.
77 * dwarf.c (read_and_display_attr_value): Don't print a tab
78 if attribute is 0.
79 (get_AT_name): Handle DW_AT_GNU_macros.
80 (get_line_filename_and_dirname, display_debug_macro): New
81 functions.
82 (debug_displays): Add an entry for .debug_macro and .zdebug_macro.
83 * readelf.c (process_section_headers): With do_debug_macinfo
84 handle also .debug_macro sections.
85 * dwarf.h (dwarf_section_display_enum): Add macro.
86
87 2011-07-24 Chao-ying Fu <fu@mips.com>
88 Maciej W. Rozycki <macro@codesourcery.com>
89
90 * readelf.c (get_machine_flags): Handle microMIPS ASE.
91 (get_mips_symbol_other): Likewise.
92
93 2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
94
95 * dwarf.c (init_dwarf_regnames): Handle EM_K1OM.
96
97 * elfedit.c (elf_machine): Support EM_K1OM.
98 (elf_class): Likewise.
99
100 * readelf.c (guess_is_rela): Handle EM_K1OM.
101 (dump_relocations): Likewise.
102 (get_machine_name): Likewise.
103 (get_section_type_name): Likewise.
104 (get_elf_section_flags): Likewise.
105 (process_section_headers): Likewise.
106 (get_symbol_index_type): Likewise.
107 (is_32bit_abs_reloc): Likewise.
108 (is_32bit_pcrel_reloc): Likewise.
109 (is_64bit_abs_reloc): Likewise.
110 (is_64bit_pcrel_reloc): Likewise.
111 (is_none_reloc): Likewise.
112
113 * doc/binutils.texi: Mention K1OM for elfedit.
114
115 2011-07-11 Cary Coutant <ccoutant@google.com>
116
117 PR 12983
118 * binutils/nm.c (display_file): Decompress debug sections when
119 printing line numbers.
120
121 2011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
122 Thomas Schwinge <thomas@schwinge.name>
123
124 PR binutils/12913
125 * elfedit.c (osabis): Use ELFOSABI_GNU name instead of ELFOSABI_LINUX
126 alias and ELFOSABI_HURD. Add GNU alias.
127 * readelf.c (get_osabi_name, get_symbol_binding, get_symbol_type):
128 Likewise.
129 * doc/binutils.texi <elfedit>: Update accordingly.
130
131 2011-07-01 Nick Clifton <nickc@redhat.com>
132
133 PR binutils/12325
134 * doc/binutils.texi (ar cmdline): Document --target, --version and
135 --help command line options.
136
137 2011-06-30 Nick Clifton <nickc@redhat.com>
138
139 PR binutils/12558
140 * ar.c (main): When asked to move members in an archive that is
141 being created, ignore the move request.
142
143 2011-06-29 Nick Clifton <nickc@redhat.com>
144
145 * readelf.c (get_section_type_name): When displaying an unknown
146 section type display the hex value first on the assumption that
147 the full message will probably be truncated into a 15 character
148 field.
149
150 2011-06-22 Jakub Jelinek <jakub@redhat.com>
151
152 * dwarf.c (decode_location_expression): For DW_OP_GNU_convert and
153 DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset.
154 Handle DW_OP_GNU_parameter_ref.
155
156 2011-06-16 Tom Tromey <tromey@redhat.com>
157
158 * dwarf-mode.el (dwarf-do-insert-substructure): Call
159 expand-file-name.
160 (dwarf-do-refresh): Likewise.
161
162 2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
163
164 * readelf.c (get_note_type): Handle NT_ARM_VFP.
165
166 2011-06-13 Walter Lee <walt@tilera.com>
167
168 * readelf.c: Include tilepro.h and tilegx.h.
169 (guess_is_rela): Handle EM_TILEGX and EM_TILEPRO.
170 (dump_relocations): Likewise.
171 (get_machine_name): Likewise.
172 (is_32bit_abs_reloc): Likewise.
173 (is_32bit_pcerel_reloc): Likewise.
174 (is_64bit_abs_reloc): Likewise.
175 (is_64bit_pcrel_reloc): Likewise.
176
177 2011-06-09 Tristan Gingold <gingold@adacore.com>
178
179 * od-xcoff.c (xcoff32_read_symbols): Allow missing string table
180 length.
181
182 2011-06-08 Nick Clifton <nickc@redhat.com>
183
184 PR binutils/12855
185 * readelf.c (process_version_sections): Handle binaries containing
186 corrupt version information.
187 (process_symbol_table): Stop processing a symbol's version
188 information if it could not be read in.
189
190 (get_data): Add comment describing the function.
191 (process_section_headers): Set dynamic_strings_length to 0 if the
192 dynamic strings could not be read in.
193 (process_dynamic_section): Likewise.
194 (process_section_groups): Stop processing the group information if
195 the data could not be read in.
196 (hppa_processs_unwind): Assert that there is only one string table
197 in the file.
198 (arm_process_unwind): Likewise.
199 (ia64_process_unwind): Likewise.
200 Set the size of the unwind auxillary information to 0 if the data
201 could not be read.
202 (load_specific_debug_section): Handle a failure to read in the
203 section.
204 (process_mips_specific): Stop display of the PLT GOT section if it
205 could not be read in.
206
207 2011-06-08 Tristan Gingold <gingold@adacore.com>
208
209 * makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS.
210
211 2011-06-07 Cary Coutant <ccoutant@google.com>
212
213 * dwarf.c: Fix conversion to TU number.
214
215 2011-06-02 Nick Clifton <nickc@redhat.com>
216
217 * resres.c: Fix spelling typo.
218 * windint.h: Likewise.
219 * windmc.c: Likewise.
220 * windres.c: Likewise.
221 * po/POTFILES.in: Regenerate.
222 * po/binutils.pot: Regenerate.
223
224 2011-06-01 Daniel Jacobowitz <drow@false.org>
225
226 * MAINTAINERS: Update my email address.
227
228 2011-05-31 Matthias Klose <doko@ubuntu.com>
229
230 * configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
231 * configure: Regenerate.
232
233 2011-05-30 Alan Modra <amodra@gmail.com>
234
235 PR binutils/12820
236 * Makefile.am (bin_PROGRAMS): Move BUILD_INSTALL_MISC to..
237 (bin_SCRIPTS): ..here.
238 (EXTRA_SCRIPTS): Define.
239 (EXTRA_DIST): Add embedspu.sh.
240 (DISTCLEANFILES): Add embedspu.
241 (embedspu): Depend on Makefile. Replace sed "s" command with "c".
242 * Makefile.in: Regenerate.
243
244 2011-05-25 Jakub Jelinek <jakub@redhat.com>
245
246 * dwarf.c (loc_offsets): New variable.
247 (loc_offsets_compar): New routine.
248 (display_debug_loc): Handle loc_offsets not being in ascending order
249 and also a single .debug_loc entry being used multiple times.
250
251 2011-05-18 Nick Clifton <nickc@redhat.com>
252
253 PR binutils/12753
254 * nm.c (filter_symbols): Treat unique symbols as global symbols.
255 * doc/binutils.texi (nm): Mention that some lowercase letters
256 actually indicate global symbols.
257
258 2011-05-15 Tristan Gingold <gingold@adacore.com>
259
260 * od-xcoff.c: New file.
261 * objdump.h: New file.
262 * objdump.c: Include objdump.h
263 (dump_private_options, objdump_private_vectors): New variables.
264 (usage): Mention -P/--private. Display handled options.
265 (long_options): Add -P/--private.
266 (dump_target_specific): New function.
267 (dump_bfd): Handle dump_private_options.
268 (main): Handle -P.
269 * doc/binutils.texi (objdump): Document -P/--private.
270 * configure.in (OBJDUMP_PRIVATE_VECTORS, OBJDUMP_PRIVATE_OFILES):
271 New variables, compute them.
272 (od_vectors): Add vectors for private dumpers. Make them uniq.
273 (OBJDUMP_DEFS): Add OBJDUMP_PRIVATE_VECTORS.
274 * Makefile.am (HFILES): Add objdump.h
275 (CFILES): Add od-xcoff.c
276 (OBJDUMP_PRIVATE_OFILES): New variable.
277 (objdump_DEPENDENCIES): Append OBJDUMP_PRIVATE_OFILES.
278 (objdump_LDADD): Ditto.
279 (EXTRA_objdump_SOURCES): Define.
280 * Makefile.in: Regenerate.
281 * configure: Regenerate.
282
283 2011-05-10 Tristan Gingold <gingold@adacore.com>
284
285 * dwarf.c (process_extended_line_op): Dump unknown records.
286
287 2011-05-07 Alan Modra <amodra@gmail.com>
288
289 PR binutils/12632
290 * objcopy.c (copy_archive): Check bfd_openw result in unknown object
291 case. Rewrite without goto.
292
293 2011-05-03 Jakub Jelinek <jakub@redhat.com>
294
295 * dwarf.c (decode_location_expression): Handle DW_OP_GNU_const_type,
296 DW_OP_GNU_regval_type, DW_OP_GNU_deref_type, DW_OP_GNU_convert
297 and DW_OP_GNU_reinterpret.
298
299 * MAINTAINERS: Add myself as DWARF2 maintainer.
300
301 2011-05-02 Alan Modra <amodra@gmail.com>
302
303 PR binutils/12720
304 Revert the following change
305 Michael Snyder <msnyder@vmware.com>
306 * ar.c (move_members): Plug memory leak.
307 (delete_members): Plug memory leak.
308
309 2011-04-28 Tom Tromey <tromey@redhat.com>
310
311 * NEWS: Add note about --dwarf-depth, --dwarf-start, and
312 dwarf-mode.el.
313 * objdump.c (suppress_bfd_header): New global.
314 (usage): Update.
315 (OPTION_DWARF_DEPTH, OPTION_DWARF_START): New constants.
316 (options): Add dwarf-depth and dwarf-start entries.
317 (dump_bfd): Use suppress_bfd_header.
318 (main): Handle OPTION_DWARF_START, OPTION_DWARF_DEPTH.
319 * doc/binutils.texi (objcopy): Document --dwarf-depth and
320 --dwarf-start.
321 (readelf): Likewise.
322 * dwarf-mode.el: New file.
323 * dwarf.c (dwarf_cutoff_level, dwarf_start_die): New globals.
324 (read_and_display_attr_value): Also check debug_info_p.
325 (process_debug_info): Handle dwarf_start_die and
326 dwarf_cutoff_level.
327 * dwarf.h (dwarf_cutoff_level, dwarf_start_die): Declare.
328 * readelf.c (usage): Update.
329 (OPTION_DWARF_DEPTH): New macro.
330 (OPTION_DWARF_START): Likewise.
331 (options): Add dwarf-depth and dwarf-start entries.
332 (parse_args): Handle OPTION_DWARF_START and OPTION_DWARF_DEPTH.
333
334 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
335
336 * dwarf.c (display_gdb_index): Support version 5, warn on version 4.
337
338 2011-04-27 Tristan Gingold <gingold@adacore.com>
339
340 * dwarf.c (process_extended_line_op): Handle
341 DW_LNE_HP_source_file_correlation.
342
343 2011-04-27 Nick Clifton <nickc@redhat.com>
344
345 * po/da.po: Updated Danish translation.
346
347 2011-04-21 Tom Tromey <tromey@redhat.com>
348
349 * readelf.c (print_stapsdt_note): New function.
350 (process_note): Use it.
351
352 2011-04-21 Tom Tromey <tromey@redhat.com>
353
354 * readelf.c (get_stapsdt_note_type): New function.
355 (process_note): Recognize "stapsdt" notes.
356
357 2011-04-21 Tom Tromey <tromey@redhat.com>
358
359 * readelf.c (process_corefile_note_segment): Change header field
360 widths.
361 (process_note): Change field widths.
362
363 2011-04-21 Tom Tromey <tromey@redhat.com>
364
365 * readelf.c (print_gnu_note): New function.
366 (process_note): Use it.
367
368 2011-04-21 Jie Zhang <jzhang918@gmail.com>
369
370 * MAINTAINERS: Update my email address.
371
372 2011-04-11 Kai Tietz <ktietz@redhat.com>
373
374 * windres.c (usage): Add new --preprocessor-arg option.
375 (option_values): Add new OPTION_PREPROCESSOR_ARG enumerator.
376 (option long_options): Add preprocessor-arg option.
377 (main): Handle it.
378 * doc/binutils.texi: Add documentation for --preprocessor-arg
379 option.
380 * NEWS: Add line about new --preprocessor-arg option for windres.
381
382 2011-04-08 John Marino <binutils@marino.st>
383
384 * arlex.l: Prevent redefinition of YY_NO_UNPUT.
385 * syslex.l: Likewise.
386
387 2011-04-07 Paul Brook <paul@codesourcery.com>
388
389 * readelf.c (arm_section_get_word): Handle C6000 relocations.
390 (decode_tic6x_unwind_regmask, decode_arm_unwind_bytecode,
391 decode_tic6x_unwind_bytecode, expand_prel31): New functions.
392 (decode_arm_unwind): Split out common code from ARM specific bits.
393 (dump_arm_unwind): Use expand_prel31.
394 (arm_process_unwind): Handle SHT_C6000_UNWIND sections.
395 (process_unwind): Add SHT_C6000_UNWIND.
396
397 2011-04-06 Joseph Myers <joseph@codesourcery.com>
398
399 * configure.in (thumb-*-pe*): Remove.
400 * configure: Regenerate.
401
402 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
403
404 * MAINTAINERS: Update my email address.
405
406 2011-04-03 H.J. Lu <hongjiu.lu@intel.com>
407
408 PR binutils/12632
409 * objcopy.c (copy_unknown_object): Make the archive element
410 readable.
411
412 2011-04-03 David S. Miller <davem@davemloft.net>
413
414 * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
415 accurately, rather than how they are represented internally.
416
417 2011-03-31 Tristan Gingold <gingold@adacore.com>
418
419 * makefile.vms (readelf.exe): New target.
420
421 2011-03-31 Tristan Gingold <gingold@adacore.com>
422
423 * makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
424
425 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
426
427 * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
428 (dump_relocations): Likewise.
429
430 2011-03-31 Tristan Gingold <gingold@adacore.com>
431
432 * readelf.c (get_ia64_vms_note_type): New function.
433 (print_ia64_vms_note): Ditto.
434 (process_note): Recognize VMS/ia64 specific notes.
435 Display them.
436 (process_corefile_note_segment): Decode VMS notes.
437
438 2011-03-30 Catherine Moore <clm@codesourcery.com>
439
440 * addr2line.c (translate_addresses): Sign extend the pc
441 if sign_extend_vma is enabled.
442
443 2011-03-30 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
444
445 * readelf.c (process_gnu_liblist): Stop memory leak.
446
447 2011-03-29 Alan Modra <amodra@gmail.com>
448
449 * coffdump.c: Include bfd_stdint.h
450
451 2011-03-28 Pierre Muller <muller@ics.u-strasbg.fr>
452
453 * coffdump.c (coff_dump): Correct spelling error.
454 (show_usage): Replace SYSROFF by COFF.
455
456 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
457
458 * coffdump.c (dump_coff_scope): Use double typecast for pointer P
459 to allow compilation for all targets.
460
461 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
462
463 * dwarf.c (process_debug_info): Use offset_size to determine
464 the bit-size of the computation unit's offset.
465 (decode_location_expression): Use dwarf_vmatoa function to display
466 DW_OP_addr OP.
467 (process_debug_info): Use dwarf_vma type for local variables
468 length and type_offset.
469
470 2011-03-25 Michael Snyder <msnyder@vmware.com>
471
472 * strings.c (print_strings): Plug memory leak.
473 * ar.c (move_members): Plug memory leak.
474 (delete_members): Plug memory leak.
475 (write_archive): Plug memory leak.
476 * ieee.c (ieee_add_bb11): Plug memory leak.
477 (ieee_function_type): Likewise.
478 (ieee_class_baseclass): Likewise.
479 * prdbg.c (pr_function_type): Close memory leaks.
480 (pr_method_type): Likewise.
481 (tg_class_static_member): Likewise.
482 (tg_class_method_variant): Likewise.
483 (tg_class_static_method_variant): Likewise.
484 * stabs.c (parse_stab_enum_type): Fix memory leaks.
485 (parse_stab_struct_type): Likewise.
486 (parse_stab_struct_fields): Likewise.
487 (parse_stab_one_struct_field): Likewise.
488 (parse_stab_members): Likewise.
489 (stab_demangle_qualified): Likewise.
490 * objdump.c (dump_reloc_set): Free malloced memory.
491 * bucomm.c (make_tempname): Stop memory leak.
492
493 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
494
495 Replace bfd_vma type and analog types by dwarf_vma and analogs.
496 Use dwarf specific print functions to display these type values.
497 * dwarf.h (dwarf_signed_vma): New type;
498 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
499 (DWARF2_External_PubNames): Likewise.
500 (DWARF2_External_CompUnit): Likewise.
501 (DWARF2_External_ARange): Likewise.
502 (read_leb128): Change return type to dwarf_vma.
503 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
504 check byte_size values.
505 (dwarf_vmatoa): Change parameter type to dwarf_vma.
506 (dwarf_svmatoa): New static function.
507 (read_leb128): Change return type to dwarf_vma.
508 (read_sleb128): New static function.
509 (struct State_Machine_Registers): Change address field type to
510 dwarf_vma.
511 (process_extended_line_op): Adapt to type changes.
512 (fetch_indirect_string): Likewise.
513 (idisplay_block): Likewise.
514 (decode_location_expression): Likewise.
515 (read_and_display_attr_value): Likewise.
516 (process_debug_info): Likewise.
517 (display_debug_lines_raw): Likewise.
518 (display_debug_lines_decoded): Likewise.
519 (SLEB macro): Use new read_sleb128 function.
520
521 2011-03-17 Alan Modra <amodra@gmail.com>
522
523 PR 12590
524 * ar.c (ranlib_main): Init arg_index properly.
525 (usage): Describe --target.
526
527 2011-03-16 Jakub Jelinek <jakub@redhat.com>
528
529 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
530 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
531 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
532 (get_AT_name): Handle DW_AT_GNU_call_site_value,
533 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
534 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
535 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
536 DW_AT_GNU_all_source_call_sites.
537 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
538 handling.
539
540 2011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
543 (decode_location_expression): Handle DW_OP_GNU_entry_value.
544 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
545 (get_AT_name): Likewise.
546
547 2011-03-14 Michael Snyder <msnyder@vmware.com>
548
549 * objcopy.c (set_pe_subsystem): Free subsystem.
550
551 * wrstabs.c (stab_start_struct_type): Close memory leak.
552
553 * readelf.c (process_version_sections): Free symbols.
554
555 * nm.c (display_rel_file): Free symsizes.
556
557 2011-03-10 Nick Clifton <nickc@redhat.com>
558
559 * readelf.c (get_machine_name): Update EM_V850 entry.
560
561 2011-03-03 Mike Frysinger <vapier@gentoo.org>
562
563 * objdump.c (usage): Fix single typo.
564 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
565 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
566
567 2011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
568
569 PR binutils/12523
570 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
571
572 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
573
574 * debug.c (debug_start_source): Use filename_(n)cmp.
575 * ieee.c (ieee_finish_compilation_unit): Likewise.
576 (ieee_lineno): Likewise.
577 * nlmconv.c (main): Likewise.
578 * objcopy.c (strip_main): Likewise.
579 (copy_main): Likewise.
580 * objdump.c (show_line): Likewise.
581 (dump_reloc_set): Likewise.
582 * srconv.c (main): Likewise.
583 * wrstabs.c (stab_lineno): Likewise.
584
585 2011-02-24 Zachary T Welch <zwelch@codesourcery.com>
586
587 * readelf.c (decode_arm_unwind): Implement decoding of remaining
588 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
589
590 2011-02-23 Kai Tietz <kai.tietz@onevision.com>
591
592 * dwarf.c (read_leb128): Use bfd_vma instead of
593 long type.
594 (dwarf_vmatoa): New helper routine.
595 (process_extended_line_op): Use for adr bfd_vma
596 type and print those typed values via BFD_VMA_FMT
597 or via dwarf_vmatoa for localized prints.
598 (fetch_indirect_string): Adjust offset's type.
599 (decode_location_expression): Adjust argument types
600 and uvalue type.
601 (read_and_display_attr_value): Likewise.
602 (read_and_display_attr): Likewise.
603 (decode_location_expression): Adjust printf format.
604 (process_debug_info): Likewise.
605 (display_debug_lines_raw): Likewise.
606 (display_debug_lines_decoded): Likewise.
607 (display_debug_pubnames): Likewise.
608 (display_debug_loc): Likewise.
609 (display_debug_aranges): Likewise.
610 * dwarf.h (DWARF2_External_LineInfo,
611 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
612 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
613 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
614 DWARF2_Internal_ARange): Added..
615 (read_leb128): Adjust return type.
616
617 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
618
619 * configure: Regenerate.
620
621 2011-02-08 Nick Clifton <nickc@redhat.com>
622
623 PR binutils/12467
624 * readelf.c (process_program_headers): Issue a warning if there
625 are no program headers but the file header has a non-zero program
626 header offset.
627 (process_section_headers): Issue a warning if there are no section
628 headers but the file header has a non-zero section header offset.
629 (process_section_groups): Reword the no section message so that it
630 can be distinguished from the one issued by process_section_headers.
631
632 2011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
633 Doug Evans <dje@google.com>
634
635 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
636
637 2011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
638
639 * readelf.c (process_object): Free dynamic_section after use.
640
641 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
642
643 PR binutils/12408
644 * readelf.c (process_archive): Free and reset dump_sects
645 after processing each archive member.
646
647 2011-01-11 Andreas Schwab <schwab@redhat.com>
648
649 * readelf.c (print_symbol): Handle symbol characters as unsigned.
650 Whitespace fixes.
651
652 2011-01-10 Nick Clifton <nickc@redhat.com>
653
654 * po/da.po: Updated Danish translation.
655
656 2011-01-06 Vladimir Siminov <sv@sw.ru>
657
658 * bucomm.c (get_file_size): Check for negative sizes and issue a
659 warning message if encountered.
660
661 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
662
663 * version.c (print_version): Update copyright to 2011.
664
665 For older changes see ChangeLog-2010
666 \f
667 Local Variables:
668 mode: change-log
669 left-margin: 8
670 fill-column: 74
671 version-control: never
672 End:
This page took 0.049079 seconds and 5 git commands to generate.