diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-01 16:02:30 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-01 16:02:30 +0000 |
commit | 440fcad185391d86ec6ded74773a5a01a6b2e201 (patch) | |
tree | ce0ee0c2528527cec6a077e9f2ba04dcb578a7a6 /gcc/ChangeLog | |
parent | 098969f4675c42319fe11d733ad030c15dc64b97 (diff) | |
download | gcc-440fcad185391d86ec6ded74773a5a01a6b2e201.tar.gz |
And last the ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171836 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5f45a01d89..5f89ac407e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,27 @@ +2011-04-01 Kai Tietz <ktietz@redhat.com> + + * config.gcc (*-*-mingw*): Allow as option the + posix threading model. + * config/i386/mingw32.h ( SPEC_PTHREAD1, SPEC_PTHREAD2): + New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT + definition. + (CPP_SPEC): Add pthread/no-pthread handling. + (LIB_SPEC): Likewise. + * config/i386/mingw-w64.h (CPP_SPEC):Likewise. + (LIB_SPEC): Likewise. + * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New + flag to pass -pthread option for shared libgcc build. + (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread + for shared libgcc build. + * config/i386/t-mingw-pthread: New file. + * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT): + New define to enable use of library pthread by default. + * config/i386/mingw.opt (pthread): New driver option. + (no-pthread): New driver option. + * config/i386/cygming.opt: Make sure trailing empty line + is retained. + * config/i386/mingw-w64.opt: Likewise. + 2011-04-01 Gary Funck <gary@intrepid.com> * c-decl.c (grokdeclarator): Fix formatting. |