summaryrefslogtreecommitdiff
path: root/gcc/config/arm
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm')
-rw-r--r--gcc/config/arm/arm.h4
-rw-r--r--gcc/config/arm/coff.h3
-rw-r--r--gcc/config/arm/ecos-elf.h5
-rw-r--r--gcc/config/arm/elf.h4
-rw-r--r--gcc/config/arm/freebsd.h5
-rw-r--r--gcc/config/arm/linux-elf.h3
-rw-r--r--gcc/config/arm/netbsd-elf.h2
-rw-r--r--gcc/config/arm/pe.h2
-rw-r--r--gcc/config/arm/rtems-elf.h2
-rw-r--r--gcc/config/arm/semi.h4
-rw-r--r--gcc/config/arm/uclinux-elf.h5
-rw-r--r--gcc/config/arm/unknown-elf.h7
-rw-r--r--gcc/config/arm/vxworks.h5
13 files changed, 6 insertions, 45 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 276005c3da0..5c3f2f81fce 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -205,10 +205,6 @@ extern void (*arm_lang_output_object_attributes_hook)(void);
#endif
/* Run-time Target Specification. */
-#ifndef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/generic)", stderr);
-#endif
-
#define TARGET_SOFT_FLOAT (arm_float_abi == ARM_FLOAT_ABI_SOFT)
/* Use hardware floating point instructions. */
#define TARGET_HARD_FLOAT (arm_float_abi != ARM_FLOAT_ABI_SOFT)
diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h
index 5bf1e78e89d..3b8fe68dd56 100644
--- a/gcc/config/arm/coff.h
+++ b/gcc/config/arm/coff.h
@@ -26,9 +26,6 @@
/* Run-time Target Specification. */
-#undef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/coff)", stderr)
-
#undef TARGET_DEFAULT_FLOAT_ABI
#define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT
diff --git a/gcc/config/arm/ecos-elf.h b/gcc/config/arm/ecos-elf.h
index 9e9fa70467b..4dd111eed03 100644
--- a/gcc/config/arm/ecos-elf.h
+++ b/gcc/config/arm/ecos-elf.h
@@ -1,5 +1,5 @@
/* Definitions for ecos based ARM systems using ELF
- Copyright (C) 1998, 2001, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2001, 2007, 2011 Free Software Foundation, Inc.
This file is part of GCC.
@@ -18,9 +18,6 @@
<http://www.gnu.org/licenses/>. */
/* Run-time Target Specification. */
-#undef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/ELF Ecos)", stderr);
-
#define HAS_INIT_SECTION
#undef INVOKE_main
diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h
index ac68fa47c1d..5ce3e690a39 100644
--- a/gcc/config/arm/elf.h
+++ b/gcc/config/arm/elf.h
@@ -108,10 +108,6 @@
#endif
/* Run-time Target Specification. */
-#ifndef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/elf)", stderr)
-#endif
-
#ifndef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_APCS_FRAME)
#endif
diff --git a/gcc/config/arm/freebsd.h b/gcc/config/arm/freebsd.h
index 701bb149930..6c39e125306 100644
--- a/gcc/config/arm/freebsd.h
+++ b/gcc/config/arm/freebsd.h
@@ -1,5 +1,5 @@
/* Definitions for StrongARM running FreeBSD using the ELF format
- Copyright (C) 2001, 2004, 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2004, 2007, 2010, 2011 Free Software Foundation, Inc.
Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
This file is part of GCC.
@@ -62,6 +62,3 @@
#undef SUBTARGET_CPU_DEFAULT
#define SUBTARGET_CPU_DEFAULT TARGET_CPU_strongarm
-
-#undef TARGET_VERSION
-#define TARGET_VERSION fprintf (stderr, " (FreeBSD/StrongARM ELF)");
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h
index b7ae3745add..bfaf8c59b6a 100644
--- a/gcc/config/arm/linux-elf.h
+++ b/gcc/config/arm/linux-elf.h
@@ -24,9 +24,6 @@
any conflicting definitions and add any extras. */
/* Run-time Target Specification. */
-#undef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM GNU/Linux with ELF)", stderr);
-
#undef TARGET_DEFAULT_FLOAT_ABI
#define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD
diff --git a/gcc/config/arm/netbsd-elf.h b/gcc/config/arm/netbsd-elf.h
index bf620f18df7..43c28b4ab6e 100644
--- a/gcc/config/arm/netbsd-elf.h
+++ b/gcc/config/arm/netbsd-elf.h
@@ -20,8 +20,6 @@
<http://www.gnu.org/licenses/>. */
/* Run-time Target Specification. */
-#undef TARGET_VERSION
-#define TARGET_VERSION fputs (" (NetBSD/arm ELF)", stderr);
/* arm.h defaults to ARM6 CPU. */
diff --git a/gcc/config/arm/pe.h b/gcc/config/arm/pe.h
index 7bb90c5e081..ce2f1d73281 100644
--- a/gcc/config/arm/pe.h
+++ b/gcc/config/arm/pe.h
@@ -34,8 +34,6 @@
/* Run-time Target Specification. */
-#undef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/pe)", stderr)
/* Get tree.c to declare a target-specific specialization of
merge_decl_attributes. */
diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h
index 027d95ab111..8d5a1d7cf95 100644
--- a/gcc/config/arm/rtems-elf.h
+++ b/gcc/config/arm/rtems-elf.h
@@ -19,8 +19,6 @@
<http://www.gnu.org/licenses/>. */
/* Run-time Target Specification. */
-#undef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/ELF RTEMS)", stderr);
#define HAS_INIT_SECTION
diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h
index a0005d12742..ae8ddeae6e9 100644
--- a/gcc/config/arm/semi.h
+++ b/gcc/config/arm/semi.h
@@ -33,10 +33,6 @@
#define LINK_SPEC "%{mbig-endian:-EB} -X"
#endif
-#ifndef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);
-#endif
-
#ifndef TARGET_DEFAULT_FLOAT_ABI
#define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD
#endif
diff --git a/gcc/config/arm/uclinux-elf.h b/gcc/config/arm/uclinux-elf.h
index 50fd7658096..a8ba25540d6 100644
--- a/gcc/config/arm/uclinux-elf.h
+++ b/gcc/config/arm/uclinux-elf.h
@@ -1,5 +1,5 @@
/* Definitions for ARM running ucLinux using ELF
- Copyright (C) 1999, 2001, 2004, 2005, 2007, 2008
+ Copyright (C) 1999, 2001, 2004, 2005, 2007, 2008, 2009, 2011
Free Software Foundation, Inc.
Contributed by Philip Blundell <pb@nexus.co.uk>
@@ -23,9 +23,6 @@
#undef NEED_PLT_RELOC
#define NEED_PLT_RELOC 0
-#undef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/ELF ucLinux)", stderr);
-
#undef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_SINGLE_PIC_BASE)
diff --git a/gcc/config/arm/unknown-elf.h b/gcc/config/arm/unknown-elf.h
index b47455ea963..d5df624c196 100644
--- a/gcc/config/arm/unknown-elf.h
+++ b/gcc/config/arm/unknown-elf.h
@@ -1,6 +1,6 @@
/* Definitions for non-Linux based ARM systems using ELF
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2010,
+ 2011 Free Software Foundation, Inc.
Contributed by Catherine Moore <clm@cygnus.com>
This file is part of GCC.
@@ -23,9 +23,6 @@
any conflicting definitions and add any extras. */
/* Run-time Target Specification. */
-#ifndef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/ELF)", stderr);
-#endif
/* Default to using software floating point. */
#ifndef TARGET_DEFAULT
diff --git a/gcc/config/arm/vxworks.h b/gcc/config/arm/vxworks.h
index 3ceaed9039c..887691326e5 100644
--- a/gcc/config/arm/vxworks.h
+++ b/gcc/config/arm/vxworks.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GCC,
for ARM with targetting the VXWorks run time environment.
- Copyright (C) 1999, 2000, 2003, 2004, 2007, 2008, 2009, 2010
+ Copyright (C) 1999, 2000, 2003, 2004, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by: Mike Stump <mrs@wrs.com>
@@ -85,9 +85,6 @@ along with GCC; see the file COPYING3. If not see
#undef ENDFILE_SPEC
#define ENDFILE_SPEC VXWORKS_ENDFILE_SPEC
-#undef TARGET_VERSION
-#define TARGET_VERSION fputs (" (ARM/VxWorks)", stderr);
-
/* There is no default multilib. */
#undef MULTILIB_DEFAULTS