diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-01 22:22:57 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-01 22:22:57 +0000 |
commit | 9e169c4bf36a38689550c059570c57efbf00a6fb (patch) | |
tree | 95e6800f7ac2a49ff7f799d96f04172320e70ac0 /gcc/ada/initialize.c | |
parent | 6170dfb6edfb7b19f8ae5209b8f948fe0076a4ad (diff) | |
download | gcc-vect256.tar.gz |
Merged trunk at revision 161680 into branch.vect256
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/vect256@161681 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/initialize.c')
-rw-r--r-- | gcc/ada/initialize.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gcc/ada/initialize.c b/gcc/ada/initialize.c index fbbdf605275..32ea0e5c7f3 100644 --- a/gcc/ada/initialize.c +++ b/gcc/ada/initialize.c @@ -307,13 +307,10 @@ __gnat_initialize (void *eh) or the other, except for the mixed Ada/C++ case in which the first scheme would fail for the same reason as in the linked-with-kernel situation. - Selecting the crt set with the ctors/dtors capabilities (first scheme - above) is triggered by adding "-dynamic" to the gcc *link* command line - options. Selecting the other set is achieved by using "-static" instead. - - This is a first approach, tightly synchronized with a number of GCC - configuration and crtstuff changes. We need to ensure that those changes - are there to activate this circuitry. */ + The crt set selection is controlled by command line options via GCC's + STARTFILE_SPEC in rs6000/vxworks.h. This is tightly synchronized with a + number of other GCC configuration and crtstuff changes, and we need to + ensure that those changes are there to activate this circuitry. */ #if (__GNUC__ >= 3) && (defined (_ARCH_PPC) || defined (__ppc)) { |