diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-07-15 17:54:50 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-07-15 17:54:50 -0400 |
| commit | 49d1a4c56218cf932adddf60ad2f56a8386c76fc (patch) | |
| tree | 37b25a99f8e5f070e4866e2b96d799f08d1fbfef /libc/include/powerpc-linux-gnu/gnu | |
| parent | 51a3938b04854f3b075fb21082c865f46e915fa8 (diff) | |
| download | zig-49d1a4c56218cf932adddf60ad2f56a8386c76fc.tar.gz zig-49d1a4c56218cf932adddf60ad2f56a8386c76fc.zip | |
move lib dirs to lib subdir
also start prefering NtDll API. so far:
* NtQueryInformationFile
* NtClose
adds a performance workaround for windows unicode conversion. but that
should probably be removed before merging
Diffstat (limited to 'libc/include/powerpc-linux-gnu/gnu')
| -rw-r--r-- | libc/include/powerpc-linux-gnu/gnu/lib-names-32.h | 30 | ||||
| -rw-r--r-- | libc/include/powerpc-linux-gnu/gnu/lib-names.h | 19 | ||||
| -rw-r--r-- | libc/include/powerpc-linux-gnu/gnu/stubs.h | 15 |
3 files changed, 0 insertions, 64 deletions
diff --git a/libc/include/powerpc-linux-gnu/gnu/lib-names-32.h b/libc/include/powerpc-linux-gnu/gnu/lib-names-32.h deleted file mode 100644 index 762a5673fb..0000000000 --- a/libc/include/powerpc-linux-gnu/gnu/lib-names-32.h +++ /dev/null @@ -1,30 +0,0 @@ -/* This file is automatically generated. */ -#ifndef __GNU_LIB_NAMES_H -# error "Never use <gnu/lib-names-32.h> directly; include <gnu/lib-names.h> instead." -#endif - -#define LD_SO "ld.so.1" -#define LIBANL_SO "libanl.so.1" -#define LIBBROKENLOCALE_SO "libBrokenLocale.so.1" -#define LIBCRYPT_SO "libcrypt.so.1" -#define LIBC_SO "libc.so.6" -#define LIBDL_SO "libdl.so.2" -#define LIBGCC_S_SO "libgcc_s.so.1" -#define LIBMVEC_SO "libmvec.so.1" -#define LIBM_SO "libm.so.6" -#define LIBNSL_SO "libnsl.so.1" -#define LIBNSS_COMPAT_SO "libnss_compat.so.2" -#define LIBNSS_DB_SO "libnss_db.so.2" -#define LIBNSS_DNS_SO "libnss_dns.so.2" -#define LIBNSS_FILES_SO "libnss_files.so.2" -#define LIBNSS_HESIOD_SO "libnss_hesiod.so.2" -#define LIBNSS_LDAP_SO "libnss_ldap.so.2" -#define LIBNSS_NISPLUS_SO "libnss_nisplus.so.2" -#define LIBNSS_NIS_SO "libnss_nis.so.2" -#define LIBNSS_TEST1_SO "libnss_test1.so.2" -#define LIBNSS_TEST2_SO "libnss_test2.so.2" -#define LIBPTHREAD_SO "libpthread.so.0" -#define LIBRESOLV_SO "libresolv.so.2" -#define LIBRT_SO "librt.so.1" -#define LIBTHREAD_DB_SO "libthread_db.so.1" -#define LIBUTIL_SO "libutil.so.1"
\ No newline at end of file diff --git a/libc/include/powerpc-linux-gnu/gnu/lib-names.h b/libc/include/powerpc-linux-gnu/gnu/lib-names.h deleted file mode 100644 index a6fbab8035..0000000000 --- a/libc/include/powerpc-linux-gnu/gnu/lib-names.h +++ /dev/null @@ -1,19 +0,0 @@ -/* This file is automatically generated. - It defines macros to allow user program to find the shared - library files which come as part of GNU libc. */ -#ifndef __GNU_LIB_NAMES_H -#define __GNU_LIB_NAMES_H 1 - -#include <bits/wordsize.h> - -#if __WORDSIZE == 32 -# include <gnu/lib-names-32.h> -#endif -#if __WORDSIZE == 64 && _CALL_ELF != 2 -# include <gnu/lib-names-64-v1.h> -#endif -#if __WORDSIZE == 64 && _CALL_ELF == 2 -# include <gnu/lib-names-64-v2.h> -#endif - -#endif /* gnu/lib-names.h */
\ No newline at end of file diff --git a/libc/include/powerpc-linux-gnu/gnu/stubs.h b/libc/include/powerpc-linux-gnu/gnu/stubs.h deleted file mode 100644 index d130565a35..0000000000 --- a/libc/include/powerpc-linux-gnu/gnu/stubs.h +++ /dev/null @@ -1,15 +0,0 @@ -/* This file is automatically generated. - This file selects the right generated file of `__stub_FUNCTION' macros - based on the architecture being compiled for. */ - -#include <bits/wordsize.h> - -#if __WORDSIZE == 32 -# include <gnu/stubs-32.h> -#endif -#if __WORDSIZE == 64 && _CALL_ELF != 2 -# include <gnu/stubs-64-v1.h> -#endif -#if __WORDSIZE == 64 && _CALL_ELF == 2 -# include <gnu/stubs-64-v2.h> -#endif
\ No newline at end of file |
