From cc6d6b57b13fe14c07f6c76c46dc8679c64a2804 Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 2 Jan 2001 09:56:43 +0000 Subject: Update comment git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38617 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/sparc/sparc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/config/sparc/sparc.h') 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) -- cgit v1.2.1