diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-17 01:14:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-17 01:14:51 +0000 |
commit | 629cd0b8084ed8b7bf6ac9bea97be2363a064412 (patch) | |
tree | 435566bf1562772b907a5f0f9205f87d73556c1f /ChangeLog | |
parent | eca90c85f5c58634c573a6c59b382173fb2424bd (diff) | |
download | glibc-629cd0b8084ed8b7bf6ac9bea97be2363a064412.tar.gz glibc-629cd0b8084ed8b7bf6ac9bea97be2363a064412.tar.xz glibc-629cd0b8084ed8b7bf6ac9bea97be2363a064412.zip |
Update.
* sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Move x86_cap_flags and x86_platforms data into new file after prepending _dl_. Change users. * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: New file. * sysdeps/unix/sysv/linux/i386/Dist: Add dl-procinfo.c. * sysdeps/unix/sysv/linux/i386/Makefile: Add rules to build dl-procinfo.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 502617a646..c605ec469f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2001-01-16 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Move x86_cap_flags and + x86_platforms data into new file after prepending _dl_. Change + users. + * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: New file. + * sysdeps/unix/sysv/linux/i386/Dist: Add dl-procinfo.c. + * sysdeps/unix/sysv/linux/i386/Makefile: Add rules to build + dl-procinfo.c. + * setjmp/setjmp.h: Cleanup definition of setjmp macro. * sysdeps/i386/elf/bsd-setjmp.S: Real implementation. |