(s_xword): Now accepts large integer constants, but not symbolic constants
authorKen Raeburn <raeburn@cygnus>
Wed, 24 Feb 1993 23:30:59 +0000 (23:30 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 24 Feb 1993 23:30:59 +0000 (23:30 +0000)
or expressions.

gas/config/tc-sparc.c

index 861ce33552340a9cf441d2ccbefca045054fc75a..147ca5b4ebd003fcd862e85041b0985d42dd813a 100644 (file)
@@ -451,8 +451,7 @@ s_proc ()
 static void
 s_xword ()
 {
-  md_number_to_chars (frag_more (4), 0, 4);
-  cons (4);
+  big_cons (8);
 }
 
 struct priv_reg_entry
@@ -2221,13 +2220,15 @@ print_insn (insn)
  *             warnings.
  *
  * start-sanitize-v9
+ *     -Av9
+ *             Another architecture switch.
+ *
+ * Note:
  *             Bumping between incompatible architectures is always an
  *             error.  For example, from sparclite to v9.
  * end-sanitize-v9
  */
-/* start-sanitize-v9 */
-/* There is also a -Av9 architecture option.  xoxorich. */
-/* end-sanitize-v9 */
+
 int 
 md_parse_option (argP, cntP, vecP)
      char **argP;