* config/tc-v850.c (md_pseudo_table): Add .word; allocates
4 bytes of space. Something off the todo list.
This commit is contained in:
parent
4ad9452c46
commit
7e96935e77
@ -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
|
||||
|
||||
@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user