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
349860d8
Commit
349860d8
authored
Feb 15, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r325
parent
c6a1db6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/m68k/mot3300.h
+3
-3
No files found.
gcc/config/m68k/mot3300.h
View file @
349860d8
...
@@ -441,15 +441,15 @@ do { union { float f; long l;} tem; \
...
@@ -441,15 +441,15 @@ do { union { float f; long l;} tem; \
union { float f; int i; } u1; \
union { float f; int i; } u1; \
u.i[0] = CONST_DOUBLE_LOW (X); u.i[1] = CONST_DOUBLE_HIGH (X); \
u.i[0] = CONST_DOUBLE_LOW (X); u.i[1] = CONST_DOUBLE_HIGH (X); \
u1.f = u.d; \
u1.f = u.d; \
/* Use hex representation even if CODE is f
,
as needs it. */
\
/* Use hex representation even if CODE is f
.
as needs it. */
\
if (CODE == 'f') \
if (CODE == 'f') \
fprintf (FILE, "&0x%x", u1.i); \
fprintf (FILE, "&0x%x", u1.i); \
else \
else \
fprintf (FILE, "&0x%x", u1.i); } \
fprintf (FILE, "&0x%x", u1.i); } \
else if (GET_CODE (X) == CONST_DOUBLE && GET_MODE (X) == DFmode) \
else if (GET_CODE (X) == CONST_DOUBLE && GET_MODE (X) == DFmode) \
{ union { double d; int i[2]; } u; \
{ union { double d; int i[2]; } u; \
u.i[0] = CONST_DOUBLE_LOW (X); u.i[1] = CONST_DOUBLE_HIGH (X);
\
PRINT_OPERAND_EXTRACT_FLOAT (X);
\
fprintf (FILE, "&0x%
x%
x", u.i[0], u.i[1]); } \
fprintf (FILE, "&0x%
08x%08
x", u.i[0], u.i[1]); } \
else { putc ('&', FILE); output_addr_const (FILE, X); }}
else { putc ('&', FILE); output_addr_const (FILE, X); }}
#undef PRINT_OPERAND_ADDRESS
#undef PRINT_OPERAND_ADDRESS
...
...
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