summaryrefslogtreecommitdiff
path: root/sysdeps/microblaze/backtrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/microblaze/backtrace.c')
-rw-r--r--sysdeps/microblaze/backtrace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/microblaze/backtrace.c b/sysdeps/microblaze/backtrace.c
index 9eb17dd192..3ba44679f4 100644
--- a/sysdeps/microblaze/backtrace.c
+++ b/sysdeps/microblaze/backtrace.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -27,7 +27,7 @@ _identify_sighandler (unsigned long fp, unsigned long pc,
unsigned long *pprev_fp, unsigned long *pprev_pc,
unsigned long *retaddr);
-inline long
+static inline long
get_frame_size (unsigned long instr)
{
return abs ((short signed) (instr & 0xFFFF));