diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1997-04-21 21:26:17 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1997-04-21 21:26:17 +0000 |
commit | d654ba0acf2e16f7c259bde9d86d28826aa66425 (patch) | |
tree | 4be82cb1671d6248ec5481d7ed409e09a0fd4853 /sim/mips/ChangeLog | |
parent | e4bb90271600b757264581fa80c3a4884f9abc8c (diff) | |
download | gdb-d654ba0acf2e16f7c259bde9d86d28826aa66425.zip gdb-d654ba0acf2e16f7c259bde9d86d28826aa66425.tar.gz gdb-d654ba0acf2e16f7c259bde9d86d28826aa66425.tar.bz2 |
for DIV: check for div by zero and int overflow
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index f54c1c5..26d4d85 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 21 17:16:13 1997 Gavin Koch <gavin@cygnus.com> + + * gencode.c (build_instruction): DIV instructions: check + for division by zero and integer overflow before using + host's division operation. + Thu Apr 17 03:18:14 1997 Doug Evans <dje@canuck.cygnus.com> * Makefile.in (SIM_OBJS): Add sim-load.o. |