* ld-gc/gc.c: Make sure used_func is not inlined.
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 23 Jan 2008 16:05:45 +0000 (16:05 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 23 Jan 2008 16:05:45 +0000 (16:05 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-gc/gc.c

index ec2971a..f55e310 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-23  Andreas Schwab  <schwab@suse.de>
+
+       * ld-gc/gc.c: Make sure used_func is not inlined.
+
 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld-gc/gc.exp: Use [which $CC] != 0.
index c662f72..6b356ad 100644 (file)
@@ -8,6 +8,7 @@ unused_func (int v)
 }
 
 int
+__attribute__((noinline))
 used_func (int v)
 {
   return 2 * used_var;