diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-14 11:25:34 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-14 11:25:34 +0000 |
commit | f35df46cc3948dcdae7ba27e3fb623bb61ac2562 (patch) | |
tree | 95a4f37a769bf5da6bc2c6a3d54bc76a3de7ae3d /sim/ppc/inline.h | |
parent | fe439e0f18af94a2cfb90193f2a71c679bc3e9f6 (diff) | |
download | gdb-f35df46cc3948dcdae7ba27e3fb623bb61ac2562.zip gdb-f35df46cc3948dcdae7ba27e3fb623bb61ac2562.tar.gz gdb-f35df46cc3948dcdae7ba27e3fb623bb61ac2562.tar.bz2 |
make inline model use static when inlining.
Diffstat (limited to 'sim/ppc/inline.h')
-rw-r--r-- | sim/ppc/inline.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/inline.h b/sim/ppc/inline.h index 51af04f..0c191f5 100644 --- a/sim/ppc/inline.h +++ b/sim/ppc/inline.h @@ -68,6 +68,7 @@ #else #define INLINE_MODEL static #endif +#define STATIC_MODEL static #endif #if BITS_INLINE @@ -141,6 +142,7 @@ #else #define INLINE_SEMANTICS static #endif +#define STATIC_SEMANTICS static #endif #if IDECODE_INLINE @@ -149,6 +151,7 @@ #else #define INLINE_IDECODE static #endif +#define STATIC_IDECODE static #endif #if FUNCTION_UNIT_INLINE |