diff options
author | Olivier Hainque <hainque@adacore.com> | 2010-06-14 08:31:33 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-14 10:31:33 +0200 |
commit | 45c9edf6f2e00eac7b68c7844470a31c01481e19 (patch) | |
tree | fd81f85f9e8e36fc034ed9bfdaaf378ae0807e8c /gcc/ada/initialize.c | |
parent | e074d476c09c72c6e35c904a61caf874afbb567a (diff) | |
download | gcc-45c9edf6f2e00eac7b68c7844470a31c01481e19.zip gcc-45c9edf6f2e00eac7b68c7844470a31c01481e19.tar.gz gcc-45c9edf6f2e00eac7b68c7844470a31c01481e19.tar.bz2 |
initialize.c (VxWorks section): Update comments.
2010-06-14 Olivier Hainque <hainque@adacore.com>
* initialize.c (VxWorks section): Update comments.
From-SVN: r160712
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 fbbdf60..32ea0e5 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)) { |