diff options
author | Nick Clifton <nickc@redhat.com> | 2002-11-29 21:00:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-11-29 21:00:50 +0000 |
commit | 143c8e19b42606e003e1812e838e779fd1c69b21 (patch) | |
tree | c3f99b825a84853796796c1cb31b70bf7ac7be09 /gas/ChangeLog | |
parent | 1d9b2aa8d89cda5090b57ea1b854d44206242bac (diff) | |
download | gdb-143c8e19b42606e003e1812e838e779fd1c69b21.zip gdb-143c8e19b42606e003e1812e838e779fd1c69b21.tar.gz gdb-143c8e19b42606e003e1812e838e779fd1c69b21.tar.bz2 |
Allow BKPT instruction to be specified without an operand. Add a test for this.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2925f13..b2ded4f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-11-29 Nick Clifton <nickc@redhat.com> + + * config/tc-arm.c (do_t_bkpt): If no operand is specified, + assume a value of zero. + (do_bkpt): Likewise. + 2002-11-29 Kaz Kojima <kkojima@rr.iij4u.or.jp> * config/tc-sh.c (md_apply_fix3): Call S_SET_THREAD_LOCAL |