This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tile] Don't check HAVE_ELF or NO_UNDERSCORES


Since these symbols are no longer defined, we don't want to fail with
an error when we don't see them.  I'll push this up unless I hear
any objections.

 ChangeLog.tile        |    4 ++++
 sysdeps/tile/sysdep.h |    8 --------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/ChangeLog.tile b/ChangeLog.tile
index 00bbe00..8842f16 100644
--- a/ChangeLog.tile
+++ b/ChangeLog.tile
@@ -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.
diff --git a/sysdeps/tile/sysdep.h b/sysdeps/tile/sysdep.h
index 758d28b..87fbd5e 100644
--- a/sysdeps/tile/sysdep.h
+++ b/sysdeps/tile/sysdep.h
@@ -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>
-- 
1.6.5.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]