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
008f0d36
Commit
008f0d36
authored
Apr 24, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(etoe53, etoe24): Make all occurrences static.
From-SVN: r7144
parent
f4a3cd05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/real.c
+6
-6
No files found.
gcc/real.c
View file @
008f0d36
...
...
@@ -3338,7 +3338,7 @@ toe53 (x, y)
#else
#ifdef IBM
void
static
void
etoe53
(
x
,
e
)
unsigned
EMUSHORT
*
x
,
*
e
;
{
...
...
@@ -3354,7 +3354,7 @@ toe53 (x, y)
#else
/* it's neither DEC nor IBM */
void
static
void
etoe53
(
x
,
e
)
unsigned
EMUSHORT
*
x
,
*
e
;
{
...
...
@@ -3473,7 +3473,7 @@ toe53 (x, y)
#ifdef IBM
void
static
void
etoe24
(
x
,
e
)
unsigned
EMUSHORT
*
x
,
*
e
;
{
...
...
@@ -3489,7 +3489,7 @@ toe24 (x, y)
#else
void
static
void
etoe24
(
x
,
e
)
unsigned
EMUSHORT
*
x
,
*
e
;
{
...
...
@@ -5626,8 +5626,8 @@ ditoe (di, e)
/* Convert e-type to unsigned 64-bit int. */
void
static
etoudi
(
x
,
i
)
static
void
etoudi
(
x
,
i
)
unsigned
EMUSHORT
*
x
;
unsigned
EMUSHORT
*
i
;
{
...
...
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