* pa.h (TARGET_DISABLE_INDEXING): Clean up comments.
authorJeff Law <law@gcc.gnu.org>
Fri, 25 Jun 1993 17:35:30 +0000 (11:35 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 25 Jun 1993 17:35:30 +0000 (11:35 -0600)
From-SVN: r4724

gcc/config/pa/pa.h

index 57a7fd3f9d88a1d280320f4f11dc69690cff9d43..e5ea19486e38c775f616ace7027f1cb305be6767 100644 (file)
@@ -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)