From: Ulrich Drepper Date: Thu, 18 Nov 1999 00:34:12 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-glibc-2_1_3~177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=404127bca0508b64a40b6e77161cd555124408fa;p=thirdparty%2Fglibc.git Update. * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove greg_t, gregset_t, fpregset_t, and NGREG definitions. --- diff --git a/ChangeLog b/ChangeLog index 25dfdb23236..5ecb2e18e7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-11-17 Ulrich Drepper + * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove greg_t, + gregset_t, fpregset_t, and NGREG definitions. + * locale/programs/ld-ctype.c: Implement character width information handling. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index ab2eab4c401..f7fcf3e5fcc 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +1999-11-17 Ulrich Drepper + + * charmaps/ISO-8859-1: Add width information. + 1999-11-12 Ulrich Drepper * charmaps/ISO-8859-7: Fix 0xa1 mapping. diff --git a/localedata/charmaps/ISO-8859-1 b/localedata/charmaps/ISO-8859-1 index d771128f725..0efd36b409d 100644 --- a/localedata/charmaps/ISO-8859-1 +++ b/localedata/charmaps/ISO-8859-1 @@ -353,3 +353,10 @@ CHARMAP /x7D RIGHT CURLY BRACKET /x7E TILDE END CHARMAP + +WIDTH +... 0 +...<'?> 1 +
... 0 +... 1 +END WIDTH diff --git a/sysdeps/unix/sysv/linux/alpha/sys/procfs.h b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h index 87f8e4cd17e..a9ae104e56a 100644 --- a/sysdeps/unix/sysv/linux/alpha/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h @@ -40,11 +40,6 @@ struct elf_siginfo int si_errno; /* Errno. */ }; -typedef elf_greg_t greg_t; -typedef elf_gregset_t gregset_t; -typedef elf_fpregset_t fpregset_t; -#define NGREG ELF_NGREG - /* Definitions to generate Intel SVR4-like core files. These mostly have the same names as the SVR4 types with "elf_" tacked on the front to prevent clashes with linux definitions, and the typedef