diff options
author | Roland McGrath <roland@gnu.org> | 1995-07-26 14:04:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-07-26 14:04:19 +0000 |
commit | 4e1bac76a81d99ff4658fb86edb04356d357017d (patch) | |
tree | 6050ea749a98995c62fc462f0f1ae6ebca5afd57 /ChangeLog | |
parent | 3d61b63cc722951e3a5261e6bc3f0488eb35d441 (diff) | |
download | glibc-4e1bac76a81d99ff4658fb86edb04356d357017d.tar.gz glibc-4e1bac76a81d99ff4658fb86edb04356d357017d.tar.xz glibc-4e1bac76a81d99ff4658fb86edb04356d357017d.zip |
* stdio/vfscanf.c (conv_error): Simplify expression to avoid
"value computed is not used" warning. * Makeconfig (+gccwarn): Removed -Wconversion. * csu/initfini.c (GLOBAL): Macro removed. (_init, _fini): Always define globally. * csu/Makefile (crtstuff, initfini): Don't make crt[in]_s.o.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ac62c30f52..5313f8e306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ Wed Jul 26 02:00:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * stdio/vfscanf.c (conv_error): Simplify expression to avoid + "value computed is not used" warning. + + * Makeconfig (+gccwarn): Removed -Wconversion. + + * csu/initfini.c (GLOBAL): Macro removed. + (_init, _fini): Always define globally. + * csu/Makefile (crtstuff, initfini): Don't make crt[in]_s.o. + * asia, backward, europe, leapseconds, southamerica: New data from ADO's 95e. |