I failed my commit --amend of the previous version.  Please disregard
the previous patch.  Sorry for the noise.

Ignacy Gawędzki (1):
  libpthread: Fix inclusion of unwind code.

 libpthread/nptl/sysdeps/Makefile.commonarch        |   1 +
 libpthread/nptl/sysdeps/arm/arm-unwind-resume.c    |  67 ++++++++
 libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c |   2 +
 libpthread/nptl/sysdeps/arm/rt-arm-unwind-resume.c |   1 +
 libpthread/nptl/sysdeps/arm/unwind-resume.h        |  33 ++++
 libpthread/nptl/sysdeps/generic/unwind-resume.c    |  75 +++++++++
 libpthread/nptl/sysdeps/generic/unwind-resume.h    |  33 ++++
 .../nptl/sysdeps/pthread/unwind-forcedunwind.c     |  49 +++---
 libpthread/nptl/sysdeps/pthread/unwind-resume.c    |  80 ----------
 .../unix/sysv/linux/arm/unwind-forcedunwind.c      | 177 ---------------------
 .../sysdeps/unix/sysv/linux/arm/unwind-resume.c    | 116 --------------
 11 files changed, 230 insertions(+), 404 deletions(-)
 create mode 100644 libpthread/nptl/sysdeps/arm/arm-unwind-resume.c
 create mode 100644 libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c
 create mode 100644 libpthread/nptl/sysdeps/arm/rt-arm-unwind-resume.c
 create mode 100644 libpthread/nptl/sysdeps/arm/unwind-resume.h
 create mode 100644 libpthread/nptl/sysdeps/generic/unwind-resume.c
 create mode 100644 libpthread/nptl/sysdeps/generic/unwind-resume.h
 delete mode 100644 libpthread/nptl/sysdeps/pthread/unwind-resume.c
 delete mode 100644 
libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
 delete mode 100644 libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c

-- 
2.7.4

_______________________________________________
devel mailing list
devel@uclibc-ng.org
http://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/devel

Reply via email to