From: Tom Lane Date: Thu, 11 May 2006 21:58:37 +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=4f19d1fe38b4564d52480aaf7364e256fd2dedfd;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 658e391808..15272aa6fc 100644 --- a/src/backend/storage/lmgr/s_lock.c +++ b/src/backend/storage/lmgr/s_lock.c @@ -217,15 +217,6 @@ static void tas_dummy() /* really means: extern int tas(slock_t * *lock); */ { - -#ifdef SUNOS4_CC - asm(".seg \"data\""); - asm(".seg \"text\""); -#else - asm(".section \"data\""); - asm(".section \"text\""); -#endif - asm("_tas:"); /*