From d38bc601796ae126c74825b6d4d8c5ad729eeaf6 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 30 Apr 2004 18:50:28 +0000 Subject: * config/i386/cygming.h [HAVE_GAS_PE_SECREL32_RELOC] (DWARF2_DEBUGGING_INFO): Define to enable. (DBX_REGISTER_NUMBER): Define to use the svr4 register map for DWARF2. * configure.ac (Target-specific assembler checks) : New test for .secrel32 relocs. * configure: Regenerate. * config.in: Likewise. * config/i386/cygming.h [HAVE_GAS_PE_SECREL32_RELOC] (ASM_OUPUT_DWARF_OFFSET): Define. From-SVN: r81359 --- gcc/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index 2d8f5836dc1..82b548f7ebd 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -262,6 +262,10 @@ skip when using the GAS .p2align command. */ #undef HAVE_GAS_MAX_SKIP_P2ALIGN +/* Define if your assembler and linker support 32-bit section relative relocs + via '.secrel32 label'. */ +#undef HAVE_GAS_PE_SECREL32_RELOC + /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag. */ #undef HAVE_GAS_SHF_MERGE -- cgit v1.2.1