[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r22301 - in /fsf/trunk/libc: ChangeLog ports/ChangeLog.mips ports/sysdeps/mips/memmove.c time/tzfile.c
- To: commits@xxxxxxxxxx
- Subject: [Commits] r22301 - in /fsf/trunk/libc: ChangeLog ports/ChangeLog.mips ports/sysdeps/mips/memmove.c time/tzfile.c
- From: eglibc@xxxxxxxxxx
- Date: Sun, 27 Jan 2013 00:02:12 -0000
Author: eglibc
Date: Sun Jan 27 00:02:10 2013
New Revision: 22301
Log:
Import glibc-mainline for 2013-01-27
Removed:
fsf/trunk/libc/ports/sysdeps/mips/memmove.c
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/ports/ChangeLog.mips
fsf/trunk/libc/time/tzfile.c
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sun Jan 27 00:02:10 2013
@@ -1,3 +1,7 @@
+2013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@xxxxxxxxx>
+
+ * time/tzfile.c: Include stdint.h for SIZE_MAX.
+
2013-01-25 Thomas Schwinge <thomas@xxxxxxxxxxxxxxxx>
* configure.in (_AC_PROG_CC_C89): New definition.
Modified: fsf/trunk/libc/ports/ChangeLog.mips
==============================================================================
--- fsf/trunk/libc/ports/ChangeLog.mips (original)
+++ fsf/trunk/libc/ports/ChangeLog.mips Sun Jan 27 00:02:10 2013
@@ -1,3 +1,7 @@
+2013-01-25 Steve Ellcey <sellcey@xxxxxxxx>
+
+ * sysdeps/mips/memmove.c: Remove.
+
2013-01-10 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* sysdeps/unix/sysv/linux/mips/bits/sigcontext.h (struct
Removed: fsf/trunk/libc/ports/sysdeps/mips/memmove.c
==============================================================================
--- fsf/trunk/libc/ports/sysdeps/mips/memmove.c (original)
+++ fsf/trunk/libc/ports/sysdeps/mips/memmove.c (removed)
@@ -1,23 +1,0 @@
-/* Copy memory to memory until the specified number of bytes
- has been copied. Overlap is handled correctly.
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
- This file is part of the GNU C Library.
- Contributed by Maxim Kuvyrkov <maxim@xxxxxxxxxxxxxxxx>.
-
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- The GNU C Library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- 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
- <http://www.gnu.org/licenses/>. */
-
-/* MIPS' implementation of memcpy is safe to use for memmove. */
-#define MEMCPY_OK_FOR_FWD_MEMMOVE 1
-#include <string/memmove.c>
Modified: fsf/trunk/libc/time/tzfile.c
==============================================================================
--- fsf/trunk/libc/time/tzfile.c (original)
+++ fsf/trunk/libc/time/tzfile.c Sun Jan 27 00:02:10 2013
@@ -24,6 +24,7 @@
#include <time.h>
#include <unistd.h>
#include <sys/stat.h>
+#include <stdint.h>
#define NOID
#include <timezone/tzfile.h>
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits