Add support for debuginfod to the binutils (disable by default, enabled via a configu...
[deliverable/binutils-gdb.git] / gas / config / rl78-defs.h
index ebe19a97ae04a76d1b5a393e8c24a22d029a16e9..61642d38c56000f938a4df19a09e8ea7b9bca924 100644 (file)
@@ -1,6 +1,5 @@
 /* rl78-defs.h Renesas RL78 internal definitions
-   Copyright 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
    02110-1301, USA.  */
 
 #ifndef RL78_DEFS_H
-#define RL78_DEFS_H  
+#define RL78_DEFS_H
 
 /* Third operand to rl78_op.  */
 #define RL78REL_DATA           0
 #define RL78REL_PCREL          1
 
+#define RL78_RELAX_NONE                0
+#define RL78_RELAX_BRANCH      1
+
 extern int    rl78_error (const char *);
 extern void   rl78_lex_init (char *, char *);
 extern void   rl78_prefix (int);
@@ -45,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.02538 seconds and 4 git commands to generate.