* config/tc-m32c.c (md_pseudo_table): Add .3byte.

This commit is contained in:
DJ Delorie 2007-01-24 21:53:09 +00:00
parent 85d93f1df0
commit 7bc4c13c61
2 changed files with 5 additions and 0 deletions

View 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

View 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 }
};