mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 01:45:51 +08:00
Remove extraneous code.
This commit is contained in:
@ -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>
|
2000-02-14 Amit S. Kale <akale@veritas.com>
|
||||||
|
|
||||||
* elfread.c (elf_symtab_read): Move the use of sym to after where
|
* elfread.c (elf_symtab_read): Move the use of sym to after where
|
||||||
|
@ -111,10 +111,6 @@ sh_processor_type_table[] =
|
|||||||
sh3e_reg_names, bfd_mach_sh3e
|
sh3e_reg_names, bfd_mach_sh3e
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{
|
|
||||||
sh3e_reg_names, bfd_mach_sh4
|
|
||||||
}
|
|
||||||
,
|
|
||||||
{
|
{
|
||||||
NULL, 0
|
NULL, 0
|
||||||
}
|
}
|
||||||
@ -636,10 +632,6 @@ sh_show_regs (args, from_tty)
|
|||||||
else
|
else
|
||||||
cpu = 0;
|
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",
|
printf_filtered ("PC=%s SR=%08lx PR=%08lx MACH=%08lx MACHL=%08lx\n",
|
||||||
paddr (read_register (PC_REGNUM)),
|
paddr (read_register (PC_REGNUM)),
|
||||||
(long) read_register (SR_REGNUM),
|
(long) read_register (SR_REGNUM),
|
||||||
|
Reference in New Issue
Block a user