tile: use <feedback.h> instead of <feedback-asm.h> in sysdep.h.

This commit is contained in:
Chris Metcalf 2012-01-31 11:26:00 -05:00
parent 1353ed1385
commit 975e4ecfd4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-01-31 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/tile/sysdep.h: Use <feedback.h> not <feedback-asm.h>
to reflect change from gcc community giveback.
2012-01-31 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/tile/math_private.h: Ignore feraiseexcept() internally.

View File

@ -23,7 +23,7 @@
#if defined __ASSEMBLER__ || defined REQUEST_ASSEMBLER_MACROS
#include <feedback-asm.h>
#include <feedback.h>
/* Make use of .type and .size directives. */
#define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg;