diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-19 22:24:56 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-19 22:24:56 +0000 |
commit | d6583d40c819f3a1faa2a9a784cac7755a4b6875 (patch) | |
tree | 87143212e4e338a48fb6ef2723d201ec9dbcba10 /gcc/defaults.h | |
parent | cbb300e853016da2b67d0d677d73d09534a0383a (diff) | |
download | gcc-d6583d40c819f3a1faa2a9a784cac7755a4b6875.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86285 138bc75d-0d04-0410-961f-82ee72b054a4
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 82fce205724..b7d393defb9 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. */ |