From: Joel Sherrill Date: Wed, 1 May 2002 16:34:06 +0000 (+0000) Subject: rtems-elf.h: Add #undef TARGET_VERSION to prevent warning. X-Git-Tag: releases/gcc-3.3.0~5353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4a9c570810fb21d7bdfc89126eb9bde7509532f;p=thirdparty%2Fgcc.git rtems-elf.h: Add #undef TARGET_VERSION to prevent warning. 2002-05-01 Joel Sherrill * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning. From-SVN: r53001 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c23c3327236..9c08a99a8efe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-01 Joel Sherrill + + * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning. + 2002-05-01 David Edelsohn * rs6000.md (abssi2_nopower): Convert to define_insn_and_split. diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h index 79da8c9c2b7e..312c96fc3e31 100644 --- a/gcc/config/arm/rtems-elf.h +++ b/gcc/config/arm/rtems-elf.h @@ -19,6 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Run-time Target Specification. */ +#undef TARGET_VERSION #define TARGET_VERSION fputs (" (ARM/ELF RTEMS)", stderr); #define HAS_INIT_SECTION