Fix use of uninitialised memory by the RL78 port of GAS.
[deliverable/binutils-gdb.git] / gas / config / tc-rl78.h
index 79628461c951afb012aa83814c401f829842f511..e2b9699ea9a82c11f744fce53bdd3da058b1f3a4 100644 (file)
@@ -82,3 +82,6 @@ extern void rl78_handle_align (fragS *);
 
 #define elf_tc_final_processing        rl78_elf_final_processing
 extern void rl78_elf_final_processing (void);
+
+#define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES)  \
+  ((EXP)->X_md = 0, expression (EXP), TC_PARSE_CONS_RETURN_NONE)
This page took 0.022864 seconds and 4 git commands to generate.