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
278566a2
Commit
278566a2
authored
May 21, 2003
by
Nick Clifton
Committed by
Nick Clifton
May 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update overflow type for R_XSTORMY16_16 reloc.
From-SVN: r67062
parent
b3b33a51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/stormy16/stormy-abi
+1
-1
No files found.
gcc/ChangeLog
View file @
278566a2
2003-05-21 Nick Clifton <nickc@redhat.com>
* config/stormy16/stormy-abi: Update overflow type for
R_XSTORMY16_16 reloc.
2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
* c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
...
...
gcc/config/stormy16/stormy-abi
View file @
278566a2
...
...
@@ -133,7 +133,7 @@ Name Value Field Calculation Overflow
----------------------------------------------------------------
R_XSTORMY16_NONE 0 none none none
R_XSTORMY16_32 1 32 S + A none
R_XSTORMY16_16 2 16 S + A
none
R_XSTORMY16_16 2 16 S + A
either
R_XSTORMY16_8 3 8 S + A unsigned
R_XSTORMY16_PC32 4 32 S + A - P none
R_XSTORMY16_PC16 5 16 S + A - P signed
...
...
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