]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
update many old style function definitions
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2
3 * resres.c: Likewise.
4
5 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
6
7 * Makefile.in: Regenerated with automake 1.11.6.
8 * aclocal.m4: Likewise.
9 * doc/Makefile.in: Likewise.
10
11 2016-04-14 Nick Clifton <nickc@redhat.com>
12
13 PR target/19938
14 * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
15 string sections possibly having the SHF_STRINGS flag bit set.
16 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
17 * testsuite/binutils-all/readelf.s: Likewise.
18 * testsuite/binutils-all/readelf.s-64: Likewise.
19 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
20 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
21
22 2016-04-13 Nick Clifton <nickc@redhat.com>
23
24 PR target/19938
25 * readelf.c (get_solaris_section_type): New function: Returns the
26 name of Solaris specific section types.
27 (get_solaris_dynamic_type): New function: Return the name of
28 Solaris specific dynamic types.
29 (get_dynamic_type): Use get_solaris_dynamic_type.
30 (get_section_type_name): Use get_solaris_section_type.
31 (get_solaris_symbol_visibility): New function: Returns Solaris
32 specific symbol visibilities.
33 (print_dynamic_symbol): Use get_solaris_symbol_visibility.
34 (process_symbol_table): Likewise.
35
36 2016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
37
38 * dwarf.h (init_dwarf_regnames_s390): Declare.
39 * dwarf.c (dwarf_regnames_s390): New.
40 (init_dwarf_regnames_s390): New.
41 (init_dwarf_regnames): Call it.
42 * objdump.c (dump_dwarf): Likewise.
43
44 2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
45
46 * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
47 * testsuite/binutils-all/mips/mips16-undecoded.s: New test
48 source.
49 * testsuite/binutils-all/mips/mips.exp: Run the new test.
50
51 2016-04-04 Nick Clifton <nickc@redhat.com>
52
53 PR 19872
54 * dwarf.c (display_debug_aranges): Skip warning about unrecognised
55 version number if the version is zero.
56
57 2016-03-29 Alan Modra <amodra@gmail.com>
58
59 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
60 (get_dynamic_data): Likewise.
61
62 2016-03-22 Nick Clifton <nickc@redhat.com>
63
64 PR 19851
65 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
66 with run time size check.
67
68 * configure: Regenerate.
69
70 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * readelf.c (decode_ARC_machine_flags): Handle nps400.
73
74 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * readelf.c (get_machine_flags): Move arc processing into...
77 (decode_ARC_machine_flags): ... new function. Remove use of
78 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
79 "unknown arc". Merged ABI printing between two machine types.
80
81 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
84 to the architecture list.
85
86 2016-03-21 Nick Clifton <nickc@redhat.com>
87
88 * dlltool.c: Replace use of alloca with call to xmalloc.
89 * dllwrap.c: Likewise.
90 * nlmconv.c: Likewise.
91 * objdump.c: Likewise.
92 * resrc.c: Likewise.
93 * winduni.c: Likewise.
94 * configure: Regenerate.
95
96 2016-03-07 Nick Clifton <nickc@redhat.com>
97
98 PR binutils/19775
99 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
100 Run the new proc.
101 * testsuite/binutils-all/empty: New, empty, file.
102
103 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
104
105 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
106
107 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
108
109 PR ld/19645
110 * NEWS: Mention --elf-stt-common= for objcopy.
111 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
112 * objcopy.c (do_elf_stt_common): New.
113 (command_line_switch): Add OPTION_ELF_STT_COMMON.
114 (copy_options): Add --elf-stt-common=.
115 (copy_usage): Add --elf-stt-common=.
116 (copy_object): Also check do_elf_stt_common for ELF targets.
117 (copy_file): Handle do_elf_stt_common.
118 (copy_main): Handle OPTION_ELF_STT_COMMON.
119 * readelf.c (apply_relocations): Support STT_COMMON.
120 * testsuite/binutils-all/common-1.s: New file.
121 * testsuite/binutils-all/common-1a.d: Likewise.
122 * testsuite/binutils-all/common-1b.d: Likewise.
123 * testsuite/binutils-all/common-1c.d: Likewise.
124 * testsuite/binutils-all/common-1d.d: Likewise.
125 * testsuite/binutils-all/common-1e.d: Likewise.
126 * testsuite/binutils-all/common-1f.d: Likewise.
127 * testsuite/binutils-all/common-2.s: Likewise.
128 * testsuite/binutils-all/common-2a.d: Likewise.
129 * testsuite/binutils-all/common-2b.d: Likewise.
130 * testsuite/binutils-all/common-2c.d: Likewise.
131 * testsuite/binutils-all/common-2d.d: Likewise.
132 * testsuite/binutils-all/common-2e.d: Likewise.
133 * testsuite/binutils-all/common-2f.d: Likewise.
134 * testsuite/binutils-all/objcopy.exp
135 (objcopy_test_elf_common_symbols): New proc.
136 Run objcopy_test_elf_common_symbols for ELF targets
137
138 2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
139
140 PR binutils/19647
141 * readelf.c (get_section_type_name): Add a missing break.
142
143 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
144
145 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
146
147 2016-02-15 Nick Clifton <nickc@redhat.com>
148
149 * readelf.c (get_section_type_name): Add hex prefix to offsets
150 printed for LOPROC and LOOS values. Ensure that a result is
151 always returned for the V850 target, even when an unrecognised
152 processor specific value is encountered.
153 (process_section_headers): Display key values in the order in
154 which they appear to the user. Add the "C (compressed)" value to
155 the list.
156
157 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
158
159 * doc/binutils.texi: Fix a typo.
160
161 2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
162
163 * testsuite/binutils-all/objdump.exp: Update expected default
164 architecture value for ARC binaries.
165
166 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
167
168 PR binutils/19547
169 * testsuite/binutils-all/objcopy.exp
170 (objcopy_test_without_global_symbol): New proc.
171 Run objcopy_test_without_global_symbol.
172 * testsuite/binutils-all/pr19547.c: New file.
173
174 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
175
176 PR binutils/19523
177 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
178 runtest.
179 * Makefile.in: Regenerated.
180 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
181 proc.
182 Run test_gnu_debuglink for native ELF build.
183
184 2016-01-20 Nick Clifton <nickc@redhat.com>
185
186 PR 19495
187 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
188 do not support inserting leading underscores.
189
190 2016-01-20 Mickael Guene <mickael.guene@st.com>
191
192 * readelf.c (get_elf_section_flags): Display y letter for section
193 with SHF_ARM_NOREAD section flag in readelf section output.
194 (process_section_headers): Add y letter in readelf section output
195 key mapping for ARM architecture.
196 * objdump.c (dump_section_header): Display NOREAD attributes as
197 well.
198 * doc/binutils.texi (objdump): Note that it is correct for
199 sections to have both the READONLY and NOREAD attributes.
200
201 2016-01-19 John Baldwin <jhb@FreeBSD.org>
202
203 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
204
205 2016-01-19 John Baldwin <jhb@FreeBSD.org>
206
207 * readelf.c (get_freebsd_elfcore_note_type): New
208 (process_note): Add support for FreeBSD core notes.
209
210 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
211 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
212
213 * readelf.c (get_machine_flags): Add support for newer ARC ELF
214 header flags.
215
216 2016-01-18 Alan Modra <amodra@gmail.com>
217
218 * configure: Regenerate.
219
220 2016-01-17 Alan Modra <amodra@gmail.com>
221
222 * configure: Regenerate.
223
224 2016-01-17 Alan Modra <amodra@gmail.com>
225
226 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
227 for m68hc11/12 and xgate triples.
228
229 2016-01-17 Alan Modra <amodra@gmail.com>
230
231 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
232
233 2016-01-01 Alan Modra <amodra@gmail.com>
234
235 Update year range in copyright notice of all files.
236
237 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
238 \f
239 Copyright (C) 2016 Free Software Foundation, Inc.
240
241 Copying and distribution of this file, with or without modification,
242 are permitted in any medium without royalty provided the copyright
243 notice and this notice are preserved.
244
245 Local Variables:
246 mode: change-log
247 left-margin: 8
248 fill-column: 74
249 version-control: never
250 End: