* gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
[deliverable/binutils-gdb.git] / binutils / readelf.c
index b2e70134f96faa3763b795a41b884d67321b01d9..870e0dffb7bd45a8799d23835dd3f55f65271e29 100644 (file)
@@ -1777,9 +1777,6 @@ get_machine_flags (e_flags, e_machine)
            case E_V850E_ARCH:
              strcat (buf, ", v850e");
              break;
-           case E_V850EA_ARCH:
-             strcat (buf, ", v850ea");
-             break;
            case E_V850_ARCH:
              strcat (buf, ", v850");
              break;
@@ -2517,7 +2514,7 @@ parse_args (argc, argv)
            do_debugging = 1;
          else
            {
-             const char *debug_dump_opt[]
+             static const char *debug_dump_opt[]
                = { "line", "info", "abbrev", "pubnames", "ranges",
                    "macro", "frames", "frames-interp", "str", "loc", NULL };
              unsigned int index;
@@ -4956,8 +4953,6 @@ process_dynamic_segment (file)
                  putchar ('\n');
                }
            }
-         else
-           putchar ('\n');
          break;
        }
     }
This page took 0.029117 seconds and 4 git commands to generate.