diff -cNr glibc-2.3.1_orig/sysdeps/cris/gccframe.h glibc-2.3.1/sysdeps/cris/gccframe.h *** glibc-2.3.1_orig/sysdeps/cris/gccframe.h Thu Jan 1 01:00:00 1970 --- glibc-2.3.1/sysdeps/cris/gccframe.h Mon Jun 2 23:57:28 2003 *************** *** 0 **** --- 1,24 ---- + /* Definition of object in frame unwind info. cris version. + Copyright (C) 2003 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + + /* We count all 16 non-special registers, SRP and a faked argument + pointer register. */ + #define FIRST_PSEUDO_REGISTER (16 + 1 + 1) + + #include diff -cNr glibc-2.3.1_orig/sysdeps/unix/sysv/linux/configure glibc-2.3.1/sysdeps/unix/sysv/linux/configure *** glibc-2.3.1_orig/sysdeps/unix/sysv/linux/configure Sun Sep 29 19:58:34 2002 --- glibc-2.3.1/sysdeps/unix/sysv/linux/configure Mon Jun 2 12:05:10 2003 *************** *** 67,72 **** --- 67,76 ---- arch_minimum_kernel=2.0.10 libc_cv_gcc_unwind_find_fde=yes ;; + cris*) + arch_minimum_kernel=2.4.10 + libc_cv_gcc_unwind_find_fde=yes + ;; i386*) libc_cv_gcc_unwind_find_fde=yes arch_minimum_kernel=2.0.10