Changeset 1d465bf in mainline for uspace/lib/c


Ignore:
Timestamp:
2011-04-03T15:34:24Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a3d4ca
Parents:
ec3e2ed
Message:

Fix passing of PCB pointer from dload. Build dltest (dynamically linked). Some issues with libtest remain.

Location:
uspace/lib/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    rec3e2ed r1d465bf  
    152152$(COMMON_HEADER_ARCH): $(COMMON_HEADER)
    153153        ln -sfn ../../../$< $@
     154
     155test:
     156        echo uspace_prefix=$(USPACE_PREFIX)
     157        echo libc_prefix=$(LIBC_PREFIX)
     158        echo linker_script=$(LINKER_SCRIPT)
  • uspace/lib/c/arch/ia32/src/syscall.S

    rec3e2ed r1d465bf  
    3232__syscall_fast_func:
    3333        .long __syscall_slow
     34        .size __syscall_fast_func, . - __syscall_fast_func
    3435
    3536.text
Note: See TracChangeset for help on using the changeset viewer.