aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-v850.c2
-rw-r--r--gas/config/tc-v850.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c
index 929c87d..b0135b3 100644
--- a/gas/config/tc-v850.c
+++ b/gas/config/tc-v850.c
@@ -39,7 +39,7 @@ static int machine = -1;
/* Indiciates the target BFD architecture. */
-int v850_target_arch = bfd_arch_v850_rh850;
+enum bfd_architecture v850_target_arch = bfd_arch_v850_rh850;
const char * v850_target_format = "elf32-v850-rh850";
static flagword v850_e_flags = 0;
diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h
index 7e7db28..c734c60 100644
--- a/gas/config/tc-v850.h
+++ b/gas/config/tc-v850.h
@@ -26,7 +26,7 @@
/* The target BFD architecture. */
#define TARGET_ARCH v850_target_arch
-extern int v850_target_arch;
+extern enum bfd_architecture v850_target_arch;
/* The target BFD format. */
#define TARGET_FORMAT v850_target_format