]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
d30v.h: Remove commented out STACK_REGS #defines.
authorRoger Sayle <roger@eyesopen.com>
Thu, 27 Jun 2002 20:15:57 +0000 (20:15 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 27 Jun 2002 20:15:57 +0000 (20:15 +0000)
* config/d30v/d30v.h: Remove commented out STACK_REGS #defines.
* config/stormy16/stormy16.h: Likewise.

* config/stormy16/stormy16.h (CUMULATIVE_ARGS): Replace typedef
with #define.

From-SVN: r55039

gcc/ChangeLog
gcc/config/d30v/d30v.h
gcc/config/stormy16/stormy16.h

index 3d2049fb4f14b721c5b376417fe5579d71eea7dd..6994b4e6e35f87e510e9befdd1c862ed5856521d 100644 (file)
@@ -1,3 +1,11 @@
+2002-06-27  Roger Sayle  <roger@eyesopen.com>
+
+       * config/d30v/d30v.h: Remove commented out STACK_REGS #defines.
+       * config/stormy16/stormy16.h: Likewise.
+
+       * config/stormy16/stormy16.h (CUMULATIVE_ARGS): Replace typedef
+       with #define.
+
 2002-06-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * doc/install.texi (Binaries): Add Sinix/Reliant Unix.  Move
index a669e343530ca4f21f8c50f485277461c14efd7e..b039d3e22b039c159fe1349eb864c4105e939c5b 100644 (file)
@@ -610,20 +610,6 @@ extern unsigned char modes_tieable_p[];
    treatment of leaf functions, and registers need to be renumbered to do this.  */
 /* #define LEAF_REG_REMAP(REGNO) */
 
-\f
-/* Registers That Form a Stack.  */
-
-/* Define this if the machine has any stack-like registers.  */
-/* #define STACK_REGS */
-
-/* The number of the first stack-like register.  This one is the top
-   of the stack.  */
-/* #define FIRST_STACK_REG */
-
-/* The number of the last stack-like register.  This one is the
-   bottom of the stack.  */
-/* #define LAST_STACK_REG */
-
 \f
 /* Register Classes */
 
index 560d0d2239a352050bd5c5fb5f51cd73dee1ca86..e9871cc043c7d11d48d392ac42f00daf107d9033 100644 (file)
@@ -386,20 +386,6 @@ do {                                                                       \
    treatment of leaf functions, and registers need to be renumbered to do this.  */
 /* #define LEAF_REG_REMAP(REGNO) */
 
-\f
-/* Registers That Form a Stack.  */
-
-/* Define this if the machine has any stack-like registers.  */
-/* #define STACK_REGS */
-
-/* The number of the first stack-like register.  This one is the top
-   of the stack.  */
-/* #define FIRST_STACK_REG */
-
-/* The number of the last stack-like register.  This one is the
-   bottom of the stack.  */
-/* #define LAST_STACK_REG */
-
 \f
 /* Register Classes */
 
@@ -1333,7 +1319,7 @@ enum reg_class
 
    For this platform, the value of CUMULATIVE_ARGS is the number of words
    of arguments that have been passed in registers so far.  */
-typedef int CUMULATIVE_ARGS;
+#define CUMULATIVE_ARGS int
 
 /* A C statement (sans semicolon) for initializing the variable CUM for the
    state at the beginning of the argument list.  The variable has type