.sect .text added
authorbal <none@none>
Thu, 18 Jul 1985 14:52:56 +0000 (14:52 +0000)
committerbal <none@none>
Thu, 18 Jul 1985 14:52:56 +0000 (14:52 +0000)
mach/m68k2/libem/gto.s
mach/m68k2/libem/lpb.s
mach/m68k2/libem/lxa.s
mach/m68k2/libem/lxl.s

index 3a394f8..2394315 100644 (file)
@@ -5,6 +5,7 @@
 .sect .bss
 .extern .gto
 
+       .sect .text
 .gto:
        ! nonlocal goto
        ! the argument on the stack is a pointer to a GTO-descriptor containing:
index 177fac4..61b6a87 100644 (file)
@@ -4,6 +4,7 @@
 .sect .data
 .sect .bss
 .extern .lpb
+       .sect .text
 .lpb:
        ! convert local to argument base
        ! should not destroy register d2 (used by lxa/lxl)
index 9172a3d..8d1df55 100644 (file)
@@ -4,6 +4,7 @@
 .sect .data
 .sect .bss
 .extern .lxa
+       .sect .text
 .lxa:
        ! #levels (>= 0) on stack
 
index e41f831..4b94320 100644 (file)
@@ -4,6 +4,7 @@
 .sect .data
 .sect .bss
 .extern .lxl
+       .sect .text
 .lxl:
        ! #levels on stack (> 0)