mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-03 21:45:51 +08:00
* x86_64.din: New file. * common.din: New file. * cygwin.din: Delete. * cygwin64.din: Delete. * gendef: Rework to take options rather than using positional parameters. Accept multiple files as input.
22 lines
706 B
Plaintext
22 lines
706 B
Plaintext
LIBRARY "cygwin1.dll" BASE=0x180040000
|
|
|
|
EXPORTS
|
|
#Exported variables
|
|
environ = __cygwin_environ DATA
|
|
|
|
#Exported functions
|
|
__wrap__Znam NOSIGFE # void *operator new[](std::size_t sz) throw (std::bad_alloc)
|
|
__wrap__ZnamRKSt9nothrow_t NOSIGFE # void *operator new[](std::size_t sz, const std::nothrow_t &nt) throw()
|
|
__wrap__Znwm NOSIGFE # void *operator new(std::size_t sz) throw (std::bad_alloc)
|
|
__wrap__ZnwmRKSt9nothrow_t NOSIGFE # void *operator new(std::size_t sz, const std::nothrow_t &nt) throw()
|
|
_alloca = __alloca NOSIGFE
|
|
_dll_crt0 NOSIGFE
|
|
dll_entry NOSIGFE
|
|
llrint NOSIGFE
|
|
llrintf NOSIGFE
|
|
lrint NOSIGFE
|
|
lrintf NOSIGFE
|
|
rint NOSIGFE
|
|
rintf NOSIGFE
|
|
strtold = _strtold SIGFE
|