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
66e52c35
Commit
66e52c35
authored
Nov 09, 2004
by
Steve Ellcey
Committed by
Steve Ellcey
Nov 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
From-SVN: r90324
parent
d9e75e86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/uninit-H.c
+4
-0
No files found.
gcc/testsuite/ChangeLog
View file @
66e52c35
2004
-
11
-
08
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
testsuite
/
gcc
.
dg
/
uninit
-
H
.
c
:
Add
ifdefs
for
__hppa__
and
__ia64__
.
2004
-
11
-
08
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
testsuite
/
gcc
.
dg
/
20030225
-
2
.
c
:
Add
prototype
for
abort
and
exit
.
...
...
gcc/testsuite/gcc.dg/uninit-H.c
View file @
66e52c35
...
...
@@ -14,6 +14,10 @@
# define ASM __asm__("$sp")
#elif defined __sparc__
# define ASM __asm__("sp")
#elif defined __ia64__
# define ASM __asm__("r12")
#elif defined __hppa__
# define ASM __asm__("%r30")
#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