Initial revision
This commit is contained in:
parent
a89ba7074f
commit
ce92663b0a
1 changed files with 8 additions and 0 deletions
8
mach/m68k4/libem/end.s
Normal file
8
mach/m68k4/libem/end.s
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
.define endtext,enddata,endbss
|
||||||
|
|
||||||
|
.text
|
||||||
|
endtext:
|
||||||
|
.data
|
||||||
|
enddata:
|
||||||
|
.bss
|
||||||
|
endbss:
|
Loading…
Reference in a new issue