From: Tom Lane Date: Thu, 11 May 2006 21:58:29 +0000 (+0000) Subject: Remove unnecessary .seg/.section directives, per Alan Stange. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=38ad5a279dea7c0b0bdbed3699ab52da7369b5e8;p=users%2Fbernd%2Fpostgres.git Remove unnecessary .seg/.section directives, per Alan Stange. --- diff --git a/src/backend/storage/lmgr/s_lock.c b/src/backend/storage/lmgr/s_lock.c index 9379ea78f1..bad6a8ca01 100644 --- a/src/backend/storage/lmgr/s_lock.c +++ b/src/backend/storage/lmgr/s_lock.c @@ -291,15 +291,6 @@ static void tas_dummy() /* really means: extern int tas(slock_t * *lock); */ { - -#ifdef SUNOS_CC - asm(".seg \"data\""); - asm(".seg \"text\""); -#else - asm(".section \"data\""); - asm(".section \"text\""); -#endif - asm("_tas:"); /*