mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:30:58 +08:00
initialize.c (VxWorks section): Update comments.
2010-06-14 Olivier Hainque <hainque@adacore.com> * initialize.c (VxWorks section): Update comments. From-SVN: r160712
This commit is contained in:
parent
e074d476c0
commit
45c9edf6f2
@ -1,3 +1,7 @@
|
||||
2010-06-14 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* initialize.c (VxWorks section): Update comments.
|
||||
|
||||
2010-06-14 Robert Dewar <dewar@adacore.com>
|
||||
|
||||
* a-convec.adb, sem_prag.adb, checks.adb: Minor reformatting
|
||||
|
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user