This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
nanl strtold
are missing. In addition, there are some lessor functions like err, errc, errx, strtold_l, swprintf, vfwscanf missing. I assume this is due to no builtins for them or Fortran not using them. If Ada or other non-C languages might, might make sense to add them too.
$ nm -arch ppc /usr/lib/libSystem.dylib | grep _nanl
U _nanl$LDBL128
90178f20 T _nanl$LDBL128
901791a0 T _nanl
90179190 T _nanl$LDBL64
taigne ~ $ nm -arch ppc64 /usr/lib/libSystem.dylib | grep _nanl
0000000000161290 T _nanl
0000000000161090 T _nanl$LDBL128
0000000000161280 T _nanl$LDBL64
+ /*darwin_patch_builtin (BUILT_IN_NANL);*/ /* Broken for now since it
+ is defined as DEF_GCC_BUILTIN when it is also a C99 function. */
Thanks for the review and comments, FX
-- François-Xavier Coudert http://www.homepages.ucl.ac.uk/~uccafco/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |