{ X86_XSTATE_X87, true, false, false }
};
-#if defined __i386__ || !defined IN_PROCESS_AGENT
-
/* Return a compile time constant which is a mask of all the cpu features
that are checked for when building an i386 target description. */
return mask;
}
-#endif /* __i386__ || !IN_PROCESS_AGENT */
-
-#ifdef __x86_64__
-
/* Return a compile time constant which is a mask of all the cpu features
that are checked for when building an amd64 target description. */
return mask;
}
-#endif /* __x86_64__ */
-
/* Return a compile time constant which is a count of the number of cpu
features that are checked for when building an i386 target description. */
return (1 << count);
}
-#if defined __x86_64__ || defined IN_PROCESS_AGENT
-
/* Return a compile time constant which is a count of the number of cpu
features that are checked for when building an amd64 target description. */
return (1 << count);
}
-#endif /* __x86_64__ || IN_PROCESS_AGENT */
-
#ifdef IN_PROCESS_AGENT
/* See linux-x86-tdesc.h. */