gdbserver: make aarch64_write_goto_address static
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-aarch64-low.c
index c58347d80ce622dda13bdce75c0daae2b48a8509..961fd5b3cc41c708d7acfe3c03639e287330bbb7 100644 (file)
@@ -2638,7 +2638,7 @@ aarch64_emit_goto (int *offset_p, int *size_p)
 
 /* Implementation of emit_ops method "write_goto_address".  */
 
-void
+static void
 aarch64_write_goto_address (CORE_ADDR from, CORE_ADDR to, int size)
 {
   uint32_t insn;
This page took 0.024736 seconds and 4 git commands to generate.