projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6f9573
)
Remove unnecessary .seg/.section directives, per Alan Stange.
author
Tom Lane
<
[email protected]
>
Thu, 11 May 2006 21:58:29 +0000
(21:58 +0000)
committer
Tom Lane
<
[email protected]
>
Thu, 11 May 2006 21:58:29 +0000
(21:58 +0000)
src/backend/storage/lmgr/s_lock.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/lmgr/s_lock.c
b/src/backend/storage/lmgr/s_lock.c
index 9379ea78f19803c09a4a88c788dfa44574fcddd0..bad6a8ca01ab30d50ab71fe8f39d1c18ee703e89 100644
(file)
--- a/
src/backend/storage/lmgr/s_lock.c
+++ b/
src/backend/storage/lmgr/s_lock.c
@@
-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:");
/*