* 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

@ -1,3 +1,12 @@
Tue Nov 21 08:48:58 1995 Fred Fish <fnf@cygnus.com>
* config/pa/xm-hppah.h: Define MMAP_BASE_ADDRESS and MMAP_INCREMENT.
Also force HAVE_MMAP to be defined since autoconf is currently broken
for detecting a working mmap under hpux.
* 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).
Mon Nov 20 14:13:53 1995 Stu Grossman (grossman@cygnus.com)
* infrun.c (wait_for_inferior): Add support for dynamic function

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