mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Drop fpregset unused symbol exposition
* sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and non-compliant. * sysdeps/i386/sys/ucontext.h: Likewise. * sysdeps/m68k/sys/ucontext.h: Likewise. * sysdeps/mips/sys/ucontext.h: Likewise. * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
This commit is contained in:
@@ -88,6 +88,12 @@
|
|||||||
prototypes.
|
prototypes.
|
||||||
* sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
|
* sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
|
||||||
* sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
|
* sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
|
||||||
|
* sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and
|
||||||
|
non-compliant.
|
||||||
|
* sysdeps/i386/sys/ucontext.h: Likewise.
|
||||||
|
* sysdeps/m68k/sys/ucontext.h: Likewise.
|
||||||
|
* sysdeps/mips/sys/ucontext.h: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
|
||||||
|
|
||||||
2018-04-18 Joseph Myers <joseph@codesourcery.com>
|
2018-04-18 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
@@ -83,7 +83,7 @@ enum
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Structure to describe FPU registers. */
|
/* Structure to describe FPU registers. */
|
||||||
typedef struct fpregset
|
typedef struct
|
||||||
{
|
{
|
||||||
} fpregset_t;
|
} fpregset_t;
|
||||||
|
|
||||||
|
@@ -92,7 +92,7 @@ enum
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Structure to describe FPU registers. */
|
/* Structure to describe FPU registers. */
|
||||||
typedef struct fpregset
|
typedef struct
|
||||||
{
|
{
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
|
@@ -83,7 +83,7 @@ enum
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Structure to describe FPU registers. */
|
/* Structure to describe FPU registers. */
|
||||||
typedef struct fpregset
|
typedef struct
|
||||||
{
|
{
|
||||||
int f_pcr;
|
int f_pcr;
|
||||||
int f_psr;
|
int f_psr;
|
||||||
|
@@ -131,7 +131,7 @@ enum
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Structure to describe FPU registers. */
|
/* Structure to describe FPU registers. */
|
||||||
typedef struct fpregset
|
typedef struct
|
||||||
{
|
{
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
|
@@ -50,7 +50,7 @@ typedef struct gregset
|
|||||||
} gregset_t;
|
} gregset_t;
|
||||||
|
|
||||||
/* Container for all FPU registers. */
|
/* Container for all FPU registers. */
|
||||||
typedef struct fpregset
|
typedef struct
|
||||||
{
|
{
|
||||||
double fp_dregs[32];
|
double fp_dregs[32];
|
||||||
} fpregset_t;
|
} fpregset_t;
|
||||||
|
Reference in New Issue
Block a user