Skip to content
Snippets Groups Projects
Commit 729dff88 authored by nickc's avatar nickc
Browse files

* config/elfos.h (TARGET_ASM_RECORD_GCC_SWITCHES): Set to elf_record_gcc_switches.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119630 138bc75d-0d04-0410-961f-82ee72b054a4
parent 2892809e
No related branches found
No related tags found
No related merge requests found
2006-12-07 Nick Clifton <nickc@redhat.com>
* config/elfos.h (TARGET_ASM_RECORD_GCC_SWITCHES): Set to
elf_record_gcc_switches.
2006-12-07 Andrew Macleod <amacleod@redhat.com> 2006-12-07 Andrew Macleod <amacleod@redhat.com>
   
* expr.c (string_constant): Account for non-zero lower bound arrays. * expr.c (string_constant): Account for non-zero lower bound arrays.
......
...@@ -499,3 +499,8 @@ Boston, MA 02110-1301, USA. */ ...@@ -499,3 +499,8 @@ Boston, MA 02110-1301, USA. */
fprintf ((FILE), "\"\n"); \ fprintf ((FILE), "\"\n"); \
} \ } \
while (0) 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment