diff options
author | Roger Sayle <roger@eyesopen.com> | 2002-06-27 20:15:57 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2002-06-27 20:15:57 +0000 |
commit | c8f863fc557e5430754bb1d6a53f9761d8a6634b (patch) | |
tree | a95b2a998d0ea6d9c6caa4afcec3a4948b7741c5 /gcc | |
parent | 8d5362b772371dee2ffc8949b2f148b30c500a0a (diff) | |
download | gcc-c8f863fc557e5430754bb1d6a53f9761d8a6634b.zip gcc-c8f863fc557e5430754bb1d6a53f9761d8a6634b.tar.gz gcc-c8f863fc557e5430754bb1d6a53f9761d8a6634b.tar.bz2 |
d30v.h: Remove commented out STACK_REGS #defines.
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/config/d30v/d30v.h | 14 | ||||
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 16 |
3 files changed, 9 insertions, 29 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3d2049f..6994b4e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index a669e34..b039d3e 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -611,20 +611,6 @@ extern unsigned char modes_tieable_p[]; /* #define LEAF_REG_REMAP(REGNO) */ -/* 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 */ - - /* Register Classes */ /* An enumeral type that must be defined with all the register class names as diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 560d0d2..e9871cc 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -387,20 +387,6 @@ do { \ /* #define LEAF_REG_REMAP(REGNO) */ -/* 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 */ - - /* Register Classes */ /* An enumeral type that must be defined with all the register class names as @@ -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 |