aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2000-02-11 10:01:03 +0000
committerJeff Law <law@gcc.gnu.org>2000-02-11 03:01:03 -0700
commit8c417c25d4d936c1036e8ae6696282752f1ef462 (patch)
tree731144b0d8c5c6bc97af734e6c2e09991a256743
parentd77b4575283a31b02a3c9d64e107a99b9a931b8b (diff)
downloadgcc-8c417c25d4d936c1036e8ae6696282752f1ef462.zip
gcc-8c417c25d4d936c1036e8ae6696282752f1ef462.tar.gz
gcc-8c417c25d4d936c1036e8ae6696282752f1ef462.tar.bz2
* pa.c, pa.h: Remove trigraph sequences within comments.
From-SVN: r31914
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/pa.c6
-rw-r--r--gcc/config/pa/pa.h7
3 files changed, 9 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3704355..3219a5a 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 <pavel_roskin@geocities.com>
* invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index c3123d9..294124a 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 1ad4377..f74a317 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