]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.2.5/cris-stack-direction.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.2.5 / cris-stack-direction.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- /dev/null   2004-06-02 16:28:12.000000000 -0500
7 +++ glibc-2.2.5/sysdeps/cris/stackinfo.h        2004-09-03 19:00:37.000000000 -0500
8 @@ -0,0 +1,28 @@
9 +/* Copyright (C) 2002 Free Software Foundation, Inc.
10 +   This file is part of the GNU C Library.
11 +
12 +   The GNU C Library is free software; you can redistribute it and/or
13 +   modify it under the terms of the GNU Lesser General Public
14 +   License as published by the Free Software Foundation; either
15 +   version 2.1 of the License, or (at your option) any later version.
16 +
17 +   The GNU C Library is distributed in the hope that it will be useful,
18 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
19 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20 +   Lesser General Public License for more details.
21 +
22 +   You should have received a copy of the GNU Lesser General Public
23 +   License along with the GNU C Library; if not, write to the Free
24 +   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
25 +   02111-1307 USA.  */
26 +
27 +/* This file contains a bit of information about the stack allocation
28 +   of the processor.  */
29 +
30 +#ifndef _STACKINFO_H
31 +#define _STACKINFO_H   1
32 +
33 +/* On cris the stack grows down.  */
34 +#define _STACK_GROWS_DOWN      1
35 +
36 +#endif /* stackinfo.h */