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
f1be41ad
Commit
f1be41ad
authored
Jun 09, 1998
by
Nick Clifton
Committed by
Nick Clifton
Jun 09, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix interrupt return epilogue.
From-SVN: r20385
parent
0d3453df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
+12
-1
gcc/ChangeLog
+9
-0
gcc/config/v850/lib1funcs.asm
+1
-1
gcc/config/v850/t-v850
+2
-0
No files found.
gcc/ChangeLog
View file @
f1be41ad
Tue Jun 9 14:31:19 1998 Nick Clifton <nickc@cygnus.com>
* config/v850/t-v850 (TCFLAGS): Add assembler options to warn of
overlfows.
* config/v850/lib1funcs.asm (__return_interrupt): Use 'addi
16,sp,sp' ratehr than 'add 16,sp'. Patch courtesy of Biomedin
<glctr@abc.it>.
Tue Jun 9 16:23:13 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
* except.c (expand_start_catch): Rename to start_catch_handler.
...
...
gcc/config/v850/lib1funcs.asm
View file @
f1be41ad
...
...
@@ -1182,7 +1182,7 @@ __return_interrupt:
ld
.
w
4
[sp],
gp
ld
.
w
8
[sp],
r1
ld
.
w
12
[sp],
r10
add
16
,
sp
add
i
16
,
sp
,
sp
reti
.
size
__return_interrupt
,.
-
__return_interrupt
#
endif
/*
L_save_interrupt
*/
...
...
gcc/config/v850/t-v850
View file @
f1be41ad
...
...
@@ -50,3 +50,5 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >>fp-bit.c
echo '#endif' >> fp-bit.c
cat $(srcdir)/config/fp-bit.c >> fp-bit.c
TCFLAGS = -Wa,-mwarn-signed-overflow -Wa,-mwarn-unsigned-overflow
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