From c4a9c570810fb21d7bdfc89126eb9bde7509532f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 May 2002 16:34:06 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/config/arm/rtems-elf.h | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c23c332723..9c08a99a8ef 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 79da8c9c2b7..312c96fc3e3 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 -- 2.30.2