Remove unnecessary .seg/.section directives, per Alan Stange.
authorTom Lane <[email protected]>
Thu, 11 May 2006 21:58:29 +0000 (21:58 +0000)
committerTom Lane <[email protected]>
Thu, 11 May 2006 21:58:29 +0000 (21:58 +0000)
src/backend/storage/lmgr/s_lock.c

index 9379ea78f19803c09a4a88c788dfa44574fcddd0..bad6a8ca01ab30d50ab71fe8f39d1c18ee703e89 100644 (file)
@@ -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:");
 
        /*