mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
* sysdeps/mips/fpu_control.h: Fix type of fpu_control_t. (_FPU_GETCW): Remove extra colon. Patch by Ralf Baechle <ralf@uni-koblenz.de>.
This commit is contained in:
parent
d41293c7d4
commit
a2616aed35
@ -1,5 +1,9 @@
|
|||||||
2000-07-05 Andreas Jaeger <aj@suse.de>
|
2000-07-05 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/mips/fpu_control.h: Fix type of fpu_control_t.
|
||||||
|
(_FPU_GETCW): Remove extra colon.
|
||||||
|
Patch by Ralf Baechle <ralf@uni-koblenz.de>.
|
||||||
|
|
||||||
* posix/fnmatch_loop.c (FCT): Only declare len if
|
* posix/fnmatch_loop.c (FCT): Only declare len if
|
||||||
!WIDE_CHAR_VERSION to silence GCC.
|
!WIDE_CHAR_VERSION to silence GCC.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991, 1993, 1996, 1997, 1999 Free Software Foundation, Inc.
|
/* Copyright (C) 1991,93,96,97,99,2000 Free Software Foundation, Inc.
|
||||||
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
|
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
|
||||||
with help from Dan Sahlin (dan@sics.se) and
|
with help from Dan Sahlin (dan@sics.se) and
|
||||||
commentary by Jim Blandy (jimb@ai.mit.edu);
|
commentary by Jim Blandy (jimb@ai.mit.edu);
|
||||||
@ -34,6 +34,7 @@
|
|||||||
#if defined (_LIBC)
|
#if defined (_LIBC)
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
# include <memcopy.h>
|
# include <memcopy.h>
|
||||||
|
# include <stdlib.h>
|
||||||
#else
|
#else
|
||||||
# define reg_char char
|
# define reg_char char
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991, 1993, 1996, 1997, 1999 Free Software Foundation, Inc.
|
/* Copyright (C) 1991,93,96,97,99,2000 Free Software Foundation, Inc.
|
||||||
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
|
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
|
||||||
with help from Dan Sahlin (dan@sics.se) and
|
with help from Dan Sahlin (dan@sics.se) and
|
||||||
commentary by Jim Blandy (jimb@ai.mit.edu);
|
commentary by Jim Blandy (jimb@ai.mit.edu);
|
||||||
@ -34,6 +34,7 @@
|
|||||||
#if defined (_LIBC)
|
#if defined (_LIBC)
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
# include <memcopy.h>
|
# include <memcopy.h>
|
||||||
|
# include <stdlib.h>
|
||||||
#else
|
#else
|
||||||
# define reg_char char
|
# define reg_char char
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991, 93, 94, 95, 96, 97, 99 Free Software Foundation, Inc.
|
/* Copyright (C) 1991,93,94,95,96,97,99,2000 Free Software Foundation, Inc.
|
||||||
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
|
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
|
||||||
with help from Dan Sahlin (dan@sics.se) and
|
with help from Dan Sahlin (dan@sics.se) and
|
||||||
bug fix and commentary by Jim Blandy (jimb@ai.mit.edu);
|
bug fix and commentary by Jim Blandy (jimb@ai.mit.edu);
|
||||||
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <memcopy.h>
|
#include <memcopy.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#undef strchr
|
#undef strchr
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991, 93, 94, 95, 96, 97, 99 Free Software Foundation, Inc.
|
/* Copyright (C) 1991,93,94,95,96,97,99,2000 Free Software Foundation, Inc.
|
||||||
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
|
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
|
||||||
with help from Dan Sahlin (dan@sics.se) and
|
with help from Dan Sahlin (dan@sics.se) and
|
||||||
bug fix and commentary by Jim Blandy (jimb@ai.mit.edu);
|
bug fix and commentary by Jim Blandy (jimb@ai.mit.edu);
|
||||||
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <memcopy.h>
|
#include <memcopy.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#undef __strchrnul
|
#undef __strchrnul
|
||||||
#undef strchrnul
|
#undef strchrnul
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991, 1993, 1997 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1993, 1997, 2000 Free Software Foundation, Inc.
|
||||||
Written by Torbjorn Granlund (tege@sics.se),
|
Written by Torbjorn Granlund (tege@sics.se),
|
||||||
with help from Dan Sahlin (dan@sics.se);
|
with help from Dan Sahlin (dan@sics.se);
|
||||||
commentary by Jim Blandy (jimb@ai.mit.edu).
|
commentary by Jim Blandy (jimb@ai.mit.edu).
|
||||||
@ -19,6 +19,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#undef strlen
|
#undef strlen
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* FPU control word bits. Mips version.
|
/* FPU control word bits. Mips version.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Olaf Flebbe and Ralf Baechle.
|
Contributed by Olaf Flebbe and Ralf Baechle.
|
||||||
|
|
||||||
@ -86,10 +86,10 @@
|
|||||||
#define _FPU_IEEE 0x00000F80
|
#define _FPU_IEEE 0x00000F80
|
||||||
|
|
||||||
/* Type of the control word. */
|
/* Type of the control word. */
|
||||||
typedef unsigned int fpu_control_t __attribute__ ((__mode__ (__HI__)));
|
typedef unsigned int fpu_control_t __attribute__ ((__mode__ (__SI__)));
|
||||||
|
|
||||||
/* Macros for accessing the hardware control word. */
|
/* Macros for accessing the hardware control word. */
|
||||||
#define _FPU_GETCW(cw) __asm__ ("cfc1 %0,$31" : "=r" (cw) : )
|
#define _FPU_GETCW(cw) __asm__ ("cfc1 %0,$31" : "=r" (cw))
|
||||||
#define _FPU_SETCW(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw))
|
#define _FPU_SETCW(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw))
|
||||||
|
|
||||||
/* Default control word set at startup. */
|
/* Default control word set at startup. */
|
||||||
|
Loading…
Reference in New Issue
Block a user