diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-23 00:47:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-24 20:44:04 +0200 |
commit | 228f76d4dfe9a8a9b50e4c5ac8161a991fc8107c (patch) | |
tree | f739b8221a0392b73e8696d080c3bfc87c397b49 /libc/sysdeps/linux/sparc/jmpbuf-offsets.h | |
parent | 383122dd2e2fb78854ed420c5e819a3007b4f256 (diff) |
sparc: cleanup sparc64 bits and unused soft-fp
Remove a lot of unused 64 Bit header stuff.
Diffstat (limited to 'libc/sysdeps/linux/sparc/jmpbuf-offsets.h')
-rw-r--r-- | libc/sysdeps/linux/sparc/jmpbuf-offsets.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/sysdeps/linux/sparc/jmpbuf-offsets.h b/libc/sysdeps/linux/sparc/jmpbuf-offsets.h index 0d0a96d30..5ec1703e0 100644 --- a/libc/sysdeps/linux/sparc/jmpbuf-offsets.h +++ b/libc/sysdeps/linux/sparc/jmpbuf-offsets.h @@ -1,6 +1,5 @@ /* Private macros for accessing __jmp_buf contents. SPARC version. Copyright (C) 2006 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 @@ -16,14 +15,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <bits/wordsize.h> - -#if __WORDSIZE == 64 -#define O_mask_was_saved 512 -#define O_gregs 32 -#define O_g1 (O_gregs + 4*8) -#else #define JB_SP 0 #define JB_FP 1 #define JB_PC 2 -#endif |