MIPS/GAS: Relax branches to symbols resolved at link time
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2016-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
9 2016-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
16 2016-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
22 2016-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
27 2016-03-22 Nick Clifton <nickc@redhat.com>
28
29 PR 19851
30 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
31 with run time size check.
32
33 * configure: Regenerate.
34
35 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * readelf.c (decode_ARC_machine_flags): Handle nps400.
38
39 2016-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
46 2016-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
51 2016-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
61 2016-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
68 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
69
70 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
71
72 2016-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
103 2016-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
108 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
109
110 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
111
112 2016-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
122 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
123
124 * doc/binutils.texi: Fix a typo.
125
126 2016-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
131 2016-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
139 2016-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
149 2016-01-20 Nick Clifton <nickc@redhat.com>
150
151 PR 19495
152 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
153 do not support inserting leading underscores.
154
155 2016-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
166 2016-01-19 John Baldwin <jhb@FreeBSD.org>
167
168 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
169
170 2016-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
175 2016-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
181 2016-01-18 Alan Modra <amodra@gmail.com>
182
183 * configure: Regenerate.
184
185 2016-01-17 Alan Modra <amodra@gmail.com>
186
187 * configure: Regenerate.
188
189 2016-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
194 2016-01-17 Alan Modra <amodra@gmail.com>
195
196 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
197
198 2016-01-01 Alan Modra <amodra@gmail.com>
199
200 Update year range in copyright notice of all files.
201
202 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
203 \f
204 Copyright (C) 2016 Free Software Foundation, Inc.
205
206 Copying and distribution of this file, with or without modification,
207 are permitted in any medium without royalty provided the copyright
208 notice and this notice are preserved.
209
210 Local Variables:
211 mode: change-log
212 left-margin: 8
213 fill-column: 74
214 version-control: never
215 End:
This page took 0.045122 seconds and 4 git commands to generate.