]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/ChangeLog
The initial support for LDPT_GET_VIEW
[thirdparty/binutils-gdb.git] / ld / ChangeLog
CommitLineData
15f7a26b
L
12015-01-28 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/17878
4 * plugin.c (tv_header_tags(): Add LDPT_GET_VIEW.
5 (get_view): New function.
6 (set_tv_header): Handle LDPT_GET_VIEW.
7 * testplug.c (tag_names): Add LDPT_GET_VIEW.
8 (tv_get_view): New.
9 (dump_tv_tag): Handle LDPT_GET_VIEW.
10 (parse_tv_tag): Likewise.
11
dbd1e97e
AM
122015-01-28 Alan Modra <amodra@gmail.com>
13
14 * emulparams/elf64ppc.sh (INITIAL_READWRITE_SECTIONS): Define.
15 * emultempl/ppc64elf.em (params): Init new field.
16 (ppc_after_open): New function.
17 (LDEMUL_AFTER_OPEN): Define.
18 * ldlang.c (lang_final): Whitespace fix.
19
3f8107ab
AM
202015-01-28 James Bowman <james.bowman@ftdichip.com>
21
22 * Makefile.am: Add FT32 files.
23 * configure.tgt: Handle FT32 target.
24 * emulparams/elf32ft32.sh: New file.
25 * scripttempl/ft32.sc: New file.
26 * Makefile.in: Regenerate.
27
cc9ad334
SKS
282015-01-28 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
29
30 PR 4643
31 * ldexp.c (fold_name): Fold LENGTH only after
32 lang_first_phase_enum.
33 * ldgram.y (memory_spec): Don't evaluate ORIGIN and LENGTH
34 rightaway.
35 * ldlang.h (struct memory_region_struct): Add origin_exp and
36 length_exp fields.
37 * ldlang.c (lang_do_memory_regions): New.
38 (lang_memory_region_lookup): Initialize origin_exp and
39 length_exp fields.
40 (lang_process): Call lang_do_memory_regions.
41
c05b575a
AB
422015-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * ldlang.c (print_assignment): Only evaluate the expression for a
45 PROVIDE'd assignment when the destination is being defined.
46 Display a special message for PROVIDE'd symbols that are not being
47 provided.
48
5ad18f16
AM
492015-01-20 Alan Modra <amodra@gmail.com>
50
51 * emulparams/elf64ppc.sh (OTHER_SDATA_SECTIONS): Use in place of..
52 (OTHER_BSS_SYMBOLS): ..this.
53 (OTHER_PLT_RELOC_SECTIONS): Don't define.
54 (OTHER_GOT_RELOC_SECTIONS): Add rela.toc1 and rela.tocbss.
55 (OTHER_READWRITE_SECTIONS): Don't define. Move .toc1 to..
56 (OTHER_RELRO_SECTIONS_2): ..here.
57 * scripttempl/elf.sc: Move SBSS too when DATA_SDATA.
58
23283c1b
AM
592015-01-20 Alan Modra <amodra@gmail.com>
60
61 * emulparams/elf64ppc.sh (BSS_PLT): Don't define.
62 (OTHER_READWRITE_SECTIONS): Move .branch_lt to..
63 (OTHER_RELRO_SECTIONS_2): ..here.
64 (DATA_GOT, SEPARATE_GOTPLT, DATA_SDATA, DATA_PLT,
65 PLT_BEFORE_GOT): Define.
66 * scripttempl/elf.sc: Handle DATA_SDATA and DATA_GOT/DATA_PLT/
67 PLT_BEFORE_GOT combination.
68 (DATA_GOT, SDATA_GOT): Don't define if either is already defined.
69
3e2b0f31
AM
702015-01-20 Alan Modra <amodra@gmail.com>
71
72 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to..
73 (OTHER_RELRO_SECTIONS_2): ..here, new define.
74 * scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2.
75
c4621b33
AM
762015-01-19 Alan Modra <amodra@gmail.com>
77
3e2aa5bb 78 PR ld/17615
c4621b33
AM
79 * ldlang.c (lang_process): Run lang_common before lang_gc_sections.
80
52db4ec2
JW
812015-01-14 Jiong Wang <jiong.wang@arm.com>
82
83 * ld-arm/elf32-reject.s: New testcase.
84 * ld-arm/elf32-reject.d: Likewise.
85 * ld-arm/elf32-reject-pie.s: Likewise.
86 * ld-arm/elf32-reject-pie.d: Likewise.
87 * ld-arm/arm-elf.exp: Run new testcases.
88 * ld-arm/ifunc-7.s: Delete f2/f4 test items.
89 * ld-arm/ifunc-7.rd: Likewise.
90 * ld-arm/ifunc-7.gd: Likewise.
91 * ld-arm/ifunc-7.dd: Likewise.
92 * ld-arm/ifunc-8.s: Likewise.
93 * ld-arm/ifunc-8.rd: Likewise.
94 * ld-arm/ifunc-8.gd: Likewise.
95 * ld-arm/ifunc-8.dd: Likewise.
96
efd321f9
AM
972015-01-01 Alan Modra <amodra@gmail.com>
98
99 * ldver.c (ldversion): Just print current year.
100
b90efa5b 1012015-01-01 Alan Modra <amodra@gmail.com>
ca0694ad 102
b90efa5b 103 Update year range in copyright notice of all files.
ca0694ad 104
b90efa5b 105For older changes see ChangeLog-2014
252b5132 106\f
b90efa5b 107Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
108
109Copying and distribution of this file, with or without modification,
110are permitted in any medium without royalty provided the copyright
111notice and this notice are preserved.
112
252b5132
RH
113Local Variables:
114mode: change-log
115left-margin: 8
116fill-column: 74
117version-control: never
118End: