Allow integer immediates for AArch64 fmov instructions.
[deliverable/binutils-gdb.git] / gdb / coffread.c
index cad3e7e2f1744f8ee238e7ef3a7eeb1085d9ebd6..f24ec0713a09007293d9d36c86e996691155f04e 100644 (file)
@@ -928,6 +928,7 @@ coff_symtab_read (minimal_symbol_reader &reader,
             backtraces, so filter them out (from phdm@macqel.be).  */
          if (within_function)
            break;
+         /* Fall through.  */
        case C_STAT:
        case C_THUMBLABEL:
        case C_THUMBSTAT:
@@ -964,7 +965,8 @@ coff_symtab_read (minimal_symbol_reader &reader,
            /* At least on a 3b1, gcc generates swbeg and string labels
               that look like this.  Ignore them.  */
            break;
-         /* Fall in for static symbols that don't start with '.'  */
+         /* For static symbols that don't start with '.'...  */
+         /* Fall through.  */
        case C_THUMBEXT:
        case C_THUMBEXTFUNC:
        case C_EXT:
This page took 0.022761 seconds and 4 git commands to generate.