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