Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
2005-05-30  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
	GLRO(dl_osversion) has been already set to a value smaller than
	_dl_discover_osversion (), don't overwrite it here.

	* sysdeps/alpha/divl.S: Use it.
	* sysdeps/alpha/divq.S: Likewise
	* sysdeps/alpha/divqu.S: Likewise.
	* sysdeps/alpha/reml.S: Likewise.
	* sysdeps/alpha/remq.S: Likewise.
	* sysdeps/alpha/remqu.S: Likewise.
	* gmon/gmon.c: Add space in weak_alias use.
  • Loading branch information
Ulrich Drepper committed May 30, 2005
1 parent 609b254 commit 6b4b971
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2005-05-30 Jakub Jelinek <jakub@redhat.com>

* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
GLRO(dl_osversion) has been already set to a value smaller than
_dl_discover_osversion (), don't overwrite it here.

2005-05-24 Thomas Schwinge <schwinge@nic-nac-project.de>

* sysdeps/mach/i386/syscall.S (syscall): Call END.
Expand All @@ -18,9 +24,12 @@
typo in _dl_call_pltexit argument loading.

* sysdeps/alpha/div_libc.h (funcnoplt): New.
* sysdeps/alpha/divl.S, sysdeps/alpha/divq.S: Use it.
* sysdeps/alpha/divqu.S, sysdeps/alpha/reml.S: Likewise.
* sysdeps/alpha/remq.S, sysdeps/alpha/remqu.S: Likewise.
* sysdeps/alpha/divl.S: Use it.
* sysdeps/alpha/divq.S: Likewise
* sysdeps/alpha/divqu.S: Likewise.
* sysdeps/alpha/reml.S: Likewise.
* sysdeps/alpha/remq.S: Likewise.
* sysdeps/alpha/remqu.S: Likewise.

2005-05-26 Andreas Schwab <schwab@suse.de>

Expand All @@ -39,7 +48,7 @@

2005-05-25 Dwayne Grant McConnell <dgm69@us.ibm.com>

* gmon/gmon.c: Add space inf weak_alias use.
* gmon/gmon.c: Add space in weak_alias use.
* linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
* sysdeps/alpha/htonl.S: Likewise.
* sysdeps/alpha/htons.S: Likewise.
Expand Down

0 comments on commit 6b4b971

Please sign in to comment.