aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/std-config.h
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-01 03:25:04 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-01 03:25:04 +0000
commit4ac24d7673d9524949f207bb9e7ab5f9479a444b (patch)
treef5ceeb71b9282bc0701315b635b64596324d9fed /sim/ppc/std-config.h
parent5281197d1e4c5d7e091e4e3fb3c3f6c400823da9 (diff)
downloadgdb-4ac24d7673d9524949f207bb9e7ab5f9479a444b.zip
gdb-4ac24d7673d9524949f207bb9e7ab5f9479a444b.tar.gz
gdb-4ac24d7673d9524949f207bb9e7ab5f9479a444b.tar.bz2
remove extra #endif
Diffstat (limited to 'sim/ppc/std-config.h')
-rw-r--r--sim/ppc/std-config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index 9e06267..868ab19 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -304,12 +304,8 @@ extern int current_floating_point;
/* Default macro to simplify control several of key the inlines */
#ifndef DEFAULT_INLINE
-#if defined(__GNUC__) && defined(__OPTIMIZE__)
-#define DEFAULT_INLINE 2
-#else
#define DEFAULT_INLINE 0
#endif
-#endif
/* Code that converts between hosts and target byte order. Used on
every memory access (instruction and data). (See ppc-endian.h for