* config/tc-m32c.c (md_pseudo_table): Add .3byte.
authorDJ Delorie <dj@redhat.com>
Wed, 24 Jan 2007 21:53:09 +0000 (21:53 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 24 Jan 2007 21:53:09 +0000 (21:53 +0000)
gas/ChangeLog
gas/config/tc-m32c.c

index 28d2c37..77a5807 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-24  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-m32c.c (md_pseudo_table): Add .3byte.
+
 2007-01-22  Nick Clifton  <nickc@redhat.com>
 
        PR gas/3871
index 87ccd69..9303422 100644 (file)
@@ -151,6 +151,7 @@ s_bss (int ignore ATTRIBUTE_UNUSED)
 const pseudo_typeS md_pseudo_table[] =
 {
   { "bss",     s_bss,          0},
+  { "3byte",   cons,           3 },
   { "word",    cons,           4 },
   { NULL,      NULL,           0 }
 };