diff --git a/ChangeLog b/ChangeLog index b826b91e87..bd1fb0d7e4 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