* config/tc-i386.c (md_apply_fix3): Add default case to switch.
authorIan Lance Taylor <ian@airs.com>
Thu, 10 Jun 1999 21:47:35 +0000 (21:47 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 10 Jun 1999 21:47:35 +0000 (21:47 +0000)
gas/ChangeLog
gas/config/tc-i386.c

index db5f1c3c991dc677ec9aa4170302624872ccc5a6..77e26bf1e28f99efe69f33951ab03b7061bedda2 100644 (file)
@@ -1,5 +1,7 @@
 1999-06-11  Ian Lance Taylor  <ian@zembu.com>
 
+       * config/tc-i386.c (md_apply_fix3): Add default case to switch.
+
        * config/tc-sparc.c (md_pseudo_table): Remove pushsection and
        popsection.
 
index ab5cbfb66a28f0e51a440514b6cf98ecd6901251..19fee3a96e5f1f336b7a2b2f648252108f25bd2b 100644 (file)
@@ -3912,6 +3912,9 @@ md_apply_fix3 (fixP, valp, seg)
     {
       switch (fixP->fx_r_type)
        {
+       default:
+         break;
+
        case BFD_RELOC_32:
          fixP->fx_r_type = BFD_RELOC_32_PCREL;
          break;