mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
* sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove greg_t, gregset_t, fpregset_t, and NGREG definitions.
This commit is contained in:
parent
827ff7580a
commit
404127bca0
@ -1,5 +1,8 @@
|
||||
1999-11-17 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* 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.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-11-17 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* charmaps/ISO-8859-1: Add width information.
|
||||
|
||||
1999-11-12 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* charmaps/ISO-8859-7: Fix 0xa1 mapping.
|
||||
|
@ -353,3 +353,10 @@ CHARMAP
|
||||
<right-curly-bracket> /x7D <U007D> RIGHT CURLY BRACKET
|
||||
<tilde> /x7E <U007E> TILDE
|
||||
END CHARMAP
|
||||
|
||||
WIDTH
|
||||
<NU>...<US> 0
|
||||
<SP>...<'?> 1
|
||||
<DT>...<AC> 0
|
||||
<NS>...<y:> 1
|
||||
END WIDTH
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user