diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7a428118bd..6dfe7ff734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-11-26 Thorsten Kukuk <kukuk@suse.de> + + * sysdeps/gnu/siglist.h: If SIGPWR == SIGLOST, don't include SIGPWR + message. + * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Include + asm/ptrace.h, since this will not be done with 2.3.xx automatically + * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise. + +1999-11-26 Ulrich Drepper <drepper@cygnus.com> + + * locale/iso-3166.def: Update from latest official list. + 1999-11-26 Andreas Jaeger <aj@suse.de> * libio/libioP.h: Remove duplicate declaration of _IO_wsetb. diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h b/sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h index 198f5cfc74..15b4f76cc0 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h @@ -20,6 +20,7 @@ #include <sys/uio.h> #include <stdio-common/_itoa.h> +#include <asm/ptrace.h> #include <bits/sigcontext.h> /* We will print the register dump in this format: diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h b/sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h index ccfb881d98..b1184ec889 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h @@ -20,6 +20,7 @@ #include <sys/uio.h> #include <stdio-common/_itoa.h> +#include <asm/ptrace.h> #include <bits/sigcontext.h> /* We will print the register dump in this format: |