linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fix name of discarded section in modules.h
@ 2002-10-25  0:21 Peter Chubb
  0 siblings, 0 replies; only message in thread
From: Peter Chubb @ 2002-10-25  0:21 UTC (permalink / raw)
  To: willy, trivial; +Cc: linux-kernel


Hi folks,
   Changeset 
	     willy@debian.org|ChangeSet|20021016154637|46581
in linux 2.5 changed the name of .exit.text to .text.exit.

Unfortunately, one change got missed.  Here it is:

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.808   -> 1.809  
#	include/linux/module.h	1.17    -> 1.18   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/10/25	peterc@gelato.unsw.edu.au	1.809
# Fix name of .text.exit section in include/linux/module.h
# --------------------------------------------
#
diff -Nru a/include/linux/module.h b/include/linux/module.h
--- a/include/linux/module.h	Fri Oct 25 10:20:05 2002
+++ b/include/linux/module.h	Fri Oct 25 10:20:05 2002
@@ -311,7 +311,7 @@
  */
 #define MODULE_GENERIC_TABLE(gtype,name) \
 static const struct gtype##_id * __module_##gtype##_table \
-  __attribute__ ((unused, __section__(".data.exit"))) = name
+  __attribute__ ((unused, __section__(".exit.data"))) = name
 
 #ifndef __GENKSYMS__
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-25  0:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25  0:21 Fix name of discarded section in modules.h Peter Chubb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).