This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFA] ARM MASK_RETURN_ADDR fix for mixed 26/32-bit


On Thu, Sep 05, 2002 at 12:22:48PM -0700, Jason R Thorpe wrote:
> !    : (arm_arch4 || TARGET_THUMB) ? (GEN_INT ((unsigned long)0xffffffff))\

Use gen_int_mode instead of GEN_INT.  Otherwise cross-compiles
from 64-bit hosts will break.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]