1 /* Define if using GNU ld, with support for weak symbols in a.out,
2 and for symbol set and warning messages extensions in a.out and ELF.
3 This implies HAVE_WEAK_SYMBOLS; set by --with-gnu-ld. */
6 /* Define if using ELF, which supports weak symbols.
7 This implies HAVE_WEAK_SYMBOLS; set by --with-elf. */
10 /* Define if weak symbols are available in the assembler and
11 linker being used. Set by --with-weak-symbols. */
12 #undef HAVE_WEAK_SYMBOLS
14 /* Define if not using ELF, but `.init' and `.fini' sections are available. */
17 /* Define if using the GNU assembler, gas. */
20 /* Define if the assembler supports the `.set' directive. */
21 #undef HAVE_ASM_SET_DIRECTIVE
23 /* Define to the name of the assembler's directive for
24 declaring a symbol global (default `.globl'). */
25 #undef ASM_GLOBAL_DIRECTIVE
27 /* ELF has weak symbols, and with GNU ld a.out does too. */
28 #ifndef HAVE_WEAK_SYMBOLS
29 #if defined (HAVE_ELF) || defined (HAVE_GNU_LD)
30 #define HAVE_WEAK_SYMBOLS
34 /* Define to use GNU libio instead of GNU stdio.
35 This is defined by configure under --enable-libio. */
38 /* These symbols might be defined by some sysdeps configures. */
40 /* sysdeps/generic/configure.in */
43 /* sysdeps/unix/common/configure.in */
44 #undef HAVE_SYS_SIGLIST
45 #undef HAVE__SYS_SIGLIST