mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Add "typename" keyword to satisfy GCC 4.2.
gold/ * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub): Add "typename" keyword.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2014-10-17 Cary Coutant <ccoutant@google.com>
|
||||||
|
|
||||||
|
* aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
|
||||||
|
Add "typename" keyword.
|
||||||
|
|
||||||
2014-09-22 Han Shen <shenhan@google.com>
|
2014-09-22 Han Shen <shenhan@google.com>
|
||||||
Jing Yu <jingyu@google.com>
|
Jing Yu <jingyu@google.com>
|
||||||
|
|
||||||
|
@ -4093,7 +4093,7 @@ maybe_apply_stub(unsigned int r_type,
|
|||||||
const AArch64_reloc_property* arp =
|
const AArch64_reloc_property* arp =
|
||||||
aarch64_reloc_property_table->get_reloc_property(r_type);
|
aarch64_reloc_property_table->get_reloc_property(r_type);
|
||||||
gold_assert(arp != NULL);
|
gold_assert(arp != NULL);
|
||||||
This::Status status = This::template
|
typename This::Status status = This::template
|
||||||
rela_general<32>(view, branch_offset, 0, arp);
|
rela_general<32>(view, branch_offset, 0, arp);
|
||||||
if (status != This::STATUS_OKAY)
|
if (status != This::STATUS_OKAY)
|
||||||
gold_error(_("Stub is too far away, try a smaller value "
|
gold_error(_("Stub is too far away, try a smaller value "
|
||||||
|
Reference in New Issue
Block a user