aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-06-07 02:58:53 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-06-07 02:58:53 +0000
commita4835b426a27f4ae21f711063c168072887426c5 (patch)
tree49c74d196c27a3ced6043d3a8d0c8523ab6d94d8
parenteb519dff863d807a1a7cc8078a3ff39047db23d9 (diff)
downloadgdb-a4835b426a27f4ae21f711063c168072887426c5.zip
gdb-a4835b426a27f4ae21f711063c168072887426c5.tar.gz
gdb-a4835b426a27f4ae21f711063c168072887426c5.tar.bz2
* 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.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/Makefile.am3
-rw-r--r--gas/Makefile.in3
3 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f147f57..d14befe 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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'.
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 849eab1..18dd171 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -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 \
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 1142a1c..91727bf 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -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 \