00db10
Recreation of this upstream commit:
00db10
00db10
commit 29d73d867e1df54d703542cf7d076c5620dc2fb7
00db10
Author: Joseph Myers <joseph@codesourcery.com>
00db10
Date:   Fri Oct 4 16:02:33 2013 +0000
00db10
00db10
    Move powerpc ports pieces to libc.
00db10
00db10
Git commands used:
00db10
00db10
git mv ports/sysdeps/powerpc/nofpu sysdeps/powerpc/nofpu
00db10
git mv ports/sysdeps/powerpc/soft-fp sysdeps/powerpc/soft-fp
00db10
git mv ports/sysdeps/powerpc/powerpc32/4* sysdeps/powerpc/powerpc32/
00db10
git mv ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/* \
00db10
  sysdeps/unix/sysv/linux/powerpc/powerpc32/
00db10
git rm ports/sysdeps/powerpc/powerpc32/Makefile
00db10
00db10
In addition, sysdeps/powerpc/powerpc32/Makefile was updated to handle
00db10
the -mhard-float flag.
00db10
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/Makefile b/ports/sysdeps/powerpc/powerpc32/Makefile
00db10
deleted file mode 100644
00db10
index 3d235deeb91330f6..0000000000000000
00db10
--- a/ports/sysdeps/powerpc/powerpc32/Makefile
00db10
+++ /dev/null
00db10
@@ -1,8 +0,0 @@
00db10
-# Some Powerpc32 variants assume soft-fp is the default even though there is
00db10
-# an fp variant so provide -mhard-float if --with-fp is explicitly passed.
00db10
-
00db10
-ifeq ($(with-fp),yes)
00db10
-+cflags += -mhard-float
00db10
-ASFLAGS += -mhard-float
00db10
-sysdep-LDFLAGS += -mhard-float
00db10
-endif
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/Makefile b/sysdeps/powerpc/nofpu/Makefile
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/Makefile
00db10
rename to sysdeps/powerpc/nofpu/Makefile
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/Subdirs b/sysdeps/powerpc/nofpu/Subdirs
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/Subdirs
00db10
rename to sysdeps/powerpc/nofpu/Subdirs
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/Versions b/sysdeps/powerpc/nofpu/Versions
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/Versions
00db10
rename to sysdeps/powerpc/nofpu/Versions
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fclrexcpt.c b/sysdeps/powerpc/nofpu/fclrexcpt.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fclrexcpt.c
00db10
rename to sysdeps/powerpc/nofpu/fclrexcpt.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fedisblxcpt.c b/sysdeps/powerpc/nofpu/fedisblxcpt.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fedisblxcpt.c
00db10
rename to sysdeps/powerpc/nofpu/fedisblxcpt.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/feenablxcpt.c b/sysdeps/powerpc/nofpu/feenablxcpt.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/feenablxcpt.c
00db10
rename to sysdeps/powerpc/nofpu/feenablxcpt.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fegetenv.c b/sysdeps/powerpc/nofpu/fegetenv.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fegetenv.c
00db10
rename to sysdeps/powerpc/nofpu/fegetenv.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fegetexcept.c b/sysdeps/powerpc/nofpu/fegetexcept.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fegetexcept.c
00db10
rename to sysdeps/powerpc/nofpu/fegetexcept.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fegetround.c b/sysdeps/powerpc/nofpu/fegetround.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fegetround.c
00db10
rename to sysdeps/powerpc/nofpu/fegetround.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/feholdexcpt.c b/sysdeps/powerpc/nofpu/feholdexcpt.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/feholdexcpt.c
00db10
rename to sysdeps/powerpc/nofpu/feholdexcpt.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fenv_const.c b/sysdeps/powerpc/nofpu/fenv_const.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fenv_const.c
00db10
rename to sysdeps/powerpc/nofpu/fenv_const.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fenv_libc.h b/sysdeps/powerpc/nofpu/fenv_libc.h
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fenv_libc.h
00db10
rename to sysdeps/powerpc/nofpu/fenv_libc.h
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fesetenv.c b/sysdeps/powerpc/nofpu/fesetenv.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fesetenv.c
00db10
rename to sysdeps/powerpc/nofpu/fesetenv.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fesetround.c b/sysdeps/powerpc/nofpu/fesetround.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fesetround.c
00db10
rename to sysdeps/powerpc/nofpu/fesetround.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/feupdateenv.c b/sysdeps/powerpc/nofpu/feupdateenv.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/feupdateenv.c
00db10
rename to sysdeps/powerpc/nofpu/feupdateenv.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fgetexcptflg.c b/sysdeps/powerpc/nofpu/fgetexcptflg.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fgetexcptflg.c
00db10
rename to sysdeps/powerpc/nofpu/fgetexcptflg.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fraiseexcpt.c b/sysdeps/powerpc/nofpu/fraiseexcpt.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fraiseexcpt.c
00db10
rename to sysdeps/powerpc/nofpu/fraiseexcpt.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/fsetexcptflg.c b/sysdeps/powerpc/nofpu/fsetexcptflg.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/fsetexcptflg.c
00db10
rename to sysdeps/powerpc/nofpu/fsetexcptflg.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/ftestexcept.c b/sysdeps/powerpc/nofpu/ftestexcept.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/ftestexcept.c
00db10
rename to sysdeps/powerpc/nofpu/ftestexcept.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/get-rounding-mode.h b/sysdeps/powerpc/nofpu/get-rounding-mode.h
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/get-rounding-mode.h
00db10
rename to sysdeps/powerpc/nofpu/get-rounding-mode.h
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/libm-test-ulps b/sysdeps/powerpc/nofpu/libm-test-ulps
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/libm-test-ulps
00db10
rename to sysdeps/powerpc/nofpu/libm-test-ulps
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/shlib-versions b/sysdeps/powerpc/nofpu/shlib-versions
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/shlib-versions
00db10
rename to sysdeps/powerpc/nofpu/shlib-versions
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/sim-full.c b/sysdeps/powerpc/nofpu/sim-full.c
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/sim-full.c
00db10
rename to sysdeps/powerpc/nofpu/sim-full.c
00db10
diff --git a/ports/sysdeps/powerpc/nofpu/soft-supp.h b/sysdeps/powerpc/nofpu/soft-supp.h
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/nofpu/soft-supp.h
00db10
rename to sysdeps/powerpc/nofpu/soft-supp.h
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/405/memcmp.S b/sysdeps/powerpc/powerpc32/405/memcmp.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/405/memcmp.S
00db10
rename to sysdeps/powerpc/powerpc32/405/memcmp.S
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/405/memcpy.S b/sysdeps/powerpc/powerpc32/405/memcpy.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/405/memcpy.S
00db10
rename to sysdeps/powerpc/powerpc32/405/memcpy.S
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/405/memset.S b/sysdeps/powerpc/powerpc32/405/memset.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/405/memset.S
00db10
rename to sysdeps/powerpc/powerpc32/405/memset.S
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/405/strcmp.S b/sysdeps/powerpc/powerpc32/405/strcmp.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/405/strcmp.S
00db10
rename to sysdeps/powerpc/powerpc32/405/strcmp.S
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/405/strcpy.S b/sysdeps/powerpc/powerpc32/405/strcpy.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/405/strcpy.S
00db10
rename to sysdeps/powerpc/powerpc32/405/strcpy.S
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/405/strlen.S b/sysdeps/powerpc/powerpc32/405/strlen.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/405/strlen.S
00db10
rename to sysdeps/powerpc/powerpc32/405/strlen.S
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/405/strncmp.S b/sysdeps/powerpc/powerpc32/405/strncmp.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/405/strncmp.S
00db10
rename to sysdeps/powerpc/powerpc32/405/strncmp.S
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/440/Implies b/sysdeps/powerpc/powerpc32/440/Implies
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/440/Implies
00db10
rename to sysdeps/powerpc/powerpc32/440/Implies
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/464/Implies b/sysdeps/powerpc/powerpc32/464/Implies
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/464/Implies
00db10
rename to sysdeps/powerpc/powerpc32/464/Implies
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/476/Implies b/sysdeps/powerpc/powerpc32/476/Implies
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/476/Implies
00db10
rename to sysdeps/powerpc/powerpc32/476/Implies
00db10
diff --git a/ports/sysdeps/powerpc/powerpc32/476/memset.S b/sysdeps/powerpc/powerpc32/476/memset.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/powerpc32/476/memset.S
00db10
rename to sysdeps/powerpc/powerpc32/476/memset.S
00db10
diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile
00db10
index 64f79003af264964..0c515da52bc07d36 100644
00db10
--- a/sysdeps/powerpc/powerpc32/Makefile
00db10
+++ b/sysdeps/powerpc/powerpc32/Makefile
00db10
@@ -5,6 +5,15 @@ ifeq ($(with-fp),no)
00db10
 sysdep-LDFLAGS += -msoft-float
00db10
 endif
00db10
 
00db10
+# Some Powerpc32 variants assume soft-fp is the default even though there is
00db10
+# an fp variant so provide -mhard-float if --with-fp is explicitly passed.
00db10
+
00db10
+ifeq ($(with-fp),yes)
00db10
++cflags += -mhard-float
00db10
+ASFLAGS += -mhard-float
00db10
+sysdep-LDFLAGS += -mhard-float
00db10
+endif
00db10
+
00db10
 ifeq ($(subdir),gmon)
00db10
 sysdep_routines += ppc-mcount compat-ppc-mcount
00db10
 static-only-routines += ppc-mcount
00db10
diff --git a/ports/sysdeps/powerpc/soft-fp/sfp-machine.h b/sysdeps/powerpc/soft-fp/sfp-machine.h
00db10
similarity index 100%
00db10
rename from ports/sysdeps/powerpc/soft-fp/sfp-machine.h
00db10
rename to sysdeps/powerpc/soft-fp/sfp-machine.h
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405/Implies b/sysdeps/unix/sysv/linux/powerpc/powerpc32/405/Implies
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405/Implies
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/405/Implies
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440/Implies b/sysdeps/unix/sysv/linux/powerpc/powerpc32/440/Implies
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440/Implies
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/440/Implies
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464/Implies b/sysdeps/unix/sysv/linux/powerpc/powerpc32/464/Implies
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464/Implies
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/464/Implies
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476/Implies b/sysdeps/unix/sysv/linux/powerpc/powerpc32/476/Implies
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476/Implies
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/476/Implies
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/getcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/getcontext.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/getcontext.S
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/getcontext.S
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/setcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/setcontext.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/setcontext.S
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/setcontext.S
00db10
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/swapcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/swapcontext.S
00db10
similarity index 100%
00db10
rename from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/swapcontext.S
00db10
rename to sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/swapcontext.S