gas/
[deliverable/binutils-gdb.git] / gas / config / tc-i386.h
index 4acf3c1aa403e9b58a2d597b6fd1c3b7a27bbf06..0bd0660d82d0bff54b055a8dc6c005dd6b928c00 100644 (file)
@@ -391,7 +391,7 @@ arch_entry;
 #define GLOBAL_OFFSET_TABLE_NAME "_GLOBAL_OFFSET_TABLE_"
 #endif
 
-#ifndef LEX_AT
+#if (defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)) && !defined (LEX_AT)
 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) x86_cons (EXP, NBYTES)
 extern void x86_cons PARAMS ((expressionS *, int));
 
This page took 0.023924 seconds and 4 git commands to generate.