Configure zlib with --enable-host-shared for shared bfd
[deliverable/binutils-gdb.git] / gdb / microblaze-linux-tdep.c
index 8d360eb7e40cc7ee3ed2d00bad64e1fccd504006..9c3d0a25f0cfce33cc617668029d06d429ecb3e9 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Xilinx MicroBlaze.
 
-   Copyright (C) 2009-2014 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.023686 seconds and 4 git commands to generate.