From e6b4d09dda5ac70d672a8c61fb864dd21a20d9f9 Mon Sep 17 00:00:00 2001 From: Chandrakala Chavva Date: Thu, 19 Oct 2000 11:48:22 -0400 Subject: [PATCH] Minor corrections in comments. From-SVN: r36951 --- gcc/ChangeLog | 5 +++++ gcc/expmed.c | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ba74302de7..80e06b3921e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-10-19 Chandrakala Chavva + + * expmed.c: Minor corrections in comments. + * invoke.texi: Added desciption for the new option -ftrapv. + 2000-10-19 Chandrakala Chavva * libgcc2.c: Added the missing #endif. diff --git a/gcc/expmed.c b/gcc/expmed.c index bdd9fa703c4..26050621561 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -4492,10 +4492,9 @@ emit_store_flag (target, code, op0, op1, mode, unsignedp, normalizep) we can use zero-extension to the wider mode (an unsigned conversion) as the operation. */ - /* CYGNUS LOCAL - amylaar/-ftrapv: Note that ABS doesn't yield a - positive number for INT_MIN, but that is compensated by the - subsequent overflow when subtracting one / negating. - END CYGNUS LOCAL */ + /* Note that ABS doesn't yield a positive number for INT_MIN, but + that is compensated by the subsequent overflow when subtracting + one / negating. */ if (abs_optab->handlers[(int) mode].insn_code != CODE_FOR_nothing) tem = expand_unop (mode, abs_optab, op0, subtarget, 1); -- 2.30.2