diff options
author | Michal Ludvig <mludvig@suse.cz> | 2002-05-07 11:22:54 +0000 |
---|---|---|
committer | Michal Ludvig <mludvig@suse.cz> | 2002-05-07 11:22:54 +0000 |
commit | 4657573b80193b4716f3559b3bfef32fae0f974e (patch) | |
tree | 20ec6b2f13119c0d0076bb3d7608496e0cb9c953 /gdb/x86-64-linux-nat.c | |
parent | 3e3f011f9342b3ae7fd2f4b0e9a1484be6a31d60 (diff) | |
download | gdb-4657573b80193b4716f3559b3bfef32fae0f974e.zip gdb-4657573b80193b4716f3559b3bfef32fae0f974e.tar.gz gdb-4657573b80193b4716f3559b3bfef32fae0f974e.tar.bz2 |
2002-05-07 Michal Ludvig <mludvig@suse.cz>
* dwarf2cfi.c: Code cleanup, removed unused variables,
added default labels to switch {} statements.
* x86-64-tdep.c: Ditto.
* x86-64-linux-nat.c: Ditto.
Diffstat (limited to 'gdb/x86-64-linux-nat.c')
-rw-r--r-- | gdb/x86-64-linux-nat.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/x86-64-linux-nat.c b/gdb/x86-64-linux-nat.c index fd9246c..3295327 100644 --- a/gdb/x86-64-linux-nat.c +++ b/gdb/x86-64-linux-nat.c @@ -406,12 +406,6 @@ static struct core_fns linux_elf_core_fns = { #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) #endif -/* Record the value of the debug control register. */ -static long debug_control_mirror; - -/* Record which address associates with which register. */ -static CORE_ADDR address_lookup[DR_LASTADDR - DR_FIRSTADDR + 1]; - /* Return the address of register REGNUM. BLOCKEND is the value of u.u_ar0, which should point to the registers. */ CORE_ADDR |