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