Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2003-06-04  Jakub Jelinek  <jakub@redhat.com>

	* config.make.in (ASFLAGS-config): New.
	* Makeconfig (ASFLAGS): Append $(ASFLAGS-config).
	* configure.in (libc_cv_as_noexecstack): New check.
	(ASFLAGS_config): Substitute.

2003-06-04  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/fpu/bits/mathinline.h (log1p, asinh, acosh, atanh,
	hypot, logb): Protect with #ifdef __FAST_MATH__.

2003-06-04  Thorsten Kukuk  <kukuk@suse.de>

	* sysdeps/i386/fpu/bits/mathinline.h (ldexpf, ldexpl): Protect with
	#ifdef __FAST_MATH__.

	_POSIX_ prefix.
  • Loading branch information
Ulrich Drepper committed Jun 6, 2003
1 parent 4ad0bbf commit cc7ee40
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
2003-06-04 Jakub Jelinek <jakub@redhat.com>

* config.make.in (ASFLAGS-config): New.
* Makeconfig (ASFLAGS): Append $(ASFLAGS-config).
* configure.in (libc_cv_as_noexecstack): New check.
(ASFLAGS_config): Substitute.

2003-06-04 Jakub Jelinek <jakub@redhat.com>

* sysdeps/i386/fpu/bits/mathinline.h (log1p, asinh, acosh, atanh,
hypot, logb): Protect with #ifdef __FAST_MATH__.

2003-06-04 Thorsten Kukuk <kukuk@suse.de>

* sysdeps/i386/fpu/bits/mathinline.h (ldexpf, ldexpl): Protect with
#ifdef __FAST_MATH__.

2003-06-03 Ulrich Drepper <drepper@redhat.com>

* sysdeps/generic/glob.c [HAVE_D_TYPE] (glob_in_dir): Also allow
DT_LNK entries if GLOB_ONLYDIR is set [PR libc/5043].
* posix/globtest.sh: Adjust for this change.

2003-06-02 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/ifaddrs.c (netlink_open): Call getsockname
to get the actual PID value used in the records passed up.
(getifaddrs): Don't initialize nh.pid here.
Expand All @@ -18,7 +33,7 @@
* po/zh_CN.po: Update from translation team.

* posix/getconf.c (main): Also recognize names without the
__POSIX_ prefix.
_POSIX_ prefix.

* elf/Makefile (CFLAGS-dl-lookup.c): Define.

Expand Down
2 changes: 1 addition & 1 deletion nptl/Banner
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NPTL 0.43 by Ulrich Drepper
NPTL 0.44 by Ulrich Drepper

0 comments on commit cc7ee40

Please sign in to comment.