Changeset 58563585 in mainline for uspace/lib/c/arch
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- Location:
- uspace/lib/c/arch
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/stacktrace_asm.S
r7a67416 r58563585 44 44 ret 45 45 FUNCTION_END(stacktrace_pc_get) 46 -
uspace/lib/c/arch/arm32/src/eabi.S
r7a67416 r58563585 95 95 mov pc, lr 96 96 FUNCTION_END(__aeabi_uldivmod) 97 -
uspace/lib/c/arch/arm32/src/stacktrace_asm.S
r7a67416 r58563585 44 44 mov pc, lr 45 45 FUNCTION_END(stacktrace_pc_get) 46 -
uspace/lib/c/arch/ia32/src/rtld/reloc.c
r7a67416 r58563585 69 69 uint32_t sym_size; 70 70 char *str_tab; 71 71 72 72 elf_symbol_t *sym_def; 73 73 module_t *dest; … … 80 80 81 81 DPRINTF("address: 0x%x, entries: %d\n", (uintptr_t)rt, rt_entries); 82 82 83 83 for (i = 0; i < rt_entries; ++i) { 84 84 // DPRINTF("symbol %d: ", i); … … 171 171 memcpy(r_ptr, (const void *)sym_addr, sym_size); 172 172 break; 173 173 174 174 case R_386_RELATIVE: 175 175 DPRINTF("fixup R_386_RELATIVE (b+a)\n"); -
uspace/lib/c/arch/ia32/src/syscall.S
r7a67416 r58563585 63 63 FUNCTION_END(__syscall_slow) 64 64 65 66 65 /** Syscall wrapper - SYSENTER version. 67 66 * -
uspace/lib/c/arch/ia64/src/fibril.S
r7a67416 r58563585 338 338 br.ret.sptk.many b0 339 339 FUNCTION_END(context_restore) 340 -
uspace/lib/c/arch/ia64/src/stacktrace_asm.S
r7a67416 r58563585 41 41 FUNCTION_END(stacktrace_fp_get) 42 42 FUNCTION_END(stacktrace_pc_get) 43 -
uspace/lib/c/arch/ia64/src/syscall.S
r7a67416 r58563585 45 45 br.ret.sptk.many b0 46 46 FUNCTION_END(__syscall) 47 -
uspace/lib/c/arch/mips32/src/entryjmp.S
r7a67416 r58563585 51 51 addiu $sp, ABI_STACK_FRAME 52 52 FUNCTION_END(entry_point_jmp) 53
Note:
See TracChangeset
for help on using the changeset viewer.