]> sourceware.org Git - newlib-cygwin.git/commit
Remove /dev/mem, /dev/kmem, /dev/port support.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 15 Jul 2013 13:54:27 +0000 (13:54 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 15 Jul 2013 13:54:27 +0000 (13:54 +0000)
commit4c4693008a2b472b3cd596bd60cd79751b8317c8
tree6ad7c87fe2f9e82b4aef70fc2c8fc622862113ad
parent7ea982e75ab2e6c4c2b3a3e110d83e0b3f833ae5
Remove /dev/mem, /dev/kmem, /dev/port support.
* Makefile.in (DLL_OFILES): Drop fhandler_mem.o.
(fhandler_mem_CFLAGS): Remove rule.
* devices.in (enum fh_devices): Remove FH_MEM, FH_KMEM and FH_PORT.
* devices.cc: Regenerate.
* dtable.cc (fh_alloc): Drop handling for FH_MEM, FH_KMEM and FH_PORT.
* fhandler.h (class fhandler_dev_mem): Remove.
* fhandler_mem.cc: Remove file.
* globals.cc (ro_u_pmem): Remove.
* mmap.cc (fhandler_dev_mem::mmap): Remove.
(fhandler_dev_mem::munmap): Remove.
(fhandler_dev_mem::fixup_mmap_after_fork): Remove.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/devices.cc
winsup/cygwin/devices.h
winsup/cygwin/devices.in
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_mem.cc [deleted file]
winsup/cygwin/globals.cc
winsup/cygwin/mmap.cc
winsup/cygwin/release/1.7.22 [new file with mode: 0644]
This page took 0.031911 seconds and 5 git commands to generate.