Ignore:
Timestamp:
2018-04-28T16:18:07Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e634684
Parents:
3fafe5e0
Message:

Rename main to libc_main, to avoid conflict with libgcc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc64/src/entry.S

    r3fafe5e0 r7148abf  
    4646        add %g0, -0x7ff, %fp
    4747
    48         # Pass pcb_ptr as the first argument to __main()
    49         call __main
     48        # Pass pcb_ptr as the first argument to __libc_main()
     49        call __libc_main
    5050        mov %i1, %o0
Note: See TracChangeset for help on using the changeset viewer.