diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-21 13:53:04 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-21 13:53:04 +0000 |
commit | c8ae3bf0428943f65700a0a1aa4989467b683cdc (patch) | |
tree | 62caa208dc1e0cf3d43ded52d00613818ffe7104 /gcc/config/stormy16 | |
parent | 3987b0a6268204083ab1b6ac11e04ba3b6b03dc6 (diff) | |
download | gcc-c8ae3bf0428943f65700a0a1aa4989467b683cdc.tar.gz |
Update overflow type for R_XSTORMY16_16 reloc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67062 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/stormy16')
-rw-r--r-- | gcc/config/stormy16/stormy-abi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/stormy16/stormy-abi b/gcc/config/stormy16/stormy-abi index e84b0b917cc..4243136d692 100644 --- a/gcc/config/stormy16/stormy-abi +++ b/gcc/config/stormy16/stormy-abi @@ -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 |