From: Nick Clifton Date: Wed, 21 May 2003 13:53:04 +0000 (+0000) Subject: Update overflow type for R_XSTORMY16_16 reloc. X-Git-Tag: releases/gcc-3.4.0~6426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=278566a23524383e61cfdd0b1e346ac55790975d;p=thirdparty%2Fgcc.git Update overflow type for R_XSTORMY16_16 reloc. From-SVN: r67062 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2e75ec468acb..00c28711c648 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-05-21 Nick Clifton + + * config/stormy16/stormy-abi: Update overflow type for + R_XSTORMY16_16 reloc. + 2003-05-21 Nathan Sidwell * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED. diff --git a/gcc/config/stormy16/stormy-abi b/gcc/config/stormy16/stormy-abi index e84b0b917cce..4243136d6926 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