Various fixes for the Z80 support.
[deliverable/binutils-gdb.git] / gas / config / rl78-defs.h
index 0af8874e9da7af8d4200e7ee9709fb84d412e363..61642d38c56000f938a4df19a09e8ea7b9bca924 100644 (file)
@@ -1,5 +1,5 @@
 /* rl78-defs.h Renesas RL78 internal definitions
-   Copyright (C) 2008-2014 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -19,7 +19,7 @@
    02110-1301, USA.  */
 
 #ifndef RL78_DEFS_H
-#define RL78_DEFS_H  
+#define RL78_DEFS_H
 
 /* Third operand to rl78_op.  */
 #define RL78REL_DATA           0
@@ -47,6 +47,10 @@ extern void   rl78_linkrelax_branch (void);
 extern int    rl78_parse (void);
 extern int    rl78_wrap (void);
 
+extern int    rl78_isa_g10 (void);
+extern int    rl78_isa_g13 (void);
+extern int    rl78_isa_g14 (void);
+
 extern char * rl78_lex_start;
 extern char * rl78_lex_end;
 #endif
This page took 0.024048 seconds and 4 git commands to generate.