mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 01:26:56 -04:00
On Solaris ASM, / '/' is the comment for x86, while '!' is the comment
for Sparc Robert Lor
This commit is contained in:
parent
c51c2777ec
commit
f454d6264d
2 changed files with 10 additions and 4 deletions
|
|
@ -2,6 +2,10 @@
|
|||
! solaris_sparc.s -- compare and swap for solaris_sparc
|
||||
!=======================================================================
|
||||
|
||||
! Fortunately the Sun compiler can process cpp conditionals with -P
|
||||
|
||||
! '/' is the comment for x86, while '!' is the comment for Sparc
|
||||
|
||||
#if defined(__sparcv9) || defined(__sparc)
|
||||
|
||||
.section ".text"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
!=======================================================================
|
||||
! solaris_i386.s -- compare and swap for solaris_i386
|
||||
!=======================================================================
|
||||
/=======================================================================
|
||||
/ solaris_i386.s -- compare and swap for solaris_i386
|
||||
/=======================================================================
|
||||
|
||||
! Fortunately the Sun compiler can process cpp conditionals with -P
|
||||
/ Fortunately the Sun compiler can process cpp conditionals with -P
|
||||
|
||||
/ '/' is the comment for x86, while '!' is the comment for Sparc
|
||||
|
||||
.file "tas.s"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue