about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-15 00:17:33 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-15 00:17:33 +0000
commitfc0c57057e03eb2131722619a46728562adf0db3 (patch)
tree80201e1918a52e328de509a768b0e30d357fd109
parent27396822d7736015a7518026aea4e741e01b2fbb (diff)
downloadglibc-fc0c57057e03eb2131722619a46728562adf0db3.tar.gz
glibc-fc0c57057e03eb2131722619a46728562adf0db3.tar.xz
glibc-fc0c57057e03eb2131722619a46728562adf0db3.zip
* sysdeps/sh/libc-tls.c: New file.
	* sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
-rw-r--r--ChangeLog6
-rw-r--r--sysdeps/sh/bits/setjmp.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 663d0dd5f3..043ffbbde4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
+
+	* sysdeps/sh/libc-tls.c: New file.
+
+	* sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
+
 2009-04-14  Roland McGrath  <roland@redhat.com>
 
 	* elf/elf.h: Add various missing ARM constants, to match binutils.
diff --git a/sysdeps/sh/bits/setjmp.h b/sysdeps/sh/bits/setjmp.h
index 7e3fbd3394..6196abedd6 100644
--- a/sysdeps/sh/bits/setjmp.h
+++ b/sysdeps/sh/bits/setjmp.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999,2000,2003,2005,2006 Free Software Foundation, Inc.
+/* Copyright (C) 1999,2000,2003,2005,2006,2009 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
@@ -25,7 +25,7 @@
 #endif
 
 #ifndef _ASM
-typedef struct
+typedef struct __jmp_buf_internal_tag
   {
     /* Callee-saved registers r8 through r15.  */
     int __regs[8];