X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fsh64%2Fsh64-sim.h;h=e5f84dc4f479c5275715699bfeb6ebca943dacf3;hb=348fe36b1d64f12c60e08f6313520b3191663063;hp=429766ac74fd110a9da25aee3f7861a13f76511e;hpb=c5a570810022466eaa5e077cd1b8aa00d74706f1;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/sh64/sh64-sim.h b/sim/sh64/sh64-sim.h index 429766ac74..e5f84dc4f4 100644 --- a/sim/sh64/sh64-sim.h +++ b/sim/sh64/sh64-sim.h @@ -1,5 +1,5 @@ /* collection of junk waiting time to sort out - Copyright (C) 2000, 2006, 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2020 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU Simulators. @@ -20,20 +20,10 @@ along with this program. If not, see . */ #ifndef SH64_SIM_H #define SH64_SIM_H -#define GETTWI GETTSI -#define SETTWI SETTSI - - enum { ISM_COMPACT, ISM_MEDIA }; -/* Hardware/device support. */ -extern device sh5_devices; - -/* FIXME: Temporary, until device support ready. */ -struct _device { int foo; }; - extern IDESC * sh64_idesc_media; extern IDESC * sh64_idesc_compact;