]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix compile errors with GCC 4.2.
authorCary Coutant <ccoutant@gmail.com>
Wed, 11 Jan 2017 19:47:27 +0000 (11:47 -0800)
committerCary Coutant <ccoutant@gmail.com>
Wed, 11 Jan 2017 19:47:27 +0000 (11:47 -0800)
commit976e204b369fd01f9d35d87ea2cd07707c3a40cf
treefa864e1d2d984c5219d897b680f1a495cf1dd355
parent1fa5f68bf38fc29f173990614db70fed1b66c0e0
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.
gold/ChangeLog
gold/testsuite/copy_test_relro_1.cc
gold/x86_64.cc