diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-11 07:01:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-11 07:01:16 +0000 |
commit | ab52d206a3bd4dbd671b46a1797dee063926604e (patch) | |
tree | b147cc4811dddaadf485b1efc109515d5abb4ba1 /sysdeps/sparc/sparc32 | |
parent | 6fb7c68eb50c17d4283fd6a3fcc06ed6ddaeb1c7 (diff) | |
download | glibc-ab52d206a3bd4dbd671b46a1797dee063926604e.tar.gz glibc-ab52d206a3bd4dbd671b46a1797dee063926604e.tar.xz glibc-ab52d206a3bd4dbd671b46a1797dee063926604e.zip |
Update.
2000-09-10 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/__longjmp.S (__longjmp): Correct %fp frame pointer offset for non-fast path. 2000-09-10 Ulrich Drepper <drepper@redhat.com> * locale/programs/3level.h (*_init): Initialize level1, level2, and level3 as well. (*_add): Remove a few unnecessary conditionals.
Diffstat (limited to 'sysdeps/sparc/sparc32')
-rw-r--r-- | sysdeps/sparc/sparc32/__longjmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sparc/sparc32/__longjmp.S b/sysdeps/sparc/sparc32/__longjmp.S index 1d49b264bb..ef83dee76a 100644 --- a/sysdeps/sparc/sparc32/__longjmp.S +++ b/sysdeps/sparc/sparc32/__longjmp.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 93, 96, 97, 98, 99 Free Software Foundation, Inc. +/* Copyright (C) 1991, 93, 96, 97, 98, 99, 2000 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 @@ -23,7 +23,7 @@ #include <bits/setjmp.h> #define ENV(base,reg) [%base + (reg * 4)] #define ST_FLUSH_WINDOWS 3 -#define RW_FP [%fp + 0x38] +#define RW_FP [%fp + 0x48] ENTRY(__longjmp) /* Store our arguments in global registers so we can still |