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