diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-15 22:08:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-15 22:08:18 +0000 |
commit | c06b947ef189e2fa8bc9586c4010aa2dae6facb9 (patch) | |
tree | 188a303976540bf6af6b47aabc71b6d4211bd5aa /ChangeLog | |
parent | dff07c4bd402944ea0abb544232541fd9a4c5429 (diff) | |
download | glibc-c06b947ef189e2fa8bc9586c4010aa2dae6facb9.tar glibc-c06b947ef189e2fa8bc9586c4010aa2dae6facb9.tar.gz glibc-c06b947ef189e2fa8bc9586c4010aa2dae6facb9.tar.bz2 glibc-c06b947ef189e2fa8bc9586c4010aa2dae6facb9.zip |
Update.
* stdio-common/tst-printf.c (main): Comment out one test which
checked the compiler's ability to fold floating-point constants
but not really printf.
(rfg3): Make s const.
* stdio-common/tst-printf.sh: Adjust for removed test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2002-03-15 Ulrich Drepper <drepper@redhat.com> + * stdio-common/tst-printf.c (main): Comment out one test which + checked the compiler's ability to fold floating-point constants + but not really printf. + (rfg3): Make s const. + * stdio-common/tst-printf.sh: Adjust for removed test. + * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an internal function. Adjust for internal_function calling convention. * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal |