]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
binutils/
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
2
3 * dwarf.c: Include "elf/common.h".
4 (eh_addr_size): Changed to int.
5 (dwarf_regnames_i386): New.
6 (dwarf_regnames_x86_64): Likewise.
7 (dwarf_regnames): Likewise.
8 (dwarf_regnames_count): Likewise.
9 (init_dwarf_regnames): Likewise.
10 (regname): Likewise.
11 (frame_display_row): Properly support different address size.
12 Call regname to get register name.
13 (display_debug_frames): Call regname to get register name.
14 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
15 instead of DW_CFA_def_cfa_reg.
16
17 * dwarf.h (init_dwarf_regnames): New.
18
19 * objdump.c: Include "elf-bfd.h".
20 (dump_dwarf): Call init_dwarf_regnames on ELF input.
21
22 * readelf.c (guess_is_rela): Change argument to int.
23 (parse_args): Remove the undocumented upper case options for
24 -wX.
25 (process_file_header): Call init_dwarf_regnames if
26 do_dwarf_register is true.
27
28 2008-01-25 DJ Delorie <dj@redhat.com>
29
30 * readelf.c (process_section_headers): Add m16c handler.
31 (is_16bit_abs_reloc): Recognize R_M32C_16.
32
33 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
34
35 * prdbg.c: Correct formatter style use.
36 * readelf.c: Likewise.
37 * strings.c: Likewise.
38
39 2008-01-25 Nick Clifton <nickc@redhat.com>
40
41 * po/ru.po: Updated Russian translation.
42
43 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
44
45 * MAINTAINERS: Update my email address.
46
47 2008-01-14 Nick Clifton <nickc@redhat.com>
48
49 * dwarf.c (process_debug_info): Include the CU offset and corrupt
50 version value when reporting unrecognised DWARF version numbers.
51 (load_debug_info): Remember a failed attempt to load and parse the
52 .debug_info section and do not repeat such attempts.
53 (display_debug_lines): Check the return value from load_debug_info
54 and return whilst displaying a warning message if the load failed.
55 (display_debug_loc): Likewise.
56 (display_debug_ranges): Likewise.
57 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
58 when the .debug_info section could not be loaded/parsed.
59 (process_debug_info): Display the length of the compilation unit
60 in hex, so that it corresponds with the offsets that will follow.
61 Tell the user if the length was 32-bit or 64-bit.
62 If a DIE abbreviation could not be found, tell the user the offset
63 of the DIE.
64 (free_debug_memory): Do not attempt to free any entries in the
65 debug_information array if num_debug_info_entries is set to
66 DEBUG_INFO_UNAVAILABLE.
67
68 2008-01-10 Andreas Schwab <schwab@suse.de>
69
70 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
71
72 2008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
73
74 PR binutils/55326
75 * bucomm.c (list_supported_architectures): Free architecture list
76 after use.
77 * windres.c (set_endianess): Likewise.
78 * windmc.c (set_endianess): Likewise.
79
80 2008-01-08 Kai Tietz <kai.tietz@onevision.com>
81
82 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
83 characters for name tokens. PR/5529.
84
85 2008-01-04 Greg McGary <greg@mcgary.org>
86
87 * prdbg.c (print_vma): Print as long long, if host supports it.
88
89 2008-01-03 Nick Clifton <nickc@redhat.com>
90
91 * dwarf.c (read_and_display_attr_value): Prefix values that are
92 displayed in hexadecimal with 0x.
93 For the DW_AT_import attribute display the abbreviation number and
94 tag of the imported DIE.
95 (process_debug_info): Warn about lengths that reserved by the
96 DWARF3 specification.
97 Provide more information when corrupted DIEs are detected.
98 Warn if DIE corruption makes the sibling level negative.
99
100 For older changes see ChangeLog-2007
101 \f
102 Local Variables:
103 mode: change-log
104 left-margin: 8
105 fill-column: 74
106 version-control: never
107 End: