[haiku-bugs] Re: [Haiku] #12301: [ARM] Implement missing glibc math funcs

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Fri, 14 Aug 2015 18:28:24 -0000

#12301: [ARM] Implement missing glibc math funcs
---------------------------------+----------------------------
Reporter: kallisti5 | Owner: axeld
Type: task | Status: new
Priority: normal | Milestone: Unscheduled
Component: System/libroot.so | Version: R1/Development
Resolution: | Keywords:
Blocked By: | Blocking:
Has a Patch: 0 | Platform: arm
---------------------------------+----------------------------

Comment (by pulkomandy):

gcc is able to automatically replace calls to the standard functions
(log1p, etc) with the builtins. But the symbols here are prefixed with two
underscores, probably preventing this.
So yes, we need to manually alias the glibc names to the gcc builtins.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12301#comment:3>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: