* amd64-tdep.c (amd64_relocate_instruction): Make it static.
This commit is contained in:
Yao Qi 2011-11-09 02:21:54 +00:00
parent 72a2e3dcf5
commit 609657371b
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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)
{