* tc.h (struct relax_type, relax_typeS): Move from here..
[deliverable/binutils-gdb.git] / gas / config / tc-frv.c
index c75018d6c67450a1148a3ca88216da4cf110b692..c737dcdd5525500917e2a50ce9905f99724146bb 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-frv.c -- Assembler for the Fujitsu FRV.
-   Copyright 2002, 2003 Free Software Foundation.
+   Copyright 2002, 2003, 2004, 2005 Free Software Foundation.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -1423,7 +1423,7 @@ frv_force_relocation (fix)
      fixS * fix;
 {
   switch (fix->fx_r_type < BFD_RELOC_UNUSED
-         ? fix->fx_r_type
+         ? (int) fix->fx_r_type
          : fix->fx_cgen.opinfo)
     {
     case BFD_RELOC_FRV_GPREL12:
This page took 0.026094 seconds and 4 git commands to generate.