Update overflow type for R_XSTORMY16_16 reloc.
From-SVN: r67062
This commit is contained in:
parent
b3b33a51bd
commit
278566a235
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user