From 68508633191ec7577809a091e7c897b2dd2cdab9 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 1 Mar 2013 22:53:27 +0000 Subject: [PATCH] Use same installed powerpc headers for hard and soft float. --- ChangeLog | 9 +++++++++ sysdeps/powerpc/{fpu => }/bits/fenvinline.h | 0 sysdeps/powerpc/{fpu => }/bits/mathinline.h | 0 sysdeps/powerpc/{fpu => }/fpu_control.h | 0 4 files changed, 9 insertions(+) rename sysdeps/powerpc/{fpu => }/bits/fenvinline.h (100%) rename sysdeps/powerpc/{fpu => }/bits/mathinline.h (100%) rename sysdeps/powerpc/{fpu => }/fpu_control.h (100%) 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 -- 2.7.4