* cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.

* tlsoffsets.h: Regenerate.
This commit is contained in:
Christopher Faylor
2006-06-04 05:12:38 +00:00
parent 0c58e0b303
commit d97183b48e
3 changed files with 69 additions and 63 deletions

View File

@@ -238,7 +238,8 @@ struct _cygtls
};
#pragma pack(pop)
const int CYGTLS_PADSIZE = 4 * sizeof (_cygtls);
const int CYGTLS_PADSIZE = 12700; /* FIXME: Find some way to autogenerate
this value */
/*gentls_offsets*/
extern char *_tlsbase __asm__ ("%fs:4");