From: Nick Clifton Date: Thu, 7 Dec 2006 17:44:10 +0000 (+0000) Subject: * config/elfos.h (TARGET_ASM_RECORD_GCC_SWITCHES): Set to elf_record_gcc_switches. X-Git-Tag: releases/gcc-4.3.0~8080 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ab8916060b271dcfaf2936af09dfd8af44df7e;p=thirdparty%2Fgcc.git * config/elfos.h (TARGET_ASM_RECORD_GCC_SWITCHES): Set to elf_record_gcc_switches. From-SVN: r119630 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c98eb1ffe90..f09fcd74a80d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-12-07 Nick Clifton + + * config/elfos.h (TARGET_ASM_RECORD_GCC_SWITCHES): Set to + elf_record_gcc_switches. + 2006-12-07 Andrew Macleod * expr.c (string_constant): Account for non-zero lower bound arrays. diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 9aa24975ca4a..cc27b3f18e11 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -499,3 +499,8 @@ Boston, MA 02110-1301, USA. */ fprintf ((FILE), "\"\n"); \ } \ while (0) + +/* Allow the use of the -frecord-gcc-switches switch via the + elf_record_gcc_switches function defined in varasm.c. */ +#undef TARGET_ASM_RECORD_GCC_SWITCHES +#define TARGET_ASM_RECORD_GCC_SWITCHES elf_record_gcc_switches