* sparc-dis.c (print_insn_sparc): Update getword prototype.
authorAlan Modra <amodra@gmail.com>
Mon, 15 Mar 2004 13:36:28 +0000 (13:36 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 15 Mar 2004 13:36:28 +0000 (13:36 +0000)
opcodes/ChangeLog
opcodes/sparc-dis.c

index 8a575af3ebf62712598a2a5b0a82174b8ac691e2..d721d93be90b471d1daf58cec134a51375261119 100644 (file)
@@ -1,7 +1,11 @@
+2004-03-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * sparc-dis.c (print_insn_sparc): Update getword prototype.
+
 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
 
        * i386-dis.c (GRPPLOCK): Delete.
-       (grps): Detele GRPPLOCK entry.
+       (grps): Delete GRPPLOCK entry.
 
 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
 
@@ -84,8 +88,8 @@
        Adjust the bit patterns in a few comments.
 
 2004-02-25  Aldy Hernandez  <aldyh@redhat.com>
-                                                                                
-        * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
+
+       * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
 
 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
 
        * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
 
 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
-        * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
-        mtivor32, mtivor33, mtivor34.
+
+       * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
+       mtivor32, mtivor33, mtivor34.
 
 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
-        * ppc-opc.c (powerpc_opcodes): Add mfmcar.
+
+       * ppc-opc.c (powerpc_opcodes): Add mfmcar.
 
 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
 
index c68df389cb1870ce31004e976f207d59817d6962..6f360c66051b4045f7b37e19c20634ba102ed6ca 100644 (file)
@@ -1,6 +1,6 @@
 /* Print SPARC instructions.
    Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2002, 2003 Free Software Foundation, Inc.
+   2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -224,7 +224,7 @@ print_insn_sparc (memaddr, info)
   static int opcodes_initialized = 0;
   /* bfd mach number of last call.  */
   static unsigned long current_mach = 0;
-  bfd_vma (*getword) PARAMS ((const unsigned char *));
+  bfd_vma (*getword) (const void *);
 
   if (!opcodes_initialized
       || info->mach != current_mach)
This page took 0.087108 seconds and 4 git commands to generate.