commit | 49163d5e6ac724f74b0290e465fd1ed33fcbb362 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <meissner@suse.de> | Tue Aug 20 00:26:40 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Aug 20 00:26:40 2002 +0000 |
tree | 6c47dee83c43bcae2c8b86819b2ed18aec66dd41 | |
parent | a9568dd08b603c1b614caa4b03bc941dcc9b89bc [diff] [blame] |
Do not emit .string into the instruction stream, but into the .data section (to avoid alignment assertions).
diff --git a/configure b/configure index 8cd653f..17b86a3 100755 --- a/configure +++ b/configure
@@ -10237,7 +10237,7 @@ cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" -void ac_asm(void) { asm(".string \"test\""); } +void ac_asm(void) { asm(".data\n\t.string \"test\"\n\t.text"); } #ifdef F77_DUMMY_MAIN # ifdef __cplusplus