aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-10-23 22:23:38 +0000
committerJeff Law <law@redhat.com>1996-10-23 22:23:38 +0000
commit7e96935e77ef4cedcee265010934229b7a873aee (patch)
treef23f7f25a622127ffad0f61189323b5d45b28811 /gas/config
parent4ad9452c462b736b2625a2154e94507c536ec54c (diff)
downloadgdb-7e96935e77ef4cedcee265010934229b7a873aee.zip
gdb-7e96935e77ef4cedcee265010934229b7a873aee.tar.gz
gdb-7e96935e77ef4cedcee265010934229b7a873aee.tar.bz2
* config/tc-v850.c (md_pseudo_table): Add .word; allocates
4 bytes of space. Something off the todo list.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-v850.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c
index b37bc2b..cab16ee 100644
--- a/gas/config/tc-v850.c
+++ b/gas/config/tc-v850.c
@@ -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 }
};