* tc_mips.h (MAX_GPREL_OFFSET): Change it to the maximum allowed
[deliverable/binutils-gdb.git] / gas / config / tc-pj.c
index 1a70b0372d5ae577a213a8eaf1e898da8f6dc3d4..fbd0eb66e865f2d1216f4aafefbd5ce7f544572d 100644 (file)
@@ -1,6 +1,6 @@
 /*-
    tc-pj.c -- Assemble code for Pico Java
-   Copyright (C) 1999 Free Software Foundation.
+   Copyright 1999, 2000 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -277,7 +277,7 @@ md_assemble (str)
     {
       /* It's a fake opcode.  Dig out the args and pretend that was
          what we were passed.  */
-      ((void (*)()) opcode->name) (opcode, op_end);
+      ((void (*) ()) opcode->name) (opcode, op_end);
     }
   else
     {
This page took 0.023005 seconds and 4 git commands to generate.