diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-24 23:58:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-24 23:58:52 +0000 |
commit | fa7928cae2fddfa55f3958dd5abc6a8ed2f56c13 (patch) | |
tree | cbf0e13f667110edd68c0c5d30a96b2e9db6d4dc /opcodes/ChangeLog | |
parent | 68e324a2b88838a47a7103809fc42a67e9271dea (diff) | |
download | gdb-fa7928cae2fddfa55f3958dd5abc6a8ed2f56c13.zip gdb-fa7928cae2fddfa55f3958dd5abc6a8ed2f56c13.tar.gz gdb-fa7928cae2fddfa55f3958dd5abc6a8ed2f56c13.tar.bz2 |
Add functions to modify/examine the signed_overflow_ok_p field in cpu_desc.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9726b03..a435589 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2000-02-24 Nick Clifton <nickc@cygnus.com> + + * cgen-opc.c (cgen_set_signed_overflow_ok): New function. + (cgen_clear_signed_overflow_ok): New function. + (cgen_signed_overflow_ok_p): New function. + 2000-02-23 Andrew Haley <aph@cygnus.com> * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c, |