Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
add PT_DYNAMIC
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed May 16, 2018
1 parent c3173ae commit af16da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions link.T
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PHDRS
rodata PT_LOAD FLAGS(4);
data PT_LOAD FLAGS(6);
bss PT_LOAD FLAGS(6);
dynamic PT_DYNAMIC;
}

SECTIONS
Expand Down

0 comments on commit af16da5

Please sign in to comment.