]> gcc.gnu.org Git - gcc.git/commitdiff
(ASM_OUTPUT_SHORT): Fix typo in previous change.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 Mar 1993 22:40:29 +0000 (17:40 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 Mar 1993 22:40:29 +0000 (17:40 -0500)
From-SVN: r3749

gcc/config/alpha/alpha.h

index 5d352493ab220234cb18241f0b7d030ce1bbe34f..298b9996c0d0a773a191d2f1f4d9e47a37aa8203 100644 (file)
@@ -1476,7 +1476,7 @@ literal_section ()                                                \
 /* Likewise for `char' and `short' constants.  */
 
 #define ASM_OUTPUT_SHORT(FILE,VALUE)  \
-  fprintf (FILE, "\t.short %d\n",              \
+  fprintf (FILE, "\t.word %d\n",               \
     (GET_CODE (VALUE) == CONST_INT             \
      ? INTVAL (VALUE) & 0xffff : (abort (), 0)))
 
This page took 0.066967 seconds and 5 git commands to generate.