gdb/
* amd64-tdep.c (amd64_relocate_instruction): Make it static.
This commit is contained in:
parent
72a2e3dcf5
commit
609657371b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-11-08 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* amd64-tdep.c (amd64_relocate_instruction): Make it static.
|
||||
|
||||
2011-11-08 Meador Inge <meadori@codesourcery.com>
|
||||
|
||||
* arm-tdep.c (thumb_analyze_prologue): Always fallback on the SP
|
||||
|
|
|
@ -1551,7 +1551,7 @@ append_insns (CORE_ADDR *to, ULONGEST len, const gdb_byte *buf)
|
|||
*to += len;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
amd64_relocate_instruction (struct gdbarch *gdbarch,
|
||||
CORE_ADDR *to, CORE_ADDR oldloc)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue