From: Richard Kenner Date: Tue, 2 Jan 2001 09:56:43 +0000 (-0500) Subject: Update comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7def3512f07cbb5d207fd356ba5e6c04ee0a2b7d;p=gcc.git Update comment From-SVN: r38617 --- diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 92233c66c9a..3897591c32d 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -510,8 +510,7 @@ extern int target_flags; /* 0x2000, 0x4000 are unused */ -/* Nonzero if pointers are 64 bits. - At the moment it must follow architecture size flag. */ +/* Nonzero if pointers are 64 bits. */ #define MASK_PTR64 0x8000 #define TARGET_PTR64 (target_flags & MASK_PTR64)