]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* Makefile.def (language=c++): Add check-c++0x and
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
b76e66d3
CC
12011-07-11 Cary Coutant <ccoutant@google.com>
2
3 PR 12983
4 * binutils/nm.c (display_file): Decompress debug sections when
5 printing line numbers.
6
9c55345c
TS
72011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
8 Thomas Schwinge <thomas@schwinge.name>
9
2bb70ae0 10 PR binutils/12913
9c55345c
TS
11 * elfedit.c (osabis): Use ELFOSABI_GNU name instead of ELFOSABI_LINUX
12 alias and ELFOSABI_HURD. Add GNU alias.
13 * readelf.c (get_osabi_name, get_symbol_binding, get_symbol_type):
14 Likewise.
15 * doc/binutils.texi <elfedit>: Update accordingly.
16
8adf5d70
NC
172011-07-01 Nick Clifton <nickc@redhat.com>
18
19 PR binutils/12325
20 * doc/binutils.texi (ar cmdline): Document --target, --version and
21 --help command line options.
22
75d5a45f
NC
232011-06-30 Nick Clifton <nickc@redhat.com>
24
25 PR binutils/12558
26 * ar.c (main): When asked to move members in an archive that is
27 being created, ignore the move request.
28
a7dbfd1c
NC
292011-06-29 Nick Clifton <nickc@redhat.com>
30
31 * readelf.c (get_section_type_name): When displaying an unknown
32 section type display the hex value first on the assumption that
33 the full message will probably be truncated into a 15 character
34 field.
35
f8b999f9
JJ
362011-06-22 Jakub Jelinek <jakub@redhat.com>
37
38 * dwarf.c (decode_location_expression): For DW_OP_GNU_convert and
39 DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset.
40 Handle DW_OP_GNU_parameter_ref.
41
af61e67f
TT
422011-06-16 Tom Tromey <tromey@redhat.com>
43
44 * dwarf-mode.el (dwarf-do-insert-substructure): Call
45 expand-file-name.
46 (dwarf-do-refresh): Likewise.
47
faa9a424
UW
482011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
49
50 * readelf.c (get_note_type): Handle NT_ARM_VFP.
51
aa137e4d
NC
522011-06-13 Walter Lee <walt@tilera.com>
53
54 * readelf.c: Include tilepro.h and tilegx.h.
55 (guess_is_rela): Handle EM_TILEGX and EM_TILEPRO.
56 (dump_relocations): Likewise.
57 (get_machine_name): Likewise.
58 (is_32bit_abs_reloc): Likewise.
59 (is_32bit_pcerel_reloc): Likewise.
60 (is_64bit_abs_reloc): Likewise.
61 (is_64bit_pcrel_reloc): Likewise.
62
e682d13b
TG
632011-06-09 Tristan Gingold <gingold@adacore.com>
64
65 * od-xcoff.c (xcoff32_read_symbols): Allow missing string table
66 length.
67
59245841
NC
682011-06-08 Nick Clifton <nickc@redhat.com>
69
70 PR binutils/12855
71 * readelf.c (process_version_sections): Handle binaries containing
72 corrupt version information.
73 (process_symbol_table): Stop processing a symbol's version
74 information if it could not be read in.
75
76 (get_data): Add comment describing the function.
77 (process_section_headers): Set dynamic_strings_length to 0 if the
78 dynamic strings could not be read in.
79 (process_dynamic_section): Likewise.
80 (process_section_groups): Stop processing the group information if
81 the data could not be read in.
82 (hppa_processs_unwind): Assert that there is only one string table
83 in the file.
84 (arm_process_unwind): Likewise.
85 (ia64_process_unwind): Likewise.
86 Set the size of the unwind auxillary information to 0 if the data
87 could not be read.
88 (load_specific_debug_section): Handle a failure to read in the
89 section.
90 (process_mips_specific): Stop display of the PLT GOT section if it
91 could not be read in.
92
516ec24d
TG
932011-06-08 Tristan Gingold <gingold@adacore.com>
94
95 * makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS.
96
ad6b52dd
CC
972011-06-07 Cary Coutant <ccoutant@google.com>
98
99 * dwarf.c: Fix conversion to TU number.
100
cc643b88
NC
1012011-06-02 Nick Clifton <nickc@redhat.com>
102
103 * resres.c: Fix spelling typo.
104 * windint.h: Likewise.
105 * windmc.c: Likewise.
106 * windres.c: Likewise.
107 * po/POTFILES.in: Regenerate.
108 * po/binutils.pot: Regenerate.
109
9483a6ee
DJ
1102011-06-01 Daniel Jacobowitz <drow@false.org>
111
112 * MAINTAINERS: Update my email address.
113
1ab52cbe
AM
1142011-05-31 Matthias Klose <doko@ubuntu.com>
115
116 * configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
117 * configure: Regenerate.
118
1c10be1e
AM
1192011-05-30 Alan Modra <amodra@gmail.com>
120
121 PR binutils/12820
122 * Makefile.am (bin_PROGRAMS): Move BUILD_INSTALL_MISC to..
123 (bin_SCRIPTS): ..here.
124 (EXTRA_SCRIPTS): Define.
125 (EXTRA_DIST): Add embedspu.sh.
126 (DISTCLEANFILES): Add embedspu.
127 (embedspu): Depend on Makefile. Replace sed "s" command with "c".
128 * Makefile.in: Regenerate.
129
51d0d03f
JJ
1302011-05-25 Jakub Jelinek <jakub@redhat.com>
131
132 * dwarf.c (loc_offsets): New variable.
133 (loc_offsets_compar): New routine.
134 (display_debug_loc): Handle loc_offsets not being in ascending order
135 and also a single .debug_loc entry being used multiple times.
136
0ba0c2b3
NC
1372011-05-18 Nick Clifton <nickc@redhat.com>
138
139 PR binutils/12753
140 * nm.c (filter_symbols): Treat unique symbols as global symbols.
141 * doc/binutils.texi (nm): Mention that some lowercase letters
142 actually indicate global symbols.
143
429628a5
TG
1442011-05-15 Tristan Gingold <gingold@adacore.com>
145
146 * od-xcoff.c: New file.
147 * objdump.h: New file.
148 * objdump.c: Include objdump.h
149 (dump_private_options, objdump_private_vectors): New variables.
150 (usage): Mention -P/--private. Display handled options.
151 (long_options): Add -P/--private.
152 (dump_target_specific): New function.
153 (dump_bfd): Handle dump_private_options.
154 (main): Handle -P.
155 * doc/binutils.texi (objdump): Document -P/--private.
156 * configure.in (OBJDUMP_PRIVATE_VECTORS, OBJDUMP_PRIVATE_OFILES):
157 New variables, compute them.
158 (od_vectors): Add vectors for private dumpers. Make them uniq.
159 (OBJDUMP_DEFS): Add OBJDUMP_PRIVATE_VECTORS.
160 * Makefile.am (HFILES): Add objdump.h
161 (CFILES): Add od-xcoff.c
162 (OBJDUMP_PRIVATE_OFILES): New variable.
163 (objdump_DEPENDENCIES): Append OBJDUMP_PRIVATE_OFILES.
164 (objdump_LDADD): Ditto.
165 (EXTRA_objdump_SOURCES): Define.
166 * Makefile.in: Regenerate.
167 * configure: Regenerate.
168
7e665af3
TG
1692011-05-10 Tristan Gingold <gingold@adacore.com>
170
171 * dwarf.c (process_extended_line_op): Dump unknown records.
172
19094d10
AM
1732011-05-07 Alan Modra <amodra@gmail.com>
174
44bbc88a 175 PR binutils/12632
19094d10
AM
176 * objcopy.c (copy_archive): Check bfd_openw result in unknown object
177 case. Rewrite without goto.
178
1cd48f98
JJ
1792011-05-03 Jakub Jelinek <jakub@redhat.com>
180
0892011d
JJ
181 * dwarf.c (decode_location_expression): Handle DW_OP_GNU_const_type,
182 DW_OP_GNU_regval_type, DW_OP_GNU_deref_type, DW_OP_GNU_convert
183 and DW_OP_GNU_reinterpret.
184
1cd48f98
JJ
185 * MAINTAINERS: Add myself as DWARF2 maintainer.
186
4510857d
AM
1872011-05-02 Alan Modra <amodra@gmail.com>
188
189 PR binutils/12720
190 Revert the following change
191 Michael Snyder <msnyder@vmware.com>
192 * ar.c (move_members): Plug memory leak.
193 (delete_members): Plug memory leak.
194
fd2f0033
TT
1952011-04-28 Tom Tromey <tromey@redhat.com>
196
197 * NEWS: Add note about --dwarf-depth, --dwarf-start, and
198 dwarf-mode.el.
199 * objdump.c (suppress_bfd_header): New global.
200 (usage): Update.
201 (OPTION_DWARF_DEPTH, OPTION_DWARF_START): New constants.
202 (options): Add dwarf-depth and dwarf-start entries.
203 (dump_bfd): Use suppress_bfd_header.
204 (main): Handle OPTION_DWARF_START, OPTION_DWARF_DEPTH.
205 * doc/binutils.texi (objcopy): Document --dwarf-depth and
206 --dwarf-start.
207 (readelf): Likewise.
208 * dwarf-mode.el: New file.
209 * dwarf.c (dwarf_cutoff_level, dwarf_start_die): New globals.
210 (read_and_display_attr_value): Also check debug_info_p.
211 (process_debug_info): Handle dwarf_start_die and
212 dwarf_cutoff_level.
213 * dwarf.h (dwarf_cutoff_level, dwarf_start_die): Declare.
214 * readelf.c (usage): Update.
215 (OPTION_DWARF_DEPTH): New macro.
216 (OPTION_DWARF_START): Likewise.
217 (options): Add dwarf-depth and dwarf-start entries.
218 (parse_args): Handle OPTION_DWARF_START and OPTION_DWARF_DEPTH.
219
6adc060c
JK
2202011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * dwarf.c (display_gdb_index): Support version 5, warn on version 4.
223
43294ab7
TG
2242011-04-27 Tristan Gingold <gingold@adacore.com>
225
226 * dwarf.c (process_extended_line_op): Handle
227 DW_LNE_HP_source_file_correlation.
228
b4e7b885
NC
2292011-04-27 Nick Clifton <nickc@redhat.com>
230
231 * po/da.po: Updated Danish translation.
232
c6a9fc58
TT
2332011-04-21 Tom Tromey <tromey@redhat.com>
234
235 * readelf.c (print_stapsdt_note): New function.
236 (process_note): Use it.
237
70616151
TT
2382011-04-21 Tom Tromey <tromey@redhat.com>
239
240 * readelf.c (get_stapsdt_note_type): New function.
241 (process_note): Recognize "stapsdt" notes.
242
2aee03ae
TT
2432011-04-21 Tom Tromey <tromey@redhat.com>
244
245 * readelf.c (process_corefile_note_segment): Change header field
246 widths.
247 (process_note): Change field widths.
248
664f90a3
TT
2492011-04-21 Tom Tromey <tromey@redhat.com>
250
251 * readelf.c (print_gnu_note): New function.
252 (process_note): Use it.
253
4161fbb0
JZ
2542011-04-21 Jie Zhang <jzhang918@gmail.com>
255
256 * MAINTAINERS: Update my email address.
257
7f880bc3 2582011-04-11 Kai Tietz <ktietz@redhat.com>
ec25acb3
NC
259
260 * windres.c (usage): Add new --preprocessor-arg option.
261 (option_values): Add new OPTION_PREPROCESSOR_ARG enumerator.
262 (option long_options): Add preprocessor-arg option.
263 (main): Handle it.
264 * doc/binutils.texi: Add documentation for --preprocessor-arg
265 option.
266 * NEWS: Add line about new --preprocessor-arg option for windres.
267
894e93a8
NC
2682011-04-08 John Marino <binutils@marino.st>
269
270 * arlex.l: Prevent redefinition of YY_NO_UNPUT.
271 * syslex.l: Likewise.
272
fa197c1c
PB
2732011-04-07 Paul Brook <paul@codesourcery.com>
274
275 * readelf.c (arm_section_get_word): Handle C6000 relocations.
276 (decode_tic6x_unwind_regmask, decode_arm_unwind_bytecode,
277 decode_tic6x_unwind_bytecode, expand_prel31): New functions.
278 (decode_arm_unwind): Split out common code from ARM specific bits.
279 (dump_arm_unwind): Use expand_prel31.
280 (arm_process_unwind): Handle SHT_C6000_UNWIND sections.
281 (process_unwind): Add SHT_C6000_UNWIND.
282
8c5fc800
JM
2832011-04-06 Joseph Myers <joseph@codesourcery.com>
284
285 * configure.in (thumb-*-pe*): Remove.
286 * configure: Regenerate.
287
a8aa951d
SA
2882011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
289
290 * MAINTAINERS: Update my email address.
291
1e99536a
L
2922011-04-03 H.J. Lu <hongjiu.lu@intel.com>
293
294 PR binutils/12632
295 * objcopy.c (copy_unknown_object): Make the archive element
296 readable.
297
bf03e632
DM
2982011-04-03 David S. Miller <davem@davemloft.net>
299
300 * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
301 accurately, rather than how they are represented internally.
302
545f57c6
TG
3032011-03-31 Tristan Gingold <gingold@adacore.com>
304
305 * makefile.vms (readelf.exe): New target.
306
083faca9
TG
3072011-03-31 Tristan Gingold <gingold@adacore.com>
308
309 * makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
310
ac145307
BS
3112011-03-31 Bernd Schmidt <bernds@codesourcery.com>
312
313 * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
314 (dump_relocations): Likewise.
315
00e98fc7
TG
3162011-03-31 Tristan Gingold <gingold@adacore.com>
317
318 * readelf.c (get_ia64_vms_note_type): New function.
319 (print_ia64_vms_note): Ditto.
320 (process_note): Recognize VMS/ia64 specific notes.
321 Display them.
322 (process_corefile_note_segment): Decode VMS notes.
323
877c169d
CM
3242011-03-30 Catherine Moore <clm@codesourcery.com>
325
326 * addr2line.c (translate_addresses): Sign extend the pc
327 if sign_extend_vma is enabled.
328
2842702f
NC
3292011-03-30 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
330
331 * readelf.c (process_gnu_liblist): Stop memory leak.
332
9382dad2
AM
3332011-03-29 Alan Modra <amodra@gmail.com>
334
335 * coffdump.c: Include bfd_stdint.h
336
fbe3e2c8
PM
3372011-03-28 Pierre Muller <muller@ics.u-strasbg.fr>
338
339 * coffdump.c (coff_dump): Correct spelling error.
340 (show_usage): Replace SYSROFF by COFF.
341
1a9911c3
PM
3422011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
343
344 * coffdump.c (dump_coff_scope): Use double typecast for pointer P
345 to allow compilation for all targets.
346
49e7b350
NC
3472011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
348
349 * dwarf.c (process_debug_info): Use offset_size to determine
350 the bit-size of the computation unit's offset.
767221a9
NC
351 (decode_location_expression): Use dwarf_vmatoa function to display
352 DW_OP_addr OP.
353 (process_debug_info): Use dwarf_vma type for local variables
354 length and type_offset.
49e7b350 355
68187828
NC
3562011-03-25 Michael Snyder <msnyder@vmware.com>
357
358 * strings.c (print_strings): Plug memory leak.
6a696910 359 * ar.c (move_members): Plug memory leak.
a1bc0327 360 (delete_members): Plug memory leak.
8e4850a9 361 (write_archive): Plug memory leak.
cd37dafc
NC
362 * ieee.c (ieee_add_bb11): Plug memory leak.
363 (ieee_function_type): Likewise.
364 (ieee_class_baseclass): Likewise.
09192bc7
NC
365 * prdbg.c (pr_function_type): Close memory leaks.
366 (pr_method_type): Likewise.
367 (tg_class_static_member): Likewise.
368 (tg_class_method_variant): Likewise.
369 (tg_class_static_method_variant): Likewise.
1fcab1af 370 * stabs.c (parse_stab_enum_type): Fix memory leaks.
4b41844b
NC
371 (parse_stab_struct_type): Likewise.
372 (parse_stab_struct_fields): Likewise.
373 (parse_stab_one_struct_field): Likewise.
374 (parse_stab_members): Likewise.
375 (stab_demangle_qualified): Likewise.
376 * objdump.c (dump_reloc_set): Free malloced memory.
c48d800e 377 * bucomm.c (make_tempname): Stop memory leak.
68187828 378
467c65bc
NC
3792011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
380
381 Replace bfd_vma type and analog types by dwarf_vma and analogs.
382 Use dwarf specific print functions to display these type values.
383 * dwarf.h (dwarf_signed_vma): New type;
384 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
385 (DWARF2_External_PubNames): Likewise.
386 (DWARF2_External_CompUnit): Likewise.
387 (DWARF2_External_ARange): Likewise.
388 (read_leb128): Change return type to dwarf_vma.
389 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
390 check byte_size values.
391 (dwarf_vmatoa): Change parameter type to dwarf_vma.
392 (dwarf_svmatoa): New static function.
393 (read_leb128): Change return type to dwarf_vma.
394 (read_sleb128): New static function.
395 (struct State_Machine_Registers): Change address field type to
396 dwarf_vma.
397 (process_extended_line_op): Adapt to type changes.
398 (fetch_indirect_string): Likewise.
399 (idisplay_block): Likewise.
400 (decode_location_expression): Likewise.
401 (read_and_display_attr_value): Likewise.
402 (process_debug_info): Likewise.
403 (display_debug_lines_raw): Likewise.
404 (display_debug_lines_decoded): Likewise.
405 (SLEB macro): Use new read_sleb128 function.
406
c60ce34a
AM
4072011-03-17 Alan Modra <amodra@gmail.com>
408
409 PR 12590
410 * ar.c (ranlib_main): Init arg_index properly.
411 (usage): Describe --target.
412
629e7ca8
JJ
4132011-03-16 Jakub Jelinek <jakub@redhat.com>
414
415 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
416 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
417 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
418 (get_AT_name): Handle DW_AT_GNU_call_site_value,
419 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
420 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
421 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
422 DW_AT_GNU_all_source_call_sites.
423 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
424 handling.
425
4262011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
427
428 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
429 (decode_location_expression): Handle DW_OP_GNU_entry_value.
430 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
431 (get_AT_name): Likewise.
432
497b9b32
MS
4332011-03-14 Michael Snyder <msnyder@vmware.com>
434
0cbf3531
MS
435 * objcopy.c (set_pe_subsystem): Free subsystem.
436
c30fe01d
MS
437 * wrstabs.c (stab_start_struct_type): Close memory leak.
438
0429c154
MS
439 * readelf.c (process_version_sections): Free symbols.
440
497b9b32
MS
441 * nm.c (display_rel_file): Free symsizes.
442
8f7e76d0
NC
4432011-03-10 Nick Clifton <nickc@redhat.com>
444
445 * readelf.c (get_machine_name): Update EM_V850 entry.
446
505f1412
MF
4472011-03-03 Mike Frysinger <vapier@gentoo.org>
448
449 * objdump.c (usage): Fix single typo.
450 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
451 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
452
5115b233
AM
4532011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
454
455 PR binutils/12523
456 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
457
8b6efd89
KT
4582011-02-28 Kai Tietz <kai.tietz@onevision.com>
459
460 * debug.c (debug_start_source): Use filename_(n)cmp.
461 * ieee.c (ieee_finish_compilation_unit): Likewise.
462 (ieee_lineno): Likewise.
463 * nlmconv.c (main): Likewise.
464 * objcopy.c (strip_main): Likewise.
465 (copy_main): Likewise.
466 * objdump.c (show_line): Likewise.
467 (dump_reloc_set): Likewise.
468 * srconv.c (main): Likewise.
469 * wrstabs.c (stab_lineno): Likewise.
470
61865e30
NC
4712011-02-24 Zachary T Welch <zwelch@codesourcery.com>
472
473 * readelf.c (decode_arm_unwind): Implement decoding of remaining
474 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
475
47704ddf
KT
4762011-02-23 Kai Tietz <kai.tietz@onevision.com>
477
478 * dwarf.c (read_leb128): Use bfd_vma instead of
479 long type.
480 (dwarf_vmatoa): New helper routine.
481 (process_extended_line_op): Use for adr bfd_vma
482 type and print those typed values via BFD_VMA_FMT
483 or via dwarf_vmatoa for localized prints.
484 (fetch_indirect_string): Adjust offset's type.
485 (decode_location_expression): Adjust argument types
486 and uvalue type.
487 (read_and_display_attr_value): Likewise.
488 (read_and_display_attr): Likewise.
489 (decode_location_expression): Adjust printf format.
490 (process_debug_info): Likewise.
491 (display_debug_lines_raw): Likewise.
492 (display_debug_lines_decoded): Likewise.
493 (display_debug_pubnames): Likewise.
494 (display_debug_loc): Likewise.
495 (display_debug_aranges): Likewise.
496 * dwarf.h (DWARF2_External_LineInfo,
497 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
498 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
499 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
500 DWARF2_Internal_ARange): Added..
501 (read_leb128): Adjust return type.
502
822ce8ee
RW
5032011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
504
505 * configure: Regenerate.
506
82f2dbf7
NC
5072011-02-08 Nick Clifton <nickc@redhat.com>
508
509 PR binutils/12467
510 * readelf.c (process_program_headers): Issue a warning if there
511 are no program headers but the file header has a non-zero program
512 header offset.
513 (process_section_headers): Issue a warning if there are no section
514 headers but the file header has a non-zero section header offset.
515 (process_section_groups): Reword the no section message so that it
516 can be distinguished from the one issued by process_section_headers.
517
6ec8b48e
JK
5182011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
519 Doug Evans <dje@google.com>
520
521 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
522
293c573e
MR
5232011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
524
525 * readelf.c (process_object): Free dynamic_section after use.
526
2b52916e
L
5272011-01-18 H.J. Lu <hongjiu.lu@intel.com>
528
529 PR binutils/12408
530 * readelf.c (process_archive): Free and reset dump_sects
531 after processing each archive member.
532
7a88bc9c
AS
5332011-01-11 Andreas Schwab <schwab@redhat.com>
534
535 * readelf.c (print_symbol): Handle symbol characters as unsigned.
536 Whitespace fixes.
537
f7465604
NC
5382011-01-10 Nick Clifton <nickc@redhat.com>
539
540 * po/da.po: Updated Danish translation.
541
9849fbfc
NC
5422011-01-06 Vladimir Siminov <sv@sw.ru>
543
544 * bucomm.c (get_file_size): Check for negative sizes and issue a
545 warning message if encountered.
546
0db46eb4
L
5472011-01-01 H.J. Lu <hongjiu.lu@intel.com>
548
549 * version.c (print_version): Update copyright to 2011.
550
9e9e0820 551For older changes see ChangeLog-2010
252b5132
RH
552\f
553Local Variables:
554mode: change-log
555left-margin: 8
556fill-column: 74
557version-control: never
558End: