diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2002-07-21 22:01:58 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-07-21 22:01:58 +0000 |
commit | 060a58c593b039e7a7c9f144b0e3f39e11fee735 (patch) | |
tree | 596694dcc8d51e7c13ec05e9eb5bc835533ddc96 /gcc/function.c | |
parent | 2f8dd115d2bf15e3866cbe0b98c73145853681f8 (diff) | |
download | gcc-060a58c593b039e7a7c9f144b0e3f39e11fee735.zip gcc-060a58c593b039e7a7c9f144b0e3f39e11fee735.tar.gz gcc-060a58c593b039e7a7c9f144b0e3f39e11fee735.tar.bz2 |
gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
* gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
* function.c (SYMBOL__MAIN): Remove definition.
* global.c (SET_CONFLICT, REGBITP, ALLOCNO_LIVE_P): Remove.
* predict.c (PROB_NEVER, PROB_LIKELY, PROB_UNLIKELY): Remove.
* profile.c (GCOV_INDEX_TO_BB): Remove.
* sched-rgn.c (ABS_VALUE, MIN_DIFF_PRIORITY, MIN_PROB_DIFF): Remove.
* simplify-rtx.c (FIXED_BASE_PLUS_P): Remove.
From-SVN: r55631
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index cd25804..2a59d59 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -75,7 +75,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA must define both, or neither. */ #ifndef NAME__MAIN #define NAME__MAIN "__main" -#define SYMBOL__MAIN __main #endif /* Round a value to the lowest integer less than it that is a multiple of |