OSDN Git Service

* bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.
[pf3gnuchains/pf3gnuchains3x.git] / bfd / aix386-core.c
index 7725b34..51a9b99 100644 (file)
@@ -2,7 +2,7 @@
    This was based on trad-core.c, which was written by John Gilmore of
         Cygnus Support.
    Copyright 1988, 1989, 1991, 1992, 1993, 1994, 1996, 1998, 1999, 2000,
-   2001, 2002
+   2001, 2002, 2004
    Free Software Foundation, Inc.
    Written by Minh Tran-Le <TRANLE@INTELLICORP.COM>.
    Converted to back end form by Ian Lance Taylor <ian@cygnus.com>.
@@ -222,9 +222,9 @@ swap_abort ()
   abort ();
 }
 
-#define        NO_GET  ((bfd_vma (*) PARAMS ((const bfd_byte *))) swap_abort)
-#define NO_GETS ((bfd_signed_vma (*) PARAMS ((const bfd_byte *))) swap_abort)
-#define        NO_PUT  ((void (*) PARAMS ((bfd_vma, bfd_byte *))) swap_abort)
+#define        NO_GET ((bfd_vma (*) (const void *)) swap_abort)
+#define        NO_PUT ((void (*) (bfd_vma, void *)) swap_abort)
+#define        NO_GETS ((bfd_signed_vma (*) (const void *)) swap_abort)
 
 const bfd_target aix386_core_vec = {
   "aix386-core",