diff options
author | Doug Evans <dje@google.com> | 1998-07-01 23:31:27 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-07-01 23:31:27 +0000 |
commit | 0499462e76273c3a7e9891a50378ecaffe97e149 (patch) | |
tree | dec584158efdaad01c7379dbb46a2732e0500609 /opcodes/cgen-opc.in | |
parent | 9eaac302dc7dcdd6d46e088b911677a951f23cfa (diff) | |
download | gdb-0499462e76273c3a7e9891a50378ecaffe97e149.zip gdb-0499462e76273c3a7e9891a50378ecaffe97e149.tar.gz gdb-0499462e76273c3a7e9891a50378ecaffe97e149.tar.bz2 |
* Makefile.am (CGENDIR): Set via configure.
(CGEN): New variable.
(CGENFILES): object.scm renamed to cos.scm.
(run-cgen): Renamed from cgen. stamp file renamed to stamp-$prefix.
(stamp-m32r): Pass prefix to run-cgen.
* Makefile.in: Regenerate.
* cgen-asm.in: @arch@-opc.h renamed to @prefix@-opc.h.
* cgen-dis.in: Ditto.
* cgen-opc.in: Ditto.
* cgen.sh: New args cgen,prefix. Delete args scheme,schemeflags.
* configure.in: AC_SUBST cgen,cgendir. No longer look for guile.
* configure: Regenerate.
* m32r-asm.c,m32r-dis.c,m32r-opc.c,m32r-opc.h: Regenerate.
Diffstat (limited to 'opcodes/cgen-opc.in')
-rw-r--r-- | opcodes/cgen-opc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/cgen-opc.in b/opcodes/cgen-opc.in index 2205f51..8a88898 100644 --- a/opcodes/cgen-opc.in +++ b/opcodes/cgen-opc.in @@ -1,7 +1,7 @@ /* Generic opcode table support for targets using CGEN. -*- C -*- CGEN: Cpu tools GENerator -This file is used to generate @arch@-opc.c. +THIS FILE IS USED TO GENERATE @prefix@-opc.c. Copyright (C) 1998 Free Software Foundation, Inc. @@ -18,8 +18,8 @@ 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; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "sysdep.h" #include <stdio.h> @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "libiberty.h" #include "bfd.h" #include "symcat.h" -#include "@arch@-opc.h" +#include "@prefix@-opc.h" #include "opintl.h" /* Look up instruction INSN_VALUE and extract its fields. |