binutils/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2013-09-18 Tristan Gingold <gingold@adacore.com>
2
3 * NEWS: Add marker for 2.24.
4
5 2013-09-18 Tristan Gingold <gingold@adacore.com>
6
7 * Makefile.am (LEXLIB): Define. Replase references to @LEXLIB@
8 by $(LEXLIB).
9 * Makefile.in: Regenerate.
10
11 2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
12
13 * readelf.c (get_machine_flags): Handle EF_MIPS_FP64.
14
15 2013-09-12 Nick Clifton <nickc@redhat.com>
16
17 * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add a
18 precision parameter.
19 (dwarf_vmatoa): New wrapper for dwarf_vmatoa_1.
20 (print_dwarf_vma): Use dwarf_vmatoa_1.
21 (SAFE_BYTE_GET): Add check that VAL is big enough to contain
22 AMOUNT bytes.
23 (process_debug_info): Use an unsigned int for the offset size.
24 (process_debug_pubnames): Likewise.
25 (display_debug_aranges): Likewise.
26 (struct Frame_Chunk): Use dwarf_vma type for pc_begin and pc_range
27 fields.
28 (frame_display_row): Use print_dwarf_vma to display dwarf_vma
29 values.
30 (display_debug_frames): Likewise.
31
32 2013-09-10 Nick Clifton <nickc@redhat.com>
33
34 * dwarf.c (display_debug_frames): Check for DW64_CIE_ID when
35 parsing 64-bit frames.
36
37 2013-08-27 Nick Clifton <nickc@redhat.com>
38
39 PR binutils/15796
40 * ar.c (map_over_members): Correctly handle multiple same-name
41 entries on the command line and in the archive.
42
43 2013-08-23 H.J. Lu <hongjiu.lu@intel.com>
44
45 * doc/binutils.texi: Remove the extra space.
46
47 2013-08-23 Mikael Pettersson <mikpe@it.uu.se>
48
49 PR binutils/15779
50 * doc/binutils.texi (ranlib -D): Correct description.
51 PR binutils/15777
52 (nm --special-syms): Fix typo.
53
54 2013-08-23 Nick Clifton <nickc@redhat.com>
55
56 PR binutils/15798
57 * doc/binutils.texi (ar cmdline): Update description of 'q'
58 command.
59
60 PR binutils/14136
61 (nm): Add description of 'I' symbol type.
62
63 2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
64
65 PR binutils/15834
66 * od-xcoff.c: Fix typos.
67
68 2013-08-19 Tristan Gingold <gingold@adacore.com>
69
70 * nm.c (print_size_symbols): Directly get symbol size.
71
72 2013-08-12 Andreas Schwab <schwab@suse.de>
73
74 PR binutils/15818
75 * objdump.c (disassemble_section): Return early if nothing from
76 this section needs to be disassembled.
77
78 2013-08-09 Nick Clifton <nickc@redhat.com>
79
80 * readelf.c (get_machine_flags): Handle RL78 G10 flag.
81
82 2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com>
83 Alexander Ivchenko <alexander.ivchenko@intel.com>
84 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
85 Sergey Lega <sergey.s.lega@intel.com>
86 Anna Tikhonova <anna.tikhonova@intel.com>
87 Ilya Tocar <ilya.tocar@intel.com>
88 Andrey Turetskiy <andrey.turetskiy@intel.com>
89 Ilya Verbin <ilya.verbin@intel.com>
90 Kirill Yukhin <kirill.yukhin@intel.com>
91 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
92
93 * dwarf.c (dwarf_regnames_i386): Add k0-k7 registers and
94 numeration in comments.
95 (dwarf_regnames_x86_64): Add xmm16-31 and k0-k7 registers to
96 dwarf table.
97
98 2013-07-19 Nick Clifton <nickc@redhat.com>
99
100 PR binutils/15745
101 * readelf.c (get_unwind_section_word): Whilst searching for a
102 reloc section associated with an unwind section, check the type as
103 well as the section number.
104
105 2013-07-18 Jim Thomas <thomas@cfht.hawaii.edu>
106
107 * ar.c (usage): Fix C conformance issue.
108
109 2013-07-18 Nick Clifton <nickc@redhat.com>
110
111 * doc/binutils.texi (nm, objdump): Remove bogus links to STABS
112 documentation.
113
114 * readelf.c (process_unwind): Do not return the result of a void
115 function.
116
117 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
118
119 * readelf.c (display_mips_gnu_attribute): Replace hardcoded magic
120 numbers with enum values.
121
122 2013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
123
124 * readelf.c (get_machine_flags): Handle EF_MIPS_NAN2008.
125
126 2013-07-10 Tristan Gingold <gingold@adacore.com>
127
128 * od-xcoff.c (OPT_LDINFO): Define.
129 (options): Add ldinfo.
130 (xcoff_help): Mention ldinfo.
131 (xcoff_dump): Rename to ...
132 (xcoff_dump_obj): ... this. Add a break.
133 (dump_dumpx_core): New function.
134 (xcoff_dump_core): Likewise.
135 (xcoff_dump): Likewise.
136 * doc/binutils.texi (objdump): Mention ldinfo.
137
138 2013-07-09 Tristan Gingold <gingold@adacore.com>
139
140 * configure.com: Add new defines to match changes in configure.
141
142 2013-05-28 Cary Coutant <ccoutant@google.com>
143
144 * dwarf.c (display_debug_lines_raw): Print section offsets.
145
146 2013-05-15 Cary Coutant <ccoutant@google.com>
147
148 * dwarf.c (SAFE_BYTE_GET64): Correct end-of-buffer check;
149 don't increment PTR.
150 (decode_location_expression): DW_OP_const2u should read 2 bytes.
151 (display_debug_lines_decoded): Adjust formatting.
152 * elfcomm.c (byte_get_little_endian): Add cases for 5-, 6-, and
153 7-byte reads.
154 (byte_get_big_endian): Likewise.
155 (byte_get_signed): Likewise.
156
157 2013-05-09 Andrew Pinski <apinski@cavium.com>
158
159 * doc/binutils.texi: Document -Mvirt disassembler option.
160
161 2013-05-02 Nick Clifton <nickc@redhat.com>
162
163 * readelf.c: Add support for MSP430X architecture.
164
165 2013-05-02 Nick Clifton <nickc@redhat.com>
166
167 * dwarf.c (display_debug_lines_raw): Do not treat .debug_line.dwo
168 sections as if they were fragmentary .debug_line sections.
169 (display_debug_lines_decoded): Likewise.
170
171 2013-04-29 Nick Clifton <nickc@redhat.com>
172
173 * dwarf.c (read_debug_line_header): New function. Reads in a
174 header in a .debug_line section.
175 (display_debug_lines_raw): Use new function. Handle fragmentary
176 .debug_line sections.
177 (display_debug_lines_decoded): Likewise.
178 * readelf.c (process_section_headers): Handle fragmenatry
179 .debug_line sections.
180 (display_debug_section): Likewise.
181
182 2013-04-26 Ian Lance Taylor <iant@google.com>
183
184 * MAINTAINERS: Add myself and Cary as gold maintainers.
185
186 2013-04-08 Tom Tromey <tromey@redhat.com>
187
188 * dwarf.c (process_debug_info): Check dwarf_cutoff_level.
189
190 2013-04-08 Tom Tromey <tromey@redhat.com>
191
192 * dwarf-mode.el: Bump version number.
193 (dwarf-mode): Remove autoload.
194 (dwarf-die-reference): Relax regexp.
195
196 2013-04-05 Alan Modra <amodra@gmail.com>
197
198 PR binutils/15324
199 * configure.in: Add strnlen to AC_CHECK_DECLS, sort.
200 * dwarf.c (strnlen): Provide fallback decl.
201 * config.in: Regnerate.
202 * configure: Regenerate.
203
204 2013-03-29 H.J. Lu <hongjiu.lu@intel.com>
205
206 * dwarf.c (process_debug_info): Increment hdrptr by 8 after
207 SAFE_BYTE_GET64.
208
209 2013-03-27 Phil Krylov <phil.krylov@gmail.com>
210
211 PR binutils/13409
212 * winduni.c (codepages[]): Use UTF-16LE.
213 (wind_MultiByteToWideChar): Likewise.
214 (wind_WideCharToMultiByte): Likewise.
215
216 2013-03-27 Alan Modra <amodra@gmail.com>
217
218 PR binutils/15206
219 * dwarf.c (read_and_display_attr_value): Cast format '*' arg to int.
220
221 2013-03-26 Nick Clifton <nickc@redhat.com>
222
223 PR binutils/15206
224 * dwarf.c (SAFE_BYTE_GET): New macro - checks remaining buffer
225 space before calling byte_get.
226 (SAFE_BYTE_GET_AND_INC): New macro.
227 (SAFE_SIGNED_BYTE_GET): New macro.
228 (SAFE_SIGNED_BYTE_GET_AND_INC): New macro.
229 (SAFE_BYTE_GET64): New macro.
230 (process_extened_line_op): Use new macros. Use strnlen when
231 appropriate.
232 (fetch_indirect_string): Likewise.
233 (get_FORM_name): Likewise.
234 (decode_location_expression): Likewise.
235 (read_and_display_attr_value): Likewise.
236 (process_debug_info): Likewise.
237 (display_debug_lines_raw): Likewise.
238 (display_debug_lines_decoded): Likewise.
239 (display_debug_pubnames): Likewise.
240 (display_debug_macinfo): Likewise.
241 (get_line_filename_and_dirname): Likewise.
242 (display_debug_macro): Likewise.
243 (display_loc_list): Likewise.
244 (display_loc_list_dwo): Likewise.
245 (display_debug_aranges): Likewise.
246 (display_debug_ranges): Likewise.
247 (frame_display_row): Likewise.
248 (display_debug_frames): Likewise.
249
250 2013-03-25 Nick Clifton <nickc@redhat.com>
251
252 PR binutils/15202
253 * dwarf.c (read_leb128): Add END parameter. Do not read at or
254 beyond end.
255 (read_sleb128): Add END parameter.
256 (read_uleb128): New function.
257 (process_extended_line_op): Pass END to leb128 functions.
258 (process_abbrev_section): Likewise.
259 (decode_location_expression): Likewise.
260 (read_and_display_attr_value): Likewise.
261 (read_and_display_attr): Likewise.
262 (process_debug_info): Likewise.
263 (display_debug_lines_raw): Likewise.
264 (display_debug_lines_decoded): Likewise.
265 (display_debug_macinfo): Likewise.
266 (get_line_filename_and_dirname): Likewise.
267 (display_debug_macro): Likewise.
268 (display_loc_list_dwo): Likewise.
269 (display_debug_ranges): Likewise.
270 * dwarf.h (read_leb128): Update prototype.
271 * readelf.c (read_uleb128): Add END parameter.
272 (decode_arm_unwind_bytecode): Pass END to read_uleb128.
273 (decode_tic6x_unwind_bytecode): Likewise.
274 (display_tag_value): New function.
275 (display_arm_attribute): Add END parameter. Pass END to
276 read_uleb128. Use display_tag_value.
277 (display_gnu_attribute): Likewise.
278 (display_power_gnu_attribute): Likewise.
279 (display_sparc_gnu_attribute): Likewise.
280 (display_mips_gnu_attribute): Likewise.
281 (display_tic6x_attribute): Likewise.
282 (process_attributes): Likewise.
283 (display_raw_attribute): New function.
284
285 2013-03-22 Nick Clifton <nickc@redhat.com>
286
287 PR binutils/15201
288 * dwarf.c (display_debug_ranges): Add checks for reading beyond
289 the end of the section.
290
291 PR binutils/15157
292 * readelf.c (apply_relocations): Catch relocations with negative
293 offsets.
294
295 2013-03-15 Nick Clifton <nickc@redhat.com>
296
297 * addr2line.c (slurp_symtab): If canonicalization reveals that
298 there were no ordinary symbols, try loading the dynamic symbols
299 instead.
300
301 2013-03-14 Markos Chandras <markos.chandras@imgtec.com>
302
303 * MAINTAINERS: Add myself as Meta maintainer.
304
305 2013-03-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
306
307 * readelf.c (get_note_type): Add NT_S390_TDB.
308
309 2013-03-07 Alan Modra <amodra@gmail.com>
310
311 * strings.c (get_char): Dispense with buf[]. Instead shift
312 chars into big-endian value and byte-swap later if
313 little-endian. Don't EOF check value read from object.
314
315 2013-03-05 Corinna Vinschen <vinschen@redhat.com>
316
317 * configure.in: Build DLL tools on x86_64-*-cygwin* as well.
318 * configure: Regenerate.
319
320 2013-03-04 Nick Clifton <nickc@redhat.com>
321
322 * elfcomm.c (error): Flush stdout before emitting the error
323 message.
324 (warn): Likewise.
325
326 2013-03-01 Cary Coutant <ccoutant@google.com>
327
328 * dwarf.c (cu_tu_indexes_read, shndx_pool, shndx_pool_size)
329 (shndx_pool_used): Move to top of file.
330 (struct cu_tu_set): New type.
331 (cu_count, tu_count, cu_sets, tu_sets): New file scope variables.
332 (fetch_indexed_string): Add "this_set" parameter. Update all callers.
333 (find_cu_tu_set_v2): New function.
334 (read_and_display_attr_value): Add "this_set" parameter.
335 (read_and_display_attr): Likewise.
336 (process_debug_info): Track base offsets for DWARF package files.
337 (load_debug_info): Call load_cu_tu_indexes.
338 (get_DW_SECT_short_name): New function.
339 (process_cu_tu_index): Add support for version 2 DWARF package files.
340
341 2013-02-27 Alan Modra <amodra@gmail.com>
342
343 PR binutils/15191
344 * readelf.c (offsetof): Define.
345 (CHECK_ENTSIZE_VALUES): Remove extraneous indefinite article.
346 (process_corefile_note_segment): Allow notes without name or
347 desc. Combine out-of-range checks. Disallow "negative"
348 notesz or descsz.
349
350 2013-02-26 Nick Clifton <nickc@redhat.com>
351
352 PR binutils/15191
353 * readelf.c (process_corefile_note_segment): Prevent attempts to
354 read beyond the end of the note buffer.
355
356 2013-02-15 Kai Tietz <ktietz@redhat.com>
357
358 * objcopy.c (copy_main): Initialize context variable.
359
360 2013-02-15 Nick Clifton <nickc@redhat.com>
361
362 PR binutils/15140
363 * ar.c (open_inarch): Fail on attempts to convert a normal archive
364 to a thin archive or vice versa.
365 * elfcomm.c (make_qualified_name): Handle corrupted thin
366 archives.
367 * readelf.c (process_archive): Likewise.
368 * doc/binutils.texi: Clarify documentation describing thin
369 archives.
370
371 2013-02-15 Nick Clifton <nickc@redhat.com>
372
373 PR binutils/15033
374 * objcopy.c (enum change_action): Delete.
375 (struct section_list): Delete remove, copy, change_vma, change_lma
376 and set_flags fields. Add context field.
377 (find_section_list): Add a context parameter. Add support for
378 wildcard characters in section names.
379 (is_strip_section): Check for sections being both copied and
380 removed.
381 (copy_object): Pass context to find_section_list.
382 (setup_section): Likewise.
383 (copy_section): Likewise.
384 (copy_main): Likewise.
385 * doc/binutils: Document the new behaviour.
386 * NEWS: Mention the new feature
387
388 2013-02-14 Nick Clifton <nickc@redhat.com>
389
390 PR binutils/15125
391 * objcopy.c (copy_object): Provide a helpful warning message when
392 adding a gnu_debuglink section to an object which already contains
393 one.
394
395 2013-02-07 Nick Clifton <nickc@redhat.com>
396
397 * elfcomm.c (get_archive_member_name): Prevent seg-fault if a
398 corrupt archive uses long names but has no long name table.
399
400 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
401 Andrew Jenner <andrew@codesourcery.com>
402
403 Based on patches from Altera Corporation.
404
405 * readelf.c: Include elf/nios2.h.
406 (dump_relocations): Add case for EM_ALTERA_NIOS2.
407 (get_nios2_dynamic_type): New.
408 (get_dynamic_type): Add case for EM_ALTERA_NIOS2.
409 (is_32bit_abs_reloc): Fix EM_ALTERA_NIOS2 case.
410 (is_16bit_abs_reloc): Likewise.
411 (is_none_reloc): Add EM_ALTERA_NIOS2 and EM_NIOS32 cases.
412 * NEWS: Note Altera Nios II support.
413 * MAINTAINERS: Add Nios II maintainers.
414
415 2013-01-29 Xi Wang <xi.wang@gmail.com>
416
417 * readelf.c (process_version_sections): Fix overflow checks to
418 avoid undefined behaviour.
419
420 2013-01-28 Doug Evans <dje@google.com>
421
422 * dwarf.c (display_gdb_index): Handle .gdb_index version 8.
423
424 2013-01-28 Robert Schiele <rschiele@gmail.com>
425
426 * objcopy.c (parse_flags): Add merge and strings section flags.
427
428 2013-01-25 Cary Coutant <ccoutant@google.com>
429
430 * dwarf.c (display_loc_list): Update offset for each line
431 printed.
432 (print_addr_index): New function.
433 (display_loc_list_dwo): Update offset for each line printed.
434 Fix problems displaying loclists in .dwo files. Add support
435 for type 4 entries.
436 (display_debug_loc): Remove custom header for .dwo files.
437 (display_debug_addr): Adjust formatting.
438
439 2013-01-25 Marco Atzeri <marco.atzeri@gmail.com>
440
441 * objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.
442
443 2013-01-24 Doug Evans <dje@google.com>
444
445 * dwarf.c (display_debug_addr): Add missing parentheses to expression.
446
447 2013-01-24 Nick Clifton <nickc@redhat.com>
448
449 * readelf.c (get_machine_flags): Decode E_V850E3V5_ARCH.
450
451 2013-01-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
452
453 * readelf.c: Add strings for NT_S390_LAST_BREAK and
454 NT_S390_SYSTEM_CALL.
455
456 2013-01-18 Nick Clifton <nickc@redhat.com>
457
458 PR binutils/15026
459 * addr2line.c (translate_addresses): When pretty printing, print
460 unknown function names on the same line as unknown symbol names.
461
462 2013-01-17 Nickolai Zeldovich <nickolai@csail.mit.edu>
463
464 * objdump.c (dump_target_specific): Fix NULL pointer test.
465
466 2013-01-16 Alan Modra <amodra@gmail.com>
467
468 PR binutils/15018
469 * stabs.c (parse_stab_members): Always set physname here to avoid
470 gcc warning..
471 (parse_stab_argtypes): ..and don't duplicate the init here.
472
473 2013-01-10 Will Newton <will.newton@imgtec.com>
474
475 * binutils/readelf.c: (guess_is_rela): Add EM_METAG.
476 (dump_relocations): Add EM_METAG.
477 (get_machine_name): Correct case for Meta.
478 (is_32bit_abs_reloc): Add support for Meta ADDR32 reloc.
479 (is_none_reloc): Add support for Meta NONE reloc.
480
481 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
482
483 * readelf.c (get_note_type): Handle NT_ARM_TLS, NT_ARM_HW_BREAK
484 and NT_ARM_HW_WATCH.
485
486 2013-01-07 Roland McGrath <mcgrathr@google.com>
487
488 * objcopy.c (deterministic): Make int rather than bfd_boolean,
489 initialize to -1.
490 (strip_options, copy_options): Add -U/--disable-deterministic-archives.
491 (default_deterministic): New function.
492 (strip_main, copy_main): Handle -U. Call default_deterministic.
493 (copy_usage, strip_usage): Describe -U. Cite whether -D or -U is
494 the default based on DEFAULT_AR_DETERMINISTIC.
495 * doc/binutils.texi (objcopy, strip): Describe -U and effect of
496 configure options on -D.
497
498 * ar.c (default_deterministic): Comment fix.
499
500 2013-01-07 Patrice Dumas <pertusus@free.fr>
501
502 * doc/binutils.texi: Fix ordering of top level nodes.
503 Replace erroneous uses of @itemx with @item.
504
505 2013-01-04 Andreas Schwab <schwab@linux-m68k.org>
506
507 * doc/binutils.texi (elfedit): Fix use of @itemx in @table.
508
509 2013-01-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
510
511 * MAINTAINERS: Add myself as AArch64 co-maintainer.
512
513 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
514
515 * version.c (print_version): Update copyright year to 2013.
516
517 For older changes see ChangeLog-2012
518 \f
519 Copyright (C) 2013 Free Software Foundation, Inc.
520
521 Copying and distribution of this file, with or without modification,
522 are permitted in any medium without royalty provided the copyright
523 notice and this notice are preserved.
524
525 Local Variables:
526 mode: change-log
527 left-margin: 8
528 fill-column: 74
529 version-control: never
530 End:
This page took 0.041793 seconds and 5 git commands to generate.