diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-10-31 15:35:07 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-10-31 08:35:07 -0700 |
commit | ee61fc79afd52cf420cb5b2836e15df675665885 (patch) | |
tree | 29e492ae3d7b644c88483b9dab2d91bb7f2c17b4 /gcc | |
parent | f5d236de11b9276e2573043083e279489289d246 (diff) | |
download | gcc-ee61fc79afd52cf420cb5b2836e15df675665885.zip gcc-ee61fc79afd52cf420cb5b2836e15df675665885.tar.gz gcc-ee61fc79afd52cf420cb5b2836e15df675665885.tar.bz2 |
* fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
From-SVN: r30290
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/fr30/fr30.h | 10 |
2 files changed, 2 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48c9614..3eb085f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Sun Oct 31 01:53:30 1999 Jeffrey A Law (law@cygnus.com) + * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro. + * cccp.c (macroexpand): Avoid out of range accesses for omitted arguments. diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 1c2d70f..cab16ef 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -2499,16 +2499,6 @@ do \ only if additional modes are required. */ /* #define EXTRA_CC_MODES */ -/* A list of C strings giving the names for the modes listed in - `EXTRA_CC_MODES'. For example, the Sparc defines this macro and - `EXTRA_CC_MODES' as - - #define EXTRA_CC_MODES CC_NOOVmode, CCFPmode, CCFPEmode - #define EXTRA_CC_NAMES "CC_NOOV", "CCFP", "CCFPE" - - This macro is not required if `EXTRA_CC_MODES' is not defined. */ -/* #define EXTRA_CC_NAMES */ - /* Returns a mode from class `MODE_CC' to be used when comparison operation code OP is applied to rtx X and Y. For example, on the Sparc, `SELECT_CC_MODE' is defined as (see *note Jump Patterns::. for a |