From: Jeffrey A Law Date: Fri, 11 Feb 2000 10:01:03 +0000 (+0000) Subject: * pa.c, pa.h: Remove trigraph sequences within comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c417c25d4d936c1036e8ae6696282752f1ef462;p=gcc.git * pa.c, pa.h: Remove trigraph sequences within comments. From-SVN: r31914 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3704355bfa2..3219a5a4d70 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics. diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index c3123d96c62..294124a6b97 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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)); diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 1ad4377aad2..f74a3177ab2 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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