* 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.
This commit is contained in:
parent
eb519dff86
commit
a4835b426a
3 changed files with 11 additions and 0 deletions
|
@ -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'.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue