From: Tom Lane Date: Thu, 11 May 2006 21:59:47 +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=c787d5ac48f732b0c613e3efc0f57b71437eeec8;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 463bdfc512..47ae5a8557 100644 --- a/src/backend/storage/lmgr/s_lock.c +++ b/src/backend/storage/lmgr/s_lock.c @@ -216,8 +216,6 @@ static void tas_dummy() /* really means: extern int tas(slock_t * *lock); */ { - asm(".seg \"data\""); - asm(".seg \"text\""); asm("_tas:"); /*