Evaluate output section end symbol assignments in partial link#624
Conversation
a4eefc7 to
4bf9855
Compare
|
This is a good start but I am not sure about what is its effect on symbol values that are specified in the output section. Please document this behavior. |
4bf9855 to
8d0996b
Compare
This patch does not affect the evaluations of symbol assignments that are specified in the output section. The above example shared behaves as expected, that is, the value of
Symbol assignment evaluation order should be the same for both the usual and the partial link. We have the symbol assignment |
8d0996b to
d20333c
Compare
3819016 to
8c4ea35
Compare
Until now, the linker was not evaluating output section end symbol assignments in partial links. This commit fixes this behavior. Resolves qualcomm#479 Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
8c4ea35 to
a695165
Compare
Until now, the linker was not evaluating output section end symbol assignments in partial links. This commit fixes this behavior.
Resolves #479