* Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 7 Jun 1999 02:58:53 +0000 (02:58 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 7 Jun 1999 02:58:53 +0000 (02:58 +0000)
(TARGET_CPU_HFILES): Add config/tc-fr30.h.
(TARG_ENV_HFILES): Add config/te-epoc-pe.h.
* Makefile.in: Regenerated.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in

index f147f57aab153db8ce2975319ca0cbd0352d4a08..d14befe3760bf39c815e921e783a6322515a9583 100644 (file)
@@ -1,5 +1,10 @@
 Mon Jun  7 11:25:16 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
+       * Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c.
+       (TARGET_CPU_HFILES): Add config/tc-fr30.h.
+       (TARG_ENV_HFILES): Add config/te-epoc-pe.h.
+       * Makefile.in: Regenerated.
+
        * config/obj-elf.c (obj_elf_common): In MRI mode if called as
        `common' pass on to s_mri_common.
        (elf_pseudo_table): Pass 1 to obj_elf_common for `common'. 
index 849eab19c7dd5dfa5406d26c907b7731155aa45a..18dd171a3c979cb25814d054cd85a45bdf936f0f 100644 (file)
@@ -196,6 +196,7 @@ TARGET_CPU_CFILES = \
        config/tc-arm.c \
        config/tc-d10v.c \
        config/tc-d30v.c \
+       config/tc-fr30.c \
        config/tc-h8300.c \
        config/tc-h8500.c \
        config/tc-hppa.c \
@@ -228,6 +229,7 @@ TARGET_CPU_HFILES = \
        config/tc-arm.h \
        config/tc-d10v.h \
        config/tc-d30v.h \
+       config/tc-fr30.h \
        config/tc-h8300.h \
        config/tc-h8500.h \
        config/tc-hppa.h \
@@ -288,6 +290,7 @@ TARG_ENV_HFILES = \
        config/te-delt88.h \
        config/te-dpx2.h \
        config/te-dynix.h \
+       config/te-epoc-pe.h \
        config/te-generic.h \
        config/te-go32.h \
        config/te-hp300.h \
index 1142a1c5b3781be8c1a494b5192aef7a44094b8f..91727bf556a4f62100fcfeab1d016ea8160ba6ab 100644 (file)
@@ -307,6 +307,7 @@ TARGET_CPU_CFILES = \
        config/tc-arm.c \
        config/tc-d10v.c \
        config/tc-d30v.c \
+       config/tc-fr30.c \
        config/tc-h8300.c \
        config/tc-h8500.c \
        config/tc-hppa.c \
@@ -340,6 +341,7 @@ TARGET_CPU_HFILES = \
        config/tc-arm.h \
        config/tc-d10v.h \
        config/tc-d30v.h \
+       config/tc-fr30.h \
        config/tc-h8300.h \
        config/tc-h8500.h \
        config/tc-hppa.h \
@@ -403,6 +405,7 @@ TARG_ENV_HFILES = \
        config/te-delt88.h \
        config/te-dpx2.h \
        config/te-dynix.h \
+       config/te-epoc-pe.h \
        config/te-generic.h \
        config/te-go32.h \
        config/te-hp300.h \