aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-02-10 23:30:21 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-02-10 23:30:21 +0000
commit2ad7600be76ada35c6e9f0baa75bc96252785268 (patch)
tree15f3bfba2d40ea05b02fdbf584aa9f403df2cdbc
parent384b7b4309cbbbe84481973b84ead98bb4fc54be (diff)
downloadglibc-2ad7600be76ada35c6e9f0baa75bc96252785268.tar.xz
glibc-2ad7600be76ada35c6e9f0baa75bc96252785268.zip
Move mips from ports to libc.
I've moved the MIPS port from ports to the main sysdeps hierarchy. Beyond the README update, the move of the files was simply git mv ports/sysdeps/mips sysdeps/mips git mv ports/sysdeps/unix/mips sysdeps/unix/mips git mv ports/sysdeps/unix/sysv/linux/mips sysdeps/unix/sysv/linux/mips and in addition to the ChangeLog entries here, I put a note at the top of ports/ChangeLog.mips similar to those in other files. Tested that disassembly of installed shared libraries for mips is the same before and after this patch (except for ld.so where paths in assertions are involved, as for arm). * sysdeps/mips: Move directory from ports/sysdeps/mips. * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips. * sysdeps/unix/sysv/linux/mips: Move directory from ports/sysdeps/unix/sysv/linux/mips. * README: Update listing for mips-*-linux-gnu and mips64-*-linux-gnu. * sysdeps/mips: Move directory to ../sysdeps/mips. * sysdeps/unix/mips: Move directory to ../sysdeps/unix/mips. * sysdeps/unix/sysv/linux/mips: Move directory to ../sysdeps/unix/sysv/linux/mips.
-rw-r--r--ChangeLog9
-rw-r--r--README4
-rw-r--r--ports/ChangeLog.mips14
-rw-r--r--sysdeps/mips/Implies (renamed from ports/sysdeps/mips/Implies)0
-rw-r--r--sysdeps/mips/Makefile (renamed from ports/sysdeps/mips/Makefile)0
-rw-r--r--sysdeps/mips/__longjmp.c (renamed from ports/sysdeps/mips/__longjmp.c)0
-rw-r--r--sysdeps/mips/abort-instr.h (renamed from ports/sysdeps/mips/abort-instr.h)0
-rw-r--r--sysdeps/mips/add_n.S (renamed from ports/sysdeps/mips/add_n.S)0
-rw-r--r--sysdeps/mips/addmul_1.S (renamed from ports/sysdeps/mips/addmul_1.S)0
-rw-r--r--sysdeps/mips/backtrace.c (renamed from ports/sysdeps/mips/backtrace.c)0
-rw-r--r--sysdeps/mips/bits/atomic.h (renamed from ports/sysdeps/mips/bits/atomic.h)0
-rw-r--r--sysdeps/mips/bits/dlfcn.h (renamed from ports/sysdeps/mips/bits/dlfcn.h)0
-rw-r--r--sysdeps/mips/bits/endian.h (renamed from ports/sysdeps/mips/bits/endian.h)0
-rw-r--r--sysdeps/mips/bits/fenv.h (renamed from ports/sysdeps/mips/bits/fenv.h)0
-rw-r--r--sysdeps/mips/bits/ipctypes.h (renamed from ports/sysdeps/mips/bits/ipctypes.h)0
-rw-r--r--sysdeps/mips/bits/link.h (renamed from ports/sysdeps/mips/bits/link.h)0
-rw-r--r--sysdeps/mips/bits/linkmap.h (renamed from ports/sysdeps/mips/bits/linkmap.h)0
-rw-r--r--sysdeps/mips/bits/mathdef.h (renamed from ports/sysdeps/mips/bits/mathdef.h)0
-rw-r--r--sysdeps/mips/bits/nan.h (renamed from ports/sysdeps/mips/bits/nan.h)0
-rw-r--r--sysdeps/mips/bits/setjmp.h (renamed from ports/sysdeps/mips/bits/setjmp.h)0
-rw-r--r--sysdeps/mips/bits/wordsize.h (renamed from ports/sysdeps/mips/bits/wordsize.h)0
-rw-r--r--sysdeps/mips/bsd-_setjmp.S (renamed from ports/sysdeps/mips/bsd-_setjmp.S)0
-rw-r--r--sysdeps/mips/bsd-setjmp.S (renamed from ports/sysdeps/mips/bsd-setjmp.S)0
-rw-r--r--sysdeps/mips/configure (renamed from ports/sysdeps/mips/configure)0
-rw-r--r--sysdeps/mips/configure.ac (renamed from ports/sysdeps/mips/configure.ac)0
-rw-r--r--sysdeps/mips/dl-dtprocnum.h (renamed from ports/sysdeps/mips/dl-dtprocnum.h)0
-rw-r--r--sysdeps/mips/dl-lookup.c (renamed from ports/sysdeps/mips/dl-lookup.c)0
-rw-r--r--sysdeps/mips/dl-machine.h (renamed from ports/sysdeps/mips/dl-machine.h)0
-rw-r--r--sysdeps/mips/dl-procinfo.c (renamed from ports/sysdeps/mips/dl-procinfo.c)0
-rw-r--r--sysdeps/mips/dl-procinfo.h (renamed from ports/sysdeps/mips/dl-procinfo.h)0
-rw-r--r--sysdeps/mips/dl-tls.h (renamed from ports/sysdeps/mips/dl-tls.h)0
-rw-r--r--sysdeps/mips/dl-trampoline.c (renamed from ports/sysdeps/mips/dl-trampoline.c)0
-rw-r--r--sysdeps/mips/fpregdef.h (renamed from ports/sysdeps/mips/fpregdef.h)0
-rw-r--r--sysdeps/mips/fpu/e_sqrt.c (renamed from ports/sysdeps/mips/fpu/e_sqrt.c)0
-rw-r--r--sysdeps/mips/fpu/e_sqrtf.c (renamed from ports/sysdeps/mips/fpu/e_sqrtf.c)0
-rw-r--r--sysdeps/mips/fpu/fclrexcpt.c (renamed from ports/sysdeps/mips/fpu/fclrexcpt.c)0
-rw-r--r--sysdeps/mips/fpu/fedisblxcpt.c (renamed from ports/sysdeps/mips/fpu/fedisblxcpt.c)0
-rw-r--r--sysdeps/mips/fpu/feenablxcpt.c (renamed from ports/sysdeps/mips/fpu/feenablxcpt.c)0
-rw-r--r--sysdeps/mips/fpu/fegetenv.c (renamed from ports/sysdeps/mips/fpu/fegetenv.c)0
-rw-r--r--sysdeps/mips/fpu/fegetexcept.c (renamed from ports/sysdeps/mips/fpu/fegetexcept.c)0
-rw-r--r--sysdeps/mips/fpu/fegetround.c (renamed from ports/sysdeps/mips/fpu/fegetround.c)0
-rw-r--r--sysdeps/mips/fpu/feholdexcpt.c (renamed from ports/sysdeps/mips/fpu/feholdexcpt.c)0
-rw-r--r--sysdeps/mips/fpu/fenv_libc.h (renamed from ports/sysdeps/mips/fpu/fenv_libc.h)0
-rw-r--r--sysdeps/mips/fpu/fesetenv.c (renamed from ports/sysdeps/mips/fpu/fesetenv.c)0
-rw-r--r--sysdeps/mips/fpu/fesetround.c (renamed from ports/sysdeps/mips/fpu/fesetround.c)0
-rw-r--r--sysdeps/mips/fpu/feupdateenv.c (renamed from ports/sysdeps/mips/fpu/feupdateenv.c)0
-rw-r--r--sysdeps/mips/fpu/fgetexcptflg.c (renamed from ports/sysdeps/mips/fpu/fgetexcptflg.c)0
-rw-r--r--sysdeps/mips/fpu/fraiseexcpt.c (renamed from ports/sysdeps/mips/fpu/fraiseexcpt.c)0
-rw-r--r--sysdeps/mips/fpu/fsetexcptflg.c (renamed from ports/sysdeps/mips/fpu/fsetexcptflg.c)0
-rw-r--r--sysdeps/mips/fpu/ftestexcept.c (renamed from ports/sysdeps/mips/fpu/ftestexcept.c)0
-rw-r--r--sysdeps/mips/fpu_control.h (renamed from ports/sysdeps/mips/fpu_control.h)0
-rw-r--r--sysdeps/mips/gccframe.h (renamed from ports/sysdeps/mips/gccframe.h)0
-rw-r--r--sysdeps/mips/ieee754/ieee754.h (renamed from ports/sysdeps/mips/ieee754/ieee754.h)0
-rw-r--r--sysdeps/mips/ieee754/s_fma.c (renamed from ports/sysdeps/mips/ieee754/s_fma.c)0
-rw-r--r--sysdeps/mips/ieee754/s_fmaf.c (renamed from ports/sysdeps/mips/ieee754/s_fmaf.c)0
-rw-r--r--sysdeps/mips/ieee754/s_fmal.c (renamed from ports/sysdeps/mips/ieee754/s_fmal.c)0
-rw-r--r--sysdeps/mips/include/sys/asm.h (renamed from ports/sysdeps/mips/include/sys/asm.h)0
-rw-r--r--sysdeps/mips/jmpbuf-unwind.h (renamed from ports/sysdeps/mips/jmpbuf-unwind.h)0
-rw-r--r--sysdeps/mips/ldsodefs.h (renamed from ports/sysdeps/mips/ldsodefs.h)0
-rw-r--r--sysdeps/mips/libc-tls.c (renamed from ports/sysdeps/mips/libc-tls.c)0
-rw-r--r--sysdeps/mips/lshift.S (renamed from ports/sysdeps/mips/lshift.S)0
-rw-r--r--sysdeps/mips/machine-gmon.h (renamed from ports/sysdeps/mips/machine-gmon.h)0
-rw-r--r--sysdeps/mips/math-tests.h (renamed from ports/sysdeps/mips/math-tests.h)0
-rw-r--r--sysdeps/mips/math_private.h (renamed from ports/sysdeps/mips/math_private.h)0
-rw-r--r--sysdeps/mips/memcpy.S (renamed from ports/sysdeps/mips/memcpy.S)0
-rw-r--r--sysdeps/mips/memset.S (renamed from ports/sysdeps/mips/memset.S)0
-rw-r--r--sysdeps/mips/memusage.h (renamed from ports/sysdeps/mips/memusage.h)0
-rw-r--r--sysdeps/mips/mips32/Implies (renamed from ports/sysdeps/mips/mips32/Implies)0
-rw-r--r--sysdeps/mips/mips32/Makefile (renamed from ports/sysdeps/mips/mips32/Makefile)0
-rw-r--r--sysdeps/mips/mips32/crti.S (renamed from ports/sysdeps/mips/mips32/crti.S)0
-rw-r--r--sysdeps/mips/mips32/crtn.S (renamed from ports/sysdeps/mips/mips32/crtn.S)0
-rw-r--r--sysdeps/mips/mips32/fpu/Versions (renamed from ports/sysdeps/mips/mips32/fpu/Versions)0
-rw-r--r--sysdeps/mips/mips32/fpu/e_sqrt.c (renamed from ports/sysdeps/mips/mips32/fpu/e_sqrt.c)0
-rw-r--r--sysdeps/mips/mips32/fpu/e_sqrtf.c (renamed from ports/sysdeps/mips/mips32/fpu/e_sqrtf.c)0
-rw-r--r--sysdeps/mips/mips32/fpu/fpu_control.c (renamed from ports/sysdeps/mips/mips32/fpu/fpu_control.c)0
-rw-r--r--sysdeps/mips/mips32/libm-test-ulps (renamed from ports/sysdeps/mips/mips32/libm-test-ulps)0
-rw-r--r--sysdeps/mips/mips32/mips16/add_n.c (renamed from ports/sysdeps/mips/mips32/mips16/add_n.c)0
-rw-r--r--sysdeps/mips/mips32/mips16/addmul_1.c (renamed from ports/sysdeps/mips/mips32/mips16/addmul_1.c)0
-rw-r--r--sysdeps/mips/mips32/mips16/fpu/Makefile (renamed from ports/sysdeps/mips/mips32/mips16/fpu/Makefile)0
-rw-r--r--sysdeps/mips/mips32/mips16/lshift.c (renamed from ports/sysdeps/mips/mips32/mips16/lshift.c)0
-rw-r--r--sysdeps/mips/mips32/mips16/mul_1.c (renamed from ports/sysdeps/mips/mips32/mips16/mul_1.c)0
-rw-r--r--sysdeps/mips/mips32/mips16/rshift.c (renamed from ports/sysdeps/mips/mips32/mips16/rshift.c)0
-rw-r--r--sysdeps/mips/mips32/mips16/sub_n.c (renamed from ports/sysdeps/mips/mips32/mips16/sub_n.c)0
-rw-r--r--sysdeps/mips/mips32/mips16/submul_1.c (renamed from ports/sysdeps/mips/mips32/mips16/submul_1.c)0
-rw-r--r--