summaryrefslogtreecommitdiff
path: root/writestr.inc
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-17 06:42:00 +0000
committerhpa <hpa>2004-12-17 06:42:00 +0000
commit1ad9233d7287c8e98bda8774a6eafd2a3e988b89 (patch)
tree1d288d0b1fbb8c7d6df445f9c3c5bfe6abfc5817 /writestr.inc
parent7da4d04f57c549c1e6cf850d75400ded5ac82cb8 (diff)
downloadsyslinux-1ad9233d7287c8e98bda8774a6eafd2a3e988b89.tar.gz
Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3
The .bss section at the beginning of each .asm file is now downright tiny.
Diffstat (limited to 'writestr.inc')
-rw-r--r--writestr.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/writestr.inc b/writestr.inc
index 65d50cc2..4bfbe24b 100644
--- a/writestr.inc
+++ b/writestr.inc
@@ -17,6 +17,7 @@
;; Code to write a simple string.
;;
+ section .text
;
; crlf: Print a newline
;