Skip to content

Commit

Permalink
Fix prototype for aarch64_get_extension_string_for_isa_flags
Browse files Browse the repository at this point in the history
Patch should be backported in gcc-10 branch
  • Loading branch information
fxcoudert committed Dec 21, 2020
1 parent 3f1b986 commit 96a9d09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gcc/config/aarch64/driver-aarch64.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
#include "tm.h"

/* Defined in common/config/aarch64/aarch64-common.c. */
std::string aarch64_get_extension_string_for_isa_flags (unsigned long,
unsigned long);
std::string aarch64_get_extension_string_for_isa_flags (uint64_t, uint64_t);

struct aarch64_arch_extension
{
Expand Down

0 comments on commit 96a9d09

Please sign in to comment.