diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-12 05:09:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-12 05:09:27 +0000 |
commit | 3ee92b51d6b44784783b09615f103a5ca656b3e3 (patch) | |
tree | dfb31f8545e1f16fb21ec5ff0b4123ed1ccec36e | |
parent | 9015e0fb8c0fbb98f919dd3726ddbc97e46bd9fd (diff) | |
download | newlib-3ee92b51d6b44784783b09615f103a5ca656b3e3.zip newlib-3ee92b51d6b44784783b09615f103a5ca656b3e3.tar.gz newlib-3ee92b51d6b44784783b09615f103a5ca656b3e3.tar.bz2 |
* Makefile.in: Use dtable.o rather than hinfo.o.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/Makefile.in | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 416b3d8..722a572 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 12 01:08:11 2000 Christopher Faylor <cgf@cygnus.com> + + * Makefile.in: Use dtable.o rather than hinfo.o. + Sat Aug 12 00:47:11 2000 Christopher Faylor <cgf@cygnus.com> Rename hinfo -> dtable. Name the former dtable array 'fdtab'. diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 82a83fe..87043c4 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -117,11 +117,11 @@ EXTRA_OFILES=$(bupdir1)/libiberty/random.o $(bupdir1)/libiberty/strsignal.o DLL_IMPORTS:=$(w32api_lib)/libkernel32.a DLL_OFILES:=assert.o dcrt0.o debug.o delqueue.o dir.o dlfcn.o dll_init.o \ - environ.o errno.o exceptions.o exec.o external.o fcntl.o fhandler.o \ - fhandler_console.o fhandler_floppy.o fhandler_random.o fhandler_raw.o \ - fhandler_serial.o fhandler_tape.o fhandler_termios.o fhandler_tty.o \ - fhandler_windows.o fhandler_zero.o fork.o glob.o grp.o heap.o hinfo.o \ - init.o ioctl.o localtime.o malloc.o mmap.o net.o ntea.o passwd.o \ + dtable.o environ.o errno.o exceptions.o exec.o external.o fcntl.o \ + fhandler.o fhandler_console.o fhandler_floppy.o fhandler_random.o \ + fhandler_raw.o fhandler_serial.o fhandler_tape.o fhandler_termios.o \ + fhandler_tty.o fhandler_windows.o fhandler_zero.o fork.o glob.o grp.o \ + heap.o init.o ioctl.o localtime.o malloc.o mmap.o net.o ntea.o passwd.o \ path.o pinfo.o pipe.o poll.o regexp.o regerror.o regsub.o registry.o \ resource.o scandir.o security.o select.o shared.o signal.o sigproc.o \ smallprint.o spawn.o strace.o strsep.o sync.o syscalls.o sysconf.o \ |