Fix normal operation for h8300-coff target
[deliverable/binutils-gdb.git] / gas / config / tc-tahoe.c
index 895c426af970db33cba965e7efa7b1682591e1e3..034df4827dba0260556710750adb417e6083d881 100644 (file)
@@ -1,6 +1,6 @@
 /* This file is tc-tahoe.c
 
-   Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1995, 2000, 2001
+   Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1995, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -386,7 +386,7 @@ md_begin ()
     as_fatal (errorval);
 }
 \f
-CONST char *md_shortopts = "ad:STt:V";
+const char *md_shortopts = "ad:STt:V";
 struct option md_longopts[] = {
   {NULL, no_argument, NULL, 0}
 };
@@ -470,11 +470,12 @@ md_number_to_imm (con, value, nbytes)
 #endif /* comment */
 
 void
-tc_apply_fix (fixP, val)
-     fixS *fixP;
-     long val;
+md_apply_fix3 (fixP, valP, seg)
+     fixS *fixP ATTRIBUTE_UNUSED;
+     valueT * valP ATTRIBUTE_UNUSED;
+     segT seg ATTRIBUTE_UNUSED:
 {
-  /* should never be called */
+  /* Should never be called.  */
   know (0);
 }
 
@@ -1245,10 +1246,10 @@ tip_op (optex, topP)
 
        default:
          /*
-          * Major bug. We can't handle the case of a operator
+          * Major bug. We can't handle the case of an operator
           * expression in a synthetic opcode variable-length
           * instruction.  We don't have a frag type that is smart
-          * enough to relax a operator, and so we just force all
+          * enough to relax an operator, and so we just force all
           * operators to behave like SEG_PASS1s.  Clearly, if there is
           * a demand we can invent a new or modified frag type and
           * then coding up a frag for this case will be easy.
@@ -1864,7 +1865,7 @@ md_assemble (instruction_string)
                    }
                  else
                    {
-                     /* It's a integer, and I know it's size.  */
+                     /* It's an integer, and I know it's size.  */
                      if ((unsigned) this_add_number < 0x40)
                        {
                          /* Will it fit in a literal? */
This page took 0.025125 seconds and 4 git commands to generate.