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
This commit is contained in:
parent
ea112fc456
commit
c4a9c57081
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user