2004-02-15 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / gdbarch.c
index 86c2e02189d2d5c4cdafa2c4023c3de980ccc20f..0f6e41535e7502ce9c765e7db01d0f36242f06b9 100644 (file)
@@ -5483,9 +5483,9 @@ struct gdbarch_swap_registry gdbarch_swap_registry =
 };
 
 void
-register_gdbarch_swap (void *data,
-                      unsigned long sizeof_data,
-                      gdbarch_swap_ftype *init)
+deprecated_register_gdbarch_swap (void *data,
+                                 unsigned long sizeof_data,
+                                 gdbarch_swap_ftype *init)
 {
   struct gdbarch_swap_registration **rego;
   for (rego = &gdbarch_swap_registry.registrations;