[ARM] Add feature check for ARMv8.1 AdvSIMD instructions.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
11e5f1ec
L
12016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/19645
4 * NEWS: Mention --elf-stt-common= for objcopy.
5 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
6 * objcopy.c (do_elf_stt_common): New.
7 (command_line_switch): Add OPTION_ELF_STT_COMMON.
8 (copy_options): Add --elf-stt-common=.
9 (copy_usage): Add --elf-stt-common=.
10 (copy_object): Also check do_elf_stt_common for ELF targets.
11 (copy_file): Handle do_elf_stt_common.
12 (copy_main): Handle OPTION_ELF_STT_COMMON.
13 * readelf.c (apply_relocations): Support STT_COMMON.
14 * testsuite/binutils-all/common-1.s: New file.
15 * testsuite/binutils-all/common-1a.d: Likewise.
16 * testsuite/binutils-all/common-1b.d: Likewise.
17 * testsuite/binutils-all/common-1c.d: Likewise.
18 * testsuite/binutils-all/common-1d.d: Likewise.
19 * testsuite/binutils-all/common-1e.d: Likewise.
20 * testsuite/binutils-all/common-1f.d: Likewise.
21 * testsuite/binutils-all/common-2.s: Likewise.
22 * testsuite/binutils-all/common-2a.d: Likewise.
23 * testsuite/binutils-all/common-2b.d: Likewise.
24 * testsuite/binutils-all/common-2c.d: Likewise.
25 * testsuite/binutils-all/common-2d.d: Likewise.
26 * testsuite/binutils-all/common-2e.d: Likewise.
27 * testsuite/binutils-all/common-2f.d: Likewise.
28 * testsuite/binutils-all/objcopy.exp
29 (objcopy_test_elf_common_symbols): New proc.
30 Run objcopy_test_elf_common_symbols for ELF targets
31
a9fb83be
L
322016-02-16 H.J. Lu <hongjiu.lu@intel.com>
33
34 PR binutils/19647
35 * readelf.c (get_section_type_name): Add a missing break.
36
726c18e1
CZ
372016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
38
39 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
40
9fb71ee4
NC
412016-02-15 Nick Clifton <nickc@redhat.com>
42
43 * readelf.c (get_section_type_name): Add hex prefix to offsets
44 printed for LOPROC and LOOS values. Ensure that a result is
45 always returned for the V850 target, even when an unrecognised
46 processor specific value is encountered.
47 (process_section_headers): Display key values in the order in
48 which they appear to the user. Add the "C (compressed)" value to
49 the list.
50
96d491cf
L
512016-02-12 H.J. Lu <hongjiu.lu@intel.com>
52
53 * doc/binutils.texi: Fix a typo.
54
bdbca4e6
CM
552016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
56
57 * testsuite/binutils-all/objdump.exp: Update expected default
58 architecture value for ARC binaries.
59
14f2c699
L
602016-02-02 H.J. Lu <hongjiu.lu@intel.com>
61
62 PR binutils/19547
63 * testsuite/binutils-all/objcopy.exp
64 (objcopy_test_without_global_symbol): New proc.
65 Run objcopy_test_without_global_symbol.
66 * testsuite/binutils-all/pr19547.c: New file.
67
bf150a0b
L
682016-01-28 H.J. Lu <hongjiu.lu@intel.com>
69
70 PR binutils/19523
71 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
72 runtest.
73 * Makefile.in: Regenerated.
74 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
75 proc.
76 Run test_gnu_debuglink for native ELF build.
77
0398b8d6
NC
782016-01-20 Nick Clifton <nickc@redhat.com>
79
80 PR 19495
81 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
bdbca4e6 82 do not support inserting leading underscores.
0398b8d6 83
91f68a68
MG
842016-01-20 Mickael Guene <mickael.guene@st.com>
85
86 * readelf.c (get_elf_section_flags): Display y letter for section
87 with SHF_ARM_NOREAD section flag in readelf section output.
88 (process_section_headers): Add y letter in readelf section output
89 key mapping for ARM architecture.
90 * objdump.c (dump_section_header): Display NOREAD attributes as
91 well.
92 * doc/binutils.texi (objdump): Note that it is correct for
93 sections to have both the READONLY and NOREAD attributes.
94
40068dcc
JB
952016-01-19 John Baldwin <jhb@FreeBSD.org>
96
97 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
98
f4ddf30f
JB
992016-01-19 John Baldwin <jhb@FreeBSD.org>
100
101 * readelf.c (get_freebsd_elfcore_note_type): New
102 (process_note): Add support for FreeBSD core notes.
103
34e967a5
MC
1042016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
105 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
106
107 * readelf.c (get_machine_flags): Add support for newer ARC ELF
108 header flags.
109
3d961d0d
AM
1102016-01-18 Alan Modra <amodra@gmail.com>
111
112 * configure: Regenerate.
113
5c14705f
AM
1142016-01-17 Alan Modra <amodra@gmail.com>
115
116 * configure: Regenerate.
117
b3066ae8
AM
1182016-01-17 Alan Modra <amodra@gmail.com>
119
120 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
121 for m68hc11/12 and xgate triples.
122
adec12c1
AM
1232016-01-17 Alan Modra <amodra@gmail.com>
124
125 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
126
6f2750fe
AM
1272016-01-01 Alan Modra <amodra@gmail.com>
128
129 Update year range in copyright notice of all files.
130
3499769a
AM
131For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
132\f
133Copyright (C) 2016 Free Software Foundation, Inc.
134
135Copying and distribution of this file, with or without modification,
136are permitted in any medium without royalty provided the copyright
137notice and this notice are preserved.
138
139Local Variables:
140mode: change-log
141left-margin: 8
142fill-column: 74
143version-control: never
144End:
This page took 0.036601 seconds and 4 git commands to generate.