]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.2.5/alpha-build-failure.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 / alpha-build-failure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- glibc-2.2.5/sysdeps/alpha/divrem.h~alpha-build-failure.patch        2004-09-03 19:00:33.000000000 -0500
7 +++ glibc-2.2.5/sysdeps/alpha/divrem.h  2004-09-03 19:00:37.000000000 -0500
8 @@ -1,4 +1,4 @@
9 -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
10 +/* Copyright (C) 1996,97,2002 Free Software Foundation, Inc.
11     Contributed by David Mosberger (davidm@cs.arizona.edu).
12     This file is part of the GNU C Library.
13  
14 @@ -86,6 +86,7 @@
15  
16         .align 3
17  UFUNC_NAME:
18 +$udiv_entry:
19         lda     sp, -STACK(sp)
20         .frame  sp, STACK, retaddr, 0
21  #ifdef PROF
22 @@ -206,7 +207,7 @@
23         cmovge  AT, AT, arg2
24  
25         /* Do the unsigned division.  */
26 -       bsr     retaddr, UFUNC_NAME
27 +       bsr     retaddr, $udiv_entry
28  
29         /* Restore originals and adjust the sign of the result.  */
30         ldq     arg1, 0(sp)