]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/ChangeLog
FT32 initial support
[thirdparty/binutils-gdb.git] / ld / ChangeLog
CommitLineData
3f8107ab
AM
12015-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
cc9ad334
SKS
92015-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
c05b575a
AB
232015-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
5ad18f16
AM
302015-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
23283c1b
AM
402015-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
3e2b0f31
AM
512015-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
c4621b33
AM
572015-01-19 Alan Modra <amodra@gmail.com>
58
3e2aa5bb 59 PR ld/17615
c4621b33
AM
60 * ldlang.c (lang_process): Run lang_common before lang_gc_sections.
61
52db4ec2
JW
622015-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
efd321f9
AM
782015-01-01 Alan Modra <amodra@gmail.com>
79
80 * ldver.c (ldversion): Just print current year.
81
b90efa5b 822015-01-01 Alan Modra <amodra@gmail.com>
ca0694ad 83
b90efa5b 84 Update year range in copyright notice of all files.
ca0694ad 85
b90efa5b 86For older changes see ChangeLog-2014
252b5132 87\f
b90efa5b 88Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
89
90Copying and distribution of this file, with or without modification,
91are permitted in any medium without royalty provided the copyright
92notice and this notice are preserved.
93
252b5132
RH
94Local Variables:
95mode: change-log
96left-margin: 8
97fill-column: 74
98version-control: never
99End: