]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/ChangeLog
FT32 initial support
[thirdparty/binutils-gdb.git] / ld / ChangeLog
1 2015-01-28 James Bowman <james.bowman@ftdichip.com>
2
3 * Makefile.am: Add FT32 files.
4 * configure.tgt: Handle FT32 target.
5 * emulparams/elf32ft32.sh: New file.
6 * scripttempl/ft32.sc: New file.
7 * Makefile.in: Regenerate.
8
9 2015-01-28 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
10
11 PR 4643
12 * ldexp.c (fold_name): Fold LENGTH only after
13 lang_first_phase_enum.
14 * ldgram.y (memory_spec): Don't evaluate ORIGIN and LENGTH
15 rightaway.
16 * ldlang.h (struct memory_region_struct): Add origin_exp and
17 length_exp fields.
18 * ldlang.c (lang_do_memory_regions): New.
19 (lang_memory_region_lookup): Initialize origin_exp and
20 length_exp fields.
21 (lang_process): Call lang_do_memory_regions.
22
23 2015-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * ldlang.c (print_assignment): Only evaluate the expression for a
26 PROVIDE'd assignment when the destination is being defined.
27 Display a special message for PROVIDE'd symbols that are not being
28 provided.
29
30 2015-01-20 Alan Modra <amodra@gmail.com>
31
32 * emulparams/elf64ppc.sh (OTHER_SDATA_SECTIONS): Use in place of..
33 (OTHER_BSS_SYMBOLS): ..this.
34 (OTHER_PLT_RELOC_SECTIONS): Don't define.
35 (OTHER_GOT_RELOC_SECTIONS): Add rela.toc1 and rela.tocbss.
36 (OTHER_READWRITE_SECTIONS): Don't define. Move .toc1 to..
37 (OTHER_RELRO_SECTIONS_2): ..here.
38 * scripttempl/elf.sc: Move SBSS too when DATA_SDATA.
39
40 2015-01-20 Alan Modra <amodra@gmail.com>
41
42 * emulparams/elf64ppc.sh (BSS_PLT): Don't define.
43 (OTHER_READWRITE_SECTIONS): Move .branch_lt to..
44 (OTHER_RELRO_SECTIONS_2): ..here.
45 (DATA_GOT, SEPARATE_GOTPLT, DATA_SDATA, DATA_PLT,
46 PLT_BEFORE_GOT): Define.
47 * scripttempl/elf.sc: Handle DATA_SDATA and DATA_GOT/DATA_PLT/
48 PLT_BEFORE_GOT combination.
49 (DATA_GOT, SDATA_GOT): Don't define if either is already defined.
50
51 2015-01-20 Alan Modra <amodra@gmail.com>
52
53 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to..
54 (OTHER_RELRO_SECTIONS_2): ..here, new define.
55 * scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2.
56
57 2015-01-19 Alan Modra <amodra@gmail.com>
58
59 PR ld/17615
60 * ldlang.c (lang_process): Run lang_common before lang_gc_sections.
61
62 2015-01-14 Jiong Wang <jiong.wang@arm.com>
63
64 * ld-arm/elf32-reject.s: New testcase.
65 * ld-arm/elf32-reject.d: Likewise.
66 * ld-arm/elf32-reject-pie.s: Likewise.
67 * ld-arm/elf32-reject-pie.d: Likewise.
68 * ld-arm/arm-elf.exp: Run new testcases.
69 * ld-arm/ifunc-7.s: Delete f2/f4 test items.
70 * ld-arm/ifunc-7.rd: Likewise.
71 * ld-arm/ifunc-7.gd: Likewise.
72 * ld-arm/ifunc-7.dd: Likewise.
73 * ld-arm/ifunc-8.s: Likewise.
74 * ld-arm/ifunc-8.rd: Likewise.
75 * ld-arm/ifunc-8.gd: Likewise.
76 * ld-arm/ifunc-8.dd: Likewise.
77
78 2015-01-01 Alan Modra <amodra@gmail.com>
79
80 * ldver.c (ldversion): Just print current year.
81
82 2015-01-01 Alan Modra <amodra@gmail.com>
83
84 Update year range in copyright notice of all files.
85
86 For older changes see ChangeLog-2014
87 \f
88 Copyright (C) 2015 Free Software Foundation, Inc.
89
90 Copying and distribution of this file, with or without modification,
91 are permitted in any medium without royalty provided the copyright
92 notice and this notice are preserved.
93
94 Local Variables:
95 mode: change-log
96 left-margin: 8
97 fill-column: 74
98 version-control: never
99 End: