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