Magellan Linux

Annotation of /trunk/mesa/patches/mesa-6.4.1-amd64-include-assyntax.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 1289 byte(s)
-import

1 niro 153 CVSROOT: /cvs/mesa
2     Module name: Mesa
3     Repository: Mesa/src/mesa/x86-64/
4     Changes by: idr@gabe. 05/12/01 16:25:00
5    
6     Log message:
7     Fix build issues on x86-64 due to missing include path in
8     glapi_x86-64.S.
9    
10     Bug: #5602
11    
12     Modified files:
13     Mesa/src/mesa/glapi/: Tag: mesa_6_4_branch
14     gl_x86-64_asm.py
15     Mesa/src/mesa/x86-64/: Tag: mesa_6_4_branch
16     glapi_x86-64.S
17    
18     Revision Changes Path
19     1.4.2.2 +1 -1 Mesa/src/mesa/glapi/gl_x86-64_asm.py
20     http://cvs.freedesktop.org/mesa/Mesa/src/mesa/glapi/gl_x86-64_asm.py
21     1.4.2.2 +1 -1 Mesa/src/mesa/x86-64/glapi_x86-64.S
22     http://cvs.freedesktop.org/mesa/Mesa/src/mesa/x86-64/glapi_x86-64.S
23    
24     Index: src/mesa/x86-64/glapi_x86-64.S
25     ===================================================================
26     RCS file: /cvs/mesa/Mesa/src/mesa/x86-64/glapi_x86-64.S,v
27     retrieving revision 1.5
28     retrieving revision 1.6
29     diff -u -b -B -r1.5 -r1.6
30     --- src/mesa/x86-64/glapi_x86-64.S 2 Nov 2005 20:59:37 -0000 1.5
31     +++ src/mesa/x86-64/glapi_x86-64.S 2 Dec 2005 00:25:06 -0000 1.6
32     @@ -29,7 +29,7 @@
33     * the symbol visibility mode to 'default'.
34     */
35    
36     -#include "assyntax.h"
37     +#include "../x86/assyntax.h"
38    
39     #if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 303
40     # pragma GCC visibility push(default)