[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86: fix build with old gas
commit e4c2f8d8c4375aaa00a15b9759596499989e3415 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Wed Jun 24 17:54:41 2015 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Jun 24 17:54:41 2015 +0200 x86: fix build with old gas .string8 is only supported by gas 2.19 and newer. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- xen/include/asm-x86/bug.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/asm-x86/bug.h b/xen/include/asm-x86/bug.h index f1a8c9d..cec6bce 100644 --- a/xen/include/asm-x86/bug.h +++ b/xen/include/asm-x86/bug.h @@ -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 -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |