[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r10568 - in /fsf/trunk/libc: ChangeLog sysdeps/unix/sysv/linux/sh/sh4/register-dump.h



Author: eglibc
Date: Thu May 27 00:03:23 2010
New Revision: 10568

Log:
Import glibc-mainline for 2010-05-27

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/sysdeps/unix/sysv/linux/sh/sh4/register-dump.h

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Thu May 27 00:03:23 2010
@@ -1,3 +1,7 @@
+2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@xxxxxxxxxxx>
+
+	* sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
+
 2010-05-24  Luis Machado  <luisgpm@xxxxxxxxxx>
 
 	* sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.

Modified: fsf/trunk/libc/sysdeps/unix/sysv/linux/sh/sh4/register-dump.h
==============================================================================
--- fsf/trunk/libc/sysdeps/unix/sysv/linux/sh/sh4/register-dump.h (original)
+++ fsf/trunk/libc/sysdeps/unix/sysv/linux/sh/sh4/register-dump.h Thu May 27 00:03:23 2010
@@ -1,5 +1,5 @@
 /* Dump registers.
-   Copyright (C) 1999, 2000, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2009, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -58,7 +58,7 @@
 {
   char regs[22][8];
   char fpregs[34][8];
-  struct iovec iov[112];
+  struct iovec iov[22 * 2 + 34 * 2 + 2];
   size_t nr = 0;
 
 #define ADD_STRING(str) \