mirrored from git://gcc.gnu.org/git/gcc.git
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.gcc (*-*-cygwin*): Use __cxa_atexit by default.
2014-08-19 Yaakov Selkowitz <[email protected]> * config.gcc (*-*-cygwin*): Use __cxa_atexit by default. (extra_options): Add i386/cygwin.opt. * config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared. (CPP_SPEC): Accept -pthread. (LINK_SPEC): Ditto. (GOMP_SELF_SPECS): Update comment. * config/i386/cygwin.opt: New file for -pthread flag. From-SVN: r214161
- Loading branch information
1 parent
8020a4d
commit 301f440
Showing
4 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2014-08-19 Yaakov Selkowitz <[email protected]> | ||
|
||
* config.gcc (*-*-cygwin*): Use __cxa_atexit by default. | ||
(extra_options): Add i386/cygwin.opt. | ||
* config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared. | ||
(CPP_SPEC): Accept -pthread. | ||
(LINK_SPEC): Ditto. | ||
(GOMP_SELF_SPECS): Update comment. | ||
* config/i386/cygwin.opt: New file for -pthread flag. | ||
|
||
2014-08-19 David Malcolm <[email protected]> | ||
|
||
* df-core.c (DF_REF_INSN): New, using a checked cast for now. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
; Cygwin-specific options. | ||
|
||
; Copyright (C) 2013-2014 Free Software Foundation, Inc. | ||
; | ||
; This file is part of GCC. | ||
; | ||
; GCC is free software; you can redistribute it and/or modify it under | ||
; the terms of the GNU General Public License as published by the Free | ||
; Software Foundation; either version 3, or (at your option) any later | ||
; version. | ||
; | ||
; GCC is distributed in the hope that it will be useful, but WITHOUT ANY | ||
; WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
; for more details. | ||
; | ||
; You should have received a copy of the GNU General Public License | ||
; along with GCC; see the file COPYING3. If not see | ||
; <http://www.gnu.org/licenses/>. | ||
|
||
pthread | ||
Driver | ||
|
||
; Retain blank line above |