Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289642 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +15 lines)
Line  Link Here
--
1
ports/sysdeps/unix/sysv/linux/alpha/sys/procfs.h |   15 ++++++++++++++-
ports/sysdeps/unix/sysv/linux/alpha/sys/procfs.h |   15 ++++++++++++++-
2
1 file changed, 14 insertions(+), 1 deletion(-)
1
1 file changed, 14 insertions(+), 1 deletion(-)
3
-- a/ports/sysdeps/unix/sysv/linux/alpha/sys/procfs.h
2
++ b/ports/sysdeps/unix/sysv/linux/alpha/sys/procfs.h
Lines 29-38 Link Here
29
#include <sys/types.h>
29
#include <sys/types.h>
30
#include <sys/ucontext.h>
30
#include <sys/ucontext.h>
31
#include <sys/user.h>
31
#include <sys/user.h>
32
#include <asm/elf.h>
33
32
34
__BEGIN_DECLS
33
__BEGIN_DECLS
35
34
35
/*
36
 * The OSF/1 version of <sys/procfs.h> makes gregset_t 46 entries long.
37
 * I have no idea why that is so.  For now, we just leave it at 33
38
 * (32 general regs + processor status word).
39
 */
40
#define ELF_NGREG       33
41
#define ELF_NFPREG      32
42
43
typedef unsigned long elf_greg_t;
44
typedef elf_greg_t elf_gregset_t[ELF_NGREG];
45
46
typedef double elf_fpreg_t;
47
typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
48
36
struct elf_siginfo
49
struct elf_siginfo
37
  {
50
  {
38
    int si_signo;			/* Signal number.  */
51
    int si_signo;			/* Signal number.  */

Return to bug 289642