Cleanup of pseudo-ops for constants and new def24,def32 pseudo-ops on z80
[deliverable/binutils-gdb.git] / gas / config / tc-z80.h
index ff2c640612de896a00bcb461bcd130d6a9caacc1..0ae318af57590a639f5a4902cda77c1971f3481e 100644 (file)
 #define md_end               z80_md_end
 #define md_start_line_hook() { if (z80_start_line_hook ()) continue; }
 #define md_optimize_expr     z80_optimize_expr
+#define TC_CONS_FIX_NEW z80_cons_fix_new
 
 extern void z80_md_end (void);
 extern int z80_start_line_hook (void);
 extern int z80_optimize_expr (expressionS *, operatorT, expressionS *);
+extern void z80_cons_fix_new (fragS *, int, int, expressionS *);
 
 #define WORKING_DOT_WORD
 
This page took 0.024769 seconds and 4 git commands to generate.