* autoload.cc (dll_load): Change error message to make it clear if a newer DLL
is being run.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2011-03-23  Christopher Faylor  <me.cygwin2011@cgf.cx> | ||||
|  | ||||
| 	* autoload.cc (dll_load): Change error message to make it clear if a | ||||
| 	newer DLL is being run. | ||||
|  | ||||
| 2011-03-20  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* fenv.cc (_feinitialise): Don't use SSE instructions on systems not | ||||
|   | ||||
| @@ -278,7 +278,7 @@ std_dll_init () | ||||
| 	  else if ((func->decoration & 1)) | ||||
| 	    dll->handle = INVALID_HANDLE_VALUE; | ||||
| 	  else | ||||
| 	    api_fatal ("could not load %W, %E", dll_path); | ||||
| 	    api_fatal ("unable to load %W, %E", dll_path); | ||||
| 	} | ||||
|       fesetenv (&fpuenv); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user