* config/tc-v850.c (md_pseudo_table): Add .word; allocates

4 bytes of space.
Something off the todo list.
This commit is contained in:
Jeff Law 1996-10-23 22:23:38 +00:00
parent 4ad9452c46
commit 7e96935e77
2 changed files with 6 additions and 0 deletions

View 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

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