From: DJ Delorie Date: Wed, 24 Jan 2007 21:53:09 +0000 (+0000) Subject: * config/tc-m32c.c (md_pseudo_table): Add .3byte. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bc4c13c6114fe7f1b243fbe37001452d51f054c;p=binutils-gdb.git * config/tc-m32c.c (md_pseudo_table): Add .3byte. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 28d2c376512..77a5807a682 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-01-24 DJ Delorie + + * config/tc-m32c.c (md_pseudo_table): Add .3byte. + 2007-01-22 Nick Clifton PR gas/3871 diff --git a/gas/config/tc-m32c.c b/gas/config/tc-m32c.c index 87ccd697801..930342294a7 100644 --- a/gas/config/tc-m32c.c +++ b/gas/config/tc-m32c.c @@ -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 } };