OSDN Git Service

* pa.c, pa.h: Remove trigraph sequences within comments.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 10:01:03 +0000 (10:01 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 10:01:03 +0000 (10:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31914 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.c
gcc/config/pa/pa.h

index 3704355..3219a5a 100644 (file)
@@ -1,3 +1,7 @@
+Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
+
+       * pa.c, pa.h: Remove trigraph sequences within comments.
+
 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
 
        * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
index c3123d9..294124a 100644 (file)
@@ -206,7 +206,7 @@ reg_or_0_operand (op, mode)
 /* Return non-zero if OP is suitable for use in a call to a named
    function.
 
-   (???) For 2.5 try to eliminate either call_operand_address or
+   For 2.5 try to eliminate either call_operand_address or
    function_label_operand, they perform very similar functions.  */
 int
 call_operand_address (op, mode)
@@ -1278,7 +1278,7 @@ emit_move_sequence (operands, mode, scratch_reg)
 
      use scratch_reg to hold the address of the memory location.
 
-     ??? The proper fix is to change PREFERRED_RELOAD_CLASS to return
+     The proper fix is to change PREFERRED_RELOAD_CLASS to return
      NO_REGS when presented with a const_int and an register class
      containing only FP registers.  Doing so unfortunately creates
      more problems than it solves.   Fix this for 2.5.  */
@@ -4489,7 +4489,7 @@ hppa_va_arg (valist, type)
       t = build (PLUS_EXPR, TREE_TYPE (valist), valist,
                 build_int_2 (-size, -1));
 
-      /* ??? Copied from va-pa.h, but we probably don't need to align
+      /* Copied from va-pa.h, but we probably don't need to align
         to word size, since we generate and preserve that invariant.  */
       t = build (BIT_AND_EXPR, TREE_TYPE (valist), t,
                 build_int_2 ((size > 4 ? -8 : -4), -1));
index 1ad4377..f74a317 100644 (file)
@@ -429,7 +429,7 @@ extern int target_flags;
    Reg 20-22   = Temporary Registers
    Reg 23-26   = Temporary/Parameter Registers
    Reg 27      = Global Data Pointer (hp)
-   Reg 28      = Temporary/???/Return Value register
+   Reg 28      = Temporary/Return Value register
    Reg 29      = Temporary/Static Chain/Return Value register #2
    Reg 30      = stack pointer
    Reg 31      = Temporary/Millicode Return Pointer (hp)
@@ -609,7 +609,6 @@ extern int target_flags;
 #define ARG_POINTER_REGNUM 3
 
 /* Register in which static-chain is passed to a function.  */
-/* ??? */
 #define STATIC_CHAIN_REGNUM 29
 
 /* Register which holds offset table for position-independent
@@ -812,9 +811,7 @@ enum reg_class { NO_REGS, R1_REGS, GENERAL_REGS, FPUPPER_REGS, FP_REGS, GENERAL_
    Also note that on STACK_GROWS_UPWARD machines (such as this one)
    this is the distance from the frame pointer to the end of the first
    argument, not it's beginning.  To get the real offset of the first
-   argument, the size of the argument must be added.
-
-   ??? Have to check on this.*/
+   argument, the size of the argument must be added.  */
 
 #define FIRST_PARM_OFFSET(FNDECL) -32