Skip to content

Commit ab1ad7a

Browse files
committed
Remove unnecessary .seg/.section directives, per Alan Stange.
1 parent ad98575 commit ab1ad7a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/backend/storage/lmgr/s_lock.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.43 2006/03/05 15:58:39 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.44 2006/05/11 21:58:22 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -291,15 +291,6 @@ static void
291291
tas_dummy() /* really means: extern int tas(slock_t
292292
* *lock); */
293293
{
294-
295-
#ifdef SUNOS_CC
296-
asm(".seg \"data\"");
297-
asm(".seg \"text\"");
298-
#else
299-
asm(".section \"data\"");
300-
asm(".section \"text\"");
301-
#endif
302-
303294
asm("_tas:");
304295

305296
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy