diff options
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/__longjmp.S | 30 | ||||
-rw-r--r-- | sysdeps/sparc/bits/endian.h (renamed from sysdeps/sparc/bytesex.h) | 0 | ||||
-rw-r--r-- | sysdeps/sparc/bits/setjmp.h (renamed from sysdeps/sparc/jmp_buf.h) | 0 | ||||
-rw-r--r-- | sysdeps/sparc/setjmp.S | 2 |
4 files changed, 16 insertions, 16 deletions
diff --git a/sysdeps/sparc/__longjmp.S b/sysdeps/sparc/__longjmp.S index 5424300fe5..36e1c170dd 100644 --- a/sysdeps/sparc/__longjmp.S +++ b/sysdeps/sparc/__longjmp.S @@ -1,25 +1,25 @@ -/* Copyright (C) 1991, 1993, 1996 Free Software Foundation, Inc. -This file is part of the GNU C Library. +/* Copyright (C) 1991, 1993, 1996, 1997 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 Library General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 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 -Library General Public License for more details. + 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 + Library General Public License for more details. -You should have received a copy of the GNU Library General Public -License along with the GNU C Library; see the file COPYING.LIB. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ #include <sysdep.h> #define _ASM 1 -#include <jmp_buf.h> +#include <bits/setjmp.h> #define ENV(reg) [%g1 + (reg * 4)] ENTRY (__longjmp) diff --git a/sysdeps/sparc/bytesex.h b/sysdeps/sparc/bits/endian.h index f1a75c0652..f1a75c0652 100644 --- a/sysdeps/sparc/bytesex.h +++ b/sysdeps/sparc/bits/endian.h diff --git a/sysdeps/sparc/jmp_buf.h b/sysdeps/sparc/bits/setjmp.h index 43bae1a496..43bae1a496 100644 --- a/sysdeps/sparc/jmp_buf.h +++ b/sysdeps/sparc/bits/setjmp.h diff --git a/sysdeps/sparc/setjmp.S b/sysdeps/sparc/setjmp.S index 84c63542cc..b80a83046e 100644 --- a/sysdeps/sparc/setjmp.S +++ b/sysdeps/sparc/setjmp.S @@ -19,7 +19,7 @@ #include <sysdep.h> #define _ASM 1 -#include <jmp_buf.h> +#include <bits/setjmp.h> ENTRY (__sigsetjmp) /* Save our SP and FP; in the delay slot of the jump, save our |