Skip to content

Commit

Permalink
* sysdeps/sh/libc-tls.c: New file.
Browse files Browse the repository at this point in the history
	* sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
  • Loading branch information
Ulrich Drepper committed Apr 15, 2009
1 parent 2739682 commit fc0c570
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/sh/bits/setjmp.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -25,7 +25,7 @@
#endif

#ifndef _ASM
typedef struct
typedef struct __jmp_buf_internal_tag
{
/* Callee-saved registers r8 through r15. */
int __regs[8];
Expand Down

0 comments on commit fc0c570

Please sign in to comment.