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
15872eeb
Commit
15872eeb
authored
Jun 24, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r1267
parent
dd605bb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/rs6000/rs6000.c
+4
-4
No files found.
gcc/config/rs6000/rs6000.c
View file @
15872eeb
...
@@ -1409,12 +1409,12 @@ output_epilog (file, size)
...
@@ -1409,12 +1409,12 @@ output_epilog (file, size)
fprintf
(
file
,
"LT.."
);
fprintf
(
file
,
"LT.."
);
ASM_OUTPUT_LABEL
(
file
,
fname
);
ASM_OUTPUT_LABEL
(
file
,
fname
);
/* The .tbtab ps
ue
do-op can only be used for the first eight
/* The .tbtab ps
eu
do-op can only be used for the first eight
expressions, since it can't handle the possibly variable length
expressions, since it can't handle the possibly variable length
fields that follow. However, if you omit the optional fields,
fields that follow. However, if you omit the optional fields,
the assembler outputs zeros for all optional fields anyways, giving each
the assembler outputs zeros for all optional fields anyways, giving each
variable length field is minimum length (as defined in sys/debug.h).
variable length field is minimum length (as defined in sys/debug.h).
Thus we can not use the .tbtab ps
ue
do-op at all. */
Thus we can not use the .tbtab ps
eu
do-op at all. */
/* An all-zero word flags the start of the tbtab, for debuggers that have
/* An all-zero word flags the start of the tbtab, for debuggers that have
to find it by searching forward from the entry point or from the
to find it by searching forward from the entry point or from the
...
@@ -1517,7 +1517,7 @@ output_epilog (file, size)
...
@@ -1517,7 +1517,7 @@ output_epilog (file, size)
/* This is actually the number of fp registers that hold parameters;
/* This is actually the number of fp registers that hold parameters;
and thus the maximum value is 13. */
and thus the maximum value is 13. */
/* Set parameters on stack bit if parameters are not in their original
/* Set parameters on stack bit if parameters are not in their original
registers,
ir
regardless of whether they are on the stack? Xlc
registers, regardless of whether they are on the stack? Xlc
seems to set the bit when not optimizing. */
seems to set the bit when not optimizing. */
fprintf
(
file
,
"%d
\n
"
,
((
float_parms
<<
1
)
|
(
!
optimize
)));
fprintf
(
file
,
"%d
\n
"
,
((
float_parms
<<
1
)
|
(
!
optimize
)));
...
@@ -1541,7 +1541,7 @@ output_epilog (file, size)
...
@@ -1541,7 +1541,7 @@ output_epilog (file, size)
fprintf
(
file
,
"
\n
"
);
fprintf
(
file
,
"
\n
"
);
/* Interrupt handler mask. */
/* Interrupt handler mask. */
/* Omit this long, since we never set the iterrupt handler bit above. */
/* Omit this long, since we never set the i
n
terrupt handler bit above. */
/* Number of CTL (controlled storage) anchors. */
/* Number of CTL (controlled storage) anchors. */
/* Omit this long, since the has_ctl bit is never set above. */
/* Omit this long, since the has_ctl bit is never set above. */
...
...
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