x86: Updated align branch tests for Darwin and i686-pc-elf
[binutils-gdb.git] / ld / ChangeLog
1 2020-01-14 Lili Cui <lili.cui@intel.com>
2
3 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
4
5 2020-01-13 Alan Modra <amodra@gmail.com>
6
7 * po/BLD-POTFILES.in: Regenerate.
8
9 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
10
11 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
12
13 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
14
15 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
16 emulations.
17 * configure.tgt: Likewise.
18 * Makefile.in: Regenerate.
19 * emulparams/arcelf_prof.sh: Remove file.
20 * emulparams/arclinux_prof.sh: Likewise.
21
22 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
23
24 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
25 located at an arbitrary address. Use DWARF.sc file.
26 * scripttempl/elfarc.sc: Use DWARF.sc file.
27
28 2020-01-07 Alan Modra <amodra@gmail.com>
29
30 * testsuite/ld-mips-elf/eh-frame5.s,
31 * testsuite/ld-mips-elf/ehdr_start-new.s,
32 * testsuite/ld-mips-elf/ehdr_start-o32.s,
33 * testsuite/ld-mips-elf/mips16-call-global-1.s,
34 * testsuite/ld-mips-elf/mips16-intermix-1.s,
35 * testsuite/ld-mips-elf/mips16-pic-1b.s,
36 * testsuite/ld-mips-elf/mips16-pic-4c.s,
37 * testsuite/ld-mips-elf/no-shared-1-n64.s,
38 * testsuite/ld-mips-elf/no-shared-1-o32.s,
39 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
40 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
41 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
42 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
43 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
44 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
45 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
46 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
47 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
48 * testsuite/ld-mips-elf/pie.s,
49 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
50
51 2020-01-06 Nick Clifton <nickc@redhat.com>
52
53 PR 25327
54 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
55 command line when building libcomm1.o and pr13250 tests.
56 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
57
58 2020-01-06 Nick Clifton <nickc@redhat.com>
59
60 PR 25326
61 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
62 command line when building pr19579 binaries.
63
64 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
65
66 * emultempl/pe.em: Add new option --enable-reloc-section.
67 * emultempl/pep.em: Likewise.
68 * ld.texi: Document --enable-reloc-section.
69 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
70 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
71 * pe-dll.h: Add extern declaration of option flag.
72 * pep-dll.c (pe_dll_enable_reloc_section):
73 Add alias define for pep_dll_enable_reloc_section.
74 * pep-dll.h: Add extern declaration of option flag.
75
76 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
77
78 * Makefile.am: Add new target z80-elf
79 * configure.tgt: Likewise.
80 * Makefile.in: Regenerate.
81 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
82 * emulparams/elf32z80.sh: New file.
83 * emultempl/z80elf.em: Likewise.
84 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
85 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
86 * testsuite/ld-scripts/fill16.d: Fix for Z80.
87 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
88 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
89 * testsuite/ld-z80/arch_r800.d: Likewise.
90 * testsuite/ld-z80/arch_z180.d: Likewise.
91 * testsuite/ld-z80/arch_z80.d: Likewise.
92 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
93 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
94 * testsuite/ld-z80/labels.s: Likewise.
95 * testsuite/ld-z80/relocs.s: Likewise.
96 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
97 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
98 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
99 * testsuite/ld-z80/z80.exp: Likewise.
100 * NEWS: Mention the new support.
101
102 2020-01-02 Tamar Christina <tamar.christina@arm.com>
103
104 PR 25210
105 PR 24753
106 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
107 Remove SEC_LINKER_CREATED.
108 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
109 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
110
111 2020-01-01 Alan Modra <amodra@gmail.com>
112
113 Update year range in copyright notice of all files.
114
115 For older changes see ChangeLog-2019
116 \f
117 Copyright (C) 2020 Free Software Foundation, Inc.
118
119 Copying and distribution of this file, with or without modification,
120 are permitted in any medium without royalty provided the copyright
121 notice and this notice are preserved.
122
123 Local Variables:
124 mode: change-log
125 left-margin: 8
126 fill-column: 74
127 version-control: never
128 End: