mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 20:09:21 +08:00
3c77dcff9e
* libc/include/sys/reent.h: Add _h_errno field. * libc/sys/linux/libc-symbols.h: Add default stubs for new libc macros now used in net directory. * libc/sys/linux/bits/libc-lock.h: Always define _IO_MTSAFE_IO. * libc/sys/linux/include/hesiod.h: Add needed macros for new code in net directory. * libc/sys/linux/include/netdb.h: Ditto. * libc/sys/linux/include/resolv.h: Ditto. * libc/sys/linux/include/stdint.h: Ditto. * libc/sys/linux/include/arpa/nameser.h: Ditto. * libc/sys/linux/include/net/ethernet.h: Ditto. * libc/sys/linux/include/net/if_ppp.h: Ditto. * libc/sys/linux/include/netinet/if_ether.h: Ditto. * libc/sys/linux/machine/i386/get_clockfreq.c: Remove static memmem. * libc/sys/linux/machine/i386/include/endian.h: Protect macros with flags to avoid duplicate definition. * libc/sys/linux/machine/i386/include/param.h: Ditto. * libc/sys/linux/net/Makefile.am: Modified to account for removed and added files. * libc/sys/linux/net/Makefile.in: Regenerated. * libc/sys/linux/net/base64.c: Replaced with glibc version of code. * libc/sys/linux/net/getaddrinfo.c: Ditto. * libc/sys/linux/net/getnameinfo.c: Ditto. * libc/sys/linux/net/getproto.c: Ditto. * libc/sys/linux/net/getservent.c: Ditto. * libc/sys/linux/net/inet_netof.c: Ditto. * libc/sys/linux/net/inet_lnaof.c: Ditto. * libc/sys/linux/net/ns_name.c: Ditto. * libc/sys/linux/net/ns_netint.c: Ditto. * libc/sys/linux/net/inet_ntoa.c: Ditto. * libc/sys/linux/net/ns_parse.c: Ditto. * libc/sys/linux/net/ns_print.c: Ditto. * libc/sys/linux/net/ns_ttl.c: Ditto. * libc/sys/linux/net/nsap_addr.c: Ditto. * libc/sys/linux/net/rcmd.c: Ditto. * libc/sys/linux/net/res_comp.c: Ditto. * libc/sys/linux/net/res_data.c: Ditto. * libc/sys/linux/net/res_debug.c: Ditto. * libc/sys/linux/net/res_init.c: Ditto. * libc/sys/linux/net/res_mkquery.c: Ditto. * libc/sys/linux/net/res_query.c: Ditto. * libc/sys/linux/net/res_send.c: Ditto. * libc/sys/linux/net/send.c: Ditto. * libc/sys/linux/stdlib/collate.c: Ditto. * libc/sys/linux/sys/ioctl.h: Ditto. * libc/sys/linux/sys/socket.h: Ditto. * libc/sys/linux/sys/unistd.h: Ditto. * libc/sys/linux/iconv/iconvconfig.c: Removed either because no longer used or because licensing includes advertising clause that cannot be ignored. * libc/sys/linux/iconv/strtab.c: Ditto. * libc/sys/linux/include/libc_private.h: Ditto. * libc/sys/linux/include/nsswitch.h: Ditto. * libc/sys/linux/include/net/if_atm.h: Ditto. * libc/sys/linux/include/net/if_media.h: Ditto. * libc/sys/linux/include/net/if_pppvar.h: Ditto. * libc/sys/linux/include/netinet/if_atm.h: Ditto. * libc/sys/linux/include/netinet/ip_flow.h: Ditto. * libc/sys/linux/intl/locale.alias: Ditto. * libc/sys/linux/net/addr2ascii.3: Ditto. * libc/sys/linux/net/bindresvport.c: Ditto. * libc/sys/linux/net/byteorder.3: Ditto. * libc/sys/linux/net/res_config.h: Ditto. * libc/sys/linux/net/ether_addr.c: Ditto. * libc/sys/linux/net/ethers.3: Ditto. * libc/sys/linux/net/getaddrinfo.3: Ditto. * libc/sys/linux/net/gethostbydns.c: Ditto. * libc/sys/linux/net/gethostbyht.c: Ditto. * libc/sys/linux/net/gethostbyname.3: Ditto. * libc/sys/linux/net/gethostbynis.c: Ditto. * libc/sys/linux/net/gethostnamadr.c: Ditto. * libc/sys/linux/net/getifaddrs.3: Ditto. * libc/sys/linux/net/getifaddrs.c: Ditto. * libc/sys/linux/net/getipnodebyname.3: Ditto. * libc/sys/linux/net/getnameinfo.3: Ditto. * libc/sys/linux/net/getnetbydns.c: Ditto. * libc/sys/linux/net/getnetbyht.c: Ditto. * libc/sys/linux/net/getnetbynis.c: Ditto. * libc/sys/linux/net/getnetent.3: Ditto. * libc/sys/linux/net/getnetnamadr.c: Ditto. * libc/sys/linux/net/getprotoent.3: Ditto. * libc/sys/linux/net/getprotoent.c: Ditto. * libc/sys/linux/net/getprotoname.c: Ditto. * libc/sys/linux/net/getservbyname.c: Ditto. * libc/sys/linux/net/getservbyport.c: Ditto. * libc/sys/linux/net/getservent.3: Ditto. * libc/sys/linux/net/herror.c: Ditto. * libc/sys/linux/net/hesiod.3: Ditto. * libc/sys/linux/net/hesiod.c: Ditto. * libc/sys/linux/net/if_indextoname.3: Ditto. * libc/sys/linux/net/inet.3: Ditto. * libc/sys/linux/net/inet6_option_space.3: Ditto. * libc/sys/linux/net/inet6_rthdr_space.3: Ditto. * libc/sys/linux/net/inet_makeaddr.c: Ditto. * libc/sys/linux/net/inet_net.3: Ditto. * libc/sys/linux/net/inet_network.c: Ditto. * libc/sys/linux/net/innetgr-stub.c: Ditto. * libc/sys/linux/net/ip6opt.c: Ditto. * libc/sys/linux/net/iso_addr.3: Ditto. * libc/sys/linux/net/iso_addr.c: Ditto. * libc/sys/linux/net/linkaddr.3: Ditto. * libc/sys/linux/net/linkaddr.c: Ditto. * libc/sys/linux/net/map_v4v6.c: Ditto. * libc/sys/linux/net/name6.c: Ditto. * libc/sys/linux/net/namespace.h: Ditto. * libc/sys/linux/net/ns.3: Ditto. * libc/sys/linux/net/ns_addr.c: Ditto. * libc/sys/linux/net/ns_ntoa.c: Ditto. * libc/sys/linux/net/nsdispatch.3: Ditto. * libc/sys/linux/net/nsdispatch.c: Ditto. * libc/sys/linux/net/nslexer.c: Ditto. * libc/sys/linux/net/nslexer.l: Ditto. * libc/sys/linux/net/nsparser.c: Ditto. * libc/sys/linux/net/nsparser.h: Ditto. * libc/sys/linux/net/nsparser.y: Ditto. * libc/sys/linux/net/rcmd.3: Ditto. * libc/sys/linux/net/rcmdsh.3: Ditto. * libc/sys/linux/net/res_mkupdate.c: Ditto. * libc/sys/linux/net/res_update.c: Ditto. * libc/sys/linux/net/resolver.3: Ditto. * libc/sys/linux/net/rthdr.c: Ditto. * libc/sys/linux/net/vars.c: Ditto. * libc/sys/linux/shlib-compat.h: New file. * libc/sys/linux/machine/i386/atomic.h: Ditto. * libc/sys/linux/net/XXX-lookup.c: Ditto. * libc/sys/linux/net/alias-lookup.c: Ditto. * libc/sys/linux/net/res_libc.c: Ditto. * libc/sys/linux/net/aliases.h: Ditto. * libc/sys/linux/net/check_pf.c: Ditto. * libc/sys/linux/net/databases.def: Ditto. * libc/sys/linux/net/digits_dots.c: Ditto. * libc/sys/linux/net/ether_aton.c: Ditto. * libc/sys/linux/net/ether_aton_r.c: Ditto. * libc/sys/linux/net/ether_hton.c: Ditto. * libc/sys/linux/net/ether_line.c: Ditto. * libc/sys/linux/net/ether_ntoa.c: Ditto. * libc/sys/linux/net/ether_ntoa_r.c: Ditto. * libc/sys/linux/net/ether_ntoh.c: Ditto. * libc/sys/linux/net/etherent.h: Ditto. * libc/sys/linux/net/ethers-lookup.c: Ditto. * libc/sys/linux/net/function.def: Ditto. * libc/sys/linux/net/getXXbyYY.c: Ditto. * libc/sys/linux/net/getXXbyYY_r.c: Ditto. * libc/sys/linux/net/getXXent.c: Ditto. * libc/sys/linux/net/getXXent_r.c: Ditto. * libc/sys/linux/net/getaliasent.c: Ditto. * libc/sys/linux/net/getaliasent_r.c: Ditto. * libc/sys/linux/net/getaliasname.c: Ditto. * libc/sys/linux/net/getaliasname_r.c: Ditto. * libc/sys/linux/net/gethstbyad.c: Ditto. * libc/sys/linux/net/gethstbyad_r.c: Ditto. * libc/sys/linux/net/gethstbynm.c: Ditto. * libc/sys/linux/net/gethstbynm2.c: Ditto. * libc/sys/linux/net/gethstbynm2_r.c: Ditto. * libc/sys/linux/net/gethstbynm_r.c: Ditto. * libc/sys/linux/net/gethstent.c: Ditto. * libc/sys/linux/net/gethstent_r.c: Ditto. * libc/sys/linux/net/getnetbyad.c: Ditto. * libc/sys/linux/net/getnetbyad_r.c: Ditto. * libc/sys/linux/net/getnetbynm.c: Ditto. * libc/sys/linux/net/getnetbynm_r.c: Ditto. * libc/sys/linux/net/getnetent.c: Ditto. * libc/sys/linux/net/getnetent_r.c: Ditto. * libc/sys/linux/net/getnetgrent.c: Ditto. * libc/sys/linux/net/getnetgrent_r.c: Ditto. * libc/sys/linux/net/getnssent.c: Ditto. * libc/sys/linux/net/getnssent_r.c: Ditto. * libc/sys/linux/net/getproto_r.c: Ditto. * libc/sys/linux/net/getprtent.c: Ditto. * libc/sys/linux/net/getprtent_r.c: Ditto. * libc/sys/linux/net/getprtname.c: Ditto. * libc/sys/linux/net/getprtname_r.c: Ditto. * libc/sys/linux/net/getrpcbyname.c: Ditto. * libc/sys/linux/net/getrpcbyname_r.c: Ditto. * libc/sys/linux/net/getrpcbynumber.c: Ditto. * libc/sys/linux/net/getrpcbynumber_r.c: Ditto. * libc/sys/linux/net/getrpcent.c: Ditto. * libc/sys/linux/net/getrpcent_r.c: Ditto. * libc/sys/linux/net/getservent_r.c: Ditto. * libc/sys/linux/net/getsrvbynm.c: Ditto. * libc/sys/linux/net/getsrvbynm_r.c: Ditto. * libc/sys/linux/net/getsrvbypt.c: Ditto. * libc/sys/linux/net/getsrvbypt_r.c: Ditto. * libc/sys/linux/net/grp-lookup.c: Ditto. * libc/sys/linux/net/herrno.c: Ditto. * libc/sys/linux/net/hosts-lookup.c: Ditto. * libc/sys/linux/net/ifaddrs.h: Ditto. * libc/sys/linux/net/ifreq.c: Ditto. * libc/sys/linux/net/ifreq.h: Ditto. * libc/sys/linux/net/in6_addr.c: Ditto. * libc/sys/linux/net/inet6_option.c: Ditto. * libc/sys/linux/net/inet_mkadr.c: Ditto. * libc/sys/linux/net/inet_net.c: Ditto. * libc/sys/linux/net/key-lookup.c: Ditto. * libc/sys/linux/net/local.h: Ditto. * libc/sys/linux/net/netgroup.h: Ditto. * libc/sys/linux/net/netgrp-lookup.c: Ditto. * libc/sys/linux/net/network-lookup.c: Ditto. * libc/sys/linux/net/not-cancel.h: Ditto. * libc/sys/linux/net/ns_samedomain.c: Ditto. * libc/sys/linux/net/nscd-types.h: Ditto. * libc/sys/linux/net/nss.h: Ditto. * libc/sys/linux/net/nsswitch.c: Ditto. * libc/sys/linux/net/nsswitch.h: Ditto. * libc/sys/linux/net/opensock.c: Ditto. * libc/sys/linux/net/proto-lookup.c: Ditto. * libc/sys/linux/net/pwd-lookup.c: Ditto. * libc/sys/linux/net/res_debug.h: Ditto. * libc/sys/linux/net/res_hconf.c: Ditto. * libc/sys/linux/net/res_hconf.h: Ditto. * libc/sys/linux/net/rexec.c: Ditto. * libc/sys/linux/net/rpc-lookup.c: Ditto. * libc/sys/linux/net/ruserpass.c: Ditto. * libc/sys/linux/net/service-lookup.c: Ditto. * libc/sys/linux/net/spwd-lookup.c: Ditto. * libc/sys/linux/net/nscd/nscd-client.h: Ditto. * libc/sys/linux/net/nscd/nscd_proto.h: Ditto.
380 lines
13 KiB
C
380 lines
13 KiB
C
/* Support macros for making weak and strong aliases for symbols,
|
||
and for using symbol sets and linker warnings with GNU ld.
|
||
Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.
|
||
This file is part of the GNU C Library.
|
||
|
||
The GNU C Library is free software; you can redistribute it and/or
|
||
modify it under the terms of the GNU Lesser General Public
|
||
License as published by the Free Software Foundation; either
|
||
version 2.1 of the License, or (at your option) any later version.
|
||
|
||
The GNU C Library is distributed in the hope that it will be useful,
|
||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
Lesser General Public License for more details.
|
||
|
||
You should have received a copy of the GNU Lesser General Public
|
||
License along with the GNU C Library; if not, write to the Free
|
||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||
02111-1307 USA. */
|
||
|
||
#ifndef _LIBC_SYMBOLS_H
|
||
#define _LIBC_SYMBOLS_H 1
|
||
|
||
/* This file's macros are included implicitly in the compilation of every
|
||
file in the C library by -imacros.
|
||
|
||
We include config.h which is generated by configure.
|
||
It should define for us the following symbols:
|
||
|
||
* HAVE_ASM_SET_DIRECTIVE if we have `.set B, A' instead of `A = B'.
|
||
* ASM_GLOBAL_DIRECTIVE with `.globl' or `.global'.
|
||
* HAVE_GNU_LD if using GNU ld, with support for weak symbols in a.out,
|
||
and for symbol set and warning messages extensions in a.out and ELF.
|
||
* HAVE_ELF if using ELF, which supports weak symbols using `.weak'.
|
||
* HAVE_ASM_WEAK_DIRECTIVE if we have weak symbols using `.weak'.
|
||
* HAVE_ASM_WEAKEXT_DIRECTIVE if we have weak symbols using `.weakext'.
|
||
|
||
*/
|
||
|
||
/* This is defined for the compilation of all C library code. features.h
|
||
tests this to avoid inclusion of stubs.h while compiling the library,
|
||
before stubs.h has been generated. Some library code that is shared
|
||
with other packages also tests this symbol to see if it is being
|
||
compiled as part of the C library. We must define this before including
|
||
config.h, because it makes some definitions conditional on whether libc
|
||
itself is being compiled, or just some generator program. */
|
||
#define _LIBC 1
|
||
|
||
/* Enable declarations of GNU extensions, since we are compiling them. */
|
||
#define _GNU_SOURCE 1
|
||
/* And we also need the data for the reentrant functions. */
|
||
#define _REENTRANT 1
|
||
|
||
#include <config.h>
|
||
|
||
/* The symbols in all the user (non-_) macros are C symbols.
|
||
HAVE_GNU_LD without HAVE_ELF implies a.out. */
|
||
|
||
#if defined HAVE_ASM_WEAK_DIRECTIVE || defined HAVE_ASM_WEAKEXT_DIRECTIVE
|
||
# define HAVE_WEAK_SYMBOLS
|
||
#endif
|
||
|
||
#ifndef __SYMBOL_PREFIX
|
||
# ifdef NO_UNDERSCORES
|
||
# define __SYMBOL_PREFIX
|
||
# else
|
||
# define __SYMBOL_PREFIX "_"
|
||
# endif
|
||
#endif
|
||
|
||
#ifndef C_SYMBOL_NAME
|
||
# ifdef NO_UNDERSCORES
|
||
# define C_SYMBOL_NAME(name) name
|
||
# else
|
||
# define C_SYMBOL_NAME(name) _##name
|
||
# endif
|
||
#endif
|
||
|
||
#ifndef ASM_LINE_SEP
|
||
# define ASM_LINE_SEP ;
|
||
#endif
|
||
|
||
#ifndef C_SYMBOL_DOT_NAME
|
||
# define C_SYMBOL_DOT_NAME(name) .##name
|
||
#endif
|
||
|
||
#ifndef __ASSEMBLER__
|
||
/* GCC understands weak symbols and aliases; use its interface where
|
||
possible, instead of embedded assembly language. */
|
||
|
||
/* Define ALIASNAME as a strong alias for NAME. */
|
||
# define strong_alias(name, aliasname) _strong_alias(name, aliasname)
|
||
# define _strong_alias(name, aliasname) \
|
||
extern __typeof (name) aliasname __attribute__ ((alias (#name)));
|
||
|
||
/* This comes between the return type and function name in
|
||
a function definition to make that definition weak. */
|
||
# define weak_function __attribute__ ((weak))
|
||
# define weak_const_function __attribute__ ((weak, __const__))
|
||
|
||
# ifdef HAVE_WEAK_SYMBOLS
|
||
|
||
/* Define ALIASNAME as a weak alias for NAME.
|
||
If weak aliases are not available, this defines a strong alias. */
|
||
# define weak_alias(name, aliasname) _weak_alias (name, aliasname)
|
||
# define _weak_alias(name, aliasname) \
|
||
extern __typeof (name) aliasname __attribute__ ((weak, alias (#name)));
|
||
|
||
/* Declare SYMBOL as weak undefined symbol (resolved to 0 if not defined). */
|
||
# define weak_extern(symbol) _weak_extern (symbol)
|
||
# ifdef HAVE_ASM_WEAKEXT_DIRECTIVE
|
||
# define _weak_extern(symbol) asm (".weakext " __SYMBOL_PREFIX #symbol);
|
||
# else
|
||
# define _weak_extern(symbol) asm (".weak " __SYMBOL_PREFIX #symbol);
|
||
# endif
|
||
|
||
# else
|
||
|
||
# define weak_alias(name, aliasname) strong_alias(name, aliasname)
|
||
# define weak_extern(symbol) /* Nothing. */
|
||
|
||
# endif
|
||
|
||
#else /* __ASSEMBLER__ */
|
||
|
||
# ifdef HAVE_ASM_SET_DIRECTIVE
|
||
# define strong_alias(original, alias) \
|
||
ASM_GLOBAL_DIRECTIVE C_SYMBOL_NAME (alias) ASM_LINE_SEP \
|
||
.set C_SYMBOL_NAME (alias),C_SYMBOL_NAME (original)
|
||
# else
|
||
# ifdef HAVE_ASM_GLOBAL_DOT_NAME
|
||
# define strong_alias(original, alias) \
|
||
ASM_GLOBAL_DIRECTIVE C_SYMBOL_NAME (alias) ASM_LINE_SEP \
|
||
C_SYMBOL_NAME (alias) = C_SYMBOL_NAME (original) ASM_LINE_SEP \
|
||
ASM_GLOBAL_DIRECTIVE C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP \
|
||
C_SYMBOL_DOT_NAME (alias) = C_SYMBOL_DOT_NAME (original)
|
||
# else
|
||
# define strong_alias(original, alias) \
|
||
ASM_GLOBAL_DIRECTIVE C_SYMBOL_NAME (alias) ASM_LINE_SEP \
|
||
C_SYMBOL_NAME (alias) = C_SYMBOL_NAME (original)
|
||
# endif
|
||
# endif
|
||
|
||
# ifdef HAVE_WEAK_SYMBOLS
|
||
# ifdef HAVE_ASM_WEAKEXT_DIRECTIVE
|
||
# define weak_alias(original, alias) \
|
||
.weakext C_SYMBOL_NAME (alias), C_SYMBOL_NAME (original)
|
||
# define weak_extern(symbol) \
|
||
.weakext C_SYMBOL_NAME (symbol)
|
||
|
||
# else /* ! HAVE_ASM_WEAKEXT_DIRECTIVE */
|
||
|
||
# ifdef HAVE_ASM_GLOBAL_DOT_NAME
|
||
# define weak_alias(original, alias) \
|
||
.weak C_SYMBOL_NAME (alias) ASM_LINE_SEP \
|
||
C_SYMBOL_NAME (alias) = C_SYMBOL_NAME (original) ASM_LINE_SEP \
|
||
ASM_GLOBAL_DIRECTIVE C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP \
|
||
C_SYMBOL_DOT_NAME (alias) = C_SYMBOL_DOT_NAME (original)
|
||
# else
|
||
# define weak_alias(original, alias) \
|
||
.weak C_SYMBOL_NAME (alias) ASM_LINE_SEP \
|
||
C_SYMBOL_NAME (alias) = C_SYMBOL_NAME (original)
|
||
# endif
|
||
|
||
# define weak_extern(symbol) \
|
||
.weak C_SYMBOL_NAME (symbol)
|
||
|
||
# endif /* ! HAVE_ASM_WEAKEXT_DIRECTIVE */
|
||
|
||
# else /* ! HAVE_WEAK_SYMBOLS */
|
||
|
||
# define weak_alias(original, alias) strong_alias(original, alias)
|
||
# define weak_extern(symbol) /* Nothing */
|
||
# endif /* ! HAVE_WEAK_SYMBOLS */
|
||
|
||
#endif /* __ASSEMBLER__ */
|
||
|
||
/* On some platforms we can make internal function calls (i.e., calls of
|
||
functions not exported) a bit faster by using a different calling
|
||
convention. */
|
||
#ifndef internal_function
|
||
# define internal_function /* empty */
|
||
#endif
|
||
|
||
/* Prepare for the case that `__builtin_expect' is not available. */
|
||
#ifndef HAVE_BUILTIN_EXPECT
|
||
# define __builtin_expect(expr, val) (expr)
|
||
#endif
|
||
|
||
/* Determine the return address. */
|
||
#define RETURN_ADDRESS(nr) \
|
||
__builtin_extract_return_addr (__builtin_return_address (nr))
|
||
|
||
/* When a reference to SYMBOL is encountered, the linker will emit a
|
||
warning message MSG. */
|
||
#ifdef HAVE_GNU_LD
|
||
# ifdef HAVE_ELF
|
||
|
||
/* We want the .gnu.warning.SYMBOL section to be unallocated. */
|
||
# ifdef HAVE_ASM_PREVIOUS_DIRECTIVE
|
||
# define __make_section_unallocated(section_string) \
|
||
asm (".section " section_string "\n\t.previous");
|
||
# elif defined HAVE_ASM_POPSECTION_DIRECTIVE
|
||
# define __make_section_unallocated(section_string) \
|
||
asm (".pushsection " section_string "\n\t.popsection");
|
||
# else
|
||
# define __make_section_unallocated(section_string)
|
||
# endif
|
||
|
||
/* Tacking on "\n\t#" to the section name makes gcc put it's bogus
|
||
section attributes on what looks like a comment to the assembler. */
|
||
# ifdef HAVE_SECTION_QUOTES
|
||
# define link_warning(symbol, msg) \
|
||
__make_section_unallocated (".gnu.warning." #symbol) \
|
||
static const char __evoke_link_warning_##symbol[] \
|
||
__attribute__ ((section (".gnu.warning." #symbol "\"\n\t#\""))) = msg;
|
||
# else
|
||
# define link_warning(symbol, msg) \
|
||
__make_section_unallocated (".gnu.warning." #symbol) \
|
||
static const char __evoke_link_warning_##symbol[] \
|
||
__attribute__ ((section (".gnu.warning." #symbol "\n\t#"))) = msg;
|
||
# endif
|
||
# else /* Not ELF: a.out */
|
||
# ifdef HAVE_XCOFF
|
||
/* XCOFF does not support .stabs.
|
||
The native aix linker will remove the .stab and .stabstr sections
|
||
The gnu linker will have a fatal error if there is a relocation for
|
||
symbol in the .stab section. Silently disable this macro. */
|
||
# define link_warning(symbol, msg)
|
||
# else
|
||
# define link_warning(symbol, msg) \
|
||
asm (".stabs \"" msg "\",30,0,0,0\n\t" \
|
||
".stabs \"" __SYMBOL_PREFIX #symbol "\",1,0,0,0\n");
|
||
# endif /* XCOFF */
|
||
# endif
|
||
#else
|
||
/* We will never be heard; they will all die horribly. */
|
||
# define link_warning(symbol, msg)
|
||
#endif
|
||
|
||
/* A canned warning for sysdeps/stub functions. */
|
||
#define stub_warning(name) \
|
||
link_warning (name, \
|
||
"warning: " #name " is not implemented and will always fail")
|
||
|
||
/*
|
||
|
||
*/
|
||
|
||
#ifdef HAVE_GNU_LD
|
||
|
||
/* Symbol set support macros. */
|
||
|
||
# ifdef HAVE_ELF
|
||
|
||
/* Make SYMBOL, which is in the text segment, an element of SET. */
|
||
# define text_set_element(set, symbol) _elf_set_element(set, symbol)
|
||
/* Make SYMBOL, which is in the data segment, an element of SET. */
|
||
# define data_set_element(set, symbol) _elf_set_element(set, symbol)
|
||
/* Make SYMBOL, which is in the bss segment, an element of SET. */
|
||
# define bss_set_element(set, symbol) _elf_set_element(set, symbol)
|
||
|
||
/* These are all done the same way in ELF.
|
||
There is a new section created for each set. */
|
||
# ifdef SHARED
|
||
/* When building a shared library, make the set section writable,
|
||
because it will need to be relocated at run time anyway. */
|
||
# define _elf_set_element(set, symbol) \
|
||
static const void *__elf_set_##set##_element_##symbol##__ \
|
||
__attribute__ ((unused, section (#set))) = &(symbol)
|
||
# else
|
||
# define _elf_set_element(set, symbol) \
|
||
static const void *const __elf_set_##set##_element_##symbol##__ \
|
||
__attribute__ ((unused, section (#set))) = &(symbol)
|
||
# endif
|
||
|
||
/* Define SET as a symbol set. This may be required (it is in a.out) to
|
||
be able to use the set's contents. */
|
||
# define symbol_set_define(set) symbol_set_declare(set)
|
||
|
||
/* Declare SET for use in this module, if defined in another module. */
|
||
# define symbol_set_declare(set) \
|
||
extern void *const __start_##set __attribute__ ((__weak__)); \
|
||
extern void *const __stop_##set __attribute__ ((__weak__)); \
|
||
weak_extern (__start_##set) weak_extern (__stop_##set)
|
||
|
||
/* Return a pointer (void *const *) to the first element of SET. */
|
||
# define symbol_set_first_element(set) (&__start_##set)
|
||
|
||
/* Return true iff PTR (a void *const *) has been incremented
|
||
past the last element in SET. */
|
||
# define symbol_set_end_p(set, ptr) ((ptr) >= &__stop_##set)
|
||
|
||
# else /* Not ELF: a.out. */
|
||
|
||
# ifdef HAVE_XCOFF
|
||
/* XCOFF does not support .stabs.
|
||
The native aix linker will remove the .stab and .stabstr sections
|
||
The gnu linker will have a fatal error if there is a relocation for
|
||
symbol in the .stab section. Silently disable these macros. */
|
||
# define text_set_element(set, symbol)
|
||
# define data_set_element(set, symbol)
|
||
# define bss_set_element(set, symbol)
|
||
# else
|
||
# define text_set_element(set, symbol) \
|
||
asm (".stabs \"" __SYMBOL_PREFIX #set "\",23,0,0," __SYMBOL_PREFIX #symbol)
|
||
# define data_set_element(set, symbol) \
|
||
asm (".stabs \"" __SYMBOL_PREFIX #set "\",25,0,0," __SYMBOL_PREFIX #symbol)
|
||
# define bss_set_element(set, symbol) ?error Must use initialized data.
|
||
# endif /* XCOFF */
|
||
# define symbol_set_define(set) void *const (set)[1];
|
||
# define symbol_set_declare(set) extern void *const (set)[1];
|
||
|
||
# define symbol_set_first_element(set) &(set)[1]
|
||
# define symbol_set_end_p(set, ptr) (*(ptr) == 0)
|
||
|
||
# endif /* ELF. */
|
||
#else
|
||
/* We cannot do anything in generial. */
|
||
# define text_set_element(set, symbol) asm ("")
|
||
# define data_set_element(set, symbol) asm ("")
|
||
# define bss_set_element(set, symbol) asm ("")
|
||
# define symbol_set_define(set) void *const (set)[1];
|
||
# define symbol_set_declare(set) extern void *const (set)[1];
|
||
|
||
# define symbol_set_first_element(set) &(set)[1]
|
||
# define symbol_set_end_p(set, ptr) (*(ptr) == 0)
|
||
#endif /* Have GNU ld. */
|
||
|
||
#if DO_VERSIONING
|
||
# define symbol_version(real, name, version) \
|
||
_symbol_version(real, name, version)
|
||
# define default_symbol_version(real, name, version) \
|
||
_default_symbol_version(real, name, version)
|
||
# ifdef __ASSEMBLER__
|
||
# define _symbol_version(real, name, version) \
|
||
.symver real, name##@##version
|
||
# define _default_symbol_version(real, name, version) \
|
||
.symver real, name##@##@##version
|
||
# else
|
||
# define _symbol_version(real, name, version) \
|
||
__asm__ (".symver " #real "," #name "@" #version)
|
||
# define _default_symbol_version(real, name, version) \
|
||
__asm__ (".symver " #real "," #name "@@" #version)
|
||
# endif
|
||
#else
|
||
# define symbol_version(real, name, version)
|
||
# define default_symbol_version(real, name, version) \
|
||
strong_alias(real, name)
|
||
#endif
|
||
|
||
#define libc_hidden_def(x)
|
||
#define libc_hidden_weak(x)
|
||
#define libc_hidden_proto(x)
|
||
#define libc_hidden_data_def(x)
|
||
#define libresolv_hidden_def(x)
|
||
#define libresolv_hidden_weak(x)
|
||
#define libresolv_hidden_data_def(x)
|
||
#define libresolv_hidden_proto(x)
|
||
#define static_link_warning(x)
|
||
#define libc_freeres_ptr(x) x
|
||
#define DL_CALL_FCT(x,y) x y
|
||
#define attribute_hidden
|
||
#define internal_function
|
||
|
||
/* Move compatibility symbols out of the way by placing them all in a
|
||
special section. */
|
||
#ifndef __ASSEMBLER__
|
||
# define attribute_compat_text_section \
|
||
__attribute__ ((section (".text.compat")))
|
||
# define attribute_compat_data_section \
|
||
__attribute__ ((section (".data.compat")))
|
||
#else
|
||
# define compat_text_section .section ".text.compat", "ax";
|
||
# define compat_data_section .section ".data.compat", "aw";
|
||
#endif
|
||
|
||
|
||
#endif /* libc-symbols.h */
|