]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: (arm*-*-ecos-elf): New target.
authorCatherine Moore <clm@cygnus.com>
Mon, 7 Dec 1998 09:15:34 +0000 (09:15 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Mon, 7 Dec 1998 09:15:34 +0000 (04:15 -0500)
Mon Dec  7 09:58:26 1998  Catherine Moore  <clm@cygnus.com>
        * configure.in:  (arm*-*-ecos-elf):  New target.
        * configure:  Regenerated.
        * config/arm/elf.h (ASM_WEAKEN_LABEL):  Define.
        * config/arm/ecos-elf.h:  New file.
        * config/arm/unknown-elf.h (TARGET_VERSION):  Check
        for redefinition.

From-SVN: r24145

gcc/ChangeLog
gcc/config/arm/ecos-elf.h [new file with mode: 0644]
gcc/config/arm/elf.h
gcc/config/arm/unknown-elf.h
gcc/configure
gcc/configure.in

index 6ecc632b2527564e61deb7f5eafc47eb397fddf1..0fb314c43677689b69df9f1aec822acbf11d3d6c 100644 (file)
@@ -1,3 +1,12 @@
+Mon Dec  7 11:04:40 1998  Catherine Moore  <clm@cygnus.com>
+        * configure.in:  (arm*-*-ecos-elf):  New target.
+        * configure:  Regenerated.
+        * config/arm/elf.h (ASM_WEAKEN_LABEL):  Define.
+        * config/arm/ecos-elf.h:  New file.
+        * config/arm/unknown-elf.h (TARGET_VERSION):  Check
+        for redefinition.
 Mon Dec  7 16:15:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * sh.c (output_far_jump): Emit braf only for TARGET_SH2.
diff --git a/gcc/config/arm/ecos-elf.h b/gcc/config/arm/ecos-elf.h
new file mode 100644 (file)
index 0000000..9fdc64a
--- /dev/null
@@ -0,0 +1,29 @@
+/* Definitions for ecos based ARM systems using ELF
+   Copyright (C) 1998 Free Software Foundation, Inc.
+This file is part of GNU CC.
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+You should have received a copy of the GNU General Public License
+along with this program; see the file COPYING.  If not, write to
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
+
+/* Run-time Target Specification.  */
+#define TARGET_VERSION fputs (" (ARM/ELF Ecos)", stderr);
+
+#define HAS_INIT_SECTION
+
+#include "unknown-elf.h"
+
+#undef INVOKE_main
+
index a8aaf76d2e780eae2daf7855797285b948a19149..28af933ef0903c4c1d9c0d4800f33ea1901ddd7f 100644 (file)
@@ -325,6 +325,12 @@ do {                                               \
 } while (0)
 #endif
 
+/* This is how we tell the assembler that a symbol is weak.  */
+
+#define ASM_WEAKEN_LABEL(FILE,NAME) \
+  do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
+       fputc ('\n', FILE); } while (0)
+
 #include "arm/aout.h"
 
 
index 5d173cfd9ff5f07d8503ca83827f905272867259..be8da8175715dd98242adee3738e67038fb55214 100644 (file)
@@ -20,7 +20,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 /* Run-time Target Specification.  */
+#ifndef TARGET_VERSION
 #define TARGET_VERSION fputs (" (ARM/ELF non-Linux)", stderr);
+#endif
 
 /* If you don't define HAVE_ATEXIT, and the object file format/OS/whatever 
    does not support constructors/destructors, then gcc implements destructors
index 11d4c82040440ea164cdcbeb55629a57556bfd39..d2a998cf01f755105e40088f4191acba5e05026c 100755 (executable)
@@ -3001,6 +3001,10 @@ for machine in $build $host $target; do
                tm_file=arm/aout.h
                tmake_file=arm/t-bare
                ;;
+        arm*-*-ecos-elf)
+                tm_file=arm/ecos-elf.h
+                tmake_file=arm/t-elf
+                ;;
        arm*-*-elf)
                tm_file=arm/unknown-elf.h
                tmake_file=arm/t-arm-elf
index 0a3250494f2814468a59a0aadb7d3bf9bb880712..cbde7ebbb1032700f5fd7a1e8b0968184cb67789 100644 (file)
@@ -714,6 +714,10 @@ changequote([,])dnl
                tm_file=arm/aout.h
                tmake_file=arm/t-bare
                ;;
+        arm*-*-ecos-elf)
+               tm_file=arm/ecos-elf.h
+               tmake_file=arm/t-elf
+               ;; 
        arm*-*-elf)
                tm_file=arm/unknown-elf.h
                tmake_file=arm/t-arm-elf