diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-07-18 15:05:20 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-07-18 15:05:20 +0000 |
commit | ab4b2481529bf4e1c57dc430721b4bfc9cf27f40 (patch) | |
tree | 719b38f7686c216558e397b3ccc0d5906a1e45dc /winsup/mingw/ChangeLog | |
parent | f9a5b8ea6a1cb5e5e758d2e18cca5849b2237671 (diff) | |
download | newlib-ab4b2481529bf4e1c57dc430721b4bfc9cf27f40.zip newlib-ab4b2481529bf4e1c57dc430721b4bfc9cf27f40.tar.gz newlib-ab4b2481529bf4e1c57dc430721b4bfc9cf27f40.tar.bz2 |
2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>
* cpu_features.c: replace gcc-specific construct with portable alternative
and match the code a few lines above.
* crt1.c: remove gcc-specific noreturn attribute with mingw alternative
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r-- | winsup/mingw/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 55bd536..6cebfaa 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,11 @@ 2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net> + * cpu_features.c: replace gcc-specific construct with portable alternative + and match the code a few lines above. + * crt1.c: remove gcc-specific noreturn attribute with mingw alternative + +2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net> + * include/_mingw.h: Changes required for PCC compiler. 2009-07-18 Jeff Lu <jll544@yahoo.com> |