Changeset 2ca5f632 in mainline for uspace/lib/c/rtld
- 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/rtld
- Files:
-
- 3 deleted
- 2 edited
-
arch/ia32/Makefile.inc (deleted)
-
arch/mips32/Makefile.inc (deleted)
-
arch/ppc32/Makefile.inc (deleted)
-
include/dynamic.h (modified) (1 diff)
-
include/elf_dyn.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/rtld/include/dynamic.h
r15b3761 r2ca5f632 38 38 #include <bool.h> 39 39 #include <elf_dyn.h> 40 #include < arch/dynamic.h>40 #include <libarch/rtld/dynamic.h> 41 41 42 42 /** -
uspace/lib/c/rtld/include/elf_dyn.h
r15b3761 r2ca5f632 40 40 41 41 #include <elf.h> 42 #include < arch/elf_dyn.h>42 #include <libarch/rtld/elf_dyn.h> 43 43 44 44 #define ELF32_R_SYM(i) ((i)>>8)
Note:
See TracChangeset
for help on using the changeset viewer.
