* MAINTAINERS: Remove myself as m68k maintainer.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
3201a343
BE
12008-06-10 Ben Elliston <bje@gnu.org>
2
3 * MAINTAINERS: Remove myself as m68k maintainer.
4
8944f3c2
AM
52008-05-14 Alan Modra <amodra@bigpond.net.au>
6
7 * Makefile.in: Regenerate.
8 * doc/Makefile.in: Regenerate.
9
cef1fe97
AM
102008-05-12 Alan Modra <amodra@bigpond.net.au>
11
12 * embedspu.sh: Test for presence of ._ea by looking at section
13 table rather than looking at relocs. Correct toe_addr substitution.
14
8374f9d4
AM
152008-05-08 Alan Modra <amodra@bigpond.net.au>
16
17 * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol,
18 and if present, put image in ".data.speelf". Put program handle
19 in ".data.spehandle".
20
961c521f
NC
212008-05-01 Nick Clifton <nickc@redhat.com>
22
23 * readelf.c (print_symbol): Add code to display non-printing
24 characters.
25
830bf75c
NC
262008-04-30 John Heidemann <johnh@isi.edu>
27
28 * doc/binutils.texi (strings): Add "unicode" to the documentation
29 of strings in order to make explicit that it supports this
30 feature.
31
b391a3e3
AM
322008-04-30 Alan Modra <amodra@bigpond.net.au>
33
34 * readelf.c (process_program_headers): Correct section in segment
35 display.
36
417ed8af
NC
372008-04-28 M Thomas <mthomas@rhrk.uni-kl.de>
38 Nick Clifton <nickc@redhat.com>
39
40 PR binutils/6449
41 * objdump.c (slurp_file): Open the file in binary mode.
42 * ar.c: Remove conditional definition of O_BINARY.
43 * bin2.c: Likewise.
44 * rename.c: Likewise.
45 * strings.c: Likewise.
46 * sysdep.h: Add conditional definition of O_BINARY.
47
6194aaab
L
482008-04-23 Paolo Bonzini <bonzini@gnu.org>
49
50 * aclocal.m4: Regenerate.
51 * configure: Regenerate.
52
047c9024
NC
532008-04-16 Jean-Yves Lefort <jylefort@brutele.be>
54
55 PR binutils/6034
56 * objcopy.c (stuct symlist): Rename to
57 is_specified_symbol_predicate_data.
58 (strip_specific_list): Rename to strip_specific_htab.
59 (strip_unneeded_list): Rename to strip_unneeded_htab.
60 (keep_specific_list): Rename to keep_specific_htab.
61 (localize_specific_list): Rename to localize_specific_htab.
62 (globalize_specific_list): Rename to globalize_specific_htab.
63 (keepglobal_specific_list): Rename to keepglobal_specific_htab.
64 (weaken_specific_list): Rename to weaken_specific_htab.
65 (eq_string): New function.
66 (create_symbol_htab): New function.
67 (create_symbol_htabs): New function.
68 (add_specific_symbol): Change to use hash tables.
69 (is_specified_symbol_predicate): New function.
70 (is_specified_symbol): Use hash table lookup.
71 (is_strip_section): Update to use new functions and hash tables.
72 (filter_symbols): Likewise.
73 (copy_object): Likewise.
74 (copy_section): Likewise.
75 (strip_main): Likewise.
76 (copy_main): Likewise.
77 (main): Likewise.
78
0297aed6
DM
792008-04-14 David S. Miller <davem@davemloft.net>
80
81 * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
82
a262ae96
NC
832008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com>
84
85 * dwarf.c (display_debug_lines): Rename to
86 display_debug_lines_raw.
87 (display_debug_lines_decoded): New function. Displays the
88 interpreted contents of a .debug_line section.
89 (display_debug_lines): New function: Selects either a raw dump or
90 a decoded dump (or both) as requested by the user.
91 * dwarf.h (do_debug_lines_decoded): New extern.
92 * readelf.c: Add support for -wL or --debug-dump=decodedline
93 option to display the decoded contents of a .debug_line section.
94 * doc/binutils.texi: Document the new option.
95 * NEWS: Mention the new feature.
96
cecf136e
AM
972008-04-08 Alan Modra <amodra@bigpond.net.au>
98
99 * dwarf.c: Remove trailing whitespace throughout file.
100
1419b114
NC
1012008-04-04 Nick Clifton <nickc@redhat.com>
102
103 * po/sk.po: Updated Slovak translation.
104
c0f3af97
L
1052008-04-03 H.J. Lu <hongjiu.lu@intel.com>
106
107 * dwarf.c (dwarf_regnames_i386): Add AVX registers.
108 (dwarf_regnames_x86_64): Likewise.
109
a8da6403
NC
1102008-03-27 Cary Coutant <ccoutant@google.com>
111
c0f3af97 112 Add support for thin archives.
a8da6403
NC
113 * ar.c (make_thin_archive): New global flag.
114 (map_over_members): Deal with full pathnames in thin archives.
115 (usage, main): Add 'T' option for building thin archives.
116 (replace_members): Pass thin archive flag to ar_emul_append.
117 * arsup.c (ar_open): Initialize new flag.
118 * binemul.c (ar_emul_append): Add new parameter for
119 flattening nested archives.
120 (do_ar_emul_default_append): New function.
121 (ar_emul_default_append): Factored out recursive code.
122 * binutils/binemul.h (ar_emul_default_append): Add new parameter.
123 (struct bin_emulation_xfer_struct): New parameter for ar_append.
124 * dlltool.c (gen_lib_file): Initialize thin archive flag.
125 * emul_aix.c (ar_emul_aix_internal): Add new flatten
126 parameter, currently unimplemented.
127 All callers changed.
128 * objcopy.c (copy_archive): Preserve thin archive flag.
129 * doc/binutils.texi: Update ar documentation.
130 * NEWS: Mention the new feature.
131
bbeee7ea
L
1322008-03-20 H.J. Lu <hongjiu.lu@intel.com>
133
134 * readelf.c (process_mips_specific): Declare addr_size as int.
135
ccb4c951
RS
1362008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
137
138 * readelf.c (print_mips_got_entry): New function.
139 (process_mips_specific): Print GOT information.
140
58c85be7
RW
1412008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
142
143 * aclocal.m4: Regenerate.
144 * configure: Likewise.
145 * Makefile.in: Likewise.
146 * doc/Makefile.in: Likewise.
147
c59aaa83
BD
1482008-03-16 Brian Dessent <brian@dessent.net>
149
150 * rcparse.y (resid): Allow control text to span multiple lines.
151
72de5009
AM
1522008-03-13 Alan Modra <amodra@bigpond.net.au>
153
154 * readelf.c: Use %u throughout when printing sh_link or sh_info,
155 %lu when printing sh_addralign.
156 (process_version_sections): Use identical formats when printing
157 all offset and sh_link fields.
158
50e7d84b
AM
1592008-03-13 Alan Modra <amodra@bigpond.net.au>
160
161 * Makefile.am: Run "make dep-am".
162 * Makefile.in: Regenerate.
163 * doc/Makefile.in: Regenerate.
164 * configure: Regenerate.
165
4fbb74a6
AM
1662008-03-12 Alan Modra <amodra@bigpond.net.au>
167
168 PR 5900
169 * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
170 Remove use throughout file.
171 (SECTION_HEADER): Likewise.
172 (dump_relocations): Don't adjust st_shndx for reserved range.
173 (process_file_header): Mask SHN_XINDEX to values seen in external
174 elf structs. Simplify valid section index tests.
175 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
176 Map reserved st_shndx to internal form.
177 (process_section_groups): Test that group symbol st_shndx is in
178 range, not just non-zero. Delete reserved range check.
179 (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
180 OS or RSV.
181
b1cc4aeb
PB
1822008-03-09 Paul Brook <paul@codesourcery.com>
183
184 * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
185
4b3be0b6
JW
1862008-03-03 James E. Wilson <wilson@tuliptree.org>
187
188 * MAINTAINERS: Update my email address.
189
35d60fe4
NC
1902008-03-03 Nick Clifton <nickc@redhat.com>
191
192 * dwarf.c (decode_location_expression): Handle
193 DW_OP_PGI_omp_thread_num.
194
d253b654
AM
1952008-03-01 Alan Modra <amodra@bigpond.net.au>
196
197 * objdump.c (objdump_print_addr): Initialise "sym".
198
20c0b65d
NC
1992008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
200 Nick Clifton <nickc@redhat.com>
201
202 * ar.c (usage): Mention -t command line switch.
203 * doc/binutils.texi (ranlib): Document -t command line switch.
204
32760852
NC
2052008-02-26 Nick Clifton <nickc@redhat.com>
206
207 * objdump.c (objdump_print_addr): If displaying file offsets, show
208 the offset even if there are no symbols available.
209 (dump_section): Display nothing if none of the section is going to
210 be dumped. Display the file offset, if requested, of the location
211 from where the dump starts.
212 * doc/binutils.texi (objdump): Mention that dumping via the -s
213 switch is also affected by the -F option.
214
fa0d8a3e
NC
2152008-02-26 Nick Clifton <nickc@redhat.com>
216
217 Re-apply this patch which was accidentally deleted:
218 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
219
220 * doc/binutils.texi: Use "Binutils Index" for index name.
221
98ec6e72
NC
2222008-02-22 Nick Clifton <nickc@redhat.com>
223
224 * objdump.c (display_file_offsets): New variable.
225 (long_options): Add -F/--file-offsets.
226 (objdump_print_addr_with_sym): If displaying file offsets, print
227 the offset of the given address.
228 (disassemble_bytes): If displaying file offsets, tell the user how
229 many zeroes are skipped and the file offset of the point where
230 dumping resumes.
231 (disassemble_section): Only display the name of the section if
232 data is going to be dumped from it.
233 (main): Handle new option. Produce error messages if the start or
234 stop addresses do not make sense.
235 * doc/binutils.texi: Document the new feature.
236 * NEWS: Mention the new feature.
237
7cefd12b
NC
2382008-02-15 Chu Li <chul@cn.fujitsu.com>
239 Nick Clifton <nickc@redhat.com>
c904a764
NC
240
241 PR binutils/5713
242 * strings.c (integer_arg): Delete function.
243 (string_min): Initialise to 4.
244 (main): Use strtoul to parse integer arguments.
245 Move check for an invalid string length to after all the arguments
246 have been parsed.
247 (usage): Use indentation to indicate that -<n> is a another form
248 of the --bytes= command line option.
249
fd64a958
NC
2502008-02-12 Nick Clifton <nickc@redhat.com>
251
252 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
253 the argument.
254 (scan_obj_filename): Do not drop the const qualifier when calling
255 mcore_elf_cache_filename.
256 (struct fname_cache): Add const qualifier to filename field.
257
d51c3015
L
2582008-02-08 H.J. Lu <hongjiu.lu@intel.com>
259
260 PR binutils/5713
261 * strings.c (main): Set string_min to 4 if it is <= 0.
262
ee832e18
AM
2632008-02-07 Alan Modra <amodra@bigpond.net.au>
264
265 * objdump.c (main): Don't pass unadorned NULL to concat.
266
bb8541b9
L
2672008-02-04 H.J. Lu <hongjiu.lu@intel.com>
268
269 PR 5715
270 * configure: Regenerated.
271
05c6f050
AN
2722008-02-03 Adam Nemet <anemet@caviumnetworks.com>
273
274 * readelf.c (get_machine_flags): Handle Octeon.
275
148b93f2
NC
2762008-01-30 Tristan Gingold <gingold@adacore.com>
277
278 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
279 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
280 (get_dynamic_type): Handle IA64-specific tags.
281 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
282 (get_section_type_name): Handle OS-specific sections (and
283 particularly IA64 OpenVMS one).
284 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
285 decode them.
286
2d9472a2
NC
2872008-01-29 Nick Clifton <nickc@redhat.com>
288
289 * dwarf.c (print_dwarf_vma): New function. Display the value of a
2e14fae2 290 dwarf_vma type at a specified precision. Use mingw field type
68e08bce 291 specifier if necessary.
2d9472a2
NC
292 (display_debug_loc): Use dwarf_vma type for begin and end values.
293 Use print_dwarf_vma to display their values. Use byte_get_signed
294 in order to correctly detect the -1 escape value.
295 (display_debug_aranges): Likewise.
296 (display_debug_ranges): Likewise.
297
fefffff8
AM
2982008-01-29 Alan Modra <amodra@bigpond.net.au>
299
300 * dwarf.c (display_debug_loc): Correct test for base address
301 entry when 64-bit host dumping 32-bit object.
302
ccdb9c9f
AM
3032008-01-29 Alan Modra <amodra@bigpond.net.au>
304
305 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
306
e36ea2de
NC
3072008-01-28 Nick Clifton <nickc@redhat.com>
308
309 PR binutils/5529
310 * rclex.c (yylex): Also allow the hypen character.
311
2dc4cec1
L
3122008-01-28 H.J. Lu <hongjiu.lu@intel.com>
313
314 * dwarf.c: Include "elf/common.h".
315 (eh_addr_size): Changed to int.
316 (dwarf_regnames_i386): New.
317 (dwarf_regnames_x86_64): Likewise.
318 (dwarf_regnames): Likewise.
319 (dwarf_regnames_count): Likewise.
320 (init_dwarf_regnames): Likewise.
321 (regname): Likewise.
322 (frame_display_row): Properly support different address size.
323 Call regname to get register name.
324 (display_debug_frames): Call regname to get register name.
325 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
326 instead of DW_CFA_def_cfa_reg.
327
328 * dwarf.h (init_dwarf_regnames): New.
329
330 * objdump.c: Include "elf-bfd.h".
331 (dump_dwarf): Call init_dwarf_regnames on ELF input.
332
333 * readelf.c (guess_is_rela): Change argument to int.
334 (parse_args): Remove the undocumented upper case options for
335 -wX.
a65c77b9 336 (process_file_header): Call init_dwarf_regnames.
2dc4cec1 337
f4236fe4
DD
3382008-01-25 DJ Delorie <dj@redhat.com>
339
340 * readelf.c (process_section_headers): Add m16c handler.
341 (is_16bit_abs_reloc): Recognize R_M32C_16.
342
6e3d6dc1
NC
3432008-01-25 Kai Tietz <kai.tietz@onevision.com>
344
345 * prdbg.c: Correct formatter style use.
346 * readelf.c: Likewise.
347 * strings.c: Likewise.
348
5ca3b13d
NC
3492008-01-25 Nick Clifton <nickc@redhat.com>
350
351 * po/ru.po: Updated Russian translation.
352
fabda5a7
L
3532008-01-17 H.J. Lu <hjl.tools@gmail.com>
354
355 * MAINTAINERS: Update my email address.
356
1febe64d
NC
3572008-01-14 Nick Clifton <nickc@redhat.com>
358
359 * dwarf.c (process_debug_info): Include the CU offset and corrupt
360 version value when reporting unrecognised DWARF version numbers.
361 (load_debug_info): Remember a failed attempt to load and parse the
362 .debug_info section and do not repeat such attempts.
363 (display_debug_lines): Check the return value from load_debug_info
364 and return whilst displaying a warning message if the load failed.
365 (display_debug_loc): Likewise.
366 (display_debug_ranges): Likewise.
cc86f28f
NC
367 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
368 when the .debug_info section could not be loaded/parsed.
369 (process_debug_info): Display the length of the compilation unit
370 in hex, so that it corresponds with the offsets that will follow.
371 Tell the user if the length was 32-bit or 64-bit.
372 If a DIE abbreviation could not be found, tell the user the offset
373 of the DIE.
374 (free_debug_memory): Do not attempt to free any entries in the
375 debug_information array if num_debug_info_entries is set to
376 DEBUG_INFO_UNAVAILABLE.
1febe64d 377
e819ade1
AS
3782008-01-10 Andreas Schwab <schwab@suse.de>
379
380 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
381
d25576aa
NC
3822008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
383
384 PR binutils/55326
385 * bucomm.c (list_supported_architectures): Free architecture list
386 after use.
387 * windres.c (set_endianess): Likewise.
388 * windmc.c (set_endianess): Likewise.
389
aeafac0c
KT
3902008-01-08 Kai Tietz <kai.tietz@onevision.com>
391
e36ea2de 392 PR binutils/5529
aeafac0c 393 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
e36ea2de 394 characters for name tokens.
aeafac0c 395
3c75e4f8
GM
3962008-01-04 Greg McGary <greg@mcgary.org>
397
398 * prdbg.c (print_vma): Print as long long, if host supports it.
399
ec4d4525
NC
4002008-01-03 Nick Clifton <nickc@redhat.com>
401
402 * dwarf.c (read_and_display_attr_value): Prefix values that are
403 displayed in hexadecimal with 0x.
404 For the DW_AT_import attribute display the abbreviation number and
405 tag of the imported DIE.
406 (process_debug_info): Warn about lengths that reserved by the
407 DWARF3 specification.
408 Provide more information when corrupted DIEs are detected.
409 Warn if DIE corruption makes the sibling level negative.
410
6c7ac64e 411For older changes see ChangeLog-2007
252b5132
RH
412\f
413Local Variables:
414mode: change-log
415left-margin: 8
416fill-column: 74
417version-control: never
418End:
This page took 0.383674 seconds and 4 git commands to generate.