diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-09 03:14:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-09 03:14:02 +0000 |
commit | 39efb398a9e7bdd98f5f838ab2ea23e758bbddce (patch) | |
tree | 97c7fc722d076b4c696148e8b78672fb78e5530b /gdb/ppc-linux-tdep.c | |
parent | de854437e5de7bd6e20b87f564cad22091ec9459 (diff) | |
download | gdb-39efb398a9e7bdd98f5f838ab2ea23e758bbddce.zip gdb-39efb398a9e7bdd98f5f838ab2ea23e758bbddce.tar.gz 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/ppc-linux-tdep.c')
-rw-r--r-- | gdb/ppc-linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index 5c8f695..3134132 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -188,7 +188,7 @@ ppc_linux_in_sigtramp (CORE_ADDR pc, char *func_name) return (pc == handler || pc == handler + 4); } -static inline int +static int insn_is_sigreturn (unsigned long pcinsn) { switch(pcinsn) |