aboutsummaryrefslogtreecommitdiff
path: root/sim/cris/sim-if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/cris/sim-if.c')
-rw-r--r--sim/cris/sim-if.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/cris/sim-if.c b/sim/cris/sim-if.c
index 12baafb..0680368 100644
--- a/sim/cris/sim-if.c
+++ b/sim/cris/sim-if.c
@@ -338,7 +338,6 @@ static void
cris_offset_sections (SIM_DESC sd, int offset)
{
struct bfd *abfd = STATE_PROG_BFD (sd);
- asection *text;
struct offsetinfo oi;
/* Only happens for usage error. */
@@ -499,7 +498,6 @@ static bfd_boolean
cris_handle_interpreter (SIM_DESC sd, struct bfd *abfd)
{
int i, n_hdrs;
- bfd_byte buf[4];
char *interp = NULL;
struct bfd *ibfd;
bfd_boolean ok = FALSE;