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