t-frv: Fix path for frv-abi.h.
authorEric Christopher <echristo@gcc.gnu.org>
Fri, 5 Sep 2003 00:26:26 +0000 (00:26 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Fri, 5 Sep 2003 00:26:26 +0000 (00:26 +0000)
2003-09-04  Eric Christopher  <echristo@redhat.com>

* config/frv/t-frv: Fix path for frv-abi.h.
* config/frv/frv-asm.h: Fix string concatenation.

From-SVN: r71099

gcc/ChangeLog
gcc/config/frv/frv-asm.h
gcc/config/frv/t-frv

index 7d2b73a5cba74b3b57244f566a8e7d8c5199d120..9b8ec11fbd8a8487b12de8b695d4d99eac6824c7 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-04  Eric Christopher  <echristo@redhat.com>
+
+       * config/frv/t-frv: Fix path for frv-abi.h.
+       * config/frv/frv-asm.h: Fix string concatenation.
+
 2003-09-04  DJ Delorie  <dj@redhat.com>
 
        * builtins.c (apply_args_size): Guard against a NULL cfun.
@@ -12,7 +17,7 @@
        * configure: Regenerate.
        * config.in: Likewise.
        * config/i386/i386.c: Rename CMOV_SUN_AS_SYNTAX to
-       HAVE_AS_IX86_CMOV_SUN_SYNTAX. 
+       HAVE_AS_IX86_CMOV_SUN_SYNTAX.
        * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Remove.
        Fixes PR target/12101.
 
@@ -20,7 +25,7 @@
 
        * c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
        with verbosity 0, instead of DECL_NAME, for human-readable string.
-       
+
 2003-09-04  Eric Christopher  <echristo@redhat.com>
 
        * targhooks.c (default_return_in_memory): Allow
index e8447a6093d2e5ec9efdb3bed6eff299f9be3416..46814278522514aa4f06903438f0ffea50ce0ecb 100644 (file)
@@ -1,19 +1,19 @@
 /* Assembler Support.
    Copyright (C) 2000 Free Software Foundation, Inc.
    Contributed by Red Hat, 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 GNU CC; see the file COPYING.  If not, write to
    the Free Software Foundation, 59 Temple Place - Suite 330,
@@ -23,7 +23,7 @@
    P2(INSN): Emit INSN.P on the FR500 and above, otherwise emit plain INSN.  */
 #ifdef __FRV_VLIW__
 #ifdef __STDC__
-#define P(A) A##.p
+#define P(A) A.p
 #else
 #define P(A) A/**/.p
 #endif
index eec05b1ea8118f3ac90c359a8341f52d70a734e9..a9130ff0604b17ee350f3d6a40cf605883d60d5b 100644 (file)
@@ -19,11 +19,11 @@ TARGET_LIBGCC2_CFLAGS =
 
 fp-bit.c: $(srcdir)/config/fp-bit.c
        echo '#define FLOAT' > fp-bit.c
-       echo '#include "frv/frv-abi.h"' >> fp-bit.c
+       echo '#include "config/frv/frv-abi.h"' >> fp-bit.c
        cat $(srcdir)/config/fp-bit.c >> fp-bit.c
 
 dp-bit.c: $(srcdir)/config/fp-bit.c
-       echo '#include "frv/frv-abi.h"' > dp-bit.c
+       echo '#include "config/frv/frv-abi.h"' > dp-bit.c
        cat $(srcdir)/config/fp-bit.c >> dp-bit.c
 
 cmovh.c: $(srcdir)/config/frv/cmovh.c