[RTLD] Add support for PIC and being build as shared library#334
Draft
badochov wants to merge 11 commits into
Draft
[RTLD] Add support for PIC and being build as shared library#334badochov wants to merge 11 commits into
badochov wants to merge 11 commits into
Conversation
Contributor
Author
|
FIrst 3 commits are from different PRs |
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
January 30, 2024 15:13
9687533 to
37487af
Compare
13 tasks
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
January 31, 2024 15:24
37487af to
3da17c2
Compare
Unit Test Results6 780 tests - 920 6 154 ✅ - 831 31m 19s ⏱️ - 8m 9s Results for commit 77c8fec. ± Comparison against base commit 3375557. This pull request removes 920 tests.♻️ This comment has been updated with latest results. |
badochov
force-pushed
the
badochov/dynamic-linker
branch
3 times, most recently
from
February 2, 2024 13:23
c2c4a95 to
cfc9a6e
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
August 5, 2024 17:06
cfc9a6e to
77c8fec
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
August 16, 2024 12:36
77c8fec to
ddc8fe7
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
August 16, 2024 12:56
ddc8fe7 to
9fe5f55
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
August 21, 2024 11:22
2caa8d8 to
b72127e
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
3 times, most recently
from
August 27, 2024 16:02
ab44ee8 to
fd5b08c
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
2 times, most recently
from
August 29, 2024 16:13
3243e14 to
9547eeb
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
September 2, 2024 16:43
9547eeb to
bee4ca6
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
September 2, 2024 17:01
bee4ca6 to
cae7c5e
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
3 times, most recently
from
September 5, 2024 14:21
1fbfbc1 to
531abff
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
2 times, most recently
from
September 12, 2024 10:42
6f6f34b to
ab58b63
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
4 times, most recently
from
September 18, 2024 07:35
d761924 to
0ba38c3
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
5 times, most recently
from
October 6, 2024 16:31
a561b47 to
47a6b37
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
2 times, most recently
from
October 25, 2024 14:32
90eeca8 to
046a16f
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
December 5, 2024 12:26
046a16f to
5a9ff9b
Compare
badochov
force-pushed
the
badochov/dynamic-linker
branch
3 times, most recently
from
March 27, 2025 12:54
1af57c0 to
7e65870
Compare
JIRA: RTOS-664
In PIE on ia32 function calls should be made using GOT. JIRA: RTOS-664
JIRA: RTOS-664
JIRA: RTOS-664
JIRA: RTOS-664
JIRA: RTOS-664
This allows constructor handling mechanism in dynamic linker. JIRA: RTOS-664
JIRA: RTOS-664
JIRA: RTOS-664
JIRA: RTOS-664
JIRA: RTOS-664
badochov
force-pushed
the
badochov/dynamic-linker
branch
from
March 27, 2025 22:52
7e65870 to
42d20dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment