* elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
[deliverable/binutils-gdb.git] / include / callback.h
index d2847cca0a0282c8cb5ea955636fb92bb5c4cb4b..30752842ed90aefd2d33a30701b6aba0a94e53ae 100644 (file)
@@ -208,10 +208,12 @@ typedef struct cb_syscall {
      argument here.  We mimic sim_{read,write} for now.  Be careful to
      test any changes with -Wall -Werror, mixed signed comparisons
      will get you.  */
-  int (*read_mem) PARAMS ((host_callback *, struct cb_syscall *,
-                          unsigned long taddr, char *buf, int bytes));
-  int (*write_mem) PARAMS ((host_callback *, struct cb_syscall *,
-                           unsigned long taddr, const char *buf, int bytes));
+  int (*read_mem) PARAMS ((host_callback * /*cb*/, struct cb_syscall * /*sc*/,
+                          unsigned long /*taddr*/, char * /*buf*/,
+                          int /*bytes*/));
+  int (*write_mem) PARAMS ((host_callback * /*cb*/, struct cb_syscall * /*sc*/,
+                           unsigned long /*taddr*/, const char * /*buf*/,
+                           int /*bytes*/));
 
   /* For sanity checking, should be last entry.  */
   int magic;
This page took 0.024086 seconds and 4 git commands to generate.