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