Changeset 2ca5f632 in mainline for uspace/lib/c/arch/mips32
- Timestamp:
- 2011-04-30T16:45:06Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7fb3f1c
- Parents:
- 15b3761
- Location:
- uspace/lib/c/arch/mips32
- Files:
-
- 1 edited
- 4 moved
-
Makefile.inc (modified) (1 diff)
-
include/rtld/dynamic.h (moved) (moved from uspace/lib/c/rtld/arch/mips32/include/dynamic.h )
-
include/rtld/elf_dyn.h (moved) (moved from uspace/lib/c/rtld/arch/mips32/include/elf_dyn.h )
-
src/rtld/dynamic.c (moved) (moved from uspace/lib/c/rtld/arch/mips32/src/dynamic.c )
-
src/rtld/reloc.c (moved) (moved from uspace/lib/c/rtld/arch/mips32/src/reloc.c )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/Makefile.inc
r15b3761 r2ca5f632 35 35 arch/$(UARCH)/src/tls.c \ 36 36 arch/$(UARCH)/src/stacktrace.c \ 37 arch/$(UARCH)/src/stacktrace_asm.S 37 arch/$(UARCH)/src/stacktrace_asm.S \ 38 arch/$(UARCH)/src/rtld/dynamic.c \ 39 arch/$(UARCH)/src/rtld/reloc.c 38 40 39 41 .PRECIOUS: arch/$(UARCH)/src/entry.o
Note:
See TracChangeset
for help on using the changeset viewer.
