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