12 lines
536 B
Diff
12 lines
536 B
Diff
--- mdloader-1.0.6/incbin/incbin.h 2021-10-18 13:01:43.000000000 -0700
|
|
+++ mdloader-1.0.6/incbin/incbin.h 2021-11-11 19:16:00.150012100 -0800
|
|
@@ -148,7 +148,7 @@
|
|
# define INCBIN_TYPE(...)
|
|
#else
|
|
# define INCBIN_SECTION ".section " INCBIN_OUTPUT_SECTION "\n"
|
|
-# define INCBIN_GLOBAL(NAME) ".global " INCBIN_STRINGIZE(INCBIN_PREFIX) #NAME "\n"
|
|
+# define INCBIN_GLOBAL(NAME) ".global " INCBIN_MANGLE INCBIN_STRINGIZE(INCBIN_PREFIX) #NAME "\n"
|
|
# if defined(__ghs__)
|
|
# define INCBIN_INT ".word "
|
|
# else
|