diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-08-19 22:24:56 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-08-19 22:24:56 +0000 |
commit | d55ab31d105b43b177688b16339cc5e881c28d72 (patch) | |
tree | 87143212e4e338a48fb6ef2723d201ec9dbcba10 /gcc/defaults.h | |
parent | d75f90f1923454ae3dac50d69b90d907ac2607c6 (diff) | |
download | gcc-d55ab31d105b43b177688b16339cc5e881c28d72.zip gcc-d55ab31d105b43b177688b16339cc5e881c28d72.tar.gz gcc-d55ab31d105b43b177688b16339cc5e881c28d72.tar.bz2 |
defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove.
* defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove.
* optabs.c (init_optabs): Don't check it.
* config/arm/bpabi.h (TARGET_LIBGCC_LIBFUNCS): Do not define.
* doc/tm.texi (TARGET_LIBGCC_FUNCS): Remove.
From-SVN: r86285
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 82fce20..b7d393d 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -627,12 +627,6 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) false #endif -/* True if the target should use the standard libgcc arithmetic - library functions, like __addsi3 and _fixdfdi. */ -#ifndef TARGET_LIBGCC_LIBFUNCS -#define TARGET_LIBGCC_LIBFUNCS (true) -#endif - /* True if the targets integer-comparision fucntions return { 0, 1, 2 } to indicate { <, ==, > }. False if { -1, 0, 1 } is used instead. The libgcc routines are biased. */ |