Fix valgrind error from gdb.decode_line
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
e44925ae
LC
12020-01-14 Lili Cui <lili.cui@intel.com>
2
3 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
4
8c7e1c04
AM
52020-01-13 Alan Modra <amodra@gmail.com>
6
7 * po/BLD-POTFILES.in: Regenerate.
8
4f18d742
CZ
92020-01-13 Claudiu Zissulescu <claziss@gmail.com>
10
11 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
12
5e4f7e05
CZ
132020-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
8cb31bad
CZ
222020-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
85e290dc
AM
282020-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
0e1f1593
NC
512020-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
d2dbcb18
NC
582020-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
dc9bd8c9
HD
642020-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
6655dba2
SB
762020-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
0db131fb
TC
1022020-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
b14ce8bf
AM
1112020-01-01 Alan Modra <amodra@gmail.com>
112
113 Update year range in copyright notice of all files.
114
0b114740 115For older changes see ChangeLog-2019
3499769a 116\f
0b114740 117Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
118
119Copying and distribution of this file, with or without modification,
120are permitted in any medium without royalty provided the copyright
121notice and this notice are preserved.
122
123Local Variables:
124mode: change-log
125left-margin: 8
126fill-column: 74
127version-control: never
128End:
This page took 0.365445 seconds and 4 git commands to generate.