Move EXIDX assignments inside of braces so that we can be assure that the symbols have the correct alignment. Suggested by Daniel P. Volpato

Squashed commit of the following:

    Some scripts use TABs, others spaced.  Make usage consistent.
    Move __exidx_end assignment inside of brackets.
    Remove old __exidx_end assignment.
    Move __exidx_start assignment inside of brackets.
    Remove old __exidx_start assignment
This commit is contained in:
Gregory Nutt
2019-09-12 09:57:50 -06:00
parent 94224639ca
commit bbbe9d85c5
93 changed files with 186 additions and 193 deletions
@@ -78,11 +78,11 @@ SECTIONS
*(.ARM.extab*)
} > flash
__exidx_start = ABSOLUTE(.);
.ARM.exidx : ALIGN(4) {
__exidx_start = ABSOLUTE(.);
*(.ARM.exidx*)
__exidx_end = ABSOLUTE(.);
} > flash
__exidx_end = ABSOLUTE(.);
_eronly = ABSOLUTE(.);