Remove BROKEN_PPC_ASM_CR0 configure test.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 25 Jun 2014 17:54:44 +0000 (17:54 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 25 Jun 2014 17:54:44 +0000 (17:54 +0000)
commit92072d57c6754a4874f673439bc2b5a30f4c8918
treecd13c0c09c722a92dd2423e093971a734ba14197
parent3e239be647036760563e62639ea574a2c55b9191
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.
ChangeLog
config.h.in
configure
configure.ac