f71c13564d9e58fd7079b64007d50445fb378b1b
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/25416
4 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
5 compiler support.
6
7 2020-01-22 Alan Modra <amodra@gmail.com>
8
9 * testsuite/ld-powerpc/tlsdesc3.d,
10 * testsuite/ld-powerpc/tlsdesc3.wf,
11 * testsuite/ld-powerpc/tlsdesc4.d,
12 * testsuite/ld-powerpc/tlsdesc4.s,
13 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
14 * testsuite/ld-powerpc/powerpc.exp: Run them.
15
16 2020-01-22 Alan Modra <amodra@gmail.com>
17
18 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
19 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
20 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
21 (params): Init new field.
22 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
23 Document.
24 * testsuite/ld-powerpc/tlsdesc.s,
25 * testsuite/ld-powerpc/tlsdesc.d,
26 * testsuite/ld-powerpc/tlsdesc.wf,
27 * testsuite/ld-powerpc/tlsdesc2.d,
28 * testsuite/ld-powerpc/tlsdesc2.wf,
29 * testsuite/ld-powerpc/tlsexenors.d,
30 * testsuite/ld-powerpc/tlsexenors.r,
31 * testsuite/ld-powerpc/tlsexers.d,
32 * testsuite/ld-powerpc/tlsexers.r,
33 * testsuite/ld-powerpc/tlsexetocnors.d,
34 * testsuite/ld-powerpc/tlsexetocrs.d,
35 * testsuite/ld-powerpc/tlsexetocrs.r,
36 * testsuite/ld-powerpc/tlsopt6.d,
37 * testsuite/ld-powerpc/tlsopt6.wf: New.
38 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
39
40 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
41
42 PR 25417
43 * ldlang.c (ldlang_open_ctf): Fix error message typo.
44 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
45
46 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
47
48 * testsuite/ld-elf/pr23900-1.d: Adjusted.
49
50 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
51
52 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
53
54 2020-01-20 Nick Clifton <nickc@redhat.com>
55
56 * po/pt_BR.po: Updated Brazilian Portuguese translation.
57 * po/uk.po: Updated Ukranian translation.
58
59 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
60
61 PR ld/25416
62 * testsuite/ld-x86-64/pr25416-1.s: New file
63 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
64 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
65 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
66 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
67 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
68 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
69 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
70 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
71 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
72 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
73 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
74 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
75 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
76 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
77 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
78 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
79
80 2020-01-20 Alan Modra <amodra@gmail.com>
81
82 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
83 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
84 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
85 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
86 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
87
88 2020-01-18 Roland McGrath <mcgrathr@google.com>
89
90 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
91 to admit whatever absolute address. The label-relative address is
92 what the test needs to verify.
93
94 2020-01-18 Nick Clifton <nickc@redhat.com>
95
96 * configure: Regenerate.
97 * po/ld.pot: Regenerate.
98
99 2020-01-18 Nick Clifton <nickc@redhat.com>
100
101 Binutils 2.34 branch created.
102
103 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
104
105 * scripttempl/elf32msp430_3.sc: Remove.
106
107 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
108
109 * scripttempl/elf32msp430.sc: Add input section rules for
110 .upper.{text,data,rodata,bss}.
111 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
112 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
113
114 2020-01-15 Lars Brinkhoff <lars@nocrew.org>
115
116 PR 20694
117 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
118
119 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
120
121 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
122 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
123
124 2020-01-15 Alan Modra <amodra@gmail.com>
125
126 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
127 * testsuite/ld-powerpc/funref.s: Align func_tab.
128 * testsuite/ld-powerpc/funref2.s: Likewise.
129 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
130
131 2020-01-14 Lili Cui <lili.cui@intel.com>
132
133 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
134
135 2020-01-13 Alan Modra <amodra@gmail.com>
136
137 * po/BLD-POTFILES.in: Regenerate.
138
139 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
140
141 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
142
143 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
144
145 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
146 emulations.
147 * configure.tgt: Likewise.
148 * Makefile.in: Regenerate.
149 * emulparams/arcelf_prof.sh: Remove file.
150 * emulparams/arclinux_prof.sh: Likewise.
151
152 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
153
154 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
155 located at an arbitrary address. Use DWARF.sc file.
156 * scripttempl/elfarc.sc: Use DWARF.sc file.
157
158 2020-01-07 Alan Modra <amodra@gmail.com>
159
160 * testsuite/ld-mips-elf/eh-frame5.s,
161 * testsuite/ld-mips-elf/ehdr_start-new.s,
162 * testsuite/ld-mips-elf/ehdr_start-o32.s,
163 * testsuite/ld-mips-elf/mips16-call-global-1.s,
164 * testsuite/ld-mips-elf/mips16-intermix-1.s,
165 * testsuite/ld-mips-elf/mips16-pic-1b.s,
166 * testsuite/ld-mips-elf/mips16-pic-4c.s,
167 * testsuite/ld-mips-elf/no-shared-1-n64.s,
168 * testsuite/ld-mips-elf/no-shared-1-o32.s,
169 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
170 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
171 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
172 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
173 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
174 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
175 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
176 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
177 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
178 * testsuite/ld-mips-elf/pie.s,
179 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
180
181 2020-01-06 Nick Clifton <nickc@redhat.com>
182
183 PR 25327
184 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
185 command line when building libcomm1.o and pr13250 tests.
186 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
187
188 2020-01-06 Nick Clifton <nickc@redhat.com>
189
190 PR 25326
191 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
192 command line when building pr19579 binaries.
193
194 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
195
196 * emultempl/pe.em: Add new option --enable-reloc-section.
197 * emultempl/pep.em: Likewise.
198 * ld.texi: Document --enable-reloc-section.
199 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
200 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
201 * pe-dll.h: Add extern declaration of option flag.
202 * pep-dll.c (pe_dll_enable_reloc_section):
203 Add alias define for pep_dll_enable_reloc_section.
204 * pep-dll.h: Add extern declaration of option flag.
205
206 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
207
208 * Makefile.am: Add new target z80-elf
209 * configure.tgt: Likewise.
210 * Makefile.in: Regenerate.
211 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
212 * emulparams/elf32z80.sh: New file.
213 * emultempl/z80elf.em: Likewise.
214 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
215 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
216 * testsuite/ld-scripts/fill16.d: Fix for Z80.
217 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
218 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
219 * testsuite/ld-z80/arch_r800.d: Likewise.
220 * testsuite/ld-z80/arch_z180.d: Likewise.
221 * testsuite/ld-z80/arch_z80.d: Likewise.
222 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
223 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
224 * testsuite/ld-z80/labels.s: Likewise.
225 * testsuite/ld-z80/relocs.s: Likewise.
226 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
227 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
228 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
229 * testsuite/ld-z80/z80.exp: Likewise.
230 * NEWS: Mention the new support.
231
232 2020-01-02 Tamar Christina <tamar.christina@arm.com>
233
234 PR 25210
235 PR 24753
236 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
237 Remove SEC_LINKER_CREATED.
238 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
239 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
240
241 2020-01-01 Alan Modra <amodra@gmail.com>
242
243 Update year range in copyright notice of all files.
244
245 For older changes see ChangeLog-2019
246 \f
247 Copyright (C) 2020 Free Software Foundation, Inc.
248
249 Copying and distribution of this file, with or without modification,
250 are permitted in any medium without royalty provided the copyright
251 notice and this notice are preserved.
252
253 Local Variables:
254 mode: change-log
255 left-margin: 8
256 fill-column: 74
257 version-control: never
258 End:
This page took 0.0334 seconds and 4 git commands to generate.