[ARC] Add support for Quarkse opcodes.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ed754a13
AM
12016-03-29 Alan Modra <amodra@gmail.com>
2
3 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
4 (get_dynamic_data): Likewise.
5
9780e045
NC
62016-03-22 Nick Clifton <nickc@redhat.com>
7
34b9f729
NC
8 PR 19851
9 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
10 with run time size check.
11
9780e045
NC
12 * configure: Regenerate.
13
8699fc3e
AB
142016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * readelf.c (decode_ARC_machine_flags): Handle nps400.
17
a9522a21
AB
182016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * readelf.c (get_machine_flags): Move arc processing into...
21 (decode_ARC_machine_flags): ... new function. Remove use of
22 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
23 "unknown arc". Merged ABI printing between two machine types.
24
24740d83
AB
252016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
28 to the architecture list.
29
e1fa0163
NC
302016-03-21 Nick Clifton <nickc@redhat.com>
31
32 * dlltool.c: Replace use of alloca with call to xmalloc.
33 * dllwrap.c: Likewise.
34 * nlmconv.c: Likewise.
35 * objdump.c: Likewise.
36 * resrc.c: Likewise.
37 * winduni.c: Likewise.
38 * configure: Regenerate.
39
4fc87424
NC
402016-03-07 Nick Clifton <nickc@redhat.com>
41
42 PR binutils/19775
43 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
44 Run the new proc.
45 * testsuite/binutils-all/empty: New, empty, file.
46
9411fd44
MW
472016-03-04 Matthew Wahab <matthew.wahab@arm.com>
48
49 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
50
11e5f1ec
L
512016-02-26 H.J. Lu <hongjiu.lu@intel.com>
52
53 PR ld/19645
54 * NEWS: Mention --elf-stt-common= for objcopy.
55 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
56 * objcopy.c (do_elf_stt_common): New.
57 (command_line_switch): Add OPTION_ELF_STT_COMMON.
58 (copy_options): Add --elf-stt-common=.
59 (copy_usage): Add --elf-stt-common=.
60 (copy_object): Also check do_elf_stt_common for ELF targets.
61 (copy_file): Handle do_elf_stt_common.
62 (copy_main): Handle OPTION_ELF_STT_COMMON.
63 * readelf.c (apply_relocations): Support STT_COMMON.
64 * testsuite/binutils-all/common-1.s: New file.
65 * testsuite/binutils-all/common-1a.d: Likewise.
66 * testsuite/binutils-all/common-1b.d: Likewise.
67 * testsuite/binutils-all/common-1c.d: Likewise.
68 * testsuite/binutils-all/common-1d.d: Likewise.
69 * testsuite/binutils-all/common-1e.d: Likewise.
70 * testsuite/binutils-all/common-1f.d: Likewise.
71 * testsuite/binutils-all/common-2.s: Likewise.
72 * testsuite/binutils-all/common-2a.d: Likewise.
73 * testsuite/binutils-all/common-2b.d: Likewise.
74 * testsuite/binutils-all/common-2c.d: Likewise.
75 * testsuite/binutils-all/common-2d.d: Likewise.
76 * testsuite/binutils-all/common-2e.d: Likewise.
77 * testsuite/binutils-all/common-2f.d: Likewise.
78 * testsuite/binutils-all/objcopy.exp
79 (objcopy_test_elf_common_symbols): New proc.
80 Run objcopy_test_elf_common_symbols for ELF targets
81
a9fb83be
L
822016-02-16 H.J. Lu <hongjiu.lu@intel.com>
83
84 PR binutils/19647
85 * readelf.c (get_section_type_name): Add a missing break.
86
726c18e1
CZ
872016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
88
89 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
90
9fb71ee4
NC
912016-02-15 Nick Clifton <nickc@redhat.com>
92
93 * readelf.c (get_section_type_name): Add hex prefix to offsets
94 printed for LOPROC and LOOS values. Ensure that a result is
95 always returned for the V850 target, even when an unrecognised
96 processor specific value is encountered.
97 (process_section_headers): Display key values in the order in
98 which they appear to the user. Add the "C (compressed)" value to
99 the list.
100
96d491cf
L
1012016-02-12 H.J. Lu <hongjiu.lu@intel.com>
102
103 * doc/binutils.texi: Fix a typo.
104
bdbca4e6
CM
1052016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
106
107 * testsuite/binutils-all/objdump.exp: Update expected default
108 architecture value for ARC binaries.
109
14f2c699
L
1102016-02-02 H.J. Lu <hongjiu.lu@intel.com>
111
112 PR binutils/19547
113 * testsuite/binutils-all/objcopy.exp
114 (objcopy_test_without_global_symbol): New proc.
115 Run objcopy_test_without_global_symbol.
116 * testsuite/binutils-all/pr19547.c: New file.
117
bf150a0b
L
1182016-01-28 H.J. Lu <hongjiu.lu@intel.com>
119
120 PR binutils/19523
121 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
122 runtest.
123 * Makefile.in: Regenerated.
124 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
125 proc.
126 Run test_gnu_debuglink for native ELF build.
127
0398b8d6
NC
1282016-01-20 Nick Clifton <nickc@redhat.com>
129
130 PR 19495
131 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
bdbca4e6 132 do not support inserting leading underscores.
0398b8d6 133
91f68a68
MG
1342016-01-20 Mickael Guene <mickael.guene@st.com>
135
136 * readelf.c (get_elf_section_flags): Display y letter for section
137 with SHF_ARM_NOREAD section flag in readelf section output.
138 (process_section_headers): Add y letter in readelf section output
139 key mapping for ARM architecture.
140 * objdump.c (dump_section_header): Display NOREAD attributes as
141 well.
142 * doc/binutils.texi (objdump): Note that it is correct for
143 sections to have both the READONLY and NOREAD attributes.
144
40068dcc
JB
1452016-01-19 John Baldwin <jhb@FreeBSD.org>
146
147 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
148
f4ddf30f
JB
1492016-01-19 John Baldwin <jhb@FreeBSD.org>
150
151 * readelf.c (get_freebsd_elfcore_note_type): New
152 (process_note): Add support for FreeBSD core notes.
153
34e967a5
MC
1542016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
155 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
156
157 * readelf.c (get_machine_flags): Add support for newer ARC ELF
158 header flags.
159
3d961d0d
AM
1602016-01-18 Alan Modra <amodra@gmail.com>
161
162 * configure: Regenerate.
163
5c14705f
AM
1642016-01-17 Alan Modra <amodra@gmail.com>
165
166 * configure: Regenerate.
167
b3066ae8
AM
1682016-01-17 Alan Modra <amodra@gmail.com>
169
170 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
171 for m68hc11/12 and xgate triples.
172
adec12c1
AM
1732016-01-17 Alan Modra <amodra@gmail.com>
174
175 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
176
6f2750fe
AM
1772016-01-01 Alan Modra <amodra@gmail.com>
178
179 Update year range in copyright notice of all files.
180
3499769a
AM
181For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
182\f
183Copyright (C) 2016 Free Software Foundation, Inc.
184
185Copying and distribution of this file, with or without modification,
186are permitted in any medium without royalty provided the copyright
187notice and this notice are preserved.
188
189Local Variables:
190mode: change-log
191left-margin: 8
192fill-column: 74
193version-control: never
194End:
This page took 0.040748 seconds and 4 git commands to generate.