Changeset 321a8e6 in mainline for uspace/lib/math/arch/ia32/src/cos.S


Ignore:
Timestamp:
2016-02-20T18:01:33Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91889d5
Parents:
805729b
Message:

ia32: Silence linker warnings during for dynamically linked builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/arch/ia32/src/cos.S

    r805729b r321a8e6  
    2727#
    2828
     29#include <abi/asmtool.h>
    2930#include <libarch/x87.h>
    3031
    3132.text
    3233
    33 .global cos_f64
    34 
    35 cos_f64:
     34FUNCTION_BEGIN(cos_f64)
    3635        # compute cosine (no stack frame)
    3736       
     
    6463       
    6564        ret
     65FUNCTION_END(cos_f64)
     66
Note: See TracChangeset for help on using the changeset viewer.