diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-02-28 10:23:06 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-06-12 09:56:55 -0400 |
commit | 44521f3a1782026b7d25cc55af459c3e28cc9bdd (patch) | |
tree | a91ebe41a705b5562dee1eefde0e13aaf94a4c9b /uconfig.sh | |
parent | 63545cd8b35d0a75c86800927564a9879ba1e0bf (diff) | |
download | perl-44521f3a1782026b7d25cc55af459c3e28cc9bdd.tar.gz |
infnan: Configure scan for infnan bytes
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index b54b0c65b9..77b638c8ee 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -547,7 +547,9 @@ db_version_major='0' db_version_minor='0' db_version_patch='0' direntrytype='struct dirent' +doubleinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f' doublekind='3' +doublenanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7f' doublesize='8' drand01="Perl_drand48()" drand48_r_proto='0' @@ -706,7 +708,9 @@ ivtype='long' ld_can_script='define' lib_ext='.a' localtime_r_proto='0' +longdblinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00' longdblkind=0 +longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00' longdblsize=8 longlongsize=8 longsize='4' |