Mesa (master): util/debug: Update MgwHelp link, drop BfdHelp link.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Mar 31 08:43:52 UTC 2015


Module: Mesa
Branch: master
Commit: 0fc5b80e7abae061dd5b0a17a0e775619a5245be
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fc5b80e7abae061dd5b0a17a0e775619a5245be

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Wed Mar 18 22:06:44 2015 +0000

util/debug: Update MgwHelp link, drop BfdHelp link.

---

 src/gallium/auxiliary/util/u_debug_symbol.c |   12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_debug_symbol.c b/src/gallium/auxiliary/util/u_debug_symbol.c
index bba9122..5424932 100644
--- a/src/gallium/auxiliary/util/u_debug_symbol.c
+++ b/src/gallium/auxiliary/util/u_debug_symbol.c
@@ -82,18 +82,10 @@ getDbgHelpProcAddress(LPCSTR lpProcName)
          hModule = LoadLibraryA("mgwhelp.dll");
          if (!hModule) {
             _debug_printf("warning: mgwhelp.dll not found: symbol names will not be resolved\n"
-                          "warning: download it from http://code.google.com/p/jrfonseca/wiki/DrMingw#MgwHelp\n");
+                          "warning: download it from https://github.com/jrfonseca/drmingw/#mgwhelp\n");
          }
       }
-
-      /*
-       * bfdhelp.dll was the predecessor of mgwhelp.dll.  It is available from
-       * http://people.freedesktop.org/~jrfonseca/bfdhelp/ for now.
-       */
-      if (!hModule) {
-         hModule = LoadLibraryA("bfdhelp.dll");
-      }
-   #endif
+#endif
 
       /*
        * Fallback to the real DbgHelp.




More information about the mesa-commit mailing list