i386.h (struct machine_cfa_state, [...]): Guard with ifndef USED_FOR_TARGET instead of not IN_LIBGCC2 and not in...

* config/i386/i386.h (struct machine_cfa_state,
	struct machine_function): Guard with ifndef USED_FOR_TARGET
	instead of not IN_LIBGCC2 and not in IN_TARGET_LIBS.

From-SVN: r148065
This commit is contained in:
Jakub Jelinek 2009-06-01 21:41:43 +02:00 committed by Jakub Jelinek
parent 7f1245dffd
commit 604a6be922
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2009-06-01 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.h (struct machine_cfa_state,
struct machine_function): Guard with ifndef USED_FOR_TARGET
instead of not IN_LIBGCC2 and not in IN_TARGET_LIBS.
PR other/40024
* emutls.c (__emutls_get_address): Change arr->size to mean number
of allocated arr->data entries instead of # of slots + 1.

View File

@ -2395,7 +2395,7 @@ enum ix86_stack_slot
/* Machine specific CFA tracking during prologue/epilogue generation. */
#if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS)
#ifndef USED_FOR_TARGET
struct GTY(()) machine_cfa_state
{
rtx reg;