summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-06-25 17:54:44 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-06-25 17:54:44 +0000
commit92072d57c6754a4874f673439bc2b5a30f4c8918 (patch)
treecd13c0c09c722a92dd2423e093971a734ba14197 /config.h.in
parent3e239be647036760563e62639ea574a2c55b9191 (diff)
Remove BROKEN_PPC_ASM_CR0 configure test.
One piece of architecture-specific code in the main configure.ac is the powerpc test that can define BROKEN_PPC_ASM_CR0. There's no need to move this to a sysdeps configure script, or to work out what bug it was testing in May 1998 to see if it's still relevant, since nothing in the source tree now uses the results of this test. Thus, this patch just removes the test in question. Not tested. * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test. * configure: Regenerated. * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index a9ff1e3ac1..38d4aa4b6a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -73,10 +73,6 @@
(gcc on ix86 only). */
#undef USE_REGPARMS
-/* Defined on PowerPC if the GCC being used has a problem with clobbering
- certain registers (CR0, MQ, CTR, LR) in asm statements. */
-#undef BROKEN_PPC_ASM_CR0
-
/* Defined on SPARC if GCC emits GOTDATA relocations. */
#undef HAVE_GCC_GOTDATA