Fix incorrect byte counts.
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
aca5eec6
CC
12017-01-12 Cary Coutant <ccoutant@gmail.com>
2
3 * object.cc (Sized_relobj_file): Fix byte counts for calls to memmem.
4
6624f3a1
CC
52017-01-11 Cary Coutant <ccoutant@gmail.com>
6
7 PR gold/21040
8 * x86_64.cc (Output_data_plt_x86_64_bnd::do_fill_first_plt_entry):
9 Remove unnecessary 'typename' keyword.
10 (Output_data_plt_x86_64_bnd::do_fill_plt_entry): Likewise.
11 (Output_data_plt_x86_64_bnd::fill_aplt_entry): Likewise.
12 (Output_data_plt_x86_64_bnd::do_fill_tlsdesc_entry): Likewise.
13 (Output_data_plt_x86_64_bnd::do_write): Likewise.
14
976e204b
CC
152017-01-11 Cary Coutant <ccoutant@gmail.com>
16
17 PR gold/21040
18 * x86_64.cc (Output_data_plt_x86_64_bnd::do_fill_first_plt_entry):
19 Remove unnecessary 'typename' keyword.
20 (Output_data_plt_x86_64_bnd::do_fill_plt_entry): Likewise.
21 (Output_data_plt_x86_64_bnd::do_fill_tlsdesc_entry): Likewise.
22 (Output_data_plt_x86_64_bnd::fill_aplt_entry): Likewise.
23 * testsuite/copy_test_relro_1.cc (p, b, c, q): Add separate extern
24 declarations.
25
1fa5f68b
CC
262017-01-11 Cary Coutant <ccoutant@gmail.com>
27
28 PR gold/21039
29 * testsuite/script_test_13.sh: Adjust patterns to work for i386.
30 * testsuite/script_test_15a.sh: Likewise.
31 * testsuite/script_test_15b.sh: Likewise.
32 * testsuite/script_test_15c.sh: Likewise.
33
5edad15d
AM
342017-01-11 Alan Modra <amodra@gmail.com>
35
36 * powerpc.cc (class Powerpc_copy_relocs): New.
37 (Powerpc_copy_relocs::emit): New function.
38 (Powerpc_relobj::relatoc_, toc_, no_toc_opt_): New variables.
39 (Powerpc_relobj::toc_shndx, set_no_toc_opt, no_toc_opt): New inlines.
40 (Powerpc_relobj::do_relocate_sections): New function.
41 (Powerpc_relobj::make_toc_relative): Likewise.
42 (Powerpc_relobj::do_find_special_sections): Stash away .rela.toc
43 and .toc too.
44 (ok_lo_toc_insn): Move earlier, and handle more insns.
45 (Target_powerpc::Scan::local): If optimizing toc accesses, set
46 no_toc_opt for entries we can't edit. Check insn validity.
47 Emit "toc optimization is not supported" warning, downgraded
48 from error.
49 (Target_powerpc::Scan::global): Likewise.
50 (Target_powerpc::Relocate::relocate): Edit TOC indirect code
51 to TOC relative. Don't emit "toc optimization is not supported"
52 error here.
53
98461510
CC
542017-01-10 Cary Coutant <ccoutant@gmail.com>
55
56 * aarch64.cc (AArch64_relobj::do_relocate_sections): Call
57 Sized_relobj_file::relocate_section_range().
58 * arm.cc (Arm_relobj::do_relocate_sections): Likewise.
59 * object.h (Sized_relobj_file::relocate_section_range): New method.
60 * reloc.cc (Sized_relobj_file::do_relocate_sections): Move
61 implementation...
62 (Sized_relobj_file::relocate_section_range): ...to new method.
63
f7fd19e2
AM
642017-01-10 Alan Modra <amodra@gmail.com>
65
66 * testsuite/ver_test_8.sh: Accept .TOC. in lieu of
67 _GLOBAL_OFFSET_TABLE_. Allow zero count.
68 * testsuite/copy_test_relro_1.cc (c, q): New vars.
69 * testsuite/copy_test_relro.cc: Rewrite to test read-only
70 status of variables directly. Reference new vars in
71 read-only data.
72
f159cdb6
AM
732017-01-10 Alan Modra <amodra@gmail.com>
74
75 * options.h: Add --secure-plt option.
76 * powerpc.cc (Target_powerpc::Scan::local): Detect and error
77 on -fPIC -mbss-plt code.
78 (Target_powerpc::Scan::global): Likewise.
79
3254d32c
AM
802017-01-09 Alan Modra <amodra@gmail.com>
81
82 * powerpc.cc (Target_powerpc::make_plt_section): Point sh_info of
83 ".rela.plt" at ".plt".
84
0e123f69
AM
852017-01-07 Alan Modra <amodra@gmail.com>
86
87 * powerpc.cc: Use shorter equivalent elfcpp typedef for
88 Reltype and reloc_size throughout.
89 (Target_powerpc::symval_for_branch): Exclude dynamic symbols.
90 (Target_powerpc::Scan::local): Use local var r_sym.
91 (Target_powerpc::Scan::global: Likewise.
92 (Target_powerpc::Relocate::relocate): Delete shadowing r_sym.
93
2571583a
AM
942017-01-02 Alan Modra <amodra@gmail.com>
95
96 Update year range in copyright notice of all files.
97
5c1ad6b5 98For older changes see ChangeLog-2016
3499769a 99\f
5c1ad6b5 100Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
101
102Copying and distribution of this file, with or without modification,
103are permitted in any medium without royalty provided the copyright
104notice and this notice are preserved.
105
106Local Variables:
107mode: change-log
108left-margin: 8
109fill-column: 74
110version-control: never
111End:
This page took 0.082877 seconds and 4 git commands to generate.