Browse Source

Move arm from ports to libc.

I've moved the ARM port from ports to the main sysdeps hierarchy.
Beyond the README update, the move of the files was simply

git mv ports/sysdeps/arm sysdeps/arm
git mv ports/sysdeps/unix/arm sysdeps/unix/arm
git mv ports/sysdeps/unix/sysv/linux/arm sysdeps/unix/sysv/linux/arm

and in addition to the ChangeLog entries here, I put a note at the top
of ports/ChangeLog.arm similar to that at the top of
ChangeLog.powerpc.  There is deliberately no NEWS change, as I think
it makes the most sense to put in a general note above all ports
having moved if we can achieve that for 2.20.

Tested that disassembly of installed shared libraries for arm is the
same before and after this patch, except for data (not instructions)
in ld.so (there are assertions in sysdeps/arm/dl-machine.h, and the
path by which that file is found, and so by which it appears in the
assertion message, changes as a result of the move).

	* sysdeps/arm: Move directory from ports/sysdeps/arm.
	* sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
	* sysdeps/unix/sysv/linux/arm: Move directory from
	ports/sysdeps/unix/sysv/linux/arm.
	* README: Update listing for arm-*-linux-gnueabi.

ports/ChangeLog.arm:
	* sysdeps/arm: Move directory to ../sysdeps/arm.
	* sysdeps/unix/arm: Move directory to ../sysdeps.arm.
	* sysdeps/unix/sysv/linux/arm: Move directory to
	../sysdeps/unix/sysv/linux/arm.
siddhesh/sem_timedwait
Joseph Myers 12 years ago
parent
commit
c6bfe5c4d7
  1. 6
      ChangeLog
  2. 2
      README
  3. 12
      ports/ChangeLog.arm
  4. 0
      sysdeps/arm/Implies
  5. 0
      sysdeps/arm/Makefile
  6. 0
      sysdeps/arm/Versions
  7. 0
      sysdeps/arm/__longjmp.S
  8. 0
      sysdeps/arm/abi-note.S
  9. 0
      sysdeps/arm/add_n.S
  10. 0
      sysdeps/arm/addmul_1.S
  11. 0
      sysdeps/arm/aeabi_assert.c
  12. 0
      sysdeps/arm/aeabi_atexit.c
  13. 0
      sysdeps/arm/aeabi_errno_addr.c
  14. 0
      sysdeps/arm/aeabi_lcsts.c
  15. 0
      sysdeps/arm/aeabi_localeconv.c
  16. 0
      sysdeps/arm/aeabi_math.c
  17. 0
      sysdeps/arm/aeabi_mb_cur_max.c
  18. 0
      sysdeps/arm/aeabi_memclr.c
  19. 0
      sysdeps/arm/aeabi_memcpy.c
  20. 0
      sysdeps/arm/aeabi_memmove.c
  21. 0
      sysdeps/arm/aeabi_memset.c
  22. 0
      sysdeps/arm/aeabi_sighandlers.S
  23. 0
      sysdeps/arm/aeabi_unwind_cpp_pr1.c
  24. 0
      sysdeps/arm/arm-features.h
  25. 0
      sysdeps/arm/arm-mcount.S
  26. 0
      sysdeps/arm/armv6/rawmemchr.S
  27. 0
      sysdeps/arm/armv6/stpcpy.S
  28. 0
      sysdeps/arm/armv6/strchr.S
  29. 0
      sysdeps/arm/armv6/strcpy.S
  30. 0
      sysdeps/arm/armv6/strlen.S
  31. 0
      sysdeps/arm/armv6/strrchr.S
  32. 0
      sysdeps/arm/armv6t2/Implies
  33. 0
      sysdeps/arm/armv6t2/ffs.S
  34. 0
      sysdeps/arm/armv6t2/ffsll.S
  35. 0
      sysdeps/arm/armv6t2/memchr.S
  36. 0
      sysdeps/arm/armv6t2/strlen.S
  37. 0
      sysdeps/arm/armv7/Implies
  38. 0
      sysdeps/arm/armv7/configure
  39. 0
      sysdeps/arm/armv7/configure.ac
  40. 0
      sysdeps/arm/armv7/multiarch/Makefile
  41. 0
      sysdeps/arm/armv7/multiarch/aeabi_memcpy.c
  42. 0
      sysdeps/arm/armv7/multiarch/ifunc-impl-list.c
  43. 0
      sysdeps/arm/armv7/multiarch/memcpy.S
  44. 0
      sysdeps/arm/armv7/multiarch/memcpy_impl.S
  45. 0
      sysdeps/arm/armv7/multiarch/memcpy_neon.S
  46. 0
      sysdeps/arm/armv7/multiarch/memcpy_vfp.S
  47. 0
      sysdeps/arm/backtrace.c
  48. 0
      sysdeps/arm/bits/atomic.h
  49. 0
      sysdeps/arm/bits/endian.h
  50. 0
      sysdeps/arm/bits/fenv.h
  51. 0
      sysdeps/arm/bits/link.h
  52. 0
      sysdeps/arm/bits/linkmap.h
  53. 0
      sysdeps/arm/bits/mathdef.h
  54. 0
      sysdeps/arm/bits/setjmp.h
  55. 0
      sysdeps/arm/bsd-_setjmp.S
  56. 0
      sysdeps/arm/bsd-setjmp.S
  57. 0
      sysdeps/arm/configure
  58. 0
      sysdeps/arm/configure.ac
  59. 0
      sysdeps/arm/crti.S
  60. 0
      sysdeps/arm/crtn.S
  61. 0
      sysdeps/arm/dl-irel.h
  62. 0
      sysdeps/arm/dl-lookupcfg.h
  63. 0
      sysdeps/arm/dl-machine.h
  64. 0
      sysdeps/arm/dl-sysdep.h
  65. 0
      sysdeps/arm/dl-tls.h
  66. 0
      sysdeps/arm/dl-tlsdesc.S
  67. 0
      sysdeps/arm/dl-tlsdesc.h
  68. 0
      sysdeps/arm/dl-trampoline.S
  69. 0
      sysdeps/arm/fclrexcpt.c
  70. 0
      sysdeps/arm/fedisblxcpt.c
  71. 0
      sysdeps/arm/feenablxcpt.c
  72. 0
      sysdeps/arm/fegetenv.c
  73. 0
      sysdeps/arm/fegetexcept.c
  74. 0
      sysdeps/arm/fegetround.c
  75. 0
      sysdeps/arm/feholdexcpt.c
  76. 0
      sysdeps/arm/fesetenv.c
  77. 0
      sysdeps/arm/fesetround.c
  78. 0
      sysdeps/arm/feupdateenv.c
  79. 0
      sysdeps/arm/fgetexcptflg.c
  80. 0
      sysdeps/arm/find_exidx.c
  81. 0
      sysdeps/arm/fpu_control.h
  82. 0
      sysdeps/arm/fraiseexcpt.c
  83. 0
      sysdeps/arm/frame.h
  84. 0
      sysdeps/arm/framestate.c
  85. 0
      sysdeps/arm/fsetexcptflg.c
  86. 0
      sysdeps/arm/ftestexcept.c
  87. 0
      sysdeps/arm/gcc-compat.h
  88. 0
      sysdeps/arm/gccframe.h
  89. 0
      sysdeps/arm/get-rounding-mode.h
  90. 0
      sysdeps/arm/gmp-mparam.h
  91. 0
      sysdeps/arm/include/bits/setjmp.h
  92. 0
      sysdeps/arm/jmpbuf-unwind.h
  93. 0
      sysdeps/arm/ldsodefs.h
  94. 0
      sysdeps/arm/libc-tls.c
  95. 0
      sysdeps/arm/libm-test-ulps
  96. 0
      sysdeps/arm/machine-gmon.h
  97. 0
      sysdeps/arm/math-tests.h
  98. 0
      sysdeps/arm/memcpy.S
  99. 0
      sysdeps/arm/memmove.S
  100. 0
      sysdeps/arm/memset.S

6
ChangeLog

@ -1,5 +1,11 @@
2014-02-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm: Move directory from ports/sysdeps/arm.
* sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
* sysdeps/unix/sysv/linux/arm: Move directory from
ports/sysdeps/unix/sysv/linux/arm.
* README: Update listing for arm-*-linux-gnueabi.
* README: Remove mention of am33.
2014-02-07 Roland McGrath <roland@hack.frob.com>

2
README

@ -24,6 +24,7 @@ installed for the pthread library to work correctly.
The GNU C Library supports these configurations for using Linux kernels:
arm-*-linux-gnueabi
i[4567]86-*-linux-gnu
x86_64-*-linux-gnu Can build either x86_64 or x32
powerpc-*-linux-gnu Hardware or software floating point, BE only.
@ -40,7 +41,6 @@ located in the `ports' subdirectory of the source tree.
aarch64*-*-linux-gnu
alpha*-*-linux-gnu
arm-*-linux-gnueabi
hppa-*-linux-gnu Not currently functional without patches.
ia64-*-linux-gnu
m68k-*-linux-gnu

12
ports/ChangeLog.arm

@ -1,5 +1,17 @@
This file describes changes to the ARM port while it was in the ports
add-on directory. This port is no longer part of an add-on and so
future changes to it should be listed in the top-level ChangeLog file,
not here.
2014-02-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm: Move directory to ../sysdeps/arm.
* sysdeps/unix/arm: Move directory to ../sysdeps.arm.
* sysdeps/unix/sysv/linux/arm: Move directory to
../sysdeps/unix/sysv/linux/arm.
* sysdeps/unix/sysv/linux/arm/msgctl.c: Move from
sysdeps/unix/sysv/linux/alpha/msgctl.c instead of #include of that
file.

0
ports/sysdeps/arm/Implies → sysdeps/arm/Implies

0
ports/sysdeps/arm/Makefile → sysdeps/arm/Makefile

0
ports/sysdeps/arm/Versions → sysdeps/arm/Versions

0
ports/sysdeps/arm/__longjmp.S → sysdeps/arm/__longjmp.S

0
ports/sysdeps/arm/abi-note.S → sysdeps/arm/abi-note.S

0
ports/sysdeps/arm/add_n.S → sysdeps/arm/add_n.S

0
ports/sysdeps/arm/addmul_1.S → sysdeps/arm/addmul_1.S

0
ports/sysdeps/arm/aeabi_assert.c → sysdeps/arm/aeabi_assert.c

0
ports/sysdeps/arm/aeabi_atexit.c → sysdeps/arm/aeabi_atexit.c

0
ports/sysdeps/arm/aeabi_errno_addr.c → sysdeps/arm/aeabi_errno_addr.c

0
ports/sysdeps/arm/aeabi_lcsts.c → sysdeps/arm/aeabi_lcsts.c

0
ports/sysdeps/arm/aeabi_localeconv.c → sysdeps/arm/aeabi_localeconv.c

0
ports/sysdeps/arm/aeabi_math.c → sysdeps/arm/aeabi_math.c

0
ports/sysdeps/arm/aeabi_mb_cur_max.c → sysdeps/arm/aeabi_mb_cur_max.c

0
ports/sysdeps/arm/aeabi_memclr.c → sysdeps/arm/aeabi_memclr.c

0
ports/sysdeps/arm/aeabi_memcpy.c → sysdeps/arm/aeabi_memcpy.c

0
ports/sysdeps/arm/aeabi_memmove.c → sysdeps/arm/aeabi_memmove.c

0
ports/sysdeps/arm/aeabi_memset.c → sysdeps/arm/aeabi_memset.c

0
ports/sysdeps/arm/aeabi_sighandlers.S → sysdeps/arm/aeabi_sighandlers.S

0
ports/sysdeps/arm/aeabi_unwind_cpp_pr1.c → sysdeps/arm/aeabi_unwind_cpp_pr1.c

0
ports/sysdeps/arm/arm-features.h → sysdeps/arm/arm-features.h

0
ports/sysdeps/arm/arm-mcount.S → sysdeps/arm/arm-mcount.S

0
ports/sysdeps/arm/armv6/rawmemchr.S → sysdeps/arm/armv6/rawmemchr.S

0
ports/sysdeps/arm/armv6/stpcpy.S → sysdeps/arm/armv6/stpcpy.S

0
ports/sysdeps/arm/armv6/strchr.S → sysdeps/arm/armv6/strchr.S

0
ports/sysdeps/arm/armv6/strcpy.S → sysdeps/arm/armv6/strcpy.S

0
ports/sysdeps/arm/armv6/strlen.S → sysdeps/arm/armv6/strlen.S

0
ports/sysdeps/arm/armv6/strrchr.S → sysdeps/arm/armv6/strrchr.S

0
ports/sysdeps/arm/armv6t2/Implies → sysdeps/arm/armv6t2/Implies

0
ports/sysdeps/arm/armv6t2/ffs.S → sysdeps/arm/armv6t2/ffs.S

0
ports/sysdeps/arm/armv6t2/ffsll.S → sysdeps/arm/armv6t2/ffsll.S

0
ports/sysdeps/arm/armv6t2/memchr.S → sysdeps/arm/armv6t2/memchr.S

0
ports/sysdeps/arm/armv6t2/strlen.S → sysdeps/arm/armv6t2/strlen.S

0
ports/sysdeps/arm/armv7/Implies → sysdeps/arm/armv7/Implies

0
ports/sysdeps/arm/armv7/configure → sysdeps/arm/armv7/configure

0
ports/sysdeps/arm/armv7/configure.ac → sysdeps/arm/armv7/configure.ac

0
ports/sysdeps/arm/armv7/multiarch/Makefile → sysdeps/arm/armv7/multiarch/Makefile

0
ports/sysdeps/arm/armv7/multiarch/aeabi_memcpy.c → sysdeps/arm/armv7/multiarch/aeabi_memcpy.c

0
ports/sysdeps/arm/armv7/multiarch/ifunc-impl-list.c → sysdeps/arm/armv7/multiarch/ifunc-impl-list.c

0
ports/sysdeps/arm/armv7/multiarch/memcpy.S → sysdeps/arm/armv7/multiarch/memcpy.S

0
ports/sysdeps/arm/armv7/multiarch/memcpy_impl.S → sysdeps/arm/armv7/multiarch/memcpy_impl.S

0
ports/sysdeps/arm/armv7/multiarch/memcpy_neon.S → sysdeps/arm/armv7/multiarch/memcpy_neon.S

0
ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S → sysdeps/arm/armv7/multiarch/memcpy_vfp.S

0
ports/sysdeps/arm/backtrace.c → sysdeps/arm/backtrace.c

0
ports/sysdeps/arm/bits/atomic.h → sysdeps/arm/bits/atomic.h

0
ports/sysdeps/arm/bits/endian.h → sysdeps/arm/bits/endian.h

0
ports/sysdeps/arm/bits/fenv.h → sysdeps/arm/bits/fenv.h

0
ports/sysdeps/arm/bits/link.h → sysdeps/arm/bits/link.h

0
ports/sysdeps/arm/bits/linkmap.h → sysdeps/arm/bits/linkmap.h

0
ports/sysdeps/arm/bits/mathdef.h → sysdeps/arm/bits/mathdef.h

0
ports/sysdeps/arm/bits/setjmp.h → sysdeps/arm/bits/setjmp.h

0
ports/sysdeps/arm/bsd-_setjmp.S → sysdeps/arm/bsd-_setjmp.S

0
ports/sysdeps/arm/bsd-setjmp.S → sysdeps/arm/bsd-setjmp.S

0
ports/sysdeps/arm/configure → sysdeps/arm/configure

0
ports/sysdeps/arm/configure.ac → sysdeps/arm/configure.ac

0
ports/sysdeps/arm/crti.S → sysdeps/arm/crti.S

0
ports/sysdeps/arm/crtn.S → sysdeps/arm/crtn.S

0
ports/sysdeps/arm/dl-irel.h → sysdeps/arm/dl-irel.h

0
ports/sysdeps/arm/dl-lookupcfg.h → sysdeps/arm/dl-lookupcfg.h

0
ports/sysdeps/arm/dl-machine.h → sysdeps/arm/dl-machine.h

0
ports/sysdeps/arm/dl-sysdep.h → sysdeps/arm/dl-sysdep.h

0
ports/sysdeps/arm/dl-tls.h → sysdeps/arm/dl-tls.h

0
ports/sysdeps/arm/dl-tlsdesc.S → sysdeps/arm/dl-tlsdesc.S

0
ports/sysdeps/arm/dl-tlsdesc.h → sysdeps/arm/dl-tlsdesc.h

0
ports/sysdeps/arm/dl-trampoline.S → sysdeps/arm/dl-trampoline.S

0
ports/sysdeps/arm/fclrexcpt.c → sysdeps/arm/fclrexcpt.c

0
ports/sysdeps/arm/fedisblxcpt.c → sysdeps/arm/fedisblxcpt.c

0
ports/sysdeps/arm/feenablxcpt.c → sysdeps/arm/feenablxcpt.c

0
ports/sysdeps/arm/fegetenv.c → sysdeps/arm/fegetenv.c

0
ports/sysdeps/arm/fegetexcept.c → sysdeps/arm/fegetexcept.c

0
ports/sysdeps/arm/fegetround.c → sysdeps/arm/fegetround.c

0
ports/sysdeps/arm/feholdexcpt.c → sysdeps/arm/feholdexcpt.c

0
ports/sysdeps/arm/fesetenv.c → sysdeps/arm/fesetenv.c

0
ports/sysdeps/arm/fesetround.c → sysdeps/arm/fesetround.c

0
ports/sysdeps/arm/feupdateenv.c → sysdeps/arm/feupdateenv.c

0
ports/sysdeps/arm/fgetexcptflg.c → sysdeps/arm/fgetexcptflg.c

0
ports/sysdeps/arm/find_exidx.c → sysdeps/arm/find_exidx.c

0
ports/sysdeps/arm/fpu_control.h → sysdeps/arm/fpu_control.h

0
ports/sysdeps/arm/fraiseexcpt.c → sysdeps/arm/fraiseexcpt.c

0
ports/sysdeps/arm/frame.h → sysdeps/arm/frame.h

0
ports/sysdeps/arm/framestate.c → sysdeps/arm/framestate.c

0
ports/sysdeps/arm/fsetexcptflg.c → sysdeps/arm/fsetexcptflg.c

0
ports/sysdeps/arm/ftestexcept.c → sysdeps/arm/ftestexcept.c

0
ports/sysdeps/arm/gcc-compat.h → sysdeps/arm/gcc-compat.h

0
ports/sysdeps/arm/gccframe.h → sysdeps/arm/gccframe.h

0
ports/sysdeps/arm/get-rounding-mode.h → sysdeps/arm/get-rounding-mode.h

0
ports/sysdeps/arm/gmp-mparam.h → sysdeps/arm/gmp-mparam.h

0
ports/sysdeps/arm/include/bits/setjmp.h → sysdeps/arm/include/bits/setjmp.h

0
ports/sysdeps/arm/jmpbuf-unwind.h → sysdeps/arm/jmpbuf-unwind.h

0
ports/sysdeps/arm/ldsodefs.h → sysdeps/arm/ldsodefs.h

0
ports/sysdeps/arm/libc-tls.c → sysdeps/arm/libc-tls.c

0
ports/sysdeps/arm/libm-test-ulps → sysdeps/arm/libm-test-ulps

0
ports/sysdeps/arm/machine-gmon.h → sysdeps/arm/machine-gmon.h

0
ports/sysdeps/arm/math-tests.h → sysdeps/arm/math-tests.h

0
ports/sysdeps/arm/memcpy.S → sysdeps/arm/memcpy.S

0
ports/sysdeps/arm/memmove.S → sysdeps/arm/memmove.S

0
ports/sysdeps/arm/memset.S → sysdeps/arm/memset.S

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save