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] VMS valid pointer modes for IA64


On Wed, 2009-07-29 at 21:11 -0700, Douglas B Rupp wrote:
> Valid pointer modes are both 32 and 64bit on ia64-vms
> 
> OK to commit?
> 
> --Douglas B Rupp
> AdaCore


> +#if TARGET_ABI_OPEN_VMS
> +#undef TARGET_VALID_POINTER_MODE
> +#define TARGET_VALID_POINTER_MODE ia64_vms_valid_pointer_mode
> +#endif
> +

This define should be in vms.h, not in ia64.c.  Then it doesn't have to
be in an ifdef.

Steve Ellcey
sje@cup.hp.com


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