PATCH: winebuild text alignment

Marcus Meissner meissner at suse.de
Thu Aug 15 03:05:18 CDT 2002


Hi,

The textsection should not have an alignment of 1, the ppc as rightfully
shokes on that.

Ciao, Marcus

License: LGPL
Changelog:
	The textsection alignment should be default, not 1.

Index: spec32.c
===================================================================
RCS file: /home/wine/wine/tools/winebuild/spec32.c,v
retrieving revision 1.50
diff -u -r1.50 spec32.c
--- spec32.c	14 Aug 2002 21:09:55 -0000	1.50
+++ spec32.c	15 Aug 2002 07:48:55 -0000
@@ -209,7 +209,7 @@
 
         /* output the function names */
 
-        fprintf( outfile, "    \"\\t.text 1\\n\"\n" );
+        fprintf( outfile, "    \"\\t.text\\n\"\n" );
         fprintf( outfile, "    \"__wine_spec_exp_names:\\n\"\n" );
         for (i = 0; i < nb_names; i++)
             fprintf( outfile, "    \"\\t" STRING " \\\"%s\\\"\\n\"\n", Names[i]->name );



More information about the wine-patches mailing list