Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
e6c7cdec
TS
12016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2
3 * resres.c: Likewise.
4
6fd8e7c2
L
52016-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
84865015
NC
112016-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
fd85a6a1
NC
222016-04-13 Nick Clifton <nickc@redhat.com>
23
84865015 24 PR target/19938
fd85a6a1
NC
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
d6bb17b0
AA
362016-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
92708cec
MR
442016-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
67f101ee
NC
512016-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
ed754a13
AM
572016-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
9780e045
NC
622016-03-22 Nick Clifton <nickc@redhat.com>
63
34b9f729
NC
64 PR 19851
65 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
66 with run time size check.
67
9780e045
NC
68 * configure: Regenerate.
69
8699fc3e
AB
702016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * readelf.c (decode_ARC_machine_flags): Handle nps400.
73
a9522a21
AB
742016-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
24740d83
AB
812016-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
e1fa0163
NC
862016-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
4fc87424
NC
962016-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
9411fd44
MW
1032016-03-04 Matthew Wahab <matthew.wahab@arm.com>
104
105 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
106
11e5f1ec
L
1072016-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
a9fb83be
L
1382016-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
726c18e1
CZ
1432016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
144
145 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
146
9fb71ee4
NC
1472016-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
96d491cf
L
1572016-02-12 H.J. Lu <hongjiu.lu@intel.com>
158
159 * doc/binutils.texi: Fix a typo.
160
bdbca4e6
CM
1612016-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
14f2c699
L
1662016-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
bf150a0b
L
1742016-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
0398b8d6
NC
1842016-01-20 Nick Clifton <nickc@redhat.com>
185
186 PR 19495
187 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
bdbca4e6 188 do not support inserting leading underscores.
0398b8d6 189
91f68a68
MG
1902016-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
40068dcc
JB
2012016-01-19 John Baldwin <jhb@FreeBSD.org>
202
203 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
204
f4ddf30f
JB
2052016-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
34e967a5
MC
2102016-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
3d961d0d
AM
2162016-01-18 Alan Modra <amodra@gmail.com>
217
218 * configure: Regenerate.
219
5c14705f
AM
2202016-01-17 Alan Modra <amodra@gmail.com>
221
222 * configure: Regenerate.
223
b3066ae8
AM
2242016-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
adec12c1
AM
2292016-01-17 Alan Modra <amodra@gmail.com>
230
231 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
232
6f2750fe
AM
2332016-01-01 Alan Modra <amodra@gmail.com>
234
235 Update year range in copyright notice of all files.
236
3499769a
AM
237For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
238\f
239Copyright (C) 2016 Free Software Foundation, Inc.
240
241Copying and distribution of this file, with or without modification,
242are permitted in any medium without royalty provided the copyright
243notice and this notice are preserved.
244
245Local Variables:
246mode: change-log
247left-margin: 8
248fill-column: 74
249version-control: never
250End:
This page took 0.051795 seconds and 4 git commands to generate.