diff options
author | Steve Ellcey <Steve.Ellcey@imgtec.com> | 2015-11-24 13:59:31 -0800 |
---|---|---|
committer | Steve Ellcey <Steve.Ellcey@imgtec.com> | 2015-11-24 13:59:31 -0800 |
commit | 10677229b978e422c70f7ea3d4fd6192aca83ac5 (patch) | |
tree | 7f4fb9b1e95fad9b80cef82f60edf4f36fba6688 /newlib/ChangeLog | |
parent | 8e62ab4ccc637f57c9f3e011eda7f769d78c0c8b (diff) | |
download | cygnal-10677229b978e422c70f7ea3d4fd6192aca83ac5.tar.gz cygnal-10677229b978e422c70f7ea3d4fd6192aca83ac5.tar.bz2 cygnal-10677229b978e422c70f7ea3d4fd6192aca83ac5.zip |
libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ed71afd4a..0cae5cf50 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2015-11-24 Steve Ellcey <sellcey@imgtec.com> + + * libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL. + 2015-11-23 Marcus Shawcroft <marcus.shawcroft@arm.com> * libc/machine/arm/strlen-stub.c: Adjust strlen-armv7.S selection logic. |