aboutsummaryrefslogtreecommitdiff
path: root/gdb/alpha-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-09 03:14:02 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-09 03:14:02 +0000
commit39efb398a9e7bdd98f5f838ab2ea23e758bbddce (patch)
tree97c7fc722d076b4c696148e8b78672fb78e5530b /gdb/alpha-tdep.c
parentde854437e5de7bd6e20b87f564cad22091ec9459 (diff)
downloadfsf-binutils-gdb-39efb398a9e7bdd98f5f838ab2ea23e758bbddce.zip
fsf-binutils-gdb-39efb398a9e7bdd98f5f838ab2ea23e758bbddce.tar.gz
fsf-binutils-gdb-39efb398a9e7bdd98f5f838ab2ea23e758bbddce.tar.bz2
2003-09-08 Andrew Cagney <cagney@redhat.com>
* gnu-nat.c: Remove "inline" function attribute. * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r--gdb/alpha-tdep.c2
1 files changed, 1 insertions, 1 deletions
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;