]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/ChangeLog
MSP430: Fix relocation overflow when using #lo(EXP) macro
[thirdparty/binutils-gdb.git] / ld / ChangeLog
1 2020-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
6 2020-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
13 2020-01-14 Lili Cui <lili.cui@intel.com>
14
15 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
16
17 2020-01-13 Alan Modra <amodra@gmail.com>
18
19 * po/BLD-POTFILES.in: Regenerate.
20
21 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
22
23 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
24
25 2020-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
34 2020-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
40 2020-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
63 2020-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
70 2020-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
76 2020-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
88 2020-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
114 2020-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
123 2020-01-01 Alan Modra <amodra@gmail.com>
124
125 Update year range in copyright notice of all files.
126
127 For older changes see ChangeLog-2019
128 \f
129 Copyright (C) 2020 Free Software Foundation, Inc.
130
131 Copying and distribution of this file, with or without modification,
132 are permitted in any medium without royalty provided the copyright
133 notice and this notice are preserved.
134
135 Local Variables:
136 mode: change-log
137 left-margin: 8
138 fill-column: 74
139 version-control: never
140 End: