From 24c6ab1c8bc8d4191b483dcc5f30f3b8d3058c47 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 25 Jun 1993 11:35:30 -0600 Subject: [PATCH] * pa.h (TARGET_DISABLE_INDEXING): Clean up comments. From-SVN: r4724 --- gcc/config/pa/pa.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 57a7fd3f9d8..e5ea19486e3 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -67,10 +67,7 @@ extern int target_flags; #define TARGET_LONG_CALLS (target_flags & 16) -/* Disable indexed addressing modes. Necessary under MACH. - - ??? Some problem with a high bit being set in an address having - special meaning to the PA MACH ports. */ +/* Disable indexed addressing modes. */ #define TARGET_DISABLE_INDEXING (target_flags & 32) -- 2.30.2