Added a ".sect .text". The text "landed" in the bss segment.

This commit is contained in:
ceriel 1986-07-23 11:04:40 +00:00
parent 5d188dee44
commit 79eab3513d
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
.define _stime
.extern _stime
.sect .text
.sect .rom
.sect .data
.sect .bss

View file

@ -1,5 +1,6 @@
.define _stty
.extern _stty
.sect .text
.sect .rom
.sect .data
.sect .bss

View file

@ -1,5 +1,6 @@
.define _sync
.extern _sync
.sect .text
.sect .rom
.sect .data
.sect .bss