mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #100] [MERGED] Libc LLE #1292
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1292
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/100
Author: @georgemoralis
Created: 3/25/2024
Status: ✅ Merged
Merged: 3/28/2024
Merged by: @georgemoralis
Base:
main← Head:libc_part2📝 Commits (10+)
540c21dconfig option to enable libc llef2f0414improved symbols_resolver and output365ae2asome elf improvements5968319small improvements on linker Resolve method354a9c3clang format fixf70fbcalinker : Resolve can now load exports as well7dbe258improved LoadSymbols for export supporte5a224arewrote relocationsbc7228frelocate before execution1a7f5f7function to start modules📊 Changes
15 files changed (+306 additions, -175 deletions)
View changed files
📝
src/common/config.cpp(+13 -0)📝
src/common/config.h(+1 -0)📝
src/core/hle/kernel/memory_management.cpp(+3 -0)📝
src/core/hle/libraries/libkernel/libkernel.cpp(+29 -0)📝
src/core/hle/libraries/libkernel/thread_management.cpp(+18 -1)📝
src/core/hle/libraries/libs.cpp(+4 -1)📝
src/core/libraries/libscesystemservice.cpp(+1 -1)📝
src/core/libraries/libsceuserservice.cpp(+3 -2)📝
src/core/linker.cpp(+183 -161)📝
src/core/linker.h(+13 -2)📝
src/core/loader/elf.cpp(+4 -0)📝
src/core/loader/elf.h(+1 -0)📝
src/core/loader/symbols_resolver.cpp(+11 -7)📝
src/core/loader/symbols_resolver.h(+1 -0)📝
src/main.cpp(+21 -0)📄 Description
Working on getting lle libc working
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.