Fix spelling typo in previous delta
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
2d9472a2
NC
12008-01-29 Nick Clifton <nickc@redhat.com>
2
3 * dwarf.c (print_dwarf_vma): New function. Display the value of a
2e14fae2 4 dwarf_vma type at a specified precision. Use mingw field type
68e08bce 5 specifier if necessary.
2d9472a2
NC
6 (display_debug_loc): Use dwarf_vma type for begin and end values.
7 Use print_dwarf_vma to display their values. Use byte_get_signed
8 in order to correctly detect the -1 escape value.
9 (display_debug_aranges): Likewise.
10 (display_debug_ranges): Likewise.
11
fefffff8
AM
122008-01-29 Alan Modra <amodra@bigpond.net.au>
13
14 * dwarf.c (display_debug_loc): Correct test for base address
15 entry when 64-bit host dumping 32-bit object.
16
ccdb9c9f
AM
172008-01-29 Alan Modra <amodra@bigpond.net.au>
18
19 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
20
e36ea2de
NC
212008-01-28 Nick Clifton <nickc@redhat.com>
22
23 PR binutils/5529
24 * rclex.c (yylex): Also allow the hypen character.
25
2dc4cec1
L
262008-01-28 H.J. Lu <hongjiu.lu@intel.com>
27
28 * dwarf.c: Include "elf/common.h".
29 (eh_addr_size): Changed to int.
30 (dwarf_regnames_i386): New.
31 (dwarf_regnames_x86_64): Likewise.
32 (dwarf_regnames): Likewise.
33 (dwarf_regnames_count): Likewise.
34 (init_dwarf_regnames): Likewise.
35 (regname): Likewise.
36 (frame_display_row): Properly support different address size.
37 Call regname to get register name.
38 (display_debug_frames): Call regname to get register name.
39 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
40 instead of DW_CFA_def_cfa_reg.
41
42 * dwarf.h (init_dwarf_regnames): New.
43
44 * objdump.c: Include "elf-bfd.h".
45 (dump_dwarf): Call init_dwarf_regnames on ELF input.
46
47 * readelf.c (guess_is_rela): Change argument to int.
48 (parse_args): Remove the undocumented upper case options for
49 -wX.
a65c77b9 50 (process_file_header): Call init_dwarf_regnames.
2dc4cec1 51
f4236fe4
DD
522008-01-25 DJ Delorie <dj@redhat.com>
53
54 * readelf.c (process_section_headers): Add m16c handler.
55 (is_16bit_abs_reloc): Recognize R_M32C_16.
56
6e3d6dc1
NC
572008-01-25 Kai Tietz <kai.tietz@onevision.com>
58
59 * prdbg.c: Correct formatter style use.
60 * readelf.c: Likewise.
61 * strings.c: Likewise.
62
5ca3b13d
NC
632008-01-25 Nick Clifton <nickc@redhat.com>
64
65 * po/ru.po: Updated Russian translation.
66
fabda5a7
L
672008-01-17 H.J. Lu <hjl.tools@gmail.com>
68
69 * MAINTAINERS: Update my email address.
70
1febe64d
NC
712008-01-14 Nick Clifton <nickc@redhat.com>
72
73 * dwarf.c (process_debug_info): Include the CU offset and corrupt
74 version value when reporting unrecognised DWARF version numbers.
75 (load_debug_info): Remember a failed attempt to load and parse the
76 .debug_info section and do not repeat such attempts.
77 (display_debug_lines): Check the return value from load_debug_info
78 and return whilst displaying a warning message if the load failed.
79 (display_debug_loc): Likewise.
80 (display_debug_ranges): Likewise.
cc86f28f
NC
81 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
82 when the .debug_info section could not be loaded/parsed.
83 (process_debug_info): Display the length of the compilation unit
84 in hex, so that it corresponds with the offsets that will follow.
85 Tell the user if the length was 32-bit or 64-bit.
86 If a DIE abbreviation could not be found, tell the user the offset
87 of the DIE.
88 (free_debug_memory): Do not attempt to free any entries in the
89 debug_information array if num_debug_info_entries is set to
90 DEBUG_INFO_UNAVAILABLE.
1febe64d 91
e819ade1
AS
922008-01-10 Andreas Schwab <schwab@suse.de>
93
94 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
95
d25576aa
NC
962008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
97
98 PR binutils/55326
99 * bucomm.c (list_supported_architectures): Free architecture list
100 after use.
101 * windres.c (set_endianess): Likewise.
102 * windmc.c (set_endianess): Likewise.
103
aeafac0c
KT
1042008-01-08 Kai Tietz <kai.tietz@onevision.com>
105
e36ea2de 106 PR binutils/5529
aeafac0c 107 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
e36ea2de 108 characters for name tokens.
aeafac0c 109
3c75e4f8
GM
1102008-01-04 Greg McGary <greg@mcgary.org>
111
112 * prdbg.c (print_vma): Print as long long, if host supports it.
113
ec4d4525
NC
1142008-01-03 Nick Clifton <nickc@redhat.com>
115
116 * dwarf.c (read_and_display_attr_value): Prefix values that are
117 displayed in hexadecimal with 0x.
118 For the DW_AT_import attribute display the abbreviation number and
119 tag of the imported DIE.
120 (process_debug_info): Warn about lengths that reserved by the
121 DWARF3 specification.
122 Provide more information when corrupted DIEs are detected.
123 Warn if DIE corruption makes the sibling level negative.
124
6c7ac64e 125For older changes see ChangeLog-2007
252b5132
RH
126\f
127Local Variables:
128mode: change-log
129left-margin: 8
130fill-column: 74
131version-control: never
132End:
This page took 0.366704 seconds and 4 git commands to generate.