aboutsummaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-08-19 22:24:56 +0000
committerMark Mitchell <mark@codesourcery.com>2004-08-19 22:24:56 +0000
commitf986c9c9bd28ca7910c1b2389b088108583e446e (patch)
tree87143212e4e338a48fb6ef2723d201ec9dbcba10 /gcc/defaults.h
parent624b044fde0788b9382a618f39dc77b8f9ad112c (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@86285 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r--gcc/defaults.h6
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. */