]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 9 Oct 1998 11:22:46 +0000 (11:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 9 Oct 1998 11:22:46 +0000 (11:22 +0000)
1998-10-09  Ulrich Drepper  <drepper@cygnus.com>

* posix/ptestcases.h: Fix typo.

1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* posix/regex.c (regcomp): Allocate and prepare a fastmap.
(regexec): Allocate regs.start and regs.end as one block.

1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
enum decl.

1998-10-08  Philip Blundell  <pb@nexus.co.uk>

* sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
sigcontext union to ...
* sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here.  New
file.
* sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
version 2.0 kernels.

13 files changed:
ChangeLog
linuxthreads/ChangeLog
linuxthreads/Makefile
linuxthreads/pt-machine.c [new file with mode: 0644]
linuxthreads/sysdeps/alpha/pt-machine.h
linuxthreads/sysdeps/arm/pt-machine.h
linuxthreads/sysdeps/i386/i686/pt-machine.h
linuxthreads/sysdeps/i386/pt-machine.h
linuxthreads/sysdeps/m68k/pt-machine.h
linuxthreads/sysdeps/mips/pt-machine.h
linuxthreads/sysdeps/powerpc/pt-machine.h
linuxthreads/sysdeps/sparc/sparc32/pt-machine.h
linuxthreads/sysdeps/sparc/sparc64/pt-machine.h

index 67bc5dff3d9e6602f3298bfcdb291281742c6cb2..17478e1795b253dc8b31bbed34b30cc0501d3bbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+1998-10-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * posix/ptestcases.h: Fix typo.
+
+1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * posix/regex.c (regcomp): Allocate and prepare a fastmap.
+       (regexec): Allocate regs.start and regs.end as one block.
+
+1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
+       enum decl.
+
+1998-10-08  Philip Blundell  <pb@nexus.co.uk>
+
+       * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
+       sigcontext union to ...
+       * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here.  New
+       file.
+       * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
+       version 2.0 kernels.
+
 1998-10-08  Ulrich Drepper  <drepper@cygnus.com>
 
        * malloc/mtrace.c (tr_reallochook): Produce better output for real
index c93d485326f72c311e074a7dda189ad7f8401bb4..82279145571cadc12c59c5a6e818281cb57e968d 100644 (file)
@@ -3,6 +3,19 @@
        * sysdeps/i386/i686/pt-machine.h: Remove unused inline
        definitions.
 
+       * Makefile (libpthread-routines): Add pt-machine.
+       * pt-machine.c: New file.
+       * sysdeps/alpha/pt-machine.h: Define PT_EI as extern inline is not
+       yet defined.  Use PT_EI in extern inline definitions.
+       * sysdeps/arm/pt-machine.h: Likewise.
+       * sysdeps/i386/pt-machine.h: Likewise.
+       * sysdeps/i386/i686/pt-machine.h: Likewise.
+       * sysdeps/m68k/pt-machine.h: Likewise.
+       * sysdeps/mips/pt-machine.h: Likewise.
+       * sysdeps/powerpc/pt-machine.h: Likewise.
+       * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
+       * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
+
 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * semaphore.h: Include <sys/types.h> so that _pthread_descr
index 742be864453e7d507900d4f92b413e1a0453a91e..c8da9482b5d7038e2d1c9596c0f65a2da0c03687 100644 (file)
@@ -34,7 +34,7 @@ extra-libs-others := $(extra-libs)
 
 libpthread-routines := attr cancel condvar join manager mutex ptfork \
                       ptlongjmp pthread signals specific errno lockfile \
-                      semaphore spinlock wrapsyscall rwlock
+                      semaphore spinlock wrapsyscall rwlock pt-machine
 
 vpath %.c Examples
 tests = ex1 ex2 ex3 ex4 ex5 ex6
diff --git a/linuxthreads/pt-machine.c b/linuxthreads/pt-machine.c
new file mode 100644 (file)
index 0000000..438008d
--- /dev/null
@@ -0,0 +1,22 @@
+/* "Instantiation of machine-dependent pthreads inline functions.
+   Copyright (C) 1998 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 Library General Public License as
+   published by the Free Software Foundation; either version 2 of the
+   License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with the GNU C Library; see the file COPYING.LIB.  If not,
+   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+   Boston, MA 02111-1307, USA.  */
+
+#define PT_EI
+
+#include <pt-machine.h>
index 41b37daf8e56fbd4fd0198d953f1dfa9e0fdc84d..b88629405b4069cc08a023c32d504d1152fd37ec 100644 (file)
    write to the Free Software Foundation, Inc.,  59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 #include <asm/pal.h>
 
 
 /* Spinlock implementation; required.  */
-extern inline long testandset(int *spinlock)
+PT_EI long int
+testandset (int *spinlock)
 {
-  long ret, temp;
+  long int ret, temp;
 
   __asm__ __volatile__(
        "/* Inline spinlock test & set */\n"
@@ -80,9 +85,10 @@ register char *stack_pointer __asm__("$30");
 /* Compare-and-swap for semaphores. */
 
 #define HAS_COMPARE_AND_SWAP
-extern inline int __compare_and_swap(long * p, long oldval, long newval)
+PT_EI int
+__compare_and_swap (long int *p, long int oldval, long int newval)
 {
-  long ret;
+  long int ret;
 
   __asm__ __volatile__ (
        "/* Inline compare & swap */\n"
index 0b9bc01fc123a9f85ec5e1c2d0bbb4b604531f9d..d4dc4c4ed9eace3fe1359bf1ead9664bcf8f3322 100644 (file)
@@ -1,6 +1,6 @@
 /* Machine-dependent pthreads configuration and inline functions.
    ARM version.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Philip Blundell <philb@gnu.org>.
 
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 
 /* This will not work on ARM1 or ARM2 because SWP is lacking on those
    machines.  Unfortunately we have no way to detect this at compile
    time; let's hope nobody tries to use one.  */
 
 /* Spinlock implementation; required.  */
-extern inline int
+PT_EI int
 testandset (int *spinlock)
 {
   register unsigned int ret;
index 8c2d794a8c8fb7652ee747ed095520baccdb42a8..1b193a0c09abf505b4d65d8e89b3a69d5362dd39 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 
 /* Spinlock implementation; required.  */
-extern inline int
+PT_EI int
 testandset (int *spinlock)
 {
   int ret;
@@ -45,7 +49,7 @@ register char * stack_pointer __asm__ ("%esp");
 /* Compare-and-swap for semaphores.  It's always available on i686.  */
 #define HAS_COMPARE_AND_SWAP
 
-extern inline int
+PT_EI int
 __compare_and_swap (long int *p, long int oldval, long int newval)
 {
   char ret;
index 7ed90b7553f64e95a1937c16d923066f1e1b7f41..364b77c9eb71ad98803f55e6c007c70c0b68ab8c 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
 
 /* Spinlock implementation; required.  */
-extern inline int
+PT_EI int
 testandset (int *spinlock)
 {
   int ret;
@@ -49,7 +52,7 @@ register char * stack_pointer __asm__ ("%esp");
 #define HAS_COMPARE_AND_SWAP
 #define TEST_FOR_COMPARE_AND_SWAP
 
-extern inline int
+PT_EI int
 __compare_and_swap (long int *p, long int oldval, long int newval)
 {
   char ret;
@@ -78,7 +81,7 @@ set_eflags (int newflags)
 }
 
 
-extern inline int
+PT_EI int
 compare_and_swap_is_available (void)
 {
   int oldflags = get_eflags ();
index c5c6cabe3534cfb49c4c3f801b8168971648922e..38ea6811435730a926a640b64ac227f05e567c4f 100644 (file)
@@ -1,6 +1,6 @@
 /* Machine-dependent pthreads configuration and inline functions.
    m68k version.
-   Copyright (C) 1996 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <rth@tamu.edu>.
 
    not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 
 /* Spinlock implementation; required.  */
-extern inline int
+PT_EI int
 testandset (int *spinlock)
 {
   char ret;
@@ -44,7 +48,7 @@ register char * stack_pointer __asm__ ("%sp");
 /* Compare-and-swap for semaphores. */
 
 #define HAS_COMPARE_AND_SWAP
-extern inline int
+PT_EI int
 __compare_and_swap (long int *p, long int oldval, long int newval)
 {
   char ret;
index d15da7535bd98c449235022cb3c639619d707f6c..527392308082e00897656cdc110f1f8639cda93d 100644 (file)
@@ -1,6 +1,6 @@
 /* Machine-dependent pthreads configuration and inline functions.
 
-   Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ralf Baechle <ralf@gnu.ai.mit.edu>.
    Based on the Alpha version by Richard Henderson <rth@tamu.edu>.
    yet correctly.  There is however a better solution for R3000
    uniprocessor machines possible.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 
 /* Spinlock implementation; required.  */
-extern inline long testandset(int *spinlock)
+PT_EI long int
+testandset (int *spinlock)
 {
-  long ret, temp;
+  long int ret, temp;
 
   __asm__ __volatile__(
        "# Inline spinlock test & set\n\t"
@@ -61,7 +66,8 @@ register char * stack_pointer __asm__ ("$29");
 /* Compare-and-swap for semaphores. */
 
 #define HAS_COMPARE_AND_SWAP
-extern inline int __compare_and_swap(long * p, long oldval, long newval)
+PT_EI int
+__compare_and_swap (long int *p, long int oldval, long int newval)
 {
   long ret;
 
index 7829c779e63b47b12ee15c64c3f6fe08c1c91eed..578369a7fe921ef30f622d7bbeb94b0a20521249 100644 (file)
 /* These routines are from Appendix G of the 'PowerPC 601 RISC Microprocessor
    User's Manual', by IBM and Motorola.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 /* For multiprocessor systems, we want to ensure all memory accesses
    are completed before we reset a lock.  */
 #if 0
@@ -42,10 +46,10 @@ register char * stack_pointer __asm__ ("r1");
 #if BROKEN_PPC_ASM_CR0
 static
 #else
-extern inline
+PT_EI
 #endif
 int
-__compare_and_swap (long *p, long oldval, long newval)
+__compare_and_swap (long int *p, long int oldval, long int newval)
 {
   int ret;
 
index ea9685b59dd6f012cf6941e409159540665eafdd..69af8579aa9148230bcc83cb5653c314eae426f8 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 /* Spinlock implementation; required.  */
-static inline int testandset(int *spinlock)
+PT_EI int
+testandset (int *spinlock)
 {
   int ret;
 
index 768956197ddc57fb9636d3732b36c90c884f2302..c4489b3d826f90b9a88d8a569d039c2d8adb2e49 100644 (file)
    not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 
 /* Spinlock implementation; required.  */
-extern inline int
+PT_EI int
 testandset (int *spinlock)
 {
   int ret;
@@ -36,7 +40,7 @@ testandset (int *spinlock)
 /* Get some notion of the current stack.  Need not be exactly the top
    of the stack, just something somewhere in the current frame.  */
 #define CURRENT_STACK_FRAME  stack_pointer
-register char * stack_pointer __asm__ ("%sp");
+register char *stack_pointer __asm__ ("%sp");
 
 
 /* Registers %g6 and %g7 are reserved by the ABI for "system use".  It
@@ -54,7 +58,7 @@ register struct _pthread_descr_struct *__thread_self __asm__("%g6");
 /* Compare-and-swap for semaphores. */
 
 #define HAS_COMPARE_AND_SWAP
-extern inline int
+PT_EI int
 __compare_and_swap (long int *p, long int oldval, long int newval)
 {
   long int readval;