The universal assembler has a bug that precludes use of .align
in text segments, except as the very last command.
This commit is contained in:
parent
b294ab5042
commit
d457c50945
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
.define endtext, enddata, endbss, _etext, _edata, _end
|
||||
|
||||
.text
|
||||
.align 2
|
||||
endtext:
|
||||
_etext:
|
||||
.align 2
|
||||
.data
|
||||
.align 2
|
||||
enddata:
|
||||
|
|
Loading…
Reference in a new issue