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