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