Changeset 7148abf in mainline for uspace/lib/c/arch/ppc32/src/entry.S


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/ppc32/src/entry.S

    r3fafe5e0 r7148abf  
    4545        stwu %r1, -16(%r1)
    4646
    47         # Pass the PCB pointer to __main() as the first argument.
     47        # Pass the PCB pointer to __libc_main() as the first argument.
    4848        # The first argument is passed in r3.
    4949        mr %r3, %r6
    50         bl __main
     50        bl __libc_main
Note: See TracChangeset for help on using the changeset viewer.