forked from gcc-mirror/gcc
-
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.
2011-09-26 Tristan Gingold <gingold@adacore.com>
* inclhack.def (ms_define_can_use_extern_prefix): (vms_use_pragma_extern_model, vms_disable_decc_string_builtins): New fixes. * fixincl.x: Regenerate. * tests/base/rtldef/string.h: New test. * tests/base/rtldef/decc$types.h: Likewise. * tests/base/testing.h: Update git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179192 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
gingold
committed
Sep 26, 2011
1 parent
5bca95a
commit f13b86b
Showing
6 changed files
with
254 additions
and
5 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
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,21 @@ | ||
/* DO NOT EDIT THIS FILE. | ||
It has been auto-edited by fixincludes from: | ||
"fixinc/tests/inc/rtldef/decc$types.h" | ||
This had to be done to correct non-standard usages in the | ||
original, manufacturer supplied header file. */ | ||
|
||
|
||
|
||
#if defined( VMS_DEFINE_CAN_USE_EXTERN_PREFIX_CHECK ) | ||
# else | ||
# if defined(__DECCXX) | ||
# define __CAN_USE_EXTERN_PREFIX 1 | ||
# elif defined (__GNUC__) | ||
# define __CAN_USE_EXTERN_PREFIX 1 | ||
# endif | ||
# endif | ||
|
||
#endif /* VMS_DEFINE_CAN_USE_EXTERN_PREFIX_CHECK */ |
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,15 @@ | ||
/* DO NOT EDIT THIS FILE. | ||
It has been auto-edited by fixincludes from: | ||
"fixinc/tests/inc/rtldef/string.h" | ||
This had to be done to correct non-standard usages in the | ||
original, manufacturer supplied header file. */ | ||
|
||
|
||
|
||
#if defined( VMS_DISABLE_DECC_STRING_BUILTINS_CHECK ) | ||
#if !defined(__VAX) && !defined(__GNUC__) | ||
|
||
#endif /* VMS_DISABLE_DECC_STRING_BUILTINS_CHECK */ |
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