* config/tc-arm.c (reg_required_here): Improve comments.
authorJeff Law <law@redhat.com>
Thu, 28 Oct 1999 03:03:53 +0000 (03:03 +0000)
committerJeff Law <law@redhat.com>
Thu, 28 Oct 1999 03:03:53 +0000 (03:03 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index 4711dbda3b1f954a2c6e7436b2d49382f5a7708a..bd678305d5399b3d37d7adfa9e0f76c010b84a37 100644 (file)
@@ -1,5 +1,7 @@
 Wed Oct 27 16:50:44 1999  Don Lindsay  <dlindsay@cygnus.com>
 
+       * config/tc-arm.c (reg_required_here): Improve comments.
+
         * config/tc-arm.c (thumb_opcode): Add "variants" field.
         (tinsns): Initialize variants field.
 
index e1583b33f3cf5769aa4d2d30c86058093336e567..d842941aa4a921bccb9cc0c104febbe3844d187d 100644 (file)
@@ -1503,8 +1503,10 @@ skip_past_comma (str)
   return comma ? SUCCESS : FAIL;
 }
 
-/* A standard register must be given at this point.  Shift is the place to
-   put it in the instruction. */
+/* A standard register must be given at this point.
+   Shift is the place to put it in inst.instruction.
+   Restores input start point on err.
+   Returns the reg#, or FAIL. */
 
 static int
 reg_required_here (str, shift)