forked from cbarne200/gcc68k
-
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.
2014-09-18 Olivier Hainque <[email protected]>
gcc/ * config.gcc (powerpc-wrs-vxworksmils): New configuration. * config/rs6000/t-vxworksmils: New file. * config/rs6000/vxworksmils.h: New file. libgcc/ * config.host (powerpc-wrs-vxworksmils): New configuration, same as vxworksae. contrib/ * config-list.mk (LIST): Add powerpc-wrs-vxworksmils. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215377 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
hainque
committed
Sep 19, 2014
1 parent
cc3d221
commit 6c352a9
Showing
8 changed files
with
62 additions
and
3 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,7 @@ | ||
2014-09-19 Olivier Hainque <[email protected]> | ||
|
||
* config-list.mk (LIST): Add powerpc-wrs-vxworksmils. | ||
|
||
2014-09-18 Joel Sherrill <[email protected]> | ||
|
||
* config-list.mk (LIST): Add v850-rtems. | ||
|
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2014-09-19 Olivier Hainque <[email protected]> | ||
|
||
* config.gcc (powerpc-wrs-vxworksmils): New configuration. | ||
* config/rs6000/t-vxworksmils: New file. | ||
* config/rs6000/vxworksmils.h: New file. | ||
|
||
2014-09-19 Olivier Hainque <[email protected]> | ||
|
||
* varasm.c (default_section_type_flags): Flag .persistent.bss | ||
|
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,10 @@ | ||
# Multilibs for VxWorks MILS. | ||
|
||
MULTILIB_OPTIONS = msoft-float | ||
MULTILIB_MATCHES = | ||
MULTILIB_EXCEPTIONS = | ||
|
||
# Mils provides headers for the vthreads environment only, so we force | ||
# that option on all the variants: | ||
|
||
TCFLAGS += -mvthreads |
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,29 @@ | ||
/* PowerPC VxWorks MILS target definitions for GNU compiler. Overrides | ||
on top of the canonical VxWorks definitions. | ||
Copyright (C) 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/>. */ | ||
|
||
/* This platform supports the probing method of stack checking and | ||
requires 4K of space for executing a possible last chance handler. */ | ||
#undef STACK_CHECK_PROTECT | ||
#define STACK_CHECK_PROTECT 4096 | ||
|
||
/* VxWorksMILS for E500V2 expects a specific CPU value to designate 8548. */ | ||
#undef VXCPU_FOR_8548 | ||
#define VXCPU_FOR_8548 "PPC85XX" |
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,8 @@ | ||
2014-09-19 Olivier Hainque <[email protected]> | ||
|
||
* config.host (powerpc-wrs-vxworksmils): New configuration, | ||
same as vxworksae. | ||
|
||
2014-09-18 Joseph Myers <[email protected]> | ||
|
||
* libgcc2.c (CEXT): Define using __LIBGCC_*_FUNC_EXT__. | ||
|
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