binutils/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
a7142d94
TG
12011-09-22 Tristan Gingold <gingold@adacore.com>
2
3 * NEWS: Add marker for 2.22.
4
cdd30861
DM
52011-09-21 David S. Miller <davem@davemloft.net>
6
7 * MAINTAINER: Take over from Jakub Jalinek as SPARC maintainer.
8
9e8c70f9
DM
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
b3681d67
L
152011-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
4c8e8a7e
L
202011-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
7b01d2c3
NC
272011-09-08 Nick Clifton <nickc@redhat.com>
28
29 * po/ja.po: Updated Japanese translation.
30
7cf80422
NC
312011-08-26 Nick Clifton <nickc@redhat.com>
32
33 * po/es.po: Updated Spanish translation.
34
066a6662
AM
352011-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
212b6063
JK
412011-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
4ccf1e31
JJ
462011-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
df58fc94
RS
592011-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
7a9068fe
L
652011-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
b76e66d3
CC
872011-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
9c55345c
TS
932011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
94 Thomas Schwinge <thomas@schwinge.name>
95
2bb70ae0 96 PR binutils/12913
9c55345c
TS
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
8adf5d70
NC
1032011-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
75d5a45f
NC
1092011-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
a7dbfd1c
NC
1152011-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
f8b999f9
JJ
1222011-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
af61e67f
TT
1282011-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
faa9a424
UW
1342011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
135
136 * readelf.c (get_note_type): Handle NT_ARM_VFP.
137
aa137e4d
NC
1382011-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
e682d13b
TG
1492011-06-09 Tristan Gingold <gingold@adacore.com>
150
151 * od-xcoff.c (xcoff32_read_symbols): Allow missing string table
152 length.
153
59245841
NC
1542011-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
516ec24d
TG
1792011-06-08 Tristan Gingold <gingold@adacore.com>
180
181 * makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS.
182
ad6b52dd
CC
1832011-06-07 Cary Coutant <ccoutant@google.com>
184
185 * dwarf.c: Fix conversion to TU number.
186
cc643b88
NC
1872011-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
9483a6ee
DJ
1962011-06-01 Daniel Jacobowitz <drow@false.org>
197
198 * MAINTAINERS: Update my email address.
199
1ab52cbe
AM
2002011-05-31 Matthias Klose <doko@ubuntu.com>
201
202 * configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
203 * configure: Regenerate.
204
1c10be1e
AM
2052011-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
51d0d03f
JJ
2162011-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
0ba0c2b3
NC
2232011-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
429628a5
TG
2302011-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
7e665af3
TG
2552011-05-10 Tristan Gingold <gingold@adacore.com>
256
257 * dwarf.c (process_extended_line_op): Dump unknown records.
258
19094d10
AM
2592011-05-07 Alan Modra <amodra@gmail.com>
260
44bbc88a 261 PR binutils/12632
19094d10
AM
262 * objcopy.c (copy_archive): Check bfd_openw result in unknown object
263 case. Rewrite without goto.
264
1cd48f98
JJ
2652011-05-03 Jakub Jelinek <jakub@redhat.com>
266
0892011d
JJ
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
1cd48f98
JJ
271 * MAINTAINERS: Add myself as DWARF2 maintainer.
272
4510857d
AM
2732011-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
fd2f0033
TT
2812011-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
6adc060c
JK
3062011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
307
308 * dwarf.c (display_gdb_index): Support version 5, warn on version 4.
309
43294ab7
TG
3102011-04-27 Tristan Gingold <gingold@adacore.com>
311
312 * dwarf.c (process_extended_line_op): Handle
313 DW_LNE_HP_source_file_correlation.
314
b4e7b885
NC
3152011-04-27 Nick Clifton <nickc@redhat.com>
316
317 * po/da.po: Updated Danish translation.
318
c6a9fc58
TT
3192011-04-21 Tom Tromey <tromey@redhat.com>
320
321 * readelf.c (print_stapsdt_note): New function.
322 (process_note): Use it.
323
70616151
TT
3242011-04-21 Tom Tromey <tromey@redhat.com>
325
326 * readelf.c (get_stapsdt_note_type): New function.
327 (process_note): Recognize "stapsdt" notes.
328
2aee03ae
TT
3292011-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
664f90a3
TT
3352011-04-21 Tom Tromey <tromey@redhat.com>
336
337 * readelf.c (print_gnu_note): New function.
338 (process_note): Use it.
339
4161fbb0
JZ
3402011-04-21 Jie Zhang <jzhang918@gmail.com>
341
342 * MAINTAINERS: Update my email address.
343
7f880bc3 3442011-04-11 Kai Tietz <ktietz@redhat.com>
ec25acb3
NC
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
894e93a8
NC
3542011-04-08 John Marino <binutils@marino.st>
355
356 * arlex.l: Prevent redefinition of YY_NO_UNPUT.
357 * syslex.l: Likewise.
358
fa197c1c
PB
3592011-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
8c5fc800
JM
3692011-04-06 Joseph Myers <joseph@codesourcery.com>
370
371 * configure.in (thumb-*-pe*): Remove.
372 * configure: Regenerate.
373
a8aa951d
SA
3742011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
375
376 * MAINTAINERS: Update my email address.
377
1e99536a
L
3782011-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
bf03e632
DM
3842011-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
545f57c6
TG
3892011-03-31 Tristan Gingold <gingold@adacore.com>
390
391 * makefile.vms (readelf.exe): New target.
392
083faca9
TG
3932011-03-31 Tristan Gingold <gingold@adacore.com>
394
395 * makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
396
ac145307
BS
3972011-03-31 Bernd Schmidt <bernds@codesourcery.com>
398
399 * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
400 (dump_relocations): Likewise.
401
00e98fc7
TG
4022011-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
877c169d
CM
4102011-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
2842702f
NC
4152011-03-30 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
416
417 * readelf.c (process_gnu_liblist): Stop memory leak.
418
9382dad2
AM
4192011-03-29 Alan Modra <amodra@gmail.com>
420
421 * coffdump.c: Include bfd_stdint.h
422
fbe3e2c8
PM
4232011-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
1a9911c3
PM
4282011-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
49e7b350
NC
4332011-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.
767221a9
NC
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.
49e7b350 441
68187828
NC
4422011-03-25 Michael Snyder <msnyder@vmware.com>
443
444 * strings.c (print_strings): Plug memory leak.
6a696910 445 * ar.c (move_members): Plug memory leak.
a1bc0327 446 (delete_members): Plug memory leak.
8e4850a9 447 (write_archive): Plug memory leak.
cd37dafc
NC
448 * ieee.c (ieee_add_bb11): Plug memory leak.
449 (ieee_function_type): Likewise.
450 (ieee_class_baseclass): Likewise.
09192bc7
NC
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.
1fcab1af 456 * stabs.c (parse_stab_enum_type): Fix memory leaks.
4b41844b
NC
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.
c48d800e 463 * bucomm.c (make_tempname): Stop memory leak.
68187828 464
467c65bc
NC
4652011-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
c60ce34a
AM
4932011-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
629e7ca8
JJ
4992011-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
5122011-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
497b9b32
MS
5192011-03-14 Michael Snyder <msnyder@vmware.com>
520
0cbf3531
MS
521 * objcopy.c (set_pe_subsystem): Free subsystem.
522
c30fe01d
MS
523 * wrstabs.c (stab_start_struct_type): Close memory leak.
524
0429c154
MS
525 * readelf.c (process_version_sections): Free symbols.
526
497b9b32
MS
527 * nm.c (display_rel_file): Free symsizes.
528
8f7e76d0
NC
5292011-03-10 Nick Clifton <nickc@redhat.com>
530
531 * readelf.c (get_machine_name): Update EM_V850 entry.
532
505f1412
MF
5332011-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
5115b233
AM
5392011-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
8b6efd89
KT
5442011-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
61865e30
NC
5572011-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
47704ddf
KT
5622011-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
822ce8ee
RW
5892011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
590
591 * configure: Regenerate.
592
82f2dbf7
NC
5932011-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
6ec8b48e
JK
6042011-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
293c573e
MR
6092011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
610
611 * readelf.c (process_object): Free dynamic_section after use.
612
2b52916e
L
6132011-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
7a88bc9c
AS
6192011-01-11 Andreas Schwab <schwab@redhat.com>
620
621 * readelf.c (print_symbol): Handle symbol characters as unsigned.
622 Whitespace fixes.
623
f7465604
NC
6242011-01-10 Nick Clifton <nickc@redhat.com>
625
626 * po/da.po: Updated Danish translation.
627
9849fbfc
NC
6282011-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
0db46eb4
L
6332011-01-01 H.J. Lu <hongjiu.lu@intel.com>
634
635 * version.c (print_version): Update copyright to 2011.
636
9e9e0820 637For older changes see ChangeLog-2010
252b5132
RH
638\f
639Local Variables:
640mode: change-log
641left-margin: 8
642fill-column: 74
643version-control: never
644End:
This page took 0.851824 seconds and 4 git commands to generate.