summaryrefslogtreecommitdiff
path: root/devel/gdbada/patches/patch-ai
blob: 1a93e4df81d8d4c607f1d931c03069bcc34e6c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ai,v 1.1 2005/11/13 14:16:05 shannonjr Exp $

--- gdb/corelow.c.orig	2004-10-20 17:11:44.000000000 -0600
+++ gdb/corelow.c
@@ -506,7 +506,6 @@ get_core_register_section (char *name,
 static void
 get_core_registers (int regno)
 {
-  int status;
 
   if (!(core_gdbarch && gdbarch_regset_from_core_section_p (core_gdbarch))
       && (core_vec == NULL || core_vec->core_read_registers == NULL))
@@ -553,7 +552,6 @@ core_xfer_partial (struct target_ops *op
 
 	  struct bfd_section *section;
 	  bfd_size_type size;
-	  char *contents;
 
 	  section = bfd_get_section_by_name (core_bfd, ".auxv");
 	  if (section == NULL)