include/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2008-09-24 Richard Henderson <rth@redhat.com>
2
3 * dwarf.c (size_of_encoded_value, get_encoded_value): Move up.
4 (decode_location_expression): Add section parameter. Handle
5 DW_OP_GNU_encoded_addr.
6 (read_and_display_attr_value): Update decode_location_expression call.
7 (display_debug_loc, display_debug_frames): Likewise.
8
9 2008-09-25 Alan Modra <amodra@bigpond.net.au>
10
11 PR 6913
12 * dwarf.c (print_dwarf_vma): Don't call printf without format string.
13
14 2008-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15
16 Suppress warnings on NONE relocations to discarded sections.
17 * readelf.c (is_none_reloc): New function.
18 (debug_apply_relocations): Ignore is_none_reloc() relocations.
19
20 2008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21
22 Fix loading large elf64 binaries on 32bit hosts.
23 * configure.in: Call AC_SYS_LARGEFILE.
24 * config.in: Regenerate.
25 * configure: Regenerate.
26
27 2008-09-11 Alan Modra <amodra@bigpond.net.au>
28
29 * po/sv.po: Update.
30
31 2008-09-08 Tristan Gingold <gingold@adacore.com>
32
33 * BRANCHES: Add 2.18 and 2.19 release branches.
34
35 2008-09-08 Tristan Gingold <gingold@adacore.com>
36
37 * NEWS: Add a marker for the 2.19 features.
38
39 2008-09-05 Daniel Jacobowitz <dan@codesourcery.com>
40
41 * readelf.c (load_specific_debug_section): New function, from
42 load_debug_section.
43 (load_debug_section): Use load_specific_debug_section.
44 (display_debug_section): Use load_specific_debug_section. Check for
45 multiple sections with the same name.
46
47 2008-08-28 Tristan Gingold <gingold@adacore.com>
48
49 * objdump.c (dump_stabs): Add sections for Darwin.
50
51 2008-08-25 Alan Modra <amodra@bigpond.net.au>
52
53 * sysdep.h: Include "binary-io.h".
54 (O_BINARY): Don't define here.
55 * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.
56 * strings.c: Likewise.
57 (main): Remove #ifdef SET_BINARY.
58 * Makefile.am: Run "make dep-am"
59 * Makefile.in: Regenerate.
60
61 2008-08-24 Alan Modra <amodra@bigpond.net.au>
62
63 * configure.in: Update a number of obsolete autoconf macros.
64 * configure: Regenerate.
65 * aclocal.m4: Regenerate.
66
67 2008-08-21 Richard Henderson <rth@redhat.com>
68
69 * readelf.c (is_32bit_pcrel_reloc): Fix hppa entry.
70 (is_64bit_pcrel_reloc): New.
71 (debug_apply_relocations): Use it. Handle hppa pcrel bias.
72
73 2008-08-15 Alan Modra <amodra@bigpond.net.au>
74
75 PR 6526
76 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
77 * Makefile.in: Regenerate.
78 * aclocal.m4: Regenerate.
79 * config.in: Regenerate.
80 * configure: Regenerate.
81 * doc/Makefile.in: Regenerate.
82
83 2008-08-09 Alan Modra <amodra@bigpond.net.au>
84
85 PR 6615
86 * rename.c (smart_rename): Punctuate error messages.
87
88 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
89 Daniel Jacobowitz <dan@codesourcery.com>
90 Catherine Moore <clm@codesourcery.com>
91 Mark Shinwell <shinwell@codesourcery.com>
92
93 * readelf.c (get_mips_symbol_other): Handle STO_MIPS_PLT and
94 STO_MIPS_PIC.
95 (slurp_rela_relocs, slurp_rel_relocs): Handle MIPS ELF64 here.
96 (dump_relocations, debug_apply_relocations): Don't handle it here.
97 (get_mips_dynamic_type): Handle DT_MIPS_PLTGOT and DT_MIPS_RWPLT.
98 (print_mips_pltgot_entry): New function.
99 (process_mips_specific): Dump the PLT GOT.
100
101 2008-08-08 Alan Modra <amodra@bigpond.net.au>
102
103 * readelf.c (is_64bit_abs_reloc): Return true for R_MIPS_64.
104
105 2008-08-06 Alan Modra <amodra@bigpond.net.au>
106
107 PR 6774
108 * objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol.
109 (setup_section): Don't zero vma and lma when extract_symbol.
110 (copy_section): Discard relocations when extract_symbol.
111 * doc/binutils.texi: Update --extract-symbol description.
112
113 2008-08-04 Alan Modra <amodra@bigpond.net.au>
114
115 * Makefile.am (POTFILES.in): Set LC_ALL=C.
116 * Makefile.in: Regenerate.
117
118 2008-08-04 Markus Weiss <weissms@aros.org>
119
120 * readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name.
121
122 2008-08-01 H.J. Lu <hongjiu.lu@intel.com>
123
124 * dwarf.c (dwarf_regnames_i386): Remove AVX registers.
125 (dwarf_regnames_x86_64): Likewise.
126
127 2008-07-30 Alan Modra <amodra@bigpond.net.au>
128
129 * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c,
130 windmc.c: Silence gcc warnings.
131
132 2008-07-28 Alan Modra <amodra@bigpond.net.au>
133
134 * readelf.c (print_vma): Typo fix.
135
136 2008-07-28 Alan Modra <amodra@bigpond.net.au>
137
138 PR 6769
139 * readelf.c (print_dec_vma, print_hex_vma): Delete.
140 (print_vma): Use BFD_VMA_FMT.
141 * size.c (size_number, rprint_number): Likewise.
142
143 2008-07-26 Michael Eager <eager@eagercon.com>
144
145 * readelf.c (display_power_gnu_attribute): Display
146 single-precision hard float.
147
148 2008-07-21 Luis Machado <luisgpm@br.ibm.com>
149
150 * readelf.c (get_note_type): Handle VSX notes.
151
152 2008-07-15 H.J. Lu <hongjiu.lu@intel.com>
153
154 * objdump.c (load_debug_section): Initialize section_is_compressed
155 for gcc 3.4/ia64.
156 * readelf.c (load_debug_section): Likewise.
157
158 2008-07-12 Jie Zhang <jie.zhang@analog.com>
159
160 Revert
161 2008-07-12 Jie Zhang <jie.zhang@analog.com>
162 * readelf.c (get_machine_flags): Deal with Blackfin specific
163 flags.
164
165 2008-07-12 Jie Zhang <jie.zhang@analog.com>
166
167 * readelf.c (get_machine_flags): Deal with Blackfin specific
168 flags.
169
170 2008-07-09 Craig Silverstein <csilvers@google.com>
171
172 * config.in: Add HAVE_ZLIB_H
173 * configure.in: Add test for libz and zlib.h
174 * configure: Regenerate.
175 * dwarf.c (debug_displays): Add .zdebug_* strings.
176 * dwarf.h (struct dwarf_section): Add fields uncompressed_namd
177 and compressed_name.
178 * objdump.c (load_debug_section): Call
179 bfd_uncompress_section_contents when loading a compressed
180 section.
181 (dump_dwarf_section): Recognize compressed section name.
182 (mach_o_dwarf_sections): Rename as
183 mach_o_uncompressed_dwarf_sections.
184 (mach_o_compressed_dwarf_sections): New variable.
185 (generic_dwarf_section): Rename as
186 generic_uncompressed_dwarf_sections.
187 (generic_compressed_dwarf_sections): New variable.
188 (check_mach_o_dwarf): Save and restore
189 mach_o_compressed_dwarf_sections.
190 * readelf.c: Add #include for config.h and zlib.h
191 (process_section_headers): Recognize compressed section name.
192 (uncompress_section_contents): New function.
193 (load_debug_section): Call uncompress_section_contents when
194 loading a compressed section.
195 (display_debug_section): Recognize compressed section name.
196
197 2008-07-07 Alan Modra <amodra@bigpond.net.au>
198
199 * objdump.c (find_symbol_for_address): Prefer symbols in current
200 section.
201
202 2008-07-07 Alan Modra <amodra@bigpond.net.au>
203
204 * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.
205 * nlmconv.c (main, powerpc_build_stubs): Likewise.
206 * rescoff.c (write_coff_file): Likewise.
207 * resres.c (write_res_file): Likewise.
208 * windmc.c (windmc_write_bin): Likewise.
209
210 2008-06-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
211
212 * readelf.c (guess_is_rela): Add EM_CR16_OLD.
213 (dump_relocations): Likewise.
214 (get_machine_name): Likewise.
215 (is_32bit_abs_reloc): Likewise.
216
217 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
218
219 * configure: Regenerate.
220
221 2008-06-12 DJ Delorie <dj@redhat.com>
222
223 * readelf.c (guess_is_rela): Add EM_M32C_OLD.
224 (dump_relocations): Likewise.
225 (process_section_headers): Likewise.
226 (is_32bit_abs_reloc): Likewise.
227 (is_16bit_abs_reloc): Likewise.
228
229 2008-06-12 Nick Clifton <nickc@redhat.com>
230
231 PR binutils/6483
232 * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
233 debug information to display, try dumping DWARF information
234 instead.
235 * rddbg.c (read_debugging_info): Add a parameter to suppress the
236 display of a warning message when no debug information is found.
237 * budbg.h (read_debugging_info): Update prototype.
238 * objcopy.c (copy_object): Continue to allow read_debugging_info
239 to produce warning messages.
240 * doc/binutils.texi (--debugging): Document new behaviour of the
241 -g/--debugging option.
242
243 2008-06-10 Ben Elliston <bje@gnu.org>
244
245 * MAINTAINERS: Remove myself as m68k maintainer.
246
247 2008-05-14 Alan Modra <amodra@bigpond.net.au>
248
249 * Makefile.in: Regenerate.
250 * doc/Makefile.in: Regenerate.
251
252 2008-05-12 Alan Modra <amodra@bigpond.net.au>
253
254 * embedspu.sh: Test for presence of ._ea by looking at section
255 table rather than looking at relocs. Correct toe_addr substitution.
256
257 2008-05-08 Alan Modra <amodra@bigpond.net.au>
258
259 * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol,
260 and if present, put image in ".data.speelf". Put program handle
261 in ".data.spehandle".
262
263 2008-05-01 Nick Clifton <nickc@redhat.com>
264
265 * readelf.c (print_symbol): Add code to display non-printing
266 characters.
267
268 2008-04-30 John Heidemann <johnh@isi.edu>
269
270 * doc/binutils.texi (strings): Add "unicode" to the documentation
271 of strings in order to make explicit that it supports this
272 feature.
273
274 2008-04-30 Alan Modra <amodra@bigpond.net.au>
275
276 * readelf.c (process_program_headers): Correct section in segment
277 display.
278
279 2008-04-28 M Thomas <mthomas@rhrk.uni-kl.de>
280 Nick Clifton <nickc@redhat.com>
281
282 PR binutils/6449
283 * objdump.c (slurp_file): Open the file in binary mode.
284 * ar.c: Remove conditional definition of O_BINARY.
285 * bin2.c: Likewise.
286 * rename.c: Likewise.
287 * strings.c: Likewise.
288 * sysdep.h: Add conditional definition of O_BINARY.
289
290 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
291
292 * aclocal.m4: Regenerate.
293 * configure: Regenerate.
294
295 2008-04-16 Jean-Yves Lefort <jylefort@brutele.be>
296
297 PR binutils/6034
298 * objcopy.c (stuct symlist): Rename to
299 is_specified_symbol_predicate_data.
300 (strip_specific_list): Rename to strip_specific_htab.
301 (strip_unneeded_list): Rename to strip_unneeded_htab.
302 (keep_specific_list): Rename to keep_specific_htab.
303 (localize_specific_list): Rename to localize_specific_htab.
304 (globalize_specific_list): Rename to globalize_specific_htab.
305 (keepglobal_specific_list): Rename to keepglobal_specific_htab.
306 (weaken_specific_list): Rename to weaken_specific_htab.
307 (eq_string): New function.
308 (create_symbol_htab): New function.
309 (create_symbol_htabs): New function.
310 (add_specific_symbol): Change to use hash tables.
311 (is_specified_symbol_predicate): New function.
312 (is_specified_symbol): Use hash table lookup.
313 (is_strip_section): Update to use new functions and hash tables.
314 (filter_symbols): Likewise.
315 (copy_object): Likewise.
316 (copy_section): Likewise.
317 (strip_main): Likewise.
318 (copy_main): Likewise.
319 (main): Likewise.
320
321 2008-04-14 David S. Miller <davem@davemloft.net>
322
323 * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
324
325 2008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com>
326
327 * dwarf.c (display_debug_lines): Rename to
328 display_debug_lines_raw.
329 (display_debug_lines_decoded): New function. Displays the
330 interpreted contents of a .debug_line section.
331 (display_debug_lines): New function: Selects either a raw dump or
332 a decoded dump (or both) as requested by the user.
333 * dwarf.h (do_debug_lines_decoded): New extern.
334 * readelf.c: Add support for -wL or --debug-dump=decodedline
335 option to display the decoded contents of a .debug_line section.
336 * doc/binutils.texi: Document the new option.
337 * NEWS: Mention the new feature.
338
339 2008-04-08 Alan Modra <amodra@bigpond.net.au>
340
341 * dwarf.c: Remove trailing whitespace throughout file.
342
343 2008-04-04 Nick Clifton <nickc@redhat.com>
344
345 * po/sk.po: Updated Slovak translation.
346
347 2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
348
349 * dwarf.c (dwarf_regnames_i386): Add AVX registers.
350 (dwarf_regnames_x86_64): Likewise.
351
352 2008-03-27 Cary Coutant <ccoutant@google.com>
353
354 Add support for thin archives.
355 * ar.c (make_thin_archive): New global flag.
356 (map_over_members): Deal with full pathnames in thin archives.
357 (usage, main): Add 'T' option for building thin archives.
358 (replace_members): Pass thin archive flag to ar_emul_append.
359 * arsup.c (ar_open): Initialize new flag.
360 * binemul.c (ar_emul_append): Add new parameter for
361 flattening nested archives.
362 (do_ar_emul_default_append): New function.
363 (ar_emul_default_append): Factored out recursive code.
364 * binutils/binemul.h (ar_emul_default_append): Add new parameter.
365 (struct bin_emulation_xfer_struct): New parameter for ar_append.
366 * dlltool.c (gen_lib_file): Initialize thin archive flag.
367 * emul_aix.c (ar_emul_aix_internal): Add new flatten
368 parameter, currently unimplemented.
369 All callers changed.
370 * objcopy.c (copy_archive): Preserve thin archive flag.
371 * doc/binutils.texi: Update ar documentation.
372 * NEWS: Mention the new feature.
373
374 2008-03-20 H.J. Lu <hongjiu.lu@intel.com>
375
376 * readelf.c (process_mips_specific): Declare addr_size as int.
377
378 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
379
380 * readelf.c (print_mips_got_entry): New function.
381 (process_mips_specific): Print GOT information.
382
383 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
384
385 * aclocal.m4: Regenerate.
386 * configure: Likewise.
387 * Makefile.in: Likewise.
388 * doc/Makefile.in: Likewise.
389
390 2008-03-16 Brian Dessent <brian@dessent.net>
391
392 * rcparse.y (resid): Allow control text to span multiple lines.
393
394 2008-03-13 Alan Modra <amodra@bigpond.net.au>
395
396 * readelf.c: Use %u throughout when printing sh_link or sh_info,
397 %lu when printing sh_addralign.
398 (process_version_sections): Use identical formats when printing
399 all offset and sh_link fields.
400
401 2008-03-13 Alan Modra <amodra@bigpond.net.au>
402
403 * Makefile.am: Run "make dep-am".
404 * Makefile.in: Regenerate.
405 * doc/Makefile.in: Regenerate.
406 * configure: Regenerate.
407
408 2008-03-12 Alan Modra <amodra@bigpond.net.au>
409
410 PR 5900
411 * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
412 Remove use throughout file.
413 (SECTION_HEADER): Likewise.
414 (dump_relocations): Don't adjust st_shndx for reserved range.
415 (process_file_header): Mask SHN_XINDEX to values seen in external
416 elf structs. Simplify valid section index tests.
417 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
418 Map reserved st_shndx to internal form.
419 (process_section_groups): Test that group symbol st_shndx is in
420 range, not just non-zero. Delete reserved range check.
421 (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
422 OS or RSV.
423
424 2008-03-09 Paul Brook <paul@codesourcery.com>
425
426 * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
427
428 2008-03-03 James E. Wilson <wilson@tuliptree.org>
429
430 * MAINTAINERS: Update my email address.
431
432 2008-03-03 Nick Clifton <nickc@redhat.com>
433
434 * dwarf.c (decode_location_expression): Handle
435 DW_OP_PGI_omp_thread_num.
436
437 2008-03-01 Alan Modra <amodra@bigpond.net.au>
438
439 * objdump.c (objdump_print_addr): Initialise "sym".
440
441 2008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
442 Nick Clifton <nickc@redhat.com>
443
444 * ar.c (usage): Mention -t command line switch.
445 * doc/binutils.texi (ranlib): Document -t command line switch.
446
447 2008-02-26 Nick Clifton <nickc@redhat.com>
448
449 * objdump.c (objdump_print_addr): If displaying file offsets, show
450 the offset even if there are no symbols available.
451 (dump_section): Display nothing if none of the section is going to
452 be dumped. Display the file offset, if requested, of the location
453 from where the dump starts.
454 * doc/binutils.texi (objdump): Mention that dumping via the -s
455 switch is also affected by the -F option.
456
457 2008-02-26 Nick Clifton <nickc@redhat.com>
458
459 Re-apply this patch which was accidentally deleted:
460 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
461
462 * doc/binutils.texi: Use "Binutils Index" for index name.
463
464 2008-02-22 Nick Clifton <nickc@redhat.com>
465
466 * objdump.c (display_file_offsets): New variable.
467 (long_options): Add -F/--file-offsets.
468 (objdump_print_addr_with_sym): If displaying file offsets, print
469 the offset of the given address.
470 (disassemble_bytes): If displaying file offsets, tell the user how
471 many zeroes are skipped and the file offset of the point where
472 dumping resumes.
473 (disassemble_section): Only display the name of the section if
474 data is going to be dumped from it.
475 (main): Handle new option. Produce error messages if the start or
476 stop addresses do not make sense.
477 * doc/binutils.texi: Document the new feature.
478 * NEWS: Mention the new feature.
479
480 2008-02-15 Chu Li <chul@cn.fujitsu.com>
481 Nick Clifton <nickc@redhat.com>
482
483 PR binutils/5713
484 * strings.c (integer_arg): Delete function.
485 (string_min): Initialise to 4.
486 (main): Use strtoul to parse integer arguments.
487 Move check for an invalid string length to after all the arguments
488 have been parsed.
489 (usage): Use indentation to indicate that -<n> is a another form
490 of the --bytes= command line option.
491
492 2008-02-12 Nick Clifton <nickc@redhat.com>
493
494 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
495 the argument.
496 (scan_obj_filename): Do not drop the const qualifier when calling
497 mcore_elf_cache_filename.
498 (struct fname_cache): Add const qualifier to filename field.
499
500 2008-02-08 H.J. Lu <hongjiu.lu@intel.com>
501
502 PR binutils/5713
503 * strings.c (main): Set string_min to 4 if it is <= 0.
504
505 2008-02-07 Alan Modra <amodra@bigpond.net.au>
506
507 * objdump.c (main): Don't pass unadorned NULL to concat.
508
509 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
510
511 PR 5715
512 * configure: Regenerated.
513
514 2008-02-03 Adam Nemet <anemet@caviumnetworks.com>
515
516 * readelf.c (get_machine_flags): Handle Octeon.
517
518 2008-01-30 Tristan Gingold <gingold@adacore.com>
519
520 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
521 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
522 (get_dynamic_type): Handle IA64-specific tags.
523 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
524 (get_section_type_name): Handle OS-specific sections (and
525 particularly IA64 OpenVMS one).
526 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
527 decode them.
528
529 2008-01-29 Nick Clifton <nickc@redhat.com>
530
531 * dwarf.c (print_dwarf_vma): New function. Display the value of a
532 dwarf_vma type at a specified precision. Use mingw field type
533 specifier if necessary.
534 (display_debug_loc): Use dwarf_vma type for begin and end values.
535 Use print_dwarf_vma to display their values. Use byte_get_signed
536 in order to correctly detect the -1 escape value.
537 (display_debug_aranges): Likewise.
538 (display_debug_ranges): Likewise.
539
540 2008-01-29 Alan Modra <amodra@bigpond.net.au>
541
542 * dwarf.c (display_debug_loc): Correct test for base address
543 entry when 64-bit host dumping 32-bit object.
544
545 2008-01-29 Alan Modra <amodra@bigpond.net.au>
546
547 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
548
549 2008-01-28 Nick Clifton <nickc@redhat.com>
550
551 PR binutils/5529
552 * rclex.c (yylex): Also allow the hypen character.
553
554 2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
555
556 * dwarf.c: Include "elf/common.h".
557 (eh_addr_size): Changed to int.
558 (dwarf_regnames_i386): New.
559 (dwarf_regnames_x86_64): Likewise.
560 (dwarf_regnames): Likewise.
561 (dwarf_regnames_count): Likewise.
562 (init_dwarf_regnames): Likewise.
563 (regname): Likewise.
564 (frame_display_row): Properly support different address size.
565 Call regname to get register name.
566 (display_debug_frames): Call regname to get register name.
567 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
568 instead of DW_CFA_def_cfa_reg.
569
570 * dwarf.h (init_dwarf_regnames): New.
571
572 * objdump.c: Include "elf-bfd.h".
573 (dump_dwarf): Call init_dwarf_regnames on ELF input.
574
575 * readelf.c (guess_is_rela): Change argument to int.
576 (parse_args): Remove the undocumented upper case options for
577 -wX.
578 (process_file_header): Call init_dwarf_regnames.
579
580 2008-01-25 DJ Delorie <dj@redhat.com>
581
582 * readelf.c (process_section_headers): Add m16c handler.
583 (is_16bit_abs_reloc): Recognize R_M32C_16.
584
585 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
586
587 * prdbg.c: Correct formatter style use.
588 * readelf.c: Likewise.
589 * strings.c: Likewise.
590
591 2008-01-25 Nick Clifton <nickc@redhat.com>
592
593 * po/ru.po: Updated Russian translation.
594
595 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
596
597 * MAINTAINERS: Update my email address.
598
599 2008-01-14 Nick Clifton <nickc@redhat.com>
600
601 * dwarf.c (process_debug_info): Include the CU offset and corrupt
602 version value when reporting unrecognised DWARF version numbers.
603 (load_debug_info): Remember a failed attempt to load and parse the
604 .debug_info section and do not repeat such attempts.
605 (display_debug_lines): Check the return value from load_debug_info
606 and return whilst displaying a warning message if the load failed.
607 (display_debug_loc): Likewise.
608 (display_debug_ranges): Likewise.
609 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
610 when the .debug_info section could not be loaded/parsed.
611 (process_debug_info): Display the length of the compilation unit
612 in hex, so that it corresponds with the offsets that will follow.
613 Tell the user if the length was 32-bit or 64-bit.
614 If a DIE abbreviation could not be found, tell the user the offset
615 of the DIE.
616 (free_debug_memory): Do not attempt to free any entries in the
617 debug_information array if num_debug_info_entries is set to
618 DEBUG_INFO_UNAVAILABLE.
619
620 2008-01-10 Andreas Schwab <schwab@suse.de>
621
622 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
623
624 2008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
625
626 PR binutils/55326
627 * bucomm.c (list_supported_architectures): Free architecture list
628 after use.
629 * windres.c (set_endianess): Likewise.
630 * windmc.c (set_endianess): Likewise.
631
632 2008-01-08 Kai Tietz <kai.tietz@onevision.com>
633
634 PR binutils/5529
635 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
636 characters for name tokens.
637
638 2008-01-04 Greg McGary <greg@mcgary.org>
639
640 * prdbg.c (print_vma): Print as long long, if host supports it.
641
642 2008-01-03 Nick Clifton <nickc@redhat.com>
643
644 * dwarf.c (read_and_display_attr_value): Prefix values that are
645 displayed in hexadecimal with 0x.
646 For the DW_AT_import attribute display the abbreviation number and
647 tag of the imported DIE.
648 (process_debug_info): Warn about lengths that reserved by the
649 DWARF3 specification.
650 Provide more information when corrupted DIEs are detected.
651 Warn if DIE corruption makes the sibling level negative.
652
653 For older changes see ChangeLog-2007
654 \f
655 Local Variables:
656 mode: change-log
657 left-margin: 8
658 fill-column: 74
659 version-control: never
660 End:
This page took 0.044533 seconds and 4 git commands to generate.