Skip to content

Commit

Permalink
2008-01-30 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* elf/elf.h (NT_386_TLS): New macro.
  • Loading branch information
Roland McGrath committed Jan 30, 2008
1 parent dd3113d commit bc96ecb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion elf/elf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* This file defines standard ELF types, structures, and macros.
Copyright (C) 1995-2003,2004,2005,2006,2007 Free Software Foundation, Inc.
Copyright (C) 1995-2003,2004,2005,2006,2007,2008
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 Down Expand Up @@ -605,6 +606,7 @@ typedef struct
#define NT_PRFPXREG 20 /* Contains copy of fprxregset struct */
#define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */
#define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */
#define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */

/* Legal values for the note segment descriptor types for object files. */

Expand Down

0 comments on commit bc96ecb

Please sign in to comment.