diff options
author | Cary Coutant <ccoutant@gmail.com> | 2017-01-11 11:47:27 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2017-01-11 11:47:27 -0800 |
commit | 976e204b369fd01f9d35d87ea2cd07707c3a40cf (patch) | |
tree | fa864e1d2d984c5219d897b680f1a495cf1dd355 /gold/ChangeLog | |
parent | 1fa5f68bf38fc29f173990614db70fed1b66c0e0 (diff) | |
download | gdb-976e204b369fd01f9d35d87ea2cd07707c3a40cf.zip gdb-976e204b369fd01f9d35d87ea2cd07707c3a40cf.tar.gz gdb-976e204b369fd01f9d35d87ea2cd07707c3a40cf.tar.bz2 |
Fix 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::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
declarations.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index f97433a..64a2dbe 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,16 @@ 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 + declarations. + +2017-01-11 Cary Coutant <ccoutant@gmail.com> + PR gold/21039 * testsuite/script_test_13.sh: Adjust patterns to work for i386. * testsuite/script_test_15a.sh: Likewise. |