]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and flag_inline_trees...
authorHerman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
Sat, 29 Jun 2002 03:05:50 +0000 (05:05 +0200)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 29 Jun 2002 03:05:50 +0000 (03:05 +0000)
        * c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and
flag_inline_trees to enable inlining.

From-SVN: r55091

gcc/ChangeLog
gcc/config/c4x/c4x.h

index b424e39d658893df9c695ce87b87b7e8ad1ddf08..01539f5b64790dc7879021682f53a61b45066d50 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-29  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
+
+        * c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and
+       flag_inline_trees to enable inlining.
+
 2002-06-28  Phil Edwards  <pme@gcc.gnu.org>
 
        * configure.in (gcc_gxx_include_dir):  Change to match versioned
index e73c40eb0a6929393dad78888d3fd8c0b8dacedc..66ea582f651932e35d98e056e237875a106d4d36 100644 (file)
@@ -35,7 +35,8 @@
        builtin_define ("_BIGMODEL");           \
       if (!TARGET_MEMPARM)                     \
        builtin_define ("_REGPARM");            \
-      if (flag_inline_functions)               \
+      if (flag_inline_functions                        \
+         || flag_inline_trees)                 \
        builtin_define ("_INLINE");             \
       if (TARGET_C3X)                          \
        {                                       \