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
c414f8a9
Commit
c414f8a9
authored
23 years ago
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove previous delta
From-SVN: r51757
parent
36aadc29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
11 deletions
+1
-11
gcc/ChangeLog
+0
-6
gcc/config/arm/arm.c
+1
-5
No files found.
gcc/ChangeLog
View file @
c414f8a9
2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
* config/arm/arm.c (output_return_instruction): Do not create the
conditional part of the return instruction, if there is no
condition to be used.
Tue Apr 2 06:47:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* stor-layout.c (layout_type, case ARRAY_TYPE): Give one-element array
...
...
This diff is collapsed.
Click to expand it.
gcc/config/arm/arm.c
View file @
c414f8a9
...
...
@@ -7209,11 +7209,7 @@ output_return_instruction (operand, really_return, reverse)
if
(
current_function_calls_alloca
&&
!
really_return
)
abort
();
/* Construct the conditional part of the instruction(s) to be emitted. */
if
(
operand
)
sprintf
(
conditional
,
"%%?%%%c0"
,
reverse
?
'D'
:
'd'
);
else
*
conditional
=
0
;
sprintf
(
conditional
,
"%%?%%%c0"
,
reverse
?
'D'
:
'd'
);
return_used_this_function
=
1
;
...
...
This diff is collapsed.
Click to expand it.
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