diff options
author | Joel Sherrill <joel@OARcorp.com> | 2002-05-01 16:34:06 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2002-05-01 16:34:06 +0000 |
commit | c4a9c570810fb21d7bdfc89126eb9bde7509532f (patch) | |
tree | a48cdce2b3326d13a95a83a3e29b99d0764cec2c | |
parent | ea112fc456190ca9049109aa4e8ade7236022458 (diff) | |
download | gcc-c4a9c570810fb21d7bdfc89126eb9bde7509532f.zip gcc-c4a9c570810fb21d7bdfc89126eb9bde7509532f.tar.gz gcc-c4a9c570810fb21d7bdfc89126eb9bde7509532f.tar.bz2 |
rtems-elf.h: Add #undef TARGET_VERSION to prevent warning.
2002-05-01 Joel Sherrill <joel@OARcorp.com>
* config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning.
From-SVN: r53001
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/rtems-elf.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c23c33..9c08a99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-01 Joel Sherrill <joel@OARcorp.com> + + * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning. + 2002-05-01 David Edelsohn <edelsohn@gnu.org> * 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 79da8c9..312c96f 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 |