From: Joseph Myers Date: Fri, 1 Mar 2013 22:53:27 +0000 (+0000) Subject: Use same installed powerpc headers for hard and soft float. X-Git-Tag: glibc-2.18~619 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68508633191ec7577809a091e7c897b2dd2cdab9;p=platform%2Fupstream%2Fglibc.git Use same installed powerpc headers for hard and soft float. --- diff --git a/ChangeLog b/ChangeLog index b826b91..bd1fb0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-03-01 Joseph Myers + + * sysdeps/powerpc/fpu/fpu_control.h: Move to ... + * sysdeps/powerpc/fpu_control.h: ... here. + * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ... + * sysdeps/powerpc/bits/fenvinline.h: ... here. + * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ... + * sysdeps/powerpc/bits/mathinline.h: ... here. + 2013-03-01 Roland McGrath * elf/dl-hwcaps.c (_dl_important_hwcaps): diff --git a/sysdeps/powerpc/fpu/bits/fenvinline.h b/sysdeps/powerpc/bits/fenvinline.h similarity index 100% rename from sysdeps/powerpc/fpu/bits/fenvinline.h rename to sysdeps/powerpc/bits/fenvinline.h diff --git a/sysdeps/powerpc/fpu/bits/mathinline.h b/sysdeps/powerpc/bits/mathinline.h similarity index 100% rename from sysdeps/powerpc/fpu/bits/mathinline.h rename to sysdeps/powerpc/bits/mathinline.h diff --git a/sysdeps/powerpc/fpu/fpu_control.h b/sysdeps/powerpc/fpu_control.h similarity index 100% rename from sysdeps/powerpc/fpu/fpu_control.h rename to sysdeps/powerpc/fpu_control.h