From e47f7d2bb3450fc6b5ec4a377f1bf5869de0ae67 Mon Sep 17 00:00:00 2001 From: carl Date: Sat, 16 Jun 2001 03:55:49 +0000 Subject: [PATCH] * secondunaryminus test clarification --- tests/test/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test/README b/tests/test/README index 1d851c4a21..b17ea52cad 100644 --- a/tests/test/README +++ b/tests/test/README @@ -9,6 +9,9 @@ simple cases of the code generator. Used for porting to other architectures. Tries to validate all possible Location types valid for that node. +'Natural type' is a signed 32-bit value on 32-bit architectures. +'Natural type' is a signed 64-bit value on 64-bit architectures. + secondadd() ........... /cg/taddbool.pp Boolean arithmetic operations secondadd() ........... /cg/taddcard.pp Cardinal arithmetic operations secondadd() ........... /cg/taddreal.pp Real arithmetic operations @@ -16,7 +19,7 @@ secondadd() ........... /cg/taddlong.pp Longint arithmetic operations secondload()........... /cg/tldparam.pp Load subroutine parameters secondload()........... /cg/tldlocal.pp Load subroutine local variables secondshlshr()......... /cg/tshlshr.pp Shift routines on natural compiler types -secondunaryminus()..... /cg/tneg.pp Negate +secondunaryminus()..... /cg/tneg.pp Negate on natural compiler types -------------------------------------------------------------------- Compiler