[Git][ghc/ghc][wip/romes/rts-linker-direct-symbol-lookup] fixup! fixup! fixup! rts: Make addDLL a wrapper around loadNativeObj
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Tue Apr 2 12:29:28 UTC 2024
Rodrigo Mesquita pushed to branch wip/romes/rts-linker-direct-symbol-lookup at Glasgow Haskell Compiler / GHC
Commits:
b86dfbc9 by Rodrigo Mesquita at 2024-04-02T13:29:13+01:00
fixup! fixup! fixup! rts: Make addDLL a wrapper around loadNativeObj
- - - - -
1 changed file:
- rts/linker/PEi386.h
Changes:
=====================================
rts/linker/PEi386.h
=====================================
@@ -60,7 +60,7 @@ bool ocRunFini_PEi386 ( ObjectCode *oc );
bool ocGetNames_PEi386 ( ObjectCode* oc );
bool ocVerifyImage_PEi386 ( ObjectCode* oc );
SymbolAddr *lookupSymbol_PEi386(SymbolName *lbl, ObjectCode *dependent, SymType *type);
-SymbolAddr *lookupSymbolInDLL_PEi386 (SymbolName* lbl, HINSTANCE instance, pathchar* dll_name, ObjectCode *dependent)
+SymbolAddr *lookupSymbolInDLL_PEi386 (SymbolName* lbl, HINSTANCE instance, pathchar* dll_name, ObjectCode *dependent);
/* See Note [mingw-w64 name decoration scheme] */
/* We use myindex to calculate array addresses, rather than
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b86dfbc9bf32f2e2de08dc9242b478c5f7edf1a4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b86dfbc9bf32f2e2de08dc9242b478c5f7edf1a4
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240402/b858233b/attachment.html>
More information about the ghc-commits
mailing list