projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ad9452
)
* config/tc-v850.c (md_pseudo_table): Add .word; allocates
author
Jeff Law
<law@redhat.com>
Wed, 23 Oct 1996 22:23:38 +0000
(22:23 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 23 Oct 1996 22:23:38 +0000
(22:23 +0000)
4 bytes of space.
Something off the todo list.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-v850.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index ee3227816b785b1cad82bf12a903b67f9787e1b7..44bc137bc64538f8af9438b4b18af0e272232b15 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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
diff --git
a/gas/config/tc-v850.c
b/gas/config/tc-v850.c
index b37bc2b52e6cf95774f38dbcf5c5ad7f6f427a66..cab16ee8407edcffbbc976034e0bb27e31097fb2 100644
(file)
--- 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 }
};