2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>

Use .asciz instead of .string

	* i386/pc/diskboot.S: use .asciz instead of .string
	* i386/pc/boot.S: likewise
	* include/grub/dl.h (GRUB_MOD_DEP): likewise
	(GRUB_MOD_NAME): likewise
This commit is contained in:
phcoder 2009-06-04 19:28:02 +00:00
parent 3eb5ed4ec0
commit 5389763d12
4 changed files with 24 additions and 14 deletions

View file

@ -326,14 +326,14 @@ general_error:
/* go here when you need to stop the machine hard after an error condition */
stop: jmp stop
notification_string: .string "loading"
notification_string: .asciz "loading"
notification_step: .string "."
notification_done: .string "\r\n"
notification_step: .asciz "."
notification_done: .asciz "\r\n"
geometry_error_string: .string "Geom"
read_error_string: .string "Read"
general_error_string: .string " Error"
geometry_error_string: .asciz "Geom"
read_error_string: .asciz "Read"
general_error_string: .asciz " Error"
/*
* message: write the string pointed to by %si