diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-08-03 18:21:20 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-08-03 18:21:20 +0000 |
commit | 0de7cf04f3064a543adc0ed73d16c49bfb2777fc (patch) | |
tree | 20425317096c120eeaa64a360838a05c8feba8cf /newlib/ChangeLog | |
parent | 0b6fbd396ca2f5448acb925a0b7f718676980d74 (diff) | |
download | newlib-0de7cf04f3064a543adc0ed73d16c49bfb2777fc.zip newlib-0de7cf04f3064a543adc0ed73d16c49bfb2777fc.tar.gz newlib-0de7cf04f3064a543adc0ed73d16c49bfb2777fc.tar.bz2 |
2010-08-03 Craig Howland <howland@LGSInnovations.com>
* libm/common/s_lrint.c (lrint): Annotate shift operations with
possible shift amount ranges, and use SAFE_RIGHT_SHIFT to avoid
undefined behaviour.
* libm/common/s_llrint.c (llrint): Likewise.
* libm/common/s_lround.c (lround): Correct some comments on ranges.
* libm/common/s_llround.c (llround): Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e52f306..294b2c9 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,12 @@ +2010-08-03 Craig Howland <howland@LGSInnovations.com> + + * libm/common/s_lrint.c (lrint): Annotate shift operations with + possible shift amount ranges, and use SAFE_RIGHT_SHIFT to avoid + undefined behaviour. + * libm/common/s_llrint.c (llrint): Likewise. + * libm/common/s_lround.c (lround): Correct some comments on ranges. + * libm/common/s_llround.c (llround): Likewise. + 2010-07-30 Anthony Green <green@moxielogic.com> * libc/sys/rtems/machine/_types.h: Add moxie support. |