Remove unneeded AUX register symbols.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2016-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
8 2016-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
14 2016-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
19 2016-03-22 Nick Clifton <nickc@redhat.com>
20
21 PR 19851
22 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
23 with run time size check.
24
25 * configure: Regenerate.
26
27 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * readelf.c (decode_ARC_machine_flags): Handle nps400.
30
31 2016-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
38 2016-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
43 2016-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
53 2016-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
60 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
61
62 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
63
64 2016-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
95 2016-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
100 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
101
102 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
103
104 2016-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
114 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
115
116 * doc/binutils.texi: Fix a typo.
117
118 2016-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
123 2016-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
131 2016-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
141 2016-01-20 Nick Clifton <nickc@redhat.com>
142
143 PR 19495
144 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
145 do not support inserting leading underscores.
146
147 2016-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
158 2016-01-19 John Baldwin <jhb@FreeBSD.org>
159
160 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
161
162 2016-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
167 2016-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
173 2016-01-18 Alan Modra <amodra@gmail.com>
174
175 * configure: Regenerate.
176
177 2016-01-17 Alan Modra <amodra@gmail.com>
178
179 * configure: Regenerate.
180
181 2016-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
186 2016-01-17 Alan Modra <amodra@gmail.com>
187
188 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
189
190 2016-01-01 Alan Modra <amodra@gmail.com>
191
192 Update year range in copyright notice of all files.
193
194 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
195 \f
196 Copyright (C) 2016 Free Software Foundation, Inc.
197
198 Copying and distribution of this file, with or without modification,
199 are permitted in any medium without royalty provided the copyright
200 notice and this notice are preserved.
201
202 Local Variables:
203 mode: change-log
204 left-margin: 8
205 fill-column: 74
206 version-control: never
207 End:
This page took 0.03846 seconds and 4 git commands to generate.