public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH] m68k: Restore symbol versions for symbols exported from assembly
@ 2017-07-19  0:03 Ben Hutchings
  2017-07-19  8:59 ` Geert Uytterhoeven
  2017-07-19  9:06 ` Andreas Schwab
  0 siblings, 2 replies; 4+ messages in thread
From: Ben Hutchings @ 2017-07-19  0:03 UTC (permalink / raw)
  To: linux-m68k

[-- Attachment #1: Type: text/plain, Size: 805 bytes --]

Add <asm/asm-prototypes.h> so that genksyms knows the types of
these symbols and can generate CRCs for them.

Fixes: d13ffb563044 ("m68k: move exports to definitions"
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
This is build-tested only (m5475evb_defconfig + MODVERSIONS=y).

Ben.

 arch/m68k/include/asm/asm-prototypes.h | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 arch/m68k/include/asm/asm-prototypes.h

diff --git a/arch/m68k/include/asm/asm-prototypes.h b/arch/m68k/include/asm/asm-prototypes.h
new file mode 100644
index 000000000000..4cd692a44c11
--- /dev/null
+++ b/arch/m68k/include/asm/asm-prototypes.h
@@ -0,0 +1,5 @@
+extern void __divsi3(void);
+extern void __modsi3(void);
+extern void __mulsi3(void);
+extern void __udivsi3(void);
+extern void __umodsi3(void);

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-19 10:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19  0:03 [PATCH] m68k: Restore symbol versions for symbols exported from assembly Ben Hutchings
2017-07-19  8:59 ` Geert Uytterhoeven
2017-07-19  9:06 ` Andreas Schwab
2017-07-19 10:50   ` Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox