OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [cris/] [c/] [mmap7.c] - Rev 816

Go to most recent revision | Compare with Previous | Blame | View Log

/* Check that mmapping a page-aligned size, larger than the file,
   works.
 
#notarget: cris*-*-elf
*/
 
/* Make sure we get an address where the size fits.  */
#define MMAP_SIZE1 ((sb.st_size + 8192) & ~8191)
 
/* If this ever fails because the file is a page-multiple, we'll deal
   with that then.  We want it larger than the file-size anyway.  */
#define MMAP_SIZE2 ((size + 8192) & ~8191)
#define MMAP_FLAGS2 MAP_DENYWRITE | MAP_PRIVATE | MAP_FIXED
#include "mmap5.c"
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.