Alignment now also works when the alignment ended on odd boundaries.
This commit is contained in:
parent
ce92663b0a
commit
c636aba734
1 changed files with 7 additions and 0 deletions
|
@ -1,8 +1,15 @@
|
||||||
.define endtext,enddata,endbss
|
.define endtext,enddata,endbss
|
||||||
|
.define _end, _etext, _edata
|
||||||
|
|
||||||
.text
|
.text
|
||||||
endtext:
|
endtext:
|
||||||
|
_etext:
|
||||||
|
.align 4
|
||||||
.data
|
.data
|
||||||
enddata:
|
enddata:
|
||||||
|
_edata:
|
||||||
|
.align 4
|
||||||
.bss
|
.bss
|
||||||
|
.align 4
|
||||||
endbss:
|
endbss:
|
||||||
|
_end:
|
||||||
|
|
Loading…
Add table
Reference in a new issue