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