lib/csu/dynamic/init_test:jcr_test -> failed: /usr/src/lib/csu/tests/init_test.c:80: .jcr not run [0.001s]
lib/csu/dynamiclib/init_test:jcr_test -> failed: /usr/src/lib/csu/tests/init_test.c:80: .jcr not run [0.002s]
lib/csu/static/init_test:jcr_test -> failed: /usr/src/lib/csu/tests/init_test.c:80: .jcr not run [0.001s]
lib/libc/resolv/resolv_test:getaddrinfo_test -> failed: /usr/src/lib/libc/tests/resolv/resolv_test.c:299: run_tests(_hostlist_file, METHOD_GETADDRINFO) == 0 not met [278.492s]
lib/libc/sys/stat_test:stat_socket -> failed: /usr/src/contrib/netbsd-tests/lib/libc/sys/t_stat.c:355: Expected error 36, got 61, in connect(fd, (struct sockaddr *)&addr, sizeof(struct sockaddr_in)) == -1 [0.002s]
lib/msun/ctrig_test:test_inf_inputs -> failed: 16 checks failed; see output for more details [0.003s]
sys/acl/00:main -> failed: 1 of 4 tests failed [0.039s]
sys/acl/02:main -> failed: 1 of 4 tests failed [0.110s]
sys/audit/administrative:acct_failure -> failed: acct.*13117.*return,failure not found in auditpipe within the time limit [11.089s]
.jcr
确实没了,另外系统可能有点假死(雾)
.jcr
段)--- crtbegin.c.orig 2021-06-21 18:09:59.796723000 +0800
+++ crtbegin.c 2021-06-21 18:11:34.154714000 +0800
@@ -94,35 +94,3 @@
);
#endif
-/*
- * Handler for gcj. These provide a _Jv_RegisterClasses function and fill
- * out the .jcr section. We just need to call this function with a pointer
- * to the appropriate section.
- */
-extern void _Jv_RegisterClasses(void *) __weak_symbol;
-static void register_classes(void) __used;
-
-static crt_func __JCR_LIST__[] __section(".jcr") __used = { };
-
-#ifndef CTORS_CONSTRUCTORS
-__attribute__((constructor))
-#endif
-static void
-register_classes(void)
-{
-
- if (_Jv_RegisterClasses != NULL && __JCR_LIST__[0] != 0)
- _Jv_RegisterClasses(__JCR_LIST__);
-}
-
-/*
- * We can't use constructors when they use the .ctors section as they may be
- * placed before __CTOR_LIST__.
- */
-#ifdef CTORS_CONSTRUCTORS
-asm (
- ".pushsection .init \n"
- "\t" INIT_CALL_SEQ(register_classes) "\n"
- ".popsection \n"
-);
-#endif
--- crtend.c.orig 2021-06-21 18:10:09.816571000 +0800
+++ crtend.c 2021-06-21 18:11:39.405199000 +0800
@@ -39,9 +40,6 @@
(crt_func)0
};
static crt_func __DTOR_END__[] __section(".dtors") __used = {
- (crt_func)0
-};
-static crt_func __JCR_LIST__[] __section(".jcr") __used = {
(crt_func)0
};
试一试 text
root [15] TFitEditor::DoFit - using function PrevFitTMP 0BDFF158
FCN=0.461417 FROM MIGRAD STATUS=CONVERGED 122 CALLS 123 TOTAL
EDM=1.22647e-07 STRATEGY= 1 ERROR MATRIX ACCURATE
EXT PARAMETER STEP FIRST
NO. NAME VALUE ERROR SIZE DERIVATIVE
1 Constant 1.07758e+00 3.96379e-01 1.87133e-04 -7.49212e-04
2 Mean 4.95815e+01 1.40941e+02 8.49062e-02 2.04531e-06
3 Sigma 1.09037e+02 1.70096e+02 1.87540e-03 -1.21735e-04
莉特雅 literal
写代码业余爱好者 amateur coder