[ARC] Cleanup AUX register names.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2016-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
6 2016-03-22 Nick Clifton <nickc@redhat.com>
7
8 PR 19851
9 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
10 with run time size check.
11
12 * configure: Regenerate.
13
14 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * readelf.c (decode_ARC_machine_flags): Handle nps400.
17
18 2016-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
25 2016-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
30 2016-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
40 2016-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
47 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
48
49 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
50
51 2016-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
82 2016-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
87 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
88
89 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
90
91 2016-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
101 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
102
103 * doc/binutils.texi: Fix a typo.
104
105 2016-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
110 2016-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
118 2016-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
128 2016-01-20 Nick Clifton <nickc@redhat.com>
129
130 PR 19495
131 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
132 do not support inserting leading underscores.
133
134 2016-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
145 2016-01-19 John Baldwin <jhb@FreeBSD.org>
146
147 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
148
149 2016-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
154 2016-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
160 2016-01-18 Alan Modra <amodra@gmail.com>
161
162 * configure: Regenerate.
163
164 2016-01-17 Alan Modra <amodra@gmail.com>
165
166 * configure: Regenerate.
167
168 2016-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
173 2016-01-17 Alan Modra <amodra@gmail.com>
174
175 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
176
177 2016-01-01 Alan Modra <amodra@gmail.com>
178
179 Update year range in copyright notice of all files.
180
181 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
182 \f
183 Copyright (C) 2016 Free Software Foundation, Inc.
184
185 Copying and distribution of this file, with or without modification,
186 are permitted in any medium without royalty provided the copyright
187 notice and this notice are preserved.
188
189 Local Variables:
190 mode: change-log
191 left-margin: 8
192 fill-column: 74
193 version-control: never
194 End:
This page took 0.035067 seconds and 4 git commands to generate.