From a4835b426a27f4ae21f711063c168072887426c5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 7 Jun 1999 02:58:53 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 5 +++++ gas/Makefile.am | 3 +++ gas/Makefile.in | 3 +++ 3 files changed, 11 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index f147f57aab1..d14befe3760 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ Mon Jun 7 11:25:16 1999 Andreas Schwab + * 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 849eab19c7d..18dd171a3c9 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 1142a1c5b37..91727bf556a 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 \ -- 2.30.2