This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fmal and nexttowardl on alpha



Why are the functions fmal and nexttowardl not in libm.so on the alpha
platform?  The functions are required by ISO C99 and are present on
ia32.

On ia32:
$ nm /lib/libm.so.6 |grep nexttoward
0000a170 t __nexttoward
00010c60 t __nexttowardf
00015ef0 t __nexttowardl
0000a170 W nexttoward
00010c60 W nexttowardf
00015ef0 W nexttowardl

On Alpha:
$ nm /lib/libm.so.6.1 |grep nexttoward
0000000000019f80 t __nexttoward
00000000000293f0 t __nexttowardf
0000000000019f80 W nexttoward
00000000000293f0 W nexttowardf

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]