All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [patch] module symbol fix
@ 2004-02-26 21:26 Gerd Knorr
  2004-02-27  9:26 ` [uml-devel] " Gerd Knorr
  0 siblings, 1 reply; 3+ messages in thread
From: Gerd Knorr @ 2004-02-26 21:26 UTC (permalink / raw)
  To: Jeff Dike; +Cc: uml devel

  Hi,

recent gcc versions need this one ...

  Gerd

--- linux-um-2.6.3/arch/um/kernel/user_syms.c.uml	2004-02-26 21:20:51.202244050 +0100
+++ linux-um-2.6.3/arch/um/kernel/user_syms.c	2004-02-26 21:21:06.599701859 +0100
@@ -57,6 +57,7 @@
 	__attribute__((section("__ksymtab_strings")))		\
 	= MODULE_SYMBOL_PREFIX #sym;                    	\
 	static const struct kernel_symbol __ksymtab_##sym	\
+	__attribute_used__					\
 	__attribute__((section("__ksymtab" sec), unused))	\
 	= { (unsigned long)&sym, __kstrtab_##sym }
 


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2004-02-28 19:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-26 21:26 [uml-devel] [patch] module symbol fix Gerd Knorr
2004-02-27  9:26 ` [uml-devel] " Gerd Knorr
2004-02-28 16:32   ` BlaisorBlade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.