gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rwxr-xr-xgcl/unixport/rsym_elf.c 9
1 files changed, 6 insertions, 3 deletions
diff --git a/gcl/unixport/rsym_elf.c b/gcl/unixport/rsym_elf.c
index d5962ee83..de86a2d37 100755
--- a/gcl/unixport/rsym_elf.c
+++ b/gcl/unixport/rsym_elf.c
@@ -231,9 +231,12 @@ char *out;
if (name
&& tmp
&& tmp[1]=='@'
- && tmp[2]=='G'
- && tmp[3]=='L'
- && tmp[4]=='I')
+ /* also do translation for similar libc, like solaris, where symbol is */
+ /* e.g. setjmp@@SYSVABI_1.3 */
+/* && tmp[2]=='G' */
+/* && tmp[3]=='L' */
+/* && tmp[4]=='I' */
+ )
*tmp=0;
}
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月07日 00:21:16 +0000

AltStyle によって変換されたページ (->オリジナル) /