Browse Source

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

ceriel 38 years ago
parent
commit
41de09df24
3 changed files with 3 additions and 0 deletions
  1. 1 0
      mach/m68k4/libsys/stime.s
  2. 1 0
      mach/m68k4/libsys/stty.s
  3. 1 0
      mach/m68k4/libsys/sync.s

+ 1 - 0
mach/m68k4/libsys/stime.s

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

+ 1 - 0
mach/m68k4/libsys/stty.s

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

+ 1 - 0
mach/m68k4/libsys/sync.s

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