Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f454d626
Commit
f454d626
authored
May 05, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On Solaris ASM, / '/' is the comment for x86, while '!' is the comment
for Sparc Robert Lor
parent
c51c2777
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
src/backend/port/tas/solaris_sparc.s
src/backend/port/tas/solaris_sparc.s
+4
-0
src/backend/port/tas/solaris_x86.s
src/backend/port/tas/solaris_x86.s
+6
-4
No files found.
src/backend/port/tas/solaris_sparc.s
View file @
f454d626
...
...
@@ -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"
...
...
src/backend/port/tas/solaris_x86.s
View file @
f454d626
!
=======================================================================
!
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment