gas/
[deliverable/binutils-gdb.git] / gas / config / tc-frv.h
index 2833dac8ad5a2e97847a8014c3a9c56e572656ba..ddf5c0220ffe48b1fa336a9e0fdc2616167bc308 100644 (file)
 
 #define TC_FRV
 
-#ifndef BFD_ASSEMBLER
-/* leading space so will compile with cc */
- #error FRV support requires BFD_ASSEMBLER
-#endif
-
 #define LISTING_HEADER "FRV GAS "
 
 /* The target BFD architecture.  */
@@ -44,7 +39,7 @@ extern bfd_boolean frv_md_fdpic_enabled (void);
 /* We don't need to handle .word strangely.  */
 #define WORKING_DOT_WORD
 
-/* Values passed to md_apply_fix3 don't include the symbol value.  */
+/* Values passed to md_apply_fix don't include the symbol value.  */
 #define MD_APPLY_SYM_VALUE(FIX) 0
 
 extern void frv_tomcat_workaround PARAMS ((void));
This page took 0.023005 seconds and 4 git commands to generate.