From 79eab3513d37d4fb11ba48c3895fc8c88dabd934 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 23 Jul 1986 11:04:40 +0000 Subject: [PATCH] Added a ".sect .text". The text "landed" in the bss segment. --- mach/m68k4/libsys/stime.s | 1 + mach/m68k4/libsys/stty.s | 1 + mach/m68k4/libsys/sync.s | 1 + 3 files changed, 3 insertions(+) diff --git a/mach/m68k4/libsys/stime.s b/mach/m68k4/libsys/stime.s index f1a7a560a..57ecbb691 100644 --- a/mach/m68k4/libsys/stime.s +++ b/mach/m68k4/libsys/stime.s @@ -1,5 +1,6 @@ .define _stime .extern _stime +.sect .text .sect .rom .sect .data .sect .bss diff --git a/mach/m68k4/libsys/stty.s b/mach/m68k4/libsys/stty.s index 47a75b34f..0de8f9740 100644 --- a/mach/m68k4/libsys/stty.s +++ b/mach/m68k4/libsys/stty.s @@ -1,5 +1,6 @@ .define _stty .extern _stty +.sect .text .sect .rom .sect .data .sect .bss diff --git a/mach/m68k4/libsys/sync.s b/mach/m68k4/libsys/sync.s index 179c70e3f..a33454b7a 100644 --- a/mach/m68k4/libsys/sync.s +++ b/mach/m68k4/libsys/sync.s @@ -1,5 +1,6 @@ .define _sync .extern _sync +.sect .text .sect .rom .sect .data .sect .bss -- 2.34.1