Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2000-06-22  Jes Sorensen  <jes@linuxcare.com>

	* shlib-versions: Bump so versions to 6.1 for libc and libm on the
	ia64 to allow 2.2+ libraries to coexist with 2.1 ones.
  • Loading branch information
Ulrich Drepper committed Jun 22, 2000
1 parent 2fcbf75 commit 33256e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2000-06-22 Jes Sorensen <jes@linuxcare.com>

* shlib-versions: Bump so versions to 6.1 for libc and libm on the
ia64 to allow 2.2+ libraries to coexist with 2.1 ones.

2000-06-22 Ulrich Drepper <drepper@redhat.com>

* io/sys/stat.h: Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.
Expand Down
4 changes: 2 additions & 2 deletions shlib-versions
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ powerpc-.*-.* libm=6
mips.*-.*-linux.* libm=6 GLIBC_2.0 GLIBC_2.2
mips.*-.*-.* libm=6
arm.*-.*-.* libm=6
ia64-.*-.* libm=6 GLIBC_2.2
ia64-.*-.* libm=6.1 GLIBC_2.2
sh.*-.*-.* libm=6 GLIBC_2.2

# We provide libc.so.6 for Linux kernel versions 2.0 and later.
alpha.*-.*-linux.* libc=6.1
# Working mips versions were never released between 2.0 and 2.2.
mips.*-.*-linux.* libc=6 GLIBC_2.0 GLIBC_2.2
ia64-.*-.* libc=6 GLIBC_2.2
ia64-.*-.* libc=6.1 GLIBC_2.2
sh.*-.*-.* libc=6 GLIBC_2.2
.*-.*-linux.* libc=6

Expand Down

0 comments on commit 33256e8

Please sign in to comment.