*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdb_thread_db.h
index 8c868c25d8da105cd5d01bfcfa6bdde63cb8e517..c47c424588c6cc9d71be11d5ec049904c52b571a 100644 (file)
@@ -11,7 +11,7 @@ typedef unsigned int gdb_uint32_t;
 #define GDB_UINT32_C(c)        c ## U
 #endif
 
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright 1999, 2000 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
@@ -63,7 +63,8 @@ typedef enum
   TD_NOTSD,      /* No thread-specific data available.  */
   TD_MALLOC,     /* Out of memory.  */
   TD_PARTIALREG,  /* Not entire register set was read or written.  */
-  TD_NOXREGS     /* X register set not available for given thread.  */
+  TD_NOXREGS,    /* X register set not available for given thread.  */
+  TD_NOTALLOC    /* TLS memory not yet allocated.  */
 } td_err_e;
 
 
This page took 0.023954 seconds and 4 git commands to generate.