diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2007-03-30 00:49:56 +0000 |
---|---|---|
committer | Dave Korn <dave.korn.cygwin@gmail.com> | 2007-03-30 00:49:56 +0000 |
commit | 2c58b5a5e8cf5fcc361bf1de60f4ca5b5ca08620 (patch) | |
tree | 7c7e407eb9adcd6f13d7e73fd0f9576ccbee2920 /newlib/ChangeLog | |
parent | ee5005ab53e01b21b5f0387efa74da3fcf0c1050 (diff) | |
download | cygnal-2c58b5a5e8cf5fcc361bf1de60f4ca5b5ca08620.tar.gz cygnal-2c58b5a5e8cf5fcc361bf1de60f4ca5b5ca08620.tar.bz2 cygnal-2c58b5a5e8cf5fcc361bf1de60f4ca5b5ca08620.zip |
2007-03-30 Dave Korn <dave.korn@artimi.com>
* libc/include/stdio.h (_ELIDABLE_INLINE): New macro to conceal
conflicting inline semantics between C99 and GNU89.
(__sgetc_r): Replace static inline with _ELIDABLE_INLINE to be
compatible with -fkeep-inline-functions usage.
(__sputc_r): Likewise for consistency even though disabled.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index fa0a2780e..a7a3ed6bc 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2007-03-30 Dave Korn <dave.korn@artimi.com> + + * libc/include/stdio.h (_ELIDABLE_INLINE): New macro to conceal + conflicting inline semantics between C99 and GNU89. + (__sgetc_r): Replace static inline with _ELIDABLE_INLINE to be + compatible with -fkeep-inline-functions usage. + (__sputc_r): Likewise for consistency even though disabled. + 2007-03-29 Nick Clifton <nickc@redhat.com> Reflect changes made to generic vfprintf.c: |