d594ccc94f
The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457
11 lines
428 B
ArmAsm
11 lines
428 B
ArmAsm
--- ./src/mesa/x86/glapi_x86.S.orig 2009-03-13 04:28:49.000000000 +0100
|
|
+++ ./src/mesa/x86/glapi_x86.S 2011-01-28 18:11:56.000000000 +0100
|
|
@@ -47,7 +47,7 @@
|
|
#define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX))
|
|
|
|
#if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__)
|
|
-#define GLOBL_FN(x) GLOBL x ; .type x, function
|
|
+#define GLOBL_FN(x) GLOBL x ; .type x, @function
|
|
#else
|
|
#define GLOBL_FN(x) GLOBL x
|
|
#endif
|