diff options
author | Nick Clifton <nickc@redhat.com> | 1998-02-19 02:13:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-02-19 02:13:27 +0000 |
commit | 65850016ba7d9da92695829a423690993e88c2ec (patch) | |
tree | 033abafc318e563a8b99b1864a667b9a4a37a2e7 /gas/ChangeLog | |
parent | 1028c33febc93fb60998bbe6a0b700e87f5b8f1a (diff) | |
download | gdb-65850016ba7d9da92695829a423690993e88c2ec.zip gdb-65850016ba7d9da92695829a423690993e88c2ec.tar.gz gdb-65850016ba7d9da92695829a423690993e88c2ec.tar.bz2 |
Special case handling of updates to the condition bit to allow for the fact
that it is shadowed by several registers.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3385d19..6b4daf2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-m32rx +Wed Feb 18 18:11:42 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-m32r.c (first_writes_to_seconds_operands): Special + handling of updates to the condition bit as this is shadow by + several registers. +end-sanitize-m32rx start-sanitize-sky Wed Feb 18 15:49:56 1998 Doug Evans <devans@canuck.cygnus.com> |