diff options
author | DJ Delorie <dj@redhat.com> | 2007-01-24 21:53:09 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2007-01-24 21:53:09 +0000 |
commit | 7bc4c13c6114fe7f1b243fbe37001452d51f054c (patch) | |
tree | d6d2d3d5eb7808e00b5489eeb29bb4f739acc5db /gas/ChangeLog | |
parent | 85d93f1df0c6a196327ecde7fdb4e72dbc879ee7 (diff) | |
download | gdb-7bc4c13c6114fe7f1b243fbe37001452d51f054c.zip gdb-7bc4c13c6114fe7f1b243fbe37001452d51f054c.tar.gz gdb-7bc4c13c6114fe7f1b243fbe37001452d51f054c.tar.bz2 |
* config/tc-m32c.c (md_pseudo_table): Add .3byte.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 28d2c37..77a5807 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-01-24 DJ Delorie <dj@redhat.com> + + * config/tc-m32c.c (md_pseudo_table): Add .3byte. + 2007-01-22 Nick Clifton <nickc@redhat.com> PR gas/3871 |