aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index e4827fd..4aaa3ea 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -3075,7 +3075,7 @@ gptab_compare (const void *p1, const void *p2)
/* Use all 64 bits of a bfd_vma for the computation of a 32-bit
hash number. */
-static INLINE hashval_t
+static inline hashval_t
mips_elf_hash_bfd_vma (bfd_vma addr)
{
#ifdef BFD64
@@ -7024,7 +7024,7 @@ _bfd_elf_mips_mach (flagword flags)
/* Return printable name for ABI. */
-static INLINE char *
+static inline char *
elf_mips_abi_name (bfd *abfd)
{
flagword flags;