* config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
authorIan Lance Taylor <ian@airs.com>
Thu, 10 Jun 1999 21:43:24 +0000 (21:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 10 Jun 1999 21:43:24 +0000 (21:43 +0000)
gas/ChangeLog
gas/config/tc-sparc.c

index e1d0f103c6931dcd00755e14ecbb60c937f092a1..d7b5137fc44415887ba6d2ade22dd89ac6a1414b 100644 (file)
@@ -1,5 +1,7 @@
 1999-06-11  Ian Lance Taylor  <ian@zembu.com>
 
+       * config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
+
        * read.c (read_a_source_file): Only declare inescape if
        QUOTES_IN_INSN.
 
index 6894ca1a824f73208a6d9d40a2002fcf2237b5cc..88a9f703cd54f5210e900dda44d14214f9b50ab9 100644 (file)
@@ -2173,6 +2173,9 @@ sparc_ip (str, pinsn)
                        valueT val = the_insn.exp.X_add_number;
                        switch (the_insn.reloc)
                          {
+                         default:
+                           break;
+
                          case BFD_RELOC_SPARC_HH22:
                            val = BSR (val, 32);
                            /* intentional fallthrough */