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
3a0d22dd
Commit
3a0d22dd
authored
May 22, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1047
parent
d83dd29a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/longlong.h
+2
-2
No files found.
gcc/longlong.h
View file @
3a0d22dd
...
@@ -70,6 +70,8 @@
...
@@ -70,6 +70,8 @@
for the CPUs below!
for the CPUs below!
(E.g. WE32100, i960, IBM360.) */
(E.g. WE32100, i960, IBM360.) */
#if defined (__GNUC__) && !defined (NO_ASM)
/* We sometimes need to clobber "cc" with gcc2, but that would not be
/* We sometimes need to clobber "cc" with gcc2, but that would not be
understood by gcc1. Use cpp to avoid major code duplication. */
understood by gcc1. Use cpp to avoid major code duplication. */
#if __GNUC__ < 2
#if __GNUC__ < 2
...
@@ -80,8 +82,6 @@
...
@@ -80,8 +82,6 @@
#define __AND_CLOBBER_CC , "cc"
#define __AND_CLOBBER_CC , "cc"
#endif
/* __GNUC__ < 2 */
#endif
/* __GNUC__ < 2 */
#if defined (__GNUC__) && !defined (NO_ASM)
#if defined (__a29k__) || defined (___AM29K__)
#if defined (__a29k__) || defined (___AM29K__)
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
__asm__ ("add %1,%4,%5
__asm__ ("add %1,%4,%5
...
...
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