diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-06-25 11:35:30 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-06-25 11:35:30 -0600 |
commit | 24c6ab1c8bc8d4191b483dcc5f30f3b8d3058c47 (patch) | |
tree | eb4fb486abb6a6e32b15307246a66e4e27d991eb | |
parent | 7c6c204ffef34f6ba16ff3838edd43871a72ccde (diff) | |
download | gcc-24c6ab1c8bc8d4191b483dcc5f30f3b8d3058c47.zip gcc-24c6ab1c8bc8d4191b483dcc5f30f3b8d3058c47.tar.gz gcc-24c6ab1c8bc8d4191b483dcc5f30f3b8d3058c47.tar.bz2 |
* pa.h (TARGET_DISABLE_INDEXING): Clean up comments.
From-SVN: r4724
-rw-r--r-- | gcc/config/pa/pa.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 57a7fd3..e5ea194 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) |