From: ceriel Date: Wed, 23 Jul 1986 11:04:40 +0000 (+0000) Subject: Added a ".sect .text". The text "landed" in the bss segment. X-Git-Tag: release-5-5~5253 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=79eab3513d37d4fb11ba48c3895fc8c88dabd934;p=ack.git Added a ".sect .text". The text "landed" in the bss segment. --- 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