Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-05-01 03:43:08 +0400
committerChristopher Faylor <me@cgf.cx>2013-05-01 03:43:08 +0400
commitbfebe413bd8c15a30b48fe0a4d1b352434dd6d96 (patch)
tree95a49e6ea2f824d3d1d277c9848128a5bc564259 /winsup/cygwin/x86_64.din
parent28204e0849f38d7c984a189c44a80573de52bedc (diff)
* i686.din: New file.
* 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.
Diffstat (limited to 'winsup/cygwin/x86_64.din')
-rw-r--r--winsup/cygwin/x86_64.din21
1 files changed, 21 insertions, 0 deletions
diff --git a/winsup/cygwin/x86_64.din b/winsup/cygwin/x86_64.din
new file mode 100644
index 000000000..48226035c
--- /dev/null
+++ b/winsup/cygwin/x86_64.din
@@ -0,0 +1,21 @@
+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