Commit 278566a2 by Nick Clifton Committed by Nick Clifton

Update overflow type for R_XSTORMY16_16 reloc.

From-SVN: r67062
parent b3b33a51
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment