* dwarf2.h: (enum dwarf_location_atom): Add new DW_OP,
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
35d60fe4
NC
12008-03-03 Nick Clifton <nickc@redhat.com>
2
3 * dwarf.c (decode_location_expression): Handle
4 DW_OP_PGI_omp_thread_num.
5
d253b654
AM
62008-03-01 Alan Modra <amodra@bigpond.net.au>
7
8 * objdump.c (objdump_print_addr): Initialise "sym".
9
20c0b65d
NC
102008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
11 Nick Clifton <nickc@redhat.com>
12
13 * ar.c (usage): Mention -t command line switch.
14 * doc/binutils.texi (ranlib): Document -t command line switch.
15
32760852
NC
162008-02-26 Nick Clifton <nickc@redhat.com>
17
18 * objdump.c (objdump_print_addr): If displaying file offsets, show
19 the offset even if there are no symbols available.
20 (dump_section): Display nothing if none of the section is going to
21 be dumped. Display the file offset, if requested, of the location
22 from where the dump starts.
23 * doc/binutils.texi (objdump): Mention that dumping via the -s
24 switch is also affected by the -F option.
25
fa0d8a3e
NC
262008-02-26 Nick Clifton <nickc@redhat.com>
27
28 Re-apply this patch which was accidentally deleted:
29 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
30
31 * doc/binutils.texi: Use "Binutils Index" for index name.
32
98ec6e72
NC
332008-02-22 Nick Clifton <nickc@redhat.com>
34
35 * objdump.c (display_file_offsets): New variable.
36 (long_options): Add -F/--file-offsets.
37 (objdump_print_addr_with_sym): If displaying file offsets, print
38 the offset of the given address.
39 (disassemble_bytes): If displaying file offsets, tell the user how
40 many zeroes are skipped and the file offset of the point where
41 dumping resumes.
42 (disassemble_section): Only display the name of the section if
43 data is going to be dumped from it.
44 (main): Handle new option. Produce error messages if the start or
45 stop addresses do not make sense.
46 * doc/binutils.texi: Document the new feature.
47 * NEWS: Mention the new feature.
48
7cefd12b
NC
492008-02-15 Chu Li <chul@cn.fujitsu.com>
50 Nick Clifton <nickc@redhat.com>
c904a764
NC
51
52 PR binutils/5713
53 * strings.c (integer_arg): Delete function.
54 (string_min): Initialise to 4.
55 (main): Use strtoul to parse integer arguments.
56 Move check for an invalid string length to after all the arguments
57 have been parsed.
58 (usage): Use indentation to indicate that -<n> is a another form
59 of the --bytes= command line option.
60
fd64a958
NC
612008-02-12 Nick Clifton <nickc@redhat.com>
62
63 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
64 the argument.
65 (scan_obj_filename): Do not drop the const qualifier when calling
66 mcore_elf_cache_filename.
67 (struct fname_cache): Add const qualifier to filename field.
68
d51c3015
L
692008-02-08 H.J. Lu <hongjiu.lu@intel.com>
70
71 PR binutils/5713
72 * strings.c (main): Set string_min to 4 if it is <= 0.
73
ee832e18
AM
742008-02-07 Alan Modra <amodra@bigpond.net.au>
75
76 * objdump.c (main): Don't pass unadorned NULL to concat.
77
bb8541b9
L
782008-02-04 H.J. Lu <hongjiu.lu@intel.com>
79
80 PR 5715
81 * configure: Regenerated.
82
05c6f050
AN
832008-02-03 Adam Nemet <anemet@caviumnetworks.com>
84
85 * readelf.c (get_machine_flags): Handle Octeon.
86
148b93f2
NC
872008-01-30 Tristan Gingold <gingold@adacore.com>
88
89 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
90 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
91 (get_dynamic_type): Handle IA64-specific tags.
92 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
93 (get_section_type_name): Handle OS-specific sections (and
94 particularly IA64 OpenVMS one).
95 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
96 decode them.
97
2d9472a2
NC
982008-01-29 Nick Clifton <nickc@redhat.com>
99
100 * dwarf.c (print_dwarf_vma): New function. Display the value of a
2e14fae2 101 dwarf_vma type at a specified precision. Use mingw field type
68e08bce 102 specifier if necessary.
2d9472a2
NC
103 (display_debug_loc): Use dwarf_vma type for begin and end values.
104 Use print_dwarf_vma to display their values. Use byte_get_signed
105 in order to correctly detect the -1 escape value.
106 (display_debug_aranges): Likewise.
107 (display_debug_ranges): Likewise.
108
fefffff8
AM
1092008-01-29 Alan Modra <amodra@bigpond.net.au>
110
111 * dwarf.c (display_debug_loc): Correct test for base address
112 entry when 64-bit host dumping 32-bit object.
113
ccdb9c9f
AM
1142008-01-29 Alan Modra <amodra@bigpond.net.au>
115
116 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
117
e36ea2de
NC
1182008-01-28 Nick Clifton <nickc@redhat.com>
119
120 PR binutils/5529
121 * rclex.c (yylex): Also allow the hypen character.
122
2dc4cec1
L
1232008-01-28 H.J. Lu <hongjiu.lu@intel.com>
124
125 * dwarf.c: Include "elf/common.h".
126 (eh_addr_size): Changed to int.
127 (dwarf_regnames_i386): New.
128 (dwarf_regnames_x86_64): Likewise.
129 (dwarf_regnames): Likewise.
130 (dwarf_regnames_count): Likewise.
131 (init_dwarf_regnames): Likewise.
132 (regname): Likewise.
133 (frame_display_row): Properly support different address size.
134 Call regname to get register name.
135 (display_debug_frames): Call regname to get register name.
136 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
137 instead of DW_CFA_def_cfa_reg.
138
139 * dwarf.h (init_dwarf_regnames): New.
140
141 * objdump.c: Include "elf-bfd.h".
142 (dump_dwarf): Call init_dwarf_regnames on ELF input.
143
144 * readelf.c (guess_is_rela): Change argument to int.
145 (parse_args): Remove the undocumented upper case options for
146 -wX.
a65c77b9 147 (process_file_header): Call init_dwarf_regnames.
2dc4cec1 148
f4236fe4
DD
1492008-01-25 DJ Delorie <dj@redhat.com>
150
151 * readelf.c (process_section_headers): Add m16c handler.
152 (is_16bit_abs_reloc): Recognize R_M32C_16.
153
6e3d6dc1
NC
1542008-01-25 Kai Tietz <kai.tietz@onevision.com>
155
156 * prdbg.c: Correct formatter style use.
157 * readelf.c: Likewise.
158 * strings.c: Likewise.
159
5ca3b13d
NC
1602008-01-25 Nick Clifton <nickc@redhat.com>
161
162 * po/ru.po: Updated Russian translation.
163
fabda5a7
L
1642008-01-17 H.J. Lu <hjl.tools@gmail.com>
165
166 * MAINTAINERS: Update my email address.
167
1febe64d
NC
1682008-01-14 Nick Clifton <nickc@redhat.com>
169
170 * dwarf.c (process_debug_info): Include the CU offset and corrupt
171 version value when reporting unrecognised DWARF version numbers.
172 (load_debug_info): Remember a failed attempt to load and parse the
173 .debug_info section and do not repeat such attempts.
174 (display_debug_lines): Check the return value from load_debug_info
175 and return whilst displaying a warning message if the load failed.
176 (display_debug_loc): Likewise.
177 (display_debug_ranges): Likewise.
cc86f28f
NC
178 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
179 when the .debug_info section could not be loaded/parsed.
180 (process_debug_info): Display the length of the compilation unit
181 in hex, so that it corresponds with the offsets that will follow.
182 Tell the user if the length was 32-bit or 64-bit.
183 If a DIE abbreviation could not be found, tell the user the offset
184 of the DIE.
185 (free_debug_memory): Do not attempt to free any entries in the
186 debug_information array if num_debug_info_entries is set to
187 DEBUG_INFO_UNAVAILABLE.
1febe64d 188
e819ade1
AS
1892008-01-10 Andreas Schwab <schwab@suse.de>
190
191 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
192
d25576aa
NC
1932008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
194
195 PR binutils/55326
196 * bucomm.c (list_supported_architectures): Free architecture list
197 after use.
198 * windres.c (set_endianess): Likewise.
199 * windmc.c (set_endianess): Likewise.
200
aeafac0c
KT
2012008-01-08 Kai Tietz <kai.tietz@onevision.com>
202
e36ea2de 203 PR binutils/5529
aeafac0c 204 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
e36ea2de 205 characters for name tokens.
aeafac0c 206
3c75e4f8
GM
2072008-01-04 Greg McGary <greg@mcgary.org>
208
209 * prdbg.c (print_vma): Print as long long, if host supports it.
210
ec4d4525
NC
2112008-01-03 Nick Clifton <nickc@redhat.com>
212
213 * dwarf.c (read_and_display_attr_value): Prefix values that are
214 displayed in hexadecimal with 0x.
215 For the DW_AT_import attribute display the abbreviation number and
216 tag of the imported DIE.
217 (process_debug_info): Warn about lengths that reserved by the
218 DWARF3 specification.
219 Provide more information when corrupted DIEs are detected.
220 Warn if DIE corruption makes the sibling level negative.
221
6c7ac64e 222For older changes see ChangeLog-2007
252b5132
RH
223\f
224Local Variables:
225mode: change-log
226left-margin: 8
227fill-column: 74
228version-control: never
229End:
This page took 0.361548 seconds and 4 git commands to generate.