From 39efb398a9e7bdd98f5f838ab2ea23e758bbddce Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 9 Sep 2003 03:14:02 +0000 Subject: 2003-09-08 Andrew Cagney * gnu-nat.c: Remove "inline" function attribute. * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto. --- gdb/alpha-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/alpha-tdep.c') diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index d6e95ca..df55bfb 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -189,7 +189,7 @@ alpha_lds (void *out, const void *in) /* Similarly, this represents exactly the conversion performed by the STS instruction. */ -static inline void +static void alpha_sts (void *out, const void *in) { ULONGEST reg, mem; -- cgit v1.1