forked from KolibriOS/kolibrios
Make libck project self-containing.
git-svn-id: svn://kolibrios.org@7855 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public acos_ as "acos"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public atan_ as "atan"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public atan2_ as "atan2"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public ceil
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public ceilf
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public cos_ as "cos"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public exp_ as "exp"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public fabs_ as "fabs"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public fabsf
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public floor
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public floorf
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public log_ as "log"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public log10_ as "log10"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public sin_ as "sin"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public sqrt
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public sqrtf
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
include '../proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public tan_ as "tan"
|
||||
|
Reference in New Issue
Block a user