Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f7bf40ee
Commit
f7bf40ee
authored
Nov 01, 2004
by
Richard Sandiford
Committed by
Richard Sandiford
Nov 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
From-SVN: r89958
parent
7236f3f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/uninit-H.c
+2
-0
No files found.
gcc/testsuite/ChangeLog
View file @
f7bf40ee
2004
-
11
-
01
Richard
Sandiford
<
rsandifo
@redhat
.
com
>
*
gcc
.
dg
/
uninit
-
H
.
c
(
ASM
)
:
Define
to
"$sp"
on
MIPS
targets
.
2004
-
11
-
01
Richard
Sandiford
<
rsandifo
@redhat
.
com
>
*
g
++
.
dg
/
abi
/
mangle6
.
C
:
Run
for
all
MIPS
targets
.
Provide
dummy
strings
for
32
-
bit
code
.
...
...
gcc/testsuite/gcc.dg/uninit-H.c
View file @
f7bf40ee
...
...
@@ -10,6 +10,8 @@
# define ASM __asm__("r1")
#elif defined __s390__
# define ASM __asm__("r15")
#elif defined __mips
# define ASM __asm__("$sp")
#else
# define ASM
#endif
...
...
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