mirror of git://sourceware.org/git/glibc.git
* sysdeps/sh/libc-tls.c: New file.
* sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
This commit is contained in:
parent
27396822d7
commit
fc0c57057e
|
@ -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>
|
2009-04-14 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* elf/elf.h: Add various missing ARM constants, to match binutils.
|
* elf/elf.h: Add various missing ARM constants, to match binutils.
|
||||||
|
|
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _ASM
|
#ifndef _ASM
|
||||||
typedef struct
|
typedef struct __jmp_buf_internal_tag
|
||||||
{
|
{
|
||||||
/* Callee-saved registers r8 through r15. */
|
/* Callee-saved registers r8 through r15. */
|
||||||
int __regs[8];
|
int __regs[8];
|
||||||
|
|
Loading…
Reference in New Issue