Ignore:
Timestamp:
2016-02-20T18:01:33Z (9 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/trunc.S

    r805729b r321a8e6  
    2727#
    2828
     29#include <abi/asmtool.h>
    2930#include <libarch/x87.h>
    3031
    3132.text
    3233
    33 .global trunc_f64
    34 
    35 trunc_f64:
     34FUNCTION_BEGIN(trunc_f64)
    3635        pushl %ebp
    3736        movl %esp, %ebp
     
    6160        leave
    6261        ret
     62FUNCTION_END(trunc_f64)
     63
Note: See TracChangeset for help on using the changeset viewer.