forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re PR target/55268 (gcc4.8 mingw-w64 wrong stdcall import symbols gen…
…erated after rev 193204) PR target/55268 * i386.c (ix86_mangle_decl_assembler_name): Use SUBTARGET_MANGLE_DECL_ASSEMBLER_NAME if defined. * cygming.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Rename to SUBTARGET_MANGLE_DECL_ASSEMBLER_NAME. From-SVN: r193666
- Loading branch information
Kai Tietz
authored and
Kai Tietz
committed
Nov 20, 2012
1 parent
25caa91
commit 4a397c3
Showing
3 changed files
with
13 additions
and
2 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,11 @@ | ||
2012-11-20 Kai Tietz <[email protected]> | ||
|
||
PR target/55268 | ||
* i386.c (ix86_mangle_decl_assembler_name): Use | ||
SUBTARGET_MANGLE_DECL_ASSEMBLER_NAME if defined. | ||
* cygming.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Rename | ||
to SUBTARGET_MANGLE_DECL_ASSEMBLER_NAME. | ||
|
||
2012-11-20 Uros Bizjak <[email protected]> | ||
|
||
* config/i386/i386.c (ix86_expand_call): Emit CLOBBERs in VOIDmode. | ||
|
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