[GOLD] Fix tests for powerpc64
[external/binutils.git] / gold / ChangeLog
1 2017-01-10  Alan Modra  <amodra@gmail.com>
2
3         * testsuite/ver_test_8.sh: Accept .TOC. in lieu of
4         _GLOBAL_OFFSET_TABLE_.  Allow zero count.
5         * testsuite/copy_test_relro_1.cc (c, q): New vars.
6         * testsuite/copy_test_relro.cc: Rewrite to test read-only
7         status of variables directly.  Reference new vars in
8         read-only data.
9
10 2017-01-10  Alan Modra  <amodra@gmail.com>
11
12         * options.h: Add --secure-plt option.
13         * powerpc.cc (Target_powerpc::Scan::local): Detect and error
14         on -fPIC -mbss-plt code.
15         (Target_powerpc::Scan::global): Likewise.
16
17 2017-01-09  Alan Modra  <amodra@gmail.com>
18
19         * powerpc.cc (Target_powerpc::make_plt_section): Point sh_info of
20         ".rela.plt" at ".plt".
21
22 2017-01-07  Alan Modra  <amodra@gmail.com>
23
24         * powerpc.cc: Use shorter equivalent elfcpp typedef for
25         Reltype and reloc_size throughout.
26         (Target_powerpc::symval_for_branch): Exclude dynamic symbols.
27         (Target_powerpc::Scan::local): Use local var r_sym.
28         (Target_powerpc::Scan::global: Likewise.
29         (Target_powerpc::Relocate::relocate): Delete shadowing r_sym.
30
31 2017-01-02  Alan Modra  <amodra@gmail.com>
32
33         Update year range in copyright notice of all files.
34
35 For older changes see ChangeLog-2016
36 \f
37 Copyright (C) 2017 Free Software Foundation, Inc.
38
39 Copying and distribution of this file, with or without modification,
40 are permitted in any medium without royalty provided the copyright
41 notice and this notice are preserved.
42
43 Local Variables:
44 mode: change-log
45 left-margin: 8
46 fill-column: 74
47 version-control: never
48 End: