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