Commit 604a6be9 by Jakub Jelinek Committed by Jakub Jelinek

i386.h (struct machine_cfa_state, [...]): Guard with ifndef USED_FOR_TARGET…

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
parent 7f1245df
2009-06-01 Jakub Jelinek <jakub@redhat.com> 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 PR other/40024
* emutls.c (__emutls_get_address): Change arr->size to mean number * emutls.c (__emutls_get_address): Change arr->size to mean number
of allocated arr->data entries instead of # of slots + 1. of allocated arr->data entries instead of # of slots + 1.
......
...@@ -2395,7 +2395,7 @@ enum ix86_stack_slot ...@@ -2395,7 +2395,7 @@ enum ix86_stack_slot
/* Machine specific CFA tracking during prologue/epilogue generation. */ /* 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 struct GTY(()) machine_cfa_state
{ {
rtx reg; rtx reg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment