Configure zlib with --enable-host-shared for shared bfd
[deliverable/binutils-gdb.git] / gdb / microblaze-linux-tdep.c
index 6935ba59d4f77f0f366c47017bb27f7223bf8339..9c3d0a25f0cfce33cc617668029d06d429ecb3e9 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Xilinx MicroBlaze.
 
-   Copyright 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -41,7 +41,7 @@ static int
 microblaze_linux_memory_remove_breakpoint (struct gdbarch *gdbarch, 
                                           struct bp_target_info *bp_tgt)
 {
-  CORE_ADDR addr = bp_tgt->placed_address;
+  CORE_ADDR addr = bp_tgt->reqstd_address;
   const gdb_byte *bp;
   int val;
   int bplen;
This page took 0.026247 seconds and 4 git commands to generate.