Remove typename on elfcpp::Elf_types<size>::Elf_Addr
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 5 Mar 2015 15:52:41 +0000 (07:52 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 5 Mar 2015 15:52:41 +0000 (07:52 -0800)
commitbeb8418f4799b50ce414b7a63ac7a2a363dc8a05
tree0dc6d1e82babf3c6c0875e7295fa8c1ff3a2086f
parent81fb971a3d8626d7e051ff5df807442c8d233329
Remove typename on elfcpp::Elf_types<size>::Elf_Addr

GCC 4.2 complains:

binutils/gold/object.cc:3261: error: using ‘typename’ outside of template

This patch removes typename.  It works with both GCC 4.2 and 4.8.

* output.cc (Relobj::initialize_input_to_output_map<size>):
Remove typename on elfcpp::Elf_types<size>::Elf_Addr.
gold/ChangeLog
gold/object.cc
This page took 0.023484 seconds and 4 git commands to generate.