* fork-child.c (fork_inferior): Only quote exec file if needed.
[deliverable/binutils-gdb.git] / gdb / mipsread.c
index 2f68c27e0b280ef4231c3fb8a3202e180d5a507a..948098ce84f62c15c760636f551565b3fd5318c7 100644 (file)
@@ -954,6 +954,10 @@ parse_symbol (sh, ax, ext_sh, bigend)
                  max_value = tsym.value;
                break;
 
+#if 0
+               /* This does not fix the bug which it intended to fix,
+                  and makes GDB hang when reading its own symbol table on
+                  the SGI, when compiled with the SGI compiler.  */
              case stTypedef:
              case stConstant:
              case stStaticProc:
@@ -962,6 +966,7 @@ parse_symbol (sh, ax, ext_sh, bigend)
                   Apparently processing them like the following prevents
                   core dumps.  */
                /* FALLTHROUGH */
+#endif
 
              case stBlock:
              case stUnion:
This page took 0.023297 seconds and 4 git commands to generate.