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
c33a9f06
Commit
c33a9f06
authored
Nov 22, 2004
by
Bob Wilson
Committed by
Bob Wilson
Nov 22, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
From-SVN: r91043
parent
f3968b05
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 @
c33a9f06
2004
-
11
-
22
Bob
Wilson
<
bob
.
wilson
@acm
.
org
>
*
gcc
.
dg
/
uninit
-
H
.
c
:
Define
ASM
for
Xtensa
targets
.
2004
-
11
-
22
Dale
Johannesen
<
dalej
@apple
.
com
>
2004
-
11
-
22
Dale
Johannesen
<
dalej
@apple
.
com
>
*
gcc
.
dg
/
20041111
-
1
.
c
:
New
.
*
gcc
.
dg
/
20041111
-
1
.
c
:
New
.
...
...
gcc/testsuite/gcc.dg/uninit-H.c
View file @
c33a9f06
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
# define ASM __asm__("r12")
# define ASM __asm__("r12")
#elif defined __hppa__
#elif defined __hppa__
# define ASM __asm__("%r30")
# define ASM __asm__("%r30")
#elif defined __xtensa__
# define ASM __asm__("sp")
#else
#else
# define ASM
# define ASM
#endif
#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