* saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 17 Apr 1996 21:21:09 +0000 (21:21 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 17 Apr 1996 21:21:09 +0000 (21:21 +0000)
opcodes/ChangeLog
opcodes/sparc-dis.c

index 3ce04951692b3df21fc441cd7fda1121e10ca6b9..1184f9ea38db35aa7f23d5457b1593800e58cfa7 100644 (file)
@@ -1,3 +1,7 @@
+Wed Apr 17 14:20:22 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
+
 Thu Apr 11 17:30:02 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * sparc-opc.c: Set F_FBR on floating point branch instructions.
index 1815881856040d1d31e5986c3d80ba0867c6a0cc..ee331f3e649b83756a96c1f5cf44b07502c60d61 100644 (file)
@@ -699,7 +699,8 @@ print_insn_sparc (memaddr, info)
 /* Given BFD mach number, return a mask of SPARC_OPCODE_ARCH_FOO values.  */
 
 static int
-compute_arch_mask (unsigned long mach)
+compute_arch_mask (mach)
+     unsigned long mach;
 {
   switch (mach)
     {
This page took 0.040285 seconds and 4 git commands to generate.