Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab1ad7a

Browse files
committed
Remove unnecessary .seg/.section directives, per Alan Stange.
1 parentad98575 commitab1ad7a

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-
#ifdefSUNOS_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)

[8]ページ先頭

©2009-2025 Movatter.jp