util/debug: Update MgwHelp link, drop BfdHelp link.
authorJose Fonseca <jfonseca@vmware.com>
Wed, 18 Mar 2015 22:06:44 +0000 (22:06 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Tue, 31 Mar 2015 08:42:06 +0000 (09:42 +0100)
src/gallium/auxiliary/util/u_debug_symbol.c

index bba9122e7f5e335a3abb615e2059898cefa6ea6c..542493252ce0230dbadd2ddcc6db9958a72a7925 100644 (file)
@@ -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.