Changeset 9db5b66 in mainline for src/Makefile


Ignore:
Timestamp:
2005-05-11T00:14:42Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00a44bc
Parents:
79f1f38f
Message:

Move architecture independent memcopy() and memsetb() out of MIPS subtree and place them in src/lib/ as _memcopy() and _memsetb().
Add MIPS native memsetb().
Add IA-64 native memcpy().

More complete and *almost* functional versions of IA-64 context_save() and context_restore().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    r79f1f38f r9db5b66  
    1616        lib/func.c \
    1717        lib/list.c \
     18        lib/memstr.c \
    1819        debug/print.c \
    1920        time/clock.c \
Note: See TracChangeset for help on using the changeset viewer.