x86: fix build with old gas
authorJan Beulich <jbeulich@suse.com>
Wed, 24 Jun 2015 15:54:41 +0000 (17:54 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 24 Jun 2015 15:54:41 +0000 (17:54 +0200)
.string8 is only supported by gas 2.19 and newer.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/bug.h

index f1a8c9ddcda9bdd2a1c51e010e1498f97f1f0401..cec6bce133708078769e6059d27c5acea767f44f 100644 (file)
@@ -79,7 +79,7 @@ extern const struct bug_frame __start_bug_frames[],
     .L\@ud: ud2a
 
     .pushsection .rodata.str1, "aMS", @progbits, 1
-         .L\@s1: .string8 "\file_str"
+         .L\@s1: .asciz "\file_str"
     .popsection
 
     .pushsection .bug_frames.\type, "a", @progbits
@@ -91,7 +91,7 @@ extern const struct bug_frame __start_bug_frames[],
 
         .if \second_frame
             .pushsection .rodata.str1, "aMS", @progbits, 1
-                .L\@s2: .string8 "\msg"
+                .L\@s2: .asciz "\msg"
             .popsection
             .long 0, (.L\@s2 - .L\@bf)
         .endif