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