Remove extraneous code.
authorNick Clifton <nickc@redhat.com>
Mon, 14 Feb 2000 18:43:48 +0000 (18:43 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 14 Feb 2000 18:43:48 +0000 (18:43 +0000)
gdb/ChangeLog
gdb/sh-tdep.c

index 132f27f5c01d9b4f3e606920dff8ce3fef4e648b..3158fad18055c0978504a611bcb7d6dbaee60ad6 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-14  Nick Clifton  <nickc@cygnus.com>
+
+       * sh-tdep.c: Remove extraneous code.
+
 2000-02-14  Amit S. Kale  <akale@veritas.com>
 
        * elfread.c (elf_symtab_read): Move the use of sym to after where
index 6003e829bc72e9434e75fdc18c07b48306b9fa42..9e6b89b355a5cd73fe89373d89e342d01ce1d76a 100644 (file)
@@ -111,10 +111,6 @@ sh_processor_type_table[] =
     sh3e_reg_names, bfd_mach_sh3e
   }
   ,
-  {
-    sh3e_reg_names, bfd_mach_sh4
-  }
-  ,
   {
     NULL, 0
   }
@@ -636,10 +632,6 @@ sh_show_regs (args, from_tty)
   else
     cpu = 0;
 
-  /* FIXME: sh4 has more registers */
-  if (cpu == bfd_mach_sh4)
-    cpu = bfd_mach_sh3;
-
   printf_filtered ("PC=%s SR=%08lx PR=%08lx MACH=%08lx MACHL=%08lx\n",
                   paddr (read_register (PC_REGNUM)),
                   (long) read_register (SR_REGNUM),
This page took 0.034746 seconds and 4 git commands to generate.