* config/tc-v850.c (md_pseudo_table): Add .word; allocates
authorJeff Law <law@redhat.com>
Wed, 23 Oct 1996 22:23:38 +0000 (22:23 +0000)
committerJeff Law <law@redhat.com>
Wed, 23 Oct 1996 22:23:38 +0000 (22:23 +0000)
        4 bytes of space.
Something off the todo list.

gas/ChangeLog
gas/config/tc-v850.c

index ee32278..44bc137 100644 (file)
@@ -1,4 +1,9 @@
 start-sanitize-v850
+Wed Oct 23 16:21:28 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_pseudo_table): Add .word; allocates
+       4 bytes of space.
+
 Tue Oct 22 22:01:25 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
index b37bc2b..cab16ee 100644 (file)
@@ -84,6 +84,7 @@ size_t md_longopts_size = sizeof(md_longopts);
 /* The target specific pseudo-ops which we support.  */
 const pseudo_typeS md_pseudo_table[] =
 {
+  {"word", cons, 4},
   { NULL,       NULL,           0 }
 };