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