OSDN Git Service

modified: utilsrc/src/Admin/Makefile
[eos/others.git] / utilsrc / srcX86MAC64 / Admin / gdb-7.7.1 / sim / testsuite / sim / cris / c / mmap8.c
1 /* Check that mmapping 0 using MAP_FIXED works, both with/without
2    there being previously mmapped contents.
3 #notarget: cris*-*-elf
4 */
5 #define MMAP_FLAGS1 MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED
6 #define NO_MUNMAP
7 #define MMAP_SIZE2 8192
8 #define MMAP_TEST_BAD (a != b || a != 0)
9 #include "mmap5.c"