--- rlog/common.h.in.orig	2008-11-30 11:41:33.000000000 -0800
+++ rlog/common.h.in	2008-11-30 11:41:55.000000000 -0800
@@ -52,7 +52,7 @@
 
 # define PRINTF(FMT,X) __attribute__ (( __format__ ( __printf__, FMT, X)))
 # define HAVE_PRINTF_ATTR 1
-# define RLOG_SECTION __attribute__ (( section("RLOG_DATA") ))
+# define RLOG_SECTION
 
 #if __GNUC__ >= 3
 # define expect(foo, bar) __builtin_expect((foo),bar)