2012-11-09 Nick Clifton <nickc@redhat.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
708e2187
NC
12012-11-09 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (get_machine_flags): Add support for E_FLAG_RX_ABI.
de863c74
NC
4 (guess_is_rela): Add EM_V800.
5 (dump_relocations): Likewise.
6 (get_machine_name): Update EM_V800.
7 (get_machine_flags): Add support for RH850 ABI flags.
8 (is_32bit_abs_reloc): Add support for RH850 ABI reloc.
708e2187 9
5bb3703f
L
102012-11-09 H.J. Lu <hongjiu.lu@intel.com>
11
12 * coffgrok.c (coff_grok): Remove trailing redundant `;'.
13 * resrc.c (open_input_stream): Likewise.
14
6febeb74
AM
152012-11-08 Alan Modra <amodra@gmail.com>
16
17 * po/POTFILES.in: Regenerate.
18
ee7da987
L
192012-11-07 H.J. Lu <hongjiu.lu@intel.com>
20
21 * objcopy.c (copy_section): Don't read beyond section end.
22
f7da43f3
L
232012-11-06 H.J. Lu <hongjiu.lu@intel.com>
24
25 PR binutils/14567
26 * Makefile.am (BFDTEST2_PROG): New.
27 (bfdtest2_DEPENDENCIES): Likewise.
28 (TEST_PROGS): Add $(BFDTEST2_PROG).
29 * Makefile.in: Regenerated.
30 * bfdtest2.c: New file.
31
a481d14b
SC
322012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
33
34 * MAINTAINERS: Update my email address.
35
e6f88107
AM
362012-11-05 Alan Modra <amodra@gmail.com>
37
38 * configure.in: Apply 2012-09-10 change to config.in here. Add
39 __CONFIG_H__ check.
40 * config.in: Regenerate.
41
ff826ef3
TT
422012-11-01 Tom Tromey <tromey@redhat.com>
43
44 * readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM.
45
3bfcb652
NC
462012-10-30 Nick Clifton <nickc@redhat.com>
47
48 PR binutils/14779
49 * configure.in: Add checks for wchar.h and mbstate_t.
50 * config.in: Regenerate.
51 * configure: Regenerate.
52 * readelf.c: Conditionally include wchar.h.
53 (print_symbol): Conditionally use mbstate_t.
54
552012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
56
57 * readelf.c (decode_ARM_machine_flags): Recognise and display the
58 new ARM hard-float/soft-float ABI flags for EABI_VER5. Split out
59 the code for EABI_VER4 and EABI_VER5 to allow this.
60
ce23608f
AM
612012-10-29 Alan Modra <amodra@gmail.com>
62
63 * dlltool.c (INIT_SEC_DATA): Move.
64 (secdata <DLLTOOL_PPC>): Use here too.
65
31f7d8fd
NC
662012-10-26 Nick Clifton <nickc@redhat.com>
67
68 * po/hr.po: New Croation translation.
69 * configure.in (ALL_LINGUAS): Add hr.
70 * configure: Regenerate.
71
657d0d47
CC
722012-10-23 Cary Coutant <ccoutant@google.com>
73
74 * dwarf.c (do_debug_addr, do_debug_cu_index): New global flags.
75 (load_debug_info): Fix typo.
76 (cu_tu_indexes_read, shndx_pool, shndx_pool_size, shndx_pool_used):
77 New global variables.
78 (prealloc_cu_tu_list, add_shndx_to_cu_tu_entry, end_cu_tu_entry)
79 (process_cu_tu_index, load_cu_tu_indexes, find_cu_tu_set)
80 (display_cu_index): New functions.
81 (dwarf_select_sections_by_names): Add "debug_addr", "cu_index".
82 Sort entries alphabetically.
83 (dwarf_select_sections_all): Set do_debug_addr, do_debug_cu_index.
84 (debug_displays): Add .debug_cu_index, .debug_tu_index.
85 Clean up formatting.
86 * dwarf.h (dwarf_section_display_enum): Add dwp_cu_index,
87 dwp_tu_index.
88 (do_debug_addr, do_debug_cu_index): New global flags.
89 (find_cu_tu_set): New function declaration.
90 * objdump.c (usage): Add --dwarf=addr, --dwarf=cu_index.
91 * readelf.c (find_section_in_set): New function.
92 (usage): Add --debug-dump=addr, --debug_dump=cu_index.
93 (process_section_headers): Check do_debug_addr and do_debug_cu_index.
94 (section_subset): New global variable.
95 (load_debug_section): Restrict search to section subset.
96 (display_debug_section): Add section index as paramter. Select subset
97 of sections when dumping a .dwp file. Update caller.
98
9ece1fa9
TT
992012-10-23 Tom Tromey <tromey@redhat.com>
100
101 * readelf.c (get_note_type): Handle NT_SIGINFO, NT_FILE.
102 (print_core_note): New function.
103 (process_note): Call it.
104
f24e5a8a
L
1052012-10-21 H.J. Lu <hongjiu.lu@intel.com>
106
107 * objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and
108 bfd_mach_x64_32_intel_syntax.
109
8a72cc6e
AM
1102012-10-21 Alan Modra <amodra@gmail.com>
111
112 * objdump.c (load_specific_debug_section): Use
113 bfd_cache_section_contents.
114
4fc8b895
KT
1152012-10-18 Kai Tietz <ktietz@redhat.com>
116
a29a8af8
KT
117 * objdump.c (dump_bfd): Call dump headers after
118 call of slurp_symtab.
119
4fc8b895
KT
120 * objcopy.c (is_strip_section_1): Don't strip
121 .reloc section by default.
122
7c1cef97
DE
1232012-10-11 Doug Evans <dje@google.com>
124
125 * dwarf.c (display_gdb_index): Include static/global information
126 of each symbol.
127
6c9c0a50
DE
1282012-09-14 David Edelsohn <dje.gcc@gmail.com>
129
130 * configure: Regenerate.
131
00716ab1
AM
1322012-09-10 Matthias Klose <doko@ubuntu.com>
133
134 * config.in: Disable sanity check for kfreebsd.
135
6d2920c8
L
1362012-09-10 H.J. Lu <hongjiu.lu@intel.com>
137
138 * configure: Regenerated.
139
aae628c1
CC
1402012-09-06 Cary Coutant <ccoutant@google.com>
141
142 * dwarf.c (decode_location_expression): Add
143 DW_OP_GNU_const_index.
144
fa8f3997
NC
1452012-09-06 Nick Clifton <nickc@redhat.com>
146
147 * doc/binutils.texi (nm): Alpha-sort the option descriptions.
148 Add description of the --synthetic option.
149
c6d8cab4
L
1502012-09-04 H.J. Lu <hongjiu.lu@intel.com>
151
152 PR binutils/14493
153 * readelf.c (get_symbol_index_type): Check bad section index.
154
bca38921
MGD
1552012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
156
157 * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
158 (arm_attr_tag_FP_arch): Likewise.
159 (arm_attr_tag_Advanced_SIMD_arch): Likewise.
160
a8685210
AM
1612012-08-17 Yuri Chornoivan <yurchor@ukr.net>
162
163 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
164
58f594cd
L
1652012-08-16 H.J. Lu <hongjiu.lu@intel.com>
166
167 PR binutils/14481
168 * Makefile.am (BFDTEST1_PROG): New.
169 (TEST_PROGS): Likewise.
170 (bfdtest1_DEPENDENCIES): Likewise.
171 (noinst_PROGRAMS): Add $(TEST_PROGS).
172 * Makefile.in: Regenerated.
173
174 * bfdtest1.c: New file.
175
a06ea964 1762012-08-13 Ian Bolton <ian.bolton@arm.com>
c6d8cab4
L
177 Laurent Desnogues <laurent.desnogues@arm.com>
178 Jim MacArthur <jim.macarthur@arm.com>
179 Marcus Shawcroft <marcus.shawcroft@arm.com>
180 Nigel Stephens <nigel.stephens@arm.com>
181 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
182 Richard Earnshaw <rearnsha@arm.com>
183 Sofiane Naci <sofiane.naci@arm.com>
184 Tejas Belagod <tejas.belagod@arm.com>
185 Yufeng Zhang <yufeng.zhang@arm.com>
a06ea964
NC
186
187 * readelf.c (guess_is_rela): Handle EM_AARCH64.
188 (get_machine_name): Likewise.
189 (get_aarch64_segment_type): New function.
190 (get_segment_type): Handle EM_AARCH64 by calling the new function.
191 (get_aarch64_section_type_name): New function.
192 (get_section_type_name): Handle EM_AARCH64 by calling the new function.
193 (is_32bit_abs_reloc): Handle EM_AARCH64.
194 (is_32bit_pcrel_reloc): Likewise.
195 (is_64bit_abs_reloc): Likewise.
196 (is_64bit_pcrel_reloc): Likewise.
197 (is_none_reloc): Likewise.
198
3c892704
NC
1992012-08-09 Nick Clifton <nickc@redhat.com>
200
201 * po/vi.po: Updated Vietnamese translation.
202
a442b35f
TT
2032012-08-03 Tom Tromey <tromey@redhat.com>
204
205 * dlltool.c (scan_obj_file): Close arfile after calling
206 bfd_openr_next_archived_file.
207
399c99f7
L
2082012-08-02 H.J. Lu <hongjiu.lu@intel.com>
209
210 PR binutils/14420
211 * dwarf.c (process_abbrev_section): Add attribute terminator.
212 Warn missing section terminator.
213 (get_FORM_name): Special check for 0 value.
214 (get_AT_name): Likewise.
215 (process_debug_info): Display zero abbrev number. Check
216 attribute terminator.
217
a6dc81d2
NC
2182012-07-30 Nick Clifton <nickc@redhat.com>
219
220 * po/binutils.pot: Updated template.
221 * po/bg.po: Updated Bulgarian translation.
222 * po/es.po: Updated Spanish translation.
223 * po/fi.po: Updated Finnish translation.
224 * po/fr.po: Updated French translation.
225 * po/uk.po: Updated Ukranian translation.
226
ee6f7708
KT
2272012-07-28 Kai Tietz <ktietz@redhat.com>
228
229 * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
230 (PRODUCTVERSION): Likewise.
231
c4dd807e
MF
2322012-07-27 Mike Frysinger <vapier@gentoo.org>
233
234 * configure.in (BFD_VERSION): Run bfd/configure --version and
235 parse the output of that.
236 * configure: Regenerate.
237
af18cb59
TG
2382012-07-27 Tristan Gingold <gingold@adacore.com>
239
240 * NEWS: Add marker for 2.23.
241
9b8d1a36
CC
2422012-07-24 Teresa Johnson <tejohnson@google.com>
243
244 * addr2line.c (find_address_in_section): Invoke
c6d8cab4 245 bfd_find_nearest_line_discriminator to get the discriminator.
9b8d1a36
CC
246 (find_offset_in_section): Likewise.
247 (translate_addresses): Print discriminator if it is non-zero.
248 * objdump.c (show_line): Invoke
c6d8cab4
L
249 bfd_find_nearest_line_discriminator to get the discriminator,
250 and keep track of prev_discriminator. Print discriminator
251 if it is non-zero.
9b8d1a36
CC
252 (disassemble_data): Initialize prev_discriminator.
253 (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
c6d8cab4
L
254 to get the discriminator, and keep track of last_discriminator.
255 Print discriminator if it is non-zero.
9b8d1a36 256
c2a7d3f5
NC
2572012-07-17 Nick Clifton <nickc@redhat.com>
258
259 * elfcomm.c (setup_archive): Extract index table and symbol table
260 scanning code into...
261 (process_archive_index_and_symbols): ... this function and add
262 support for 64-bit index tables.
263 * elfcomm.h (struct archive_info): Change type of index_num and
264 index_array to elf_vma.
265 Add 'uses_64bit_indicies' field.
266 * readelf.c (process_archive): Fix support for 64-bit indicies.
267
5f8ebec5
NC
2682012-07-03 Nick Clifton <nickc@redhat.com>
269
270 * readelf.c (process_archive): Display member indicies when
271 dumping index.
272
8d6eee87
TT
2732012-07-02 Tom Tromey <tromey@redhat.com>
274
275 * dwarf.c: Include gdb-index.h.
276 (display_gdb_index): Handle version 7.
277
6a1b08f5
L
2782012-06-29 H.J. Lu <hongjiu.lu@intel.com>
279
280 * nm.c (filter_symbols): Simplify global symbol handling.
281
34debcd1
NC
2822012-06-29 Francois Gouget <fgouget@codeweavers.com>
283
284 PR binutils/14302
285 * bucomm.c (print_arelt_descr): Correctly report the archive size
286 field (for 'ar tv').
287 * ar.c (print_contents): Use correct types for archive element
288 sizes (for 'ar p').
289 (extract_file): Likewise (for 'ar x').
290
e63734a3
AM
2912012-06-29 Alan Modra <amodra@gmail.com>
292
293 * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
294
6f7b1488
TT
2952012-06-12 Tom Tromey <tromey@redhat.com>
296
297 * dwarf-mode.el: Add final comment. Bump version.
298 (dwarf-insert-substructure-button): Use string-to-number.
299 (dwarf-browse): Fix autoload cookie.
300
a081f3cd
JJ
3012012-06-08 Jakub Jelinek <jakub@redhat.com>
302
303 * dwarf.c (read_and_display_attr_value): Handle
304 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
305 (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
306 DW_MACRO_GNU_undef_indirect_alt and
307 DW_MACRO_GNU_transparent_include_alt.
308
670b0bad
AM
3092012-06-01 Alan Modra <amodra@gmail.com>
310
311 * addr2line.c (translate_addresses): Truncate input addresses to
312 arch_size bits. Avoid undefined shift. Print '?' for zero line.
313
ea52a088
NC
3142012-05-30 Nick Clifton <nickc@redhat.com>
315
316 * readelf.c (process_section_headers): Correct bug in previous
317 delta - display full section type in wide mode.
318
7bfd842d
NC
3192012-05-28 Nick Clifton <nickc@redhat.com>
320
321 * readelf.c (print_symbol): Display multibyte characters in symbol
322 names.
323 (process_section_headers): Use print_symbol.
324
f2c621e4
AS
3252012-05-18 Andreas Schwab <schwab@linux-m68k.org>
326
327 * aclocal.m4: Regenerate.
328 * configure: Regenerate.
329 * config.in: Regenerate.
330 * Makefile.in: Regenerate.
331
df7b86aa
NC
3322012-05-17 Daniel Richard G. <skunk@iskunk.org>
333 Nick Clifton <nickc@redhat.com>
334
335 PR 14072
336 * configure.in: Add check that sysdep.h has been included before
337 any system header files.
338 * configure: Regenerate.
339 * config.in: Regenerate.
340 * unwind-ia64.h: Include config.h.
341
7282333f
AM
3422012-05-17 Alan Modra <amodra@gmail.com>
343
344 * dwarf.c (process_debug_info): Display abbrev offset in hex.
345 (display_debug_abbrev): Show offset of abbrev.
346
a2ff7a4b
AM
3472012-05-17 Alan Modra <amodra@gmail.com>
348
349 * dwarf.c (display_debug_ranges): Don't report more than one use
350 of the same range set as an overlap.
351
691bf19c
NC
3522012-05-16 Daniel Richard G. <skunk@iskunk.org>
353
354 PR binutils/13558
355 * Makefile.am (CFILES): Add syslex_wrap.c.
356 (sysinfo): Depend upon syslex_wrap.o.
357 (syslex_wrap.o): New rule.
358 (syslex.o): Delete rule.
359 * syslex_wrap.c: New file.
360 * Makefile.in: Regenerate.
361
6927f982
NC
3622012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
363
364 * readelf.c (get_machine_name): Update m68hc12 entry.
365
343dbc36
L
3662012-05-13 H.J. Lu <hongjiu.lu@intel.com>
367
368 * objdump.c (disassemble_bytes): Print addend as signed.
369 (dump_reloc_set): Likewise.
370
4723351a
CC
3712012-05-04 Sterling Augustine <saugustine@google.com>
372 Cary Coutant <ccoutant@google.com>
373
374 * doc/binutils.texi: Add --dwarf-check option.
375 * dwarf.c (dwarf_check): New global flag.
376 (fetch_indexed_string): New function.
377 (fetch_indexed_value): New function.
378 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
379 (decode_location_expression): Add DW_OP_GNU_addr_index.
380 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
381 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
382 (get_AT_name): Add new attributes for Fission.
383 (process_debug_info): Load new debug sections for Fission.
384 (load_debug_info): Check for .debug_info.dwo section.
385 (display_loc_list, display_loc_list_dwo): New functions.
386 (display_debug_loc): Move logic to above two functions.
387 (display_debug_info): Choose abbrev section based on info section.
388 (display_debug_types): Likewise.
389 (display_trace_info): Likewise.
390 (comp_addr_base): New function.
391 (display_debug_addr): New function.
392 (display_debug_str_offsets): New function.
393 (display_debug_ranges): Allow missing range lists. Suppress
394 diagnostics if dwarf_check not set.
395 (debug_displays): Add column to select abbrev section.
396 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
397 for Fission.
398 (struct dwarf_section): Add abbrev_sec field.
399 (struct dwarf_section_display): New type.
400 (debug_info): Add addr_base, ranges_base fields.
401 (dwarf_check): New global variable.
402 * objdump.c (usage): Add --dwarf-check option.
403 (enum option_values): Add OPTION_DWARF_CHECK.
404 (long_options): Add --dwarf-check.
405 (main): Likewise.
406 * readelf.c (OPTION_DWARF_CHECK): New macro.
407 (options): Add --dwarf-check.
408 (parse_args): Likewise.
409 (process_section_headers): Use const_strneq instead of
410 streq.
411
e04d7088
L
4122012-05-11 H.J. Lu <hongjiu.lu@intel.com>
413
414 PR binutils/14088
415 * readelf.c (dump_relocations): Always display addend as
416 signed hex number.
417
208a4923
NC
4182012-05-11 Daniel Richard G. <skunk@iskunk.org>
419
420 PR binutils/14028
421 * configure.in: Invoke ACX_HEADER_STRING.
422 * configure: Regenerate.
423 * config.in: Regenerate.
424 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
425 string.h and strings.h.
426
afd6e1ff
JJ
4272012-05-10 Jakub Jelinek <jakub@redhat.com>
428
429 * dwarf.c (read_and_display_attr_value): Don't look up tag from
430 abbrev for DW_FORM_ref_addr.
431
a8c30cba 4322012-05-08 Sean Keys <skeys@ipdatasys.com>
208a4923 433
a8c30cba 434 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
208a4923 435
96109726
CC
4362012-05-08 Cary Coutant <ccoutant@google.com>
437
438 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
439 (strip): Add --strip-dwo option.
440 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
441 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
442 (strip_options): Add --strip-dwo option.
443 (copy_options): Add --extract-dwo, --strip-dwo options.
444 (copy_usage): Likewise.
445 (strip_usage): Add --strip-dwo option.
446 (is_dwo_section): New function.
447 (is_strip_section_1): Check for DWO sections.
448 (copy_object): Check for --strip-dwo, --extract-dwo options.
449 (copy_relocations_in_section): Discard relocations for DWO sections.
450 Discard entire relocation section when no relocations.
451 (strip_main): Add --strip-dwo option.
452 (copy_main): Add --strip-dwo, --extract-dwo options.
453
e5b62927
AM
4542012-05-08 Alan Modra <amodra@gmail.com>
455
456 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
457 LC and LANG environment vars.
458 * Makefile.in: Regenerate.
459
a19c41a7
TT
4602012-05-07 Tom Tromey <tromey@redhat.com>
461
462 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
463 (get_FORM_name): Use get_DW_FORM_name.
464 (get_AT_name): Use get_DW_AT_name.
465
cce3d66c
AM
4662012-05-07 Alan Modra <amodra@gmail.com>
467
468 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
469 * Makefile.in: Regenerate.
470
45dfa85a
AM
4712012-05-05 Alan Modra <amodra@gmail.com>
472
473 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
474
f6c1a2d5
NC
4752012-05-03 Sean Keys <skeys@ipdatasys.com>
476
477 * readelf.c: Add support for XGATE.
478
1c062060
NC
4792012-05-02 Nick Clifton <nickc@redhat.com>
480
481 * po/vi.po: Updated Vietnamese translation.
482 * po/it.po: New Italian translation.
483 * configure.in (ALL_LINGUAS): Add it.
484 * configure: Regenerate.
485
57402f1e
NC
4862012-05-01 Nick Clifton <nickc@redhat.com>
487
488 PR binutils/13121
489 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
490 AIX system headers.
491
2e30cb57
CC
4922012-04-25 Cary Coutant <ccoutant@google.com>
493
494 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
495 to strip and objcopy.
496 * objcopy.c (deterministic): New global variable.
497 (strip_options): Add --enable-deterministic-archives.
498 (copy_options): Likewise.
499 (copy_usage): Likewise.
500 (strip_usage): Likewise.
501 (copy_archive): When stripping all, don't add archive map; set
502 deterministic output when requested.
503 (strip_main): Add -D/--enable-deterministic-archives option.
504 (copy_main): Likewise.
505
c3989150
L
5062012-04-12 H.J. Lu <hongjiu.lu@intel.com>
507
508 PR binutils/13947
509 * objcopy.c (copy_object): Call copy_relocations_in_section
510 before copy_section.
511 (skip_section): New.
512 (copy_relocations_in_section): Likewise.
513 (copy_section): Use skip_section. Don't copy relocations here.
514
1233b4a7
NC
5152012-04-11 Ryan Mansfield <rmansfield@qnx.com>
516
c6d8cab4
L
517 * objdump.c (dump_bfd): If defaulting to dwarf call
518 dwarf_select_sections_all to enable displays.
1233b4a7 519
58797674
RM
5202012-04-06 Roland McGrath <mcgrathr@google.com>
521
522 * configure.in (AC_CHECK_HEADERS): Add locale.h.
523 * config.in: Regenerate.
524 * configure: Regenerate.
525
44350750
NC
5262012-04-05 Nick Clifton <nickc@redhat.com>
527
528 * configure.in (AC_CHECK_FUNCS): Add setlocale.
529 (AM_LC_MESSAGES): Add.
530 * aclocal.m4: Regenerate.
531 * config.in: Regenerate.
532 * configure: Regenerate.
533
b149968f
NC
5342012-03-30 Nick Clifton <nickc@redhat.com>
535
536 PR binutils/13925
537 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
538 returning an empty context for a function with no arguments.
539
658c7344
TT
5402012-03-28 Tom Tromey <tromey@redhat.com>
541
542 * dwarf.c (display_gdb_index): Handle index version 6.
543
0a22ae8e
NC
5442012-03-07 Nick Clifton <nickc@redhat.com>
545
546 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
547
ae9ab7c0
NC
5482012-02-29 Jeff Law <law@redhat.com>
549
550 * doc/binutils.texi (c++filt): Fix typos.
551
5b3d386e
KT
5522012-02-24 Kai Tietz <ktietz@redhat.com>
553
554 PR binutils/13710
555 * defparse.y (keyword_as_name): Disable LIBRARY
556 keyword.
557 * doc/binutils.texi: Document LIBRARY exception.
558
9a30f236
KT
5592012-02-21 Kai Tietz<ktietz@redhat.com>
560
561 PR binutils/13682
562 * NEWS: Mention new feature.
563 * dlltool.c (i386_x64_dljtab): New stub-code for x64
564 delayed-load feature.
565 (i386_x64_trampoline): New trampoline-code for x64
566 delayed-load feature.
567 (make_one_lib_file): Add support for x64 delayed-load
568 feature.
569 (make_delay_head): Likewis
570
6c713012
AM
5712012-02-20 Namhyung Kim <namhyung.kim@lge.com>
572
573 * objdump.c (slurp_file): Close file if fstat fails.
574
74bc6052
CC
5752012-02-14 Cary Coutant <ccoutant@google.com>
576
577 * dwarf.c (dwarf_vmatoa64): New function.
578 (read_and_display_attr_value): Print 8-byte forms as single hex
579 numbers.
580 (process_debug_info): Print type signatures as single hex numbers.
581 * elfcomm.c (byte_get_64): New function.
582 * elfcomm.h (byte_get_64): New function.
583
aa83d1ec
KT
5842012-02-11 Kai Tietz <ktietz@redhat.com>
585
586 PR binutils/13657
587 * defparse.y (%union): New type id_const.
588 (opt_name2): New rule.
589 (keyword_as_name): New rule.
590 (opt_name): Adjust rule.
591 (opt_import_name): Likewise.
592 (opt_equal_name): Likewise.
593
7afcdbb2
KT
5942012-02-11 Kai Tietz <ktietz@redhat.com>
595
596 PR binutils/13297
597 * resrc.c (write_rc_dialog_control): Omit text dump for
598 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
599
dbb7c441
AM
6002012-02-09 Alan Modra <amodra@gmail.com>
601
602 * sysdep.h: Include sys/stat.h here.
603 * ar.c: Don't include headers already included by sysdep.h.
604 * bucomm.c: Likewise.
605 * budbg.h: Likewise.
606 * dlltool.h: Likewise.
607 * elfedit.c: Likewise.
608 * nlmconv.c: Likewise.
609 * objcopy.c: Likewise.
610 * objdump.c: Likewise.
611 * objdump.h: Likewise.
612 * readelf.c: Likewise.
613 * rename.c: Likewise.
614 * resrc.c: Likewise.
615 * strings.c: Likewise.
616 * windres.c: Likewise.
617 * od-macho.c: Ensure #include sysdep.h is first.
618 * od-xcoff.c: Likewise.
619 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
620 remove duplicate headers.
621 * dlltool.c: Likewise and ensure #include sysdep.h is first.
622
36e32b27
NC
6232012-02-01 Nick Clifton <nickc@redhat.com>
624
625 PR binutils/13493
626 * ar.c (ranlib_main): Process --plugin option.
627 * doc/binutils.texi: Document --plugin support for ranlib.
628
8b971f9f
NC
6292012-02-01 Nick Clifton <nickc@redhat.com>
630
631 PR binutils/13482
632 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
633 verifying the contents of a note.
634
fa1908fd
NC
6352012-01-26 Nick Clifton <nickc@redhat.com>
636
637 PR binutils/13622
638 * readelf.c (process_section_groups): If there are no section
639 headers do not scan for section groups.
640 (process_note_sections): Likewise for note sections.
641
2128eb39
TG
6422012-01-20 Tristan Gingold <gingold@adacore.com>
643
644 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
645 (options): Add an entry for seg_split_info.
646 (mach_o_help): Document it.
647 (dump_segment_split_info): New function.
648 (dump_load_command): Handle seg_split_info.
649
2fc0fe4f
TG
6502012-01-19 Tristan Gingold <gingold@adacore.com>
651
652 * dwarf.c (process_extended_line_op): Add a cast to silent a
653 warning.
654
143a3db0
TG
6552012-01-19 Tristan Gingold <gingold@adacore.com>
656
657 * dwarf.c (process_extended_line_op): Reindent define_file output.
658 Detect define_file opcode length mismatch.
659 (display_debug_lines_decoded): Add an entry in file_table for each
660 define_file opcode.
661 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
662 Display extended opcode for unhandle opcode.
663
576477a6
AM
6642012-01-17 Alan Modra <amodra@gmail.com>
665
666 * version.c (print_version): Update copyright message year.
667
ddb1377c
AM
6682012-01-16 Alan Modra <amodra@gmail.com>
669
670 PR binutils/13593
671 * nm.c (OPTION_SIZE_SORT): Define.
672 (long_options): Don't set no_sort, sort_numerically or
673 sort_by_size directly.
674 (main): Instead set the flags here, making them mutually exclusive.
675
1598539f
TG
6762012-01-10 Tristan Gingold <gingold@adacore.com>
677
678 * objdump.c (display_object_bfd): Renamed from ...
679 (display_bfd): ... this.
680 (display_any_bfd): New function.
681 (display_file): Split. Handle nested archives.
682
52546677
RM
6832012-01-09 Roland McGrath <mcgrathr@google.com>
684
685 * configure.in: Use AM_ZLIB.
686 * configure: Regenerated.
687
99eac5be
NC
6882012-01-06 Nick Clifton <nickc@redhat.com>
689
690 * po/ru.po: Updated Russian translation.
691
9f4a5bd1
TG
6922012-01-04 Tristan Gingold <gingold@adacore.com>
693
694 * od-macho.c (dump_load_command): Handle fvmlib.
695
fc55a902
TG
6962012-01-04 Tristan Gingold <gingold@adacore.com>
697
698 * od-macho.c: Update copyright year.
699 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
700
23e1d329 701For older changes see ChangeLog-2011
252b5132
RH
702\f
703Local Variables:
704mode: change-log
705left-margin: 8
706fill-column: 74
707version-control: never
708End:
This page took 0.559065 seconds and 4 git commands to generate.