From: Tom Lane Date: Thu, 11 May 2006 21:58:37 +0000 (+0000) Subject: Remove unnecessary .seg/.section directives, per Alan Stange. X-Git-Tag: REL8_0_8~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9c56ce5e9a11571f760823afb26bee0569fee0f;p=thirdparty%2Fpostgresql.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 398dbd9919b..8e516e9c4dd 100644 --- a/src/backend/storage/lmgr/s_lock.c +++ b/src/backend/storage/lmgr/s_lock.c @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.35.4.1 2005/08/26 14:48:13 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.35.4.2 2006/05/11 21:58:37 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -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:"); /*