diff options
author | Richard Henderson <rth@redhat.com> | 2000-03-20 22:08:26 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2000-03-20 22:08:26 +0000 |
commit | cf9e0cbc6d8cb8b72c543cbfc0fbc06441c39be4 (patch) | |
tree | 51d2ee71015c0858974909930c1a8f820300c451 | |
parent | e994fb1b77d151b416598d5a9b89039f26a5fd72 (diff) | |
download | glibc-cf9e0cbc6d8cb8b72c543cbfc0fbc06441c39be4.tar.gz glibc-cf9e0cbc6d8cb8b72c543cbfc0fbc06441c39be4.tar.xz glibc-cf9e0cbc6d8cb8b72c543cbfc0fbc06441c39be4.zip |
* sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase in GLIBC_2.1.4.
* sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase in GLIBC_2.1.4. 2000-03-20 Richard Henderson <rth@cygnus.com>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/Versions | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 8e6f0d7f51..9223e06ba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-03-20 Richard Henderson <rth@cygnus.com> + * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase + in GLIBC_2.1.4. + +2000-03-20 Richard Henderson <rth@cygnus.com> + * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead of arithmetic instructions. diff --git a/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions index d1b0e48711..7eee0f76fa 100644 --- a/sysdeps/unix/sysv/linux/alpha/Versions +++ b/sysdeps/unix/sysv/linux/alpha/Versions @@ -46,7 +46,7 @@ libc { # w* wait4; } - GLIBC_2.1.3 { + GLIBC_2.1.4 { pciconfig_iobase; } } |