File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9579,9 +9579,10 @@ It is false if we must use @command{collect2}.
9579
9579
9580
9580
@deftypevr {Target Hook} bool TARGET_DTORS_FROM_CXA_ATEXIT
9581
9581
This value is true if the target wants destructors to be queued to be
9582
- run from __cxa_atexit. If this is the case then, for each priority level,
9583
- a new constructor will be entered that registers the destructors for that
9584
- level with __cxa_atexit (and there will be no destructors emitted).
9582
+ run from @code{__cxa_atexit}. If this is the case then, for each
9583
+ priority level, a new constructor will be entered that registers the
9584
+ destructors for that level with @code{__cxa_atexit} (and there will be
9585
+ no destructors emitted).
9585
9586
It is false the method implied by @code{have_ctors_dtors} is used.
9586
9587
@end deftypevr
9587
9588
Original file line number Diff line number Diff line change @@ -7238,9 +7238,10 @@ It is false if we must use @command{collect2}.",
7238
7238
DEFHOOKPOD
7239
7239
(dtors_from_cxa_atexit,
7240
7240
"This value is true if the target wants destructors to be queued to be\n\
7241
- run from __cxa_atexit. If this is the case then, for each priority level,\n\
7242
- a new constructor will be entered that registers the destructors for that\n\
7243
- level with __cxa_atexit (and there will be no destructors emitted).\n\
7241
+ run from @code{__cxa_atexit}. If this is the case then, for each\n\
7242
+ priority level, a new constructor will be entered that registers the\n\
7243
+ destructors for that level with @code{__cxa_atexit} (and there will be\n\
7244
+ no destructors emitted).\n\
7244
7245
It is false the method implied by @code{have_ctors_dtors} is used.",
7245
7246
bool, false)
7246
7247
You can’t perform that action at this time.
0 commit comments