Don't check HAVE_ELF or NO_UNDERSCORES in sysdeps/tile/sysdep.h.

This commit is contained in:
Chris Metcalf 2012-01-30 12:43:25 -05:00
parent 57809f28c0
commit 3d31999a90
2 changed files with 4 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2012-01-30 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/tile/sysdep.h: Don't check HAVE_ELF or NO_UNDERSCORES.
2012-01-07 Joseph Myers <joseph@codesourcery.com>
* sysdeps/tile/backtrace.c: Use x86_64 version of backtrace.c.

View File

@ -21,14 +21,6 @@
#include <bits/wordsize.h>
#include <arch/abi.h>
#ifndef HAVE_ELF
# error "ELF is assumed."
#endif
#ifndef NO_UNDERSCORES
# error "User-label prefix (underscore) assumed absent."
#endif
#if defined __ASSEMBLER__ || defined REQUEST_ASSEMBLER_MACROS
#include <feedback-asm.h>