This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via ff58e44fc38474b1898c59caf9a5e75d0d8c6c57 (commit)
from 084e597e9f8e630e9b3fc7044d544699ad5d2886 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ff58e44fc38474b1898c59caf9a5e75d0d8c6c57
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Sun Jul 17 02:23:24 2016 +0200
mips: add regdef.h glibc compatibility header
-----------------------------------------------------------------------
Summary of changes:
libc/sysdeps/linux/mips/Makefile.arch | 3 +--
{libpthread/nptl/sysdeps => libc/sysdeps/linux}/mips/regdef.h | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
copy {libpthread/nptl/sysdeps => libc/sysdeps/linux}/mips/regdef.h (86%)
diff --git a/libc/sysdeps/linux/mips/Makefile.arch
b/libc/sysdeps/linux/mips/Makefile.arch
index 2c2e66f..844bc2b 100644
--- a/libc/sysdeps/linux/mips/Makefile.arch
+++ b/libc/sysdeps/linux/mips/Makefile.arch
@@ -20,5 +20,4 @@ SSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += makecontext.S setcontext.S
getcontext.S \
ASFLAGS-syscall_error.S += -D_LIBC_REENTRANT
-ARCH_HEADERS := sgidefs.h
-# regdef.h
+ARCH_HEADERS := sgidefs.h regdef.h
diff --git a/libpthread/nptl/sysdeps/mips/regdef.h b/libc/sysdeps/linux/mips/regdef.h
similarity index 86%
copy from libpthread/nptl/sysdeps/mips/regdef.h
copy to libc/sysdeps/linux/mips/regdef.h
index e4ebd9a..64cffbf 100644
--- a/libpthread/nptl/sysdeps/mips/regdef.h
+++ b/libc/sysdeps/linux/mips/regdef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1994-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ralf Baechle <ralf(a)gnu.org>rg>.
@@ -13,7 +13,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, see
+ License along with the GNU C Library. If not, see
<http://www.gnu.org/licenses/>. */
#ifndef _REGDEF_H
hooks/post-receive
--
uClibc-ng - small C library for embedded systems