mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Delete rs6000-nat.c:fixup_breakpoints extern declaration.
This function does not exist... gdb/ChangeLog: * rs6000-nat.c (fixup_breakpoints): Delete declaration.
This commit is contained in:
parent
7a4ed2f92b
commit
9f9e404c04
@ -1,3 +1,7 @@
|
||||
2013-03-25 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* rs6000-nat.c (fixup_breakpoints): Delete declaration.
|
||||
|
||||
2013-03-25 Doug Evans <dje@google.com>
|
||||
|
||||
* contrib/cc-with-tweaks.sh: Check exit code of dwp.
|
||||
|
@ -132,8 +132,6 @@ static void vmap_symtab (struct vmap *);
|
||||
|
||||
static void exec_one_dummy_insn (struct regcache *);
|
||||
|
||||
extern void fixup_breakpoints (CORE_ADDR low, CORE_ADDR high, CORE_ADDR delta);
|
||||
|
||||
/* Given REGNO, a gdb register number, return the corresponding
|
||||
number suitable for use as a ptrace() parameter. Return -1 if
|
||||
there's no suitable mapping. Also, set the int pointed to by
|
||||
|
Loading…
Reference in New Issue
Block a user