Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com>

* configure.in: Add fr30-*-*.
	* config/tc-fr30.c: New file.
	* Makefile.in: Regenerated.
	* config.in: Regenerated.
	* configure: Regenerated.
This commit is contained in:
Dave Brolley
1998-11-05 21:17:23 +00:00
parent c4a3551dcb
commit 352b0f4d64
4 changed files with 248 additions and 686 deletions

View File

@ -1,3 +1,13 @@
Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com>
* configure.in: Add fr30-*-*.
* config/tc-fr30.c: New file.
* Makefile.in: Regenerated.
* config.in: Regenerated.
* configure: Regenerated.
* doc/Makefile.in: Regenerated.
* po/gas.pot: Regenerated.
Mon Nov 2 20:54:16 1998 Doug Evans <devans@canuck.cygnus.com> Mon Nov 2 20:54:16 1998 Doug Evans <devans@canuck.cygnus.com>
* config/tc-m32r.c (assemble_two_insns): Ensure both insns * config/tc-m32r.c (assemble_two_insns): Ensure both insns

View File

@ -1,4 +1,4 @@
# Makefile.in generated automatically by automake 1.3 from Makefile.am # Makefile.in generated automatically by automake 1.3b from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
@ -32,7 +32,7 @@ mandir = @mandir@
includedir = @includedir@ includedir = @includedir@
oldincludedir = /usr/include oldincludedir = /usr/include
DISTDIR = DESTDIR =
pkgdatadir = $(datadir)/@PACKAGE@ pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@
@ -99,6 +99,7 @@ VERSION = @VERSION@
atof = @atof@ atof = @atof@
cgen_cpu_prefix = @cgen_cpu_prefix@ cgen_cpu_prefix = @cgen_cpu_prefix@
extra_objects = @extra_objects@ extra_objects = @extra_objects@
install_tooldir = @install_tooldir@
l = @l@ l = @l@
obj_format = @obj_format@ obj_format = @obj_format@
target_cpu_type = @target_cpu_type@ target_cpu_type = @target_cpu_type@
@ -1285,9 +1286,9 @@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LEXLIB = @LEXLIB@ LEXLIB = @LEXLIB@
YLWRAP = $(top_srcdir)/../ylwrap YLWRAP = $(top_srcdir)/../ylwrap
CFLAGS = @CFLAGS@ CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in NEWS \ DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in NEWS \
acconfig.h acinclude.m4 aclocal.m4 config.in config/m68k-parse.c \ acconfig.h acinclude.m4 aclocal.m4 config.in config/m68k-parse.c \
configure configure.in gdbinit.in itbl-lex.c itbl-parse.c stamp-h.in configure configure.in gdbinit.in itbl-lex.c itbl-parse.c stamp-h.in
@ -1401,12 +1402,12 @@ gasp-new$(EXEEXT): $(gasp_new_OBJECTS) $(gasp_new_DEPENDENCIES)
@rm -f gasp-new$(EXEEXT) @rm -f gasp-new$(EXEEXT)
$(LINK) $(gasp_new_LDFLAGS) $(gasp_new_OBJECTS) $(gasp_new_LDADD) $(LIBS) $(LINK) $(gasp_new_LDFLAGS) $(gasp_new_OBJECTS) $(gasp_new_LDADD) $(LIBS)
.y.c: .y.c:
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS) $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) $(YFLAGS)
config/m68k-parse.h: config/m68k-parse.c config/m68k-parse.h: config/m68k-parse.c
itbl-parse.h: itbl-parse.c itbl-parse.h: itbl-parse.c
.l.c: .l.c:
$(LEX) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@ $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
# This directory's subdirectories are mostly independent; you can cd # This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile. # into them and run `make' without going through this Makefile.
@ -1582,13 +1583,12 @@ clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic: distclean-generic:
-rm -f Makefile $(DISTCLEANFILES) -rm -f Makefile $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]* -rm -f config.cache config.log stamp-h stamp-h[0-9]*
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic: maintainer-clean-generic:
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -test -z "config/m68k-parsehconfig/m68k-parsecitbl-parsehitbl-parsecitbl-lexl" || rm -f config/m68k-parseh config/m68k-parsec itbl-parseh itbl-parsec itbl-lexl
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \ mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
mostlyclean-compile mostlyclean-libtool \ mostlyclean-compile mostlyclean-libtool \
mostlyclean-tags mostlyclean-generic mostlyclean-tags mostlyclean-generic
@ -1759,7 +1759,7 @@ cgen.o: cgen.c cgen.h cgen-opc.h subsegs.h \
.PHONY: install-exec-local install-data-local .PHONY: install-exec-local install-data-local
.PHONY: install-exec-bindir install-exec-tooldir .PHONY: install-exec-bindir install-exec-tooldir
install-exec-local: install-exec-bindir install-exec-tooldir install-exec-local: install-exec-bindir @install_tooldir@
install-exec-bindir: $(noinst_PROGRAMS) install-exec-bindir: $(noinst_PROGRAMS)
$(mkinstalldirs) $(bindir) $(mkinstalldirs) $(bindir)

890
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -150,6 +150,8 @@ changequote([,])dnl
dvp-*-*) fmt=elf bfd_gas=yes install_tooldir= ;; dvp-*-*) fmt=elf bfd_gas=yes install_tooldir= ;;
# end-sanitize-sky # end-sanitize-sky
fr30-*-*) fmt=elf bfd_gas=yes ;;
hppa-*-*elf*) fmt=elf em=hppa ;; hppa-*-*elf*) fmt=elf em=hppa ;;
hppa-*-lites*) fmt=elf em=hppa ;; hppa-*-lites*) fmt=elf em=hppa ;;
hppa-*-osf*) fmt=som em=hppa ;; hppa-*-osf*) fmt=som em=hppa ;;
@ -373,7 +375,7 @@ dnl end-sanitize-beos
esac esac
case ${cpu_type} in case ${cpu_type} in
m32r) m32r | fr30)
case "x${extra_objects}" in case "x${extra_objects}" in
*cgen.o*) ;; *cgen.o*) ;;
*) extra_objects="$extra_objects cgen.o" *) extra_objects="$extra_objects cgen.o"
@ -729,7 +731,7 @@ AC_OUTPUT(Makefile doc/Makefile .gdbinit:gdbinit.in po/Makefile.in:po/Make-in,
echo '#include "te-'"${te_file}"'.h"' > targ-env.h echo '#include "te-'"${te_file}"'.h"' > targ-env.h
echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
case ${target_cpu_type} in case ${target_cpu_type} in
m32r) echo '#include "opcodes/'"${target_cpu_type}"'-opc.h"' > cgen-opc.h ;; m32r | fr30) echo '#include "opcodes/'"${target_cpu_type}"'-opc.h"' > cgen-opc.h ;;
esac esac
sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile], sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile],