diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-17 00:36:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-17 00:36:30 +0000 |
commit | ec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5 (patch) | |
tree | ade4c910c2fec999c78f126ffff05dbd8c251880 /linuxthreads/ChangeLog | |
parent | 01d1a5b62005298c927141d13981daac6be659a2 (diff) | |
download | glibc-ec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5.tar.gz glibc-ec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5.tar.xz glibc-ec562b3d7a7a60f9ae2f6fd9747c4972c02a15a5.zip |
Update.
* Makefile (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 8ceadaff01..aa115ee3d7 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,7 +1,7 @@ 2002-01-14 Martin Schwidefsky <schwidefsky@de.ibm.com> - * linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add - -fno-inline-functions to prevent automatic inline. + * Makefile (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent + automatic inline. 2002-01-12 Andreas Schwab <schwab@suse.de> |