diff options
author | Cary Coutant <ccoutant@gmail.com> | 2017-01-11 13:42:24 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2017-01-11 13:42:24 -0800 |
commit | 6624f3a142811450fab7eed1f406c4a030c3c9be (patch) | |
tree | 554c3d49de62b8dd6aaa768a7a86c6322add491b /gold/ChangeLog | |
parent | 976e204b369fd01f9d35d87ea2cd07707c3a40cf (diff) | |
download | gdb-6624f3a142811450fab7eed1f406c4a030c3c9be.zip gdb-6624f3a142811450fab7eed1f406c4a030c3c9be.tar.gz gdb-6624f3a142811450fab7eed1f406c4a030c3c9be.tar.bz2 |
Fix more compile errors with GCC 4.2.
gold/
PR gold/21040
* x86_64.cc (Output_data_plt_x86_64_bnd::do_fill_first_plt_entry):
Remove unnecessary 'typename' keyword.
(Output_data_plt_x86_64_bnd::do_fill_plt_entry): Likewise.
(Output_data_plt_x86_64_bnd::fill_aplt_entry): Likewise.
(Output_data_plt_x86_64_bnd::do_fill_tlsdesc_entry): Likewise.
(Output_data_plt_x86_64_bnd::do_write): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 64a2dbe..6cc9752 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -4,6 +4,16 @@ * x86_64.cc (Output_data_plt_x86_64_bnd::do_fill_first_plt_entry): Remove unnecessary 'typename' keyword. (Output_data_plt_x86_64_bnd::do_fill_plt_entry): Likewise. + (Output_data_plt_x86_64_bnd::fill_aplt_entry): Likewise. + (Output_data_plt_x86_64_bnd::do_fill_tlsdesc_entry): Likewise. + (Output_data_plt_x86_64_bnd::do_write): Likewise. + +2017-01-11 Cary Coutant <ccoutant@gmail.com> + + PR gold/21040 + * x86_64.cc (Output_data_plt_x86_64_bnd::do_fill_first_plt_entry): + Remove unnecessary 'typename' keyword. + (Output_data_plt_x86_64_bnd::do_fill_plt_entry): Likewise. (Output_data_plt_x86_64_bnd::do_fill_tlsdesc_entry): Likewise. (Output_data_plt_x86_64_bnd::fill_aplt_entry): Likewise. * testsuite/copy_test_relro_1.cc (p, b, c, q): Add separate extern |