From 601ecd316f223f7bbde29cbbeeef838714e3d719 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Mar 2001 17:19:37 +0000 Subject: Rename to NFPREG. --- sysdeps/sh/sys/ucontext.h | 6 +++--- sysdeps/unix/sysv/linux/sh/sys/ucontext.h | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/sh/sys/ucontext.h b/sysdeps/sh/sys/ucontext.h index 84ff44a1cb..793722be6b 100644 --- a/sysdeps/sh/sys/ucontext.h +++ b/sysdeps/sh/sys/ucontext.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000, 2001 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 @@ -27,10 +27,10 @@ typedef int greg_t; /* Number of general registers. */ -#define NGREG 16 +#define NFPREG 16 /* Container for all general registers. */ -typedef greg_t gregset_t[NGREG]; +typedef greg_t gregset_t[NFPREG]; /* Number of each register is the `gregset_t' array. */ enum diff --git a/sysdeps/unix/sysv/linux/sh/sys/ucontext.h b/sysdeps/unix/sysv/linux/sh/sys/ucontext.h index b0570606c4..3519b10968 100644 --- a/sysdeps/unix/sysv/linux/sh/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/sh/sys/ucontext.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000, 2001 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 @@ -32,10 +32,10 @@ typedef int greg_t; /* Number of general registers. */ -#define NGREG 16 +#define NFPREG 16 /* Container for all general registers. */ -typedef greg_t gregset_t[NGREG]; +typedef greg_t gregset_t[NFPREG]; #ifdef __USE_GNU /* Number of each register is the `gregset_t' array. */ @@ -79,10 +79,10 @@ enum typedef int freg_t; /* Number of FPU registers. */ -#define NFREG 16 +#define NFPREG 16 /* Structure to describe FPU registers. */ -typedef freg_t fpregset_t[NFREG]; +typedef freg_t fpregset_t[NFPREG]; /* Context to describe whole processor state. */ typedef struct -- cgit v1.2.3