* gas/config/tc-arm.c (NEON_ENC_TAB): Add aes entry.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
bca38921
MGD
12012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2
3 * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
4 (arm_attr_tag_FP_arch): Likewise.
5 (arm_attr_tag_Advanced_SIMD_arch): Likewise.
6
a8685210
AM
72012-08-17 Yuri Chornoivan <yurchor@ukr.net>
8
9 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
10
58f594cd
L
112012-08-16 H.J. Lu <hongjiu.lu@intel.com>
12
13 PR binutils/14481
14 * Makefile.am (BFDTEST1_PROG): New.
15 (TEST_PROGS): Likewise.
16 (bfdtest1_DEPENDENCIES): Likewise.
17 (noinst_PROGRAMS): Add $(TEST_PROGS).
18 * Makefile.in: Regenerated.
19
20 * bfdtest1.c: New file.
21
a06ea964
NC
222012-08-13 Ian Bolton <ian.bolton@arm.com>
23 Laurent Desnogues <laurent.desnogues@arm.com>
24 Jim MacArthur <jim.macarthur@arm.com>
25 Marcus Shawcroft <marcus.shawcroft@arm.com>
26 Nigel Stephens <nigel.stephens@arm.com>
27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
28 Richard Earnshaw <rearnsha@arm.com>
29 Sofiane Naci <sofiane.naci@arm.com>
30 Tejas Belagod <tejas.belagod@arm.com>
31 Yufeng Zhang <yufeng.zhang@arm.com>
32
33 * readelf.c (guess_is_rela): Handle EM_AARCH64.
34 (get_machine_name): Likewise.
35 (get_aarch64_segment_type): New function.
36 (get_segment_type): Handle EM_AARCH64 by calling the new function.
37 (get_aarch64_section_type_name): New function.
38 (get_section_type_name): Handle EM_AARCH64 by calling the new function.
39 (is_32bit_abs_reloc): Handle EM_AARCH64.
40 (is_32bit_pcrel_reloc): Likewise.
41 (is_64bit_abs_reloc): Likewise.
42 (is_64bit_pcrel_reloc): Likewise.
43 (is_none_reloc): Likewise.
44
3c892704
NC
452012-08-09 Nick Clifton <nickc@redhat.com>
46
47 * po/vi.po: Updated Vietnamese translation.
48
a442b35f
TT
492012-08-03 Tom Tromey <tromey@redhat.com>
50
51 * dlltool.c (scan_obj_file): Close arfile after calling
52 bfd_openr_next_archived_file.
53
399c99f7
L
542012-08-02 H.J. Lu <hongjiu.lu@intel.com>
55
56 PR binutils/14420
57 * dwarf.c (process_abbrev_section): Add attribute terminator.
58 Warn missing section terminator.
59 (get_FORM_name): Special check for 0 value.
60 (get_AT_name): Likewise.
61 (process_debug_info): Display zero abbrev number. Check
62 attribute terminator.
63
a6dc81d2
NC
642012-07-30 Nick Clifton <nickc@redhat.com>
65
66 * po/binutils.pot: Updated template.
67 * po/bg.po: Updated Bulgarian translation.
68 * po/es.po: Updated Spanish translation.
69 * po/fi.po: Updated Finnish translation.
70 * po/fr.po: Updated French translation.
71 * po/uk.po: Updated Ukranian translation.
72
ee6f7708
KT
732012-07-28 Kai Tietz <ktietz@redhat.com>
74
75 * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
76 (PRODUCTVERSION): Likewise.
77
c4dd807e
MF
782012-07-27 Mike Frysinger <vapier@gentoo.org>
79
80 * configure.in (BFD_VERSION): Run bfd/configure --version and
81 parse the output of that.
82 * configure: Regenerate.
83
af18cb59
TG
842012-07-27 Tristan Gingold <gingold@adacore.com>
85
86 * NEWS: Add marker for 2.23.
87
9b8d1a36
CC
882012-07-24 Teresa Johnson <tejohnson@google.com>
89
90 * addr2line.c (find_address_in_section): Invoke
91 bfd_find_nearest_line_discriminator to get the discriminator.
92 (find_offset_in_section): Likewise.
93 (translate_addresses): Print discriminator if it is non-zero.
94 * objdump.c (show_line): Invoke
95 bfd_find_nearest_line_discriminator to get the discriminator,
96 and keep track of prev_discriminator. Print discriminator
97 if it is non-zero.
98 (disassemble_data): Initialize prev_discriminator.
99 (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
100 to get the discriminator, and keep track of last_discriminator.
101 Print discriminator if it is non-zero.
102
c2a7d3f5
NC
1032012-07-17 Nick Clifton <nickc@redhat.com>
104
105 * elfcomm.c (setup_archive): Extract index table and symbol table
106 scanning code into...
107 (process_archive_index_and_symbols): ... this function and add
108 support for 64-bit index tables.
109 * elfcomm.h (struct archive_info): Change type of index_num and
110 index_array to elf_vma.
111 Add 'uses_64bit_indicies' field.
112 * readelf.c (process_archive): Fix support for 64-bit indicies.
113
5f8ebec5
NC
1142012-07-03 Nick Clifton <nickc@redhat.com>
115
116 * readelf.c (process_archive): Display member indicies when
117 dumping index.
118
8d6eee87
TT
1192012-07-02 Tom Tromey <tromey@redhat.com>
120
121 * dwarf.c: Include gdb-index.h.
122 (display_gdb_index): Handle version 7.
123
6a1b08f5
L
1242012-06-29 H.J. Lu <hongjiu.lu@intel.com>
125
126 * nm.c (filter_symbols): Simplify global symbol handling.
127
34debcd1
NC
1282012-06-29 Francois Gouget <fgouget@codeweavers.com>
129
130 PR binutils/14302
131 * bucomm.c (print_arelt_descr): Correctly report the archive size
132 field (for 'ar tv').
133 * ar.c (print_contents): Use correct types for archive element
134 sizes (for 'ar p').
135 (extract_file): Likewise (for 'ar x').
136
e63734a3
AM
1372012-06-29 Alan Modra <amodra@gmail.com>
138
139 * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
140
6f7b1488
TT
1412012-06-12 Tom Tromey <tromey@redhat.com>
142
143 * dwarf-mode.el: Add final comment. Bump version.
144 (dwarf-insert-substructure-button): Use string-to-number.
145 (dwarf-browse): Fix autoload cookie.
146
a081f3cd
JJ
1472012-06-08 Jakub Jelinek <jakub@redhat.com>
148
149 * dwarf.c (read_and_display_attr_value): Handle
150 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
151 (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
152 DW_MACRO_GNU_undef_indirect_alt and
153 DW_MACRO_GNU_transparent_include_alt.
154
670b0bad
AM
1552012-06-01 Alan Modra <amodra@gmail.com>
156
157 * addr2line.c (translate_addresses): Truncate input addresses to
158 arch_size bits. Avoid undefined shift. Print '?' for zero line.
159
ea52a088
NC
1602012-05-30 Nick Clifton <nickc@redhat.com>
161
162 * readelf.c (process_section_headers): Correct bug in previous
163 delta - display full section type in wide mode.
164
7bfd842d
NC
1652012-05-28 Nick Clifton <nickc@redhat.com>
166
167 * readelf.c (print_symbol): Display multibyte characters in symbol
168 names.
169 (process_section_headers): Use print_symbol.
170
f2c621e4
AS
1712012-05-18 Andreas Schwab <schwab@linux-m68k.org>
172
173 * aclocal.m4: Regenerate.
174 * configure: Regenerate.
175 * config.in: Regenerate.
176 * Makefile.in: Regenerate.
177
df7b86aa
NC
1782012-05-17 Daniel Richard G. <skunk@iskunk.org>
179 Nick Clifton <nickc@redhat.com>
180
181 PR 14072
182 * configure.in: Add check that sysdep.h has been included before
183 any system header files.
184 * configure: Regenerate.
185 * config.in: Regenerate.
186 * unwind-ia64.h: Include config.h.
187
7282333f
AM
1882012-05-17 Alan Modra <amodra@gmail.com>
189
190 * dwarf.c (process_debug_info): Display abbrev offset in hex.
191 (display_debug_abbrev): Show offset of abbrev.
192
a2ff7a4b
AM
1932012-05-17 Alan Modra <amodra@gmail.com>
194
195 * dwarf.c (display_debug_ranges): Don't report more than one use
196 of the same range set as an overlap.
197
691bf19c
NC
1982012-05-16 Daniel Richard G. <skunk@iskunk.org>
199
200 PR binutils/13558
201 * Makefile.am (CFILES): Add syslex_wrap.c.
202 (sysinfo): Depend upon syslex_wrap.o.
203 (syslex_wrap.o): New rule.
204 (syslex.o): Delete rule.
205 * syslex_wrap.c: New file.
206 * Makefile.in: Regenerate.
207
6927f982
NC
2082012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
209
210 * readelf.c (get_machine_name): Update m68hc12 entry.
211
343dbc36
L
2122012-05-13 H.J. Lu <hongjiu.lu@intel.com>
213
214 * objdump.c (disassemble_bytes): Print addend as signed.
215 (dump_reloc_set): Likewise.
216
4723351a
CC
2172012-05-04 Sterling Augustine <saugustine@google.com>
218 Cary Coutant <ccoutant@google.com>
219
220 * doc/binutils.texi: Add --dwarf-check option.
221 * dwarf.c (dwarf_check): New global flag.
222 (fetch_indexed_string): New function.
223 (fetch_indexed_value): New function.
224 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
225 (decode_location_expression): Add DW_OP_GNU_addr_index.
226 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
227 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
228 (get_AT_name): Add new attributes for Fission.
229 (process_debug_info): Load new debug sections for Fission.
230 (load_debug_info): Check for .debug_info.dwo section.
231 (display_loc_list, display_loc_list_dwo): New functions.
232 (display_debug_loc): Move logic to above two functions.
233 (display_debug_info): Choose abbrev section based on info section.
234 (display_debug_types): Likewise.
235 (display_trace_info): Likewise.
236 (comp_addr_base): New function.
237 (display_debug_addr): New function.
238 (display_debug_str_offsets): New function.
239 (display_debug_ranges): Allow missing range lists. Suppress
240 diagnostics if dwarf_check not set.
241 (debug_displays): Add column to select abbrev section.
242 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
243 for Fission.
244 (struct dwarf_section): Add abbrev_sec field.
245 (struct dwarf_section_display): New type.
246 (debug_info): Add addr_base, ranges_base fields.
247 (dwarf_check): New global variable.
248 * objdump.c (usage): Add --dwarf-check option.
249 (enum option_values): Add OPTION_DWARF_CHECK.
250 (long_options): Add --dwarf-check.
251 (main): Likewise.
252 * readelf.c (OPTION_DWARF_CHECK): New macro.
253 (options): Add --dwarf-check.
254 (parse_args): Likewise.
255 (process_section_headers): Use const_strneq instead of
256 streq.
257
e04d7088
L
2582012-05-11 H.J. Lu <hongjiu.lu@intel.com>
259
260 PR binutils/14088
261 * readelf.c (dump_relocations): Always display addend as
262 signed hex number.
263
208a4923
NC
2642012-05-11 Daniel Richard G. <skunk@iskunk.org>
265
266 PR binutils/14028
267 * configure.in: Invoke ACX_HEADER_STRING.
268 * configure: Regenerate.
269 * config.in: Regenerate.
270 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
271 string.h and strings.h.
272
afd6e1ff
JJ
2732012-05-10 Jakub Jelinek <jakub@redhat.com>
274
275 * dwarf.c (read_and_display_attr_value): Don't look up tag from
276 abbrev for DW_FORM_ref_addr.
277
a8c30cba 2782012-05-08 Sean Keys <skeys@ipdatasys.com>
208a4923 279
a8c30cba 280 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
208a4923 281
96109726
CC
2822012-05-08 Cary Coutant <ccoutant@google.com>
283
284 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
285 (strip): Add --strip-dwo option.
286 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
287 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
288 (strip_options): Add --strip-dwo option.
289 (copy_options): Add --extract-dwo, --strip-dwo options.
290 (copy_usage): Likewise.
291 (strip_usage): Add --strip-dwo option.
292 (is_dwo_section): New function.
293 (is_strip_section_1): Check for DWO sections.
294 (copy_object): Check for --strip-dwo, --extract-dwo options.
295 (copy_relocations_in_section): Discard relocations for DWO sections.
296 Discard entire relocation section when no relocations.
297 (strip_main): Add --strip-dwo option.
298 (copy_main): Add --strip-dwo, --extract-dwo options.
299
e5b62927
AM
3002012-05-08 Alan Modra <amodra@gmail.com>
301
302 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
303 LC and LANG environment vars.
304 * Makefile.in: Regenerate.
305
a19c41a7
TT
3062012-05-07 Tom Tromey <tromey@redhat.com>
307
308 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
309 (get_FORM_name): Use get_DW_FORM_name.
310 (get_AT_name): Use get_DW_AT_name.
311
cce3d66c
AM
3122012-05-07 Alan Modra <amodra@gmail.com>
313
314 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
315 * Makefile.in: Regenerate.
316
45dfa85a
AM
3172012-05-05 Alan Modra <amodra@gmail.com>
318
319 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
320
f6c1a2d5
NC
3212012-05-03 Sean Keys <skeys@ipdatasys.com>
322
323 * readelf.c: Add support for XGATE.
324
1c062060
NC
3252012-05-02 Nick Clifton <nickc@redhat.com>
326
327 * po/vi.po: Updated Vietnamese translation.
328 * po/it.po: New Italian translation.
329 * configure.in (ALL_LINGUAS): Add it.
330 * configure: Regenerate.
331
57402f1e
NC
3322012-05-01 Nick Clifton <nickc@redhat.com>
333
334 PR binutils/13121
335 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
336 AIX system headers.
337
2e30cb57
CC
3382012-04-25 Cary Coutant <ccoutant@google.com>
339
340 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
341 to strip and objcopy.
342 * objcopy.c (deterministic): New global variable.
343 (strip_options): Add --enable-deterministic-archives.
344 (copy_options): Likewise.
345 (copy_usage): Likewise.
346 (strip_usage): Likewise.
347 (copy_archive): When stripping all, don't add archive map; set
348 deterministic output when requested.
349 (strip_main): Add -D/--enable-deterministic-archives option.
350 (copy_main): Likewise.
351
c3989150
L
3522012-04-12 H.J. Lu <hongjiu.lu@intel.com>
353
354 PR binutils/13947
355 * objcopy.c (copy_object): Call copy_relocations_in_section
356 before copy_section.
357 (skip_section): New.
358 (copy_relocations_in_section): Likewise.
359 (copy_section): Use skip_section. Don't copy relocations here.
360
1233b4a7
NC
3612012-04-11 Ryan Mansfield <rmansfield@qnx.com>
362
363 * objdump.c (dump_bfd): If defaulting to dwarf call
364 dwarf_select_sections_all to enable displays.
365
58797674
RM
3662012-04-06 Roland McGrath <mcgrathr@google.com>
367
368 * configure.in (AC_CHECK_HEADERS): Add locale.h.
369 * config.in: Regenerate.
370 * configure: Regenerate.
371
44350750
NC
3722012-04-05 Nick Clifton <nickc@redhat.com>
373
374 * configure.in (AC_CHECK_FUNCS): Add setlocale.
375 (AM_LC_MESSAGES): Add.
376 * aclocal.m4: Regenerate.
377 * config.in: Regenerate.
378 * configure: Regenerate.
379
b149968f
NC
3802012-03-30 Nick Clifton <nickc@redhat.com>
381
382 PR binutils/13925
383 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
384 returning an empty context for a function with no arguments.
385
658c7344
TT
3862012-03-28 Tom Tromey <tromey@redhat.com>
387
388 * dwarf.c (display_gdb_index): Handle index version 6.
389
0a22ae8e
NC
3902012-03-07 Nick Clifton <nickc@redhat.com>
391
392 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
393
ae9ab7c0
NC
3942012-02-29 Jeff Law <law@redhat.com>
395
396 * doc/binutils.texi (c++filt): Fix typos.
397
5b3d386e
KT
3982012-02-24 Kai Tietz <ktietz@redhat.com>
399
400 PR binutils/13710
401 * defparse.y (keyword_as_name): Disable LIBRARY
402 keyword.
403 * doc/binutils.texi: Document LIBRARY exception.
404
9a30f236
KT
4052012-02-21 Kai Tietz<ktietz@redhat.com>
406
407 PR binutils/13682
408 * NEWS: Mention new feature.
409 * dlltool.c (i386_x64_dljtab): New stub-code for x64
410 delayed-load feature.
411 (i386_x64_trampoline): New trampoline-code for x64
412 delayed-load feature.
413 (make_one_lib_file): Add support for x64 delayed-load
414 feature.
415 (make_delay_head): Likewis
416
6c713012
AM
4172012-02-20 Namhyung Kim <namhyung.kim@lge.com>
418
419 * objdump.c (slurp_file): Close file if fstat fails.
420
74bc6052
CC
4212012-02-14 Cary Coutant <ccoutant@google.com>
422
423 * dwarf.c (dwarf_vmatoa64): New function.
424 (read_and_display_attr_value): Print 8-byte forms as single hex
425 numbers.
426 (process_debug_info): Print type signatures as single hex numbers.
427 * elfcomm.c (byte_get_64): New function.
428 * elfcomm.h (byte_get_64): New function.
429
aa83d1ec
KT
4302012-02-11 Kai Tietz <ktietz@redhat.com>
431
432 PR binutils/13657
433 * defparse.y (%union): New type id_const.
434 (opt_name2): New rule.
435 (keyword_as_name): New rule.
436 (opt_name): Adjust rule.
437 (opt_import_name): Likewise.
438 (opt_equal_name): Likewise.
439
7afcdbb2
KT
4402012-02-11 Kai Tietz <ktietz@redhat.com>
441
442 PR binutils/13297
443 * resrc.c (write_rc_dialog_control): Omit text dump for
444 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
445
dbb7c441
AM
4462012-02-09 Alan Modra <amodra@gmail.com>
447
448 * sysdep.h: Include sys/stat.h here.
449 * ar.c: Don't include headers already included by sysdep.h.
450 * bucomm.c: Likewise.
451 * budbg.h: Likewise.
452 * dlltool.h: Likewise.
453 * elfedit.c: Likewise.
454 * nlmconv.c: Likewise.
455 * objcopy.c: Likewise.
456 * objdump.c: Likewise.
457 * objdump.h: Likewise.
458 * readelf.c: Likewise.
459 * rename.c: Likewise.
460 * resrc.c: Likewise.
461 * strings.c: Likewise.
462 * windres.c: Likewise.
463 * od-macho.c: Ensure #include sysdep.h is first.
464 * od-xcoff.c: Likewise.
465 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
466 remove duplicate headers.
467 * dlltool.c: Likewise and ensure #include sysdep.h is first.
468
36e32b27
NC
4692012-02-01 Nick Clifton <nickc@redhat.com>
470
471 PR binutils/13493
472 * ar.c (ranlib_main): Process --plugin option.
473 * doc/binutils.texi: Document --plugin support for ranlib.
474
8b971f9f
NC
4752012-02-01 Nick Clifton <nickc@redhat.com>
476
477 PR binutils/13482
478 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
479 verifying the contents of a note.
480
fa1908fd
NC
4812012-01-26 Nick Clifton <nickc@redhat.com>
482
483 PR binutils/13622
484 * readelf.c (process_section_groups): If there are no section
485 headers do not scan for section groups.
486 (process_note_sections): Likewise for note sections.
487
2128eb39
TG
4882012-01-20 Tristan Gingold <gingold@adacore.com>
489
490 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
491 (options): Add an entry for seg_split_info.
492 (mach_o_help): Document it.
493 (dump_segment_split_info): New function.
494 (dump_load_command): Handle seg_split_info.
495
2fc0fe4f
TG
4962012-01-19 Tristan Gingold <gingold@adacore.com>
497
498 * dwarf.c (process_extended_line_op): Add a cast to silent a
499 warning.
500
143a3db0
TG
5012012-01-19 Tristan Gingold <gingold@adacore.com>
502
503 * dwarf.c (process_extended_line_op): Reindent define_file output.
504 Detect define_file opcode length mismatch.
505 (display_debug_lines_decoded): Add an entry in file_table for each
506 define_file opcode.
507 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
508 Display extended opcode for unhandle opcode.
509
576477a6
AM
5102012-01-17 Alan Modra <amodra@gmail.com>
511
512 * version.c (print_version): Update copyright message year.
513
ddb1377c
AM
5142012-01-16 Alan Modra <amodra@gmail.com>
515
516 PR binutils/13593
517 * nm.c (OPTION_SIZE_SORT): Define.
518 (long_options): Don't set no_sort, sort_numerically or
519 sort_by_size directly.
520 (main): Instead set the flags here, making them mutually exclusive.
521
1598539f
TG
5222012-01-10 Tristan Gingold <gingold@adacore.com>
523
524 * objdump.c (display_object_bfd): Renamed from ...
525 (display_bfd): ... this.
526 (display_any_bfd): New function.
527 (display_file): Split. Handle nested archives.
528
52546677
RM
5292012-01-09 Roland McGrath <mcgrathr@google.com>
530
531 * configure.in: Use AM_ZLIB.
532 * configure: Regenerated.
533
99eac5be
NC
5342012-01-06 Nick Clifton <nickc@redhat.com>
535
536 * po/ru.po: Updated Russian translation.
537
9f4a5bd1
TG
5382012-01-04 Tristan Gingold <gingold@adacore.com>
539
540 * od-macho.c (dump_load_command): Handle fvmlib.
541
fc55a902
TG
5422012-01-04 Tristan Gingold <gingold@adacore.com>
543
544 * od-macho.c: Update copyright year.
545 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
546
23e1d329 547For older changes see ChangeLog-2011
252b5132
RH
548\f
549Local Variables:
550mode: change-log
551left-margin: 8
552fill-column: 74
553version-control: never
554End:
This page took 0.531086 seconds and 4 git commands to generate.