ld: Remove unused expression state
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * ldexp.h (union etree_union): Remove defsym field.
4 * ldexp.c (exp_assop): Remove defsym parameter, and use of defsym
5 parameter.
6 (exp_assign): Remove passing of defsym parameter.
7 (exp_defsym): Likewise.
8 (exp_provide): Likewise.
9
10 2018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * ldexp.c (exp_fold_tree_1): Rework condition underwhich provide
13 nodes are ignored in the tree walk, and move the location at which
14 we change provide nodes into provided nodes.
15 (exp_init_os): Add etree_provided.
16 * testsuite/ld-scripts/provide-6.d: New file.
17 * testsuite/ld-scripts/provide-6.t: New file.
18 * testsuite/ld-scripts/provide-7.d: New file.
19 * testsuite/ld-scripts/provide-7.t: New file.
20 * testsuite/ld-scripts/provide-8.d: New file.
21 * testsuite/ld-scripts/provide-8.t: New file.
22
23 2018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * testsuite/ld-scripts/provide-3.d: Add xfail directive.
26 * testsuite/ld-scripts/provide-4.d: Use new map file name.
27 * testsuite/ld-scripts/provide-5.d: Use new map file name.
28 * testsuite/ld-scripts/provide-4-map.d: Renamed to...
29 * testsuite/ld-scripts/provide-4.map: ...this.
30 * testsuite/ld-scripts/provide-5-map.d: Renamed to...
31 * testsuite/ld-scripts/provide-5.map: ...this.
32 * testsuite/ld-scripts/provide.exp: Move xfail into provide-3.d
33 file, and run tests in a loop.
34
35 2018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * ldexp.c (exp_print_tree): Use '=' instead of ',' when printing
38 PROVIDE statements.
39 * testsuite/ld-scripts/provide-4.map: Update expected output.
40 * testsuite/ld-scripts/provide-5.map: Likewise.
41
42 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
43
44 PR ld/22696
45 * scripttempl/elf.sc: Fix the order of SHLIB_RODATA_ADDR.
46
47 2018-01-09 Jim Wilson <jimw@sifive.com>
48
49 * testsuite/ld-elf/eh-frame-hdr.d (#xfail): Delete
50 (#alltargets): Renamed from #target. Add shared.
51 * testsuite/lib/ld-lib.exp (run_dump_test): Document shared target.
52 Document alltargets option. Add support for alltargets option.
53 (istarget): Add support for shared target.
54
55 2018-01-08 Jim Wilson <jimw@sifive.com>
56
57 * testsuite/ld-riscv-elf/c-lui.d: Don't use -shared. Check for _start
58 instead of .text.
59 * testsuite/ld-riscv-elf/c-lui.s: Add _start label.
60 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Before __global_pointer$
61 tests, add call to check_shared_lib_support.
62
63 2018-01-05 Jim Wilson <jimw@sifive.com>
64
65 * testsuite/ld-riscv-elf/disas-jalr.d: New.
66 * testsuite/ld-riscv-elf/disas-jalr.s: New.
67 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase.
68
69 * emulparams/elf32lriscv-defs.sh (GENERATE_SHLIB_SCRIPT): Move inside
70 case on $target, and don't set for riscv*-elf targets.
71 (GENERATE_PIE_SCRIPT): Likewise.
72
73 2018-01-03 Alan Modra <amodra@gmail.com>
74
75 Update year range in copyright notice of all files.
76
77 For older changes see ChangeLog-2017
78 \f
79 Copyright (C) 2018 Free Software Foundation, Inc.
80
81 Copying and distribution of this file, with or without modification,
82 are permitted in any medium without royalty provided the copyright
83 notice and this notice are preserved.
84
85 Local Variables:
86 mode: change-log
87 left-margin: 8
88 fill-column: 74
89 version-control: never
90 End:
This page took 0.038763 seconds and 5 git commands to generate.