From d0aba53f38a67ebccc29d691e878ff324bd4de14 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 28 Aug 1997 10:20:21 +0000 Subject: New commands ``set architecture'', ``show architecture'' and ``info architecture''. Update SH target to use new target_architecture_hook. --- gdb/sh3-rom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/sh3-rom.c') diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c index 9299260..a4e3b71 100644 --- a/gdb/sh3-rom.c +++ b/gdb/sh3-rom.c @@ -284,7 +284,7 @@ sh3_open (args, from_tty) } /* If we connected successfully, we know the processor is an SH3. */ - sh_set_processor_type ("sh3"); + set_architecture ("sh3", 0); } @@ -333,7 +333,7 @@ sh3e_open (args, from_tty) } /* If we connected successfully, we know the processor is an SH3E. */ - sh_set_processor_type ("sh3e"); + set_architecture ("sh3e", 0); } static void -- cgit v1.1