From: Jeff Law Date: Fri, 25 Jun 1993 17:35:30 +0000 (-0600) Subject: * pa.h (TARGET_DISABLE_INDEXING): Clean up comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24c6ab1c8bc8d4191b483dcc5f30f3b8d3058c47;p=gcc.git * pa.h (TARGET_DISABLE_INDEXING): Clean up comments. From-SVN: r4724 --- 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)