It's inserted by mingw and is meaningless in our environment Signed-off-by: Vladimir Serbinenko <phco...@gmail.com> --- grub-core/kern/compiler-rt.c | 4 ++++ include/grub/compiler-rt.h | 1 + 2 files changed, 5 insertions(+)
diff --git a/grub-core/kern/compiler-rt.c b/grub-core/kern/compiler-rt.c index eda689a0c..28d3c62fe 100644 --- a/grub-core/kern/compiler-rt.c +++ b/grub-core/kern/compiler-rt.c @@ -210,6 +210,10 @@ void ___chkstk_ms (void) void __chkstk_ms (void) { } + +void _pei386_runtime_relocator (void) +{ +} #endif union component64 diff --git a/include/grub/compiler-rt.h b/include/grub/compiler-rt.h index 17828b322..e139ebc87 100644 --- a/include/grub/compiler-rt.h +++ b/include/grub/compiler-rt.h @@ -207,6 +207,7 @@ void EXPORT_FUNC (__register_frame_info) (void); void EXPORT_FUNC (__deregister_frame_info) (void); void EXPORT_FUNC (___chkstk_ms) (void); void EXPORT_FUNC (__chkstk_ms) (void); +void EXPORT_FUNC (_pei386_runtime_relocator) (void); #endif #endif -- 2.49.0 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel