mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
__attribute__((noinline))
|
||||
mod3fn1 (int x)
|
||||
{
|
||||
puts ("in mod3fn1");
|
||||
return x + 6;
|
||||
}
|
||||
|
||||
int
|
||||
mod3fn2 (int x)
|
||||
{
|
||||
puts ("in mod3fn2");
|
||||
return mod3fn1 (x / 2) * 2;
|
||||
}
|
||||
Reference in New Issue
Block a user