* objfiles.c (map_to_address): Have gdb print a warning when it

is compiled with HAVE_MMAP but without both MMAP_BASE_ADDRESS and
 	MMAP_INCREMENT defined (thus making it appear mmap doesn't work).
This commit is contained in:
Fred Fish 1995-11-21 18:19:23 +00:00
parent 7938b4cb15
commit 9c38648171
2 changed files with 10 additions and 0 deletions

View file

@ -855,6 +855,7 @@ map_to_address ()
#else
warning ("need to recompile gdb with MMAP_BASE_ADDRESS and MMAP_INCREMENT defined");
return (0);
#endif